GET
/
v1
/
images

Description

This endpoint allows you to retrieve a list of all the images created by the user. The images are returned in descending order of creation date, with the most recent images first in the list.

Images are paginated, following the pagination rules.

This endpoint only returns the images created in the stage (test/live) associated with the API key used in the request.

Query Parameters

take
integer
default: 10

The number of images to return per page. The default value is 10, and the maximum value is 100.

from
string

The cursor indicating where to start fetching the next set of results. It corresponds to the ID of the first image on the current page.

If not provided, the API will start fetching from the newest image.

Response

The API will return an array of Image objects in the response body.

data
array

The list of Image objects for the current page.

links
object

URLs to navigate to the previous and next pages.