FastPic
GET

List images

Return a paginated list of images uploaded with the current API key.

Supports search by filename (q), filter by visibility, and a recent-only flag. Default page size is 30, maximum 100.

GET/v1/images
Authentication
Send your API key as a Bearer token in the Authorization header.

Query parameters

FieldTypeRequiredDescription
pagenumbernoPage number, 1-indexed.
limitnumbernoItems per page, between 1 and 100.
qstringnoSubstring search over image filename.
visibility"public" | "private"noFilter by image visibility.
recent"true" | "false"noWhen "true", restricts results to images created in the last 24 hours.

Returns

Schema unavailable for response.

Errors

StatusDescription
401Missing or invalid API key.
422Invalid query parameter.
429Rate limit exceeded.