Image Emotion API

List Images

Retrieves a paginated list of all uploaded or processed images. Use this endpoint to browse through image records based on their ID, status, and title.

get/v1/images

Query parameters

start_afterstring nullable

ID of the last image from the previous page. Fetches results after this ID.

ID of the last image from the previous page. Fetches results after this ID.

page_sizeinteger

Number of results to return per page. The default is 10.

Number of results to return per page. The default is 10.

directionstring

Pagination direction: 'forward' or 'backward'. Default is 'forward'

Pagination direction: 'forward' or 'backward'. Default is 'forward'

Response

Successful Response

{"stackTrail":"components:schemas:PaginatedResponse:properties:documents","oasType":"schema","type":"unknown","title":"Documents"}
countinteger required