List Instant Design Images

Overview

This endpoint returns image ID values, scoped to a (required) job_id query parameter. The response body includes image ID values that can be used in the Show Instant Design Image endpoint to obtain the actual image.

Sample Response Body

{
  "images": [
    {
      "id": 18659553
    },
    {
      "id": 18659371
    },
    {
      "id": 18659402
    },
    {
      "id": 18659426
    },
    {
      "id": 18659904
    },
    {
      "id": 18659452
    },
    {
      "id": 18659919
    }
  ]
}
Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!