get https://hover.to/api/v1/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
}
]
}