List jobs
Returns a paginated list of your upscaling jobs, newest first.
Query parameters
Filter by job status.
What to upscale with.
- flare: everyday photos, fastest and cheapest, up to 4x.
- prism: text, logos and product shots. Adds no detail that was not in the original. Up to 4x.
- lumen: maximum real detail recovery, for print. Up to 8x.
- mirage: invents plausible new detail. Most dramatic, least faithful. Up to 8x.
- motion: standard video upscale, up to 4x.
- motion-x: cinema-grade video, slower and dearer, up to 4x.
Filter by model.
Return jobs created before this timestamp (ISO 8601).
Return jobs created after this timestamp (ISO 8601).
Number of jobs to return.
Pagination cursor from next_cursor of previous response.
Response
List of jobs.
Example response
{
"data": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"status": "completed",
"model": "flare",
"scale": 4,
"original_filename": "photo.jpg",
"result_url": "https://cdn.upres.ai/results/abc123.png"
}
]
}Changes
Changed in 1 of the 2 revisions of this API.2917
- ▲
the
queryrequest parametermodelwas restricted to a list of enum valuesrequest-parameter-became-enum
- ▲
the response property
data/items/original_filenamebecame nullable for the status200response-property-became-nullable
- ●
added the new
canceledenum value to thedata/items/statusresponse property for the response status200response-property-enum-value-added
- ●
added the new
downloadingenum value to thedata/items/statusresponse property for the response status200response-property-enum-value-added
- ●
added the new
flareenum value to thedata/items/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
lumenenum value to thedata/items/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
mirageenum value to thedata/items/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
motionenum value to thedata/items/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
motion-xenum value to thedata/items/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
prismenum value to thedata/items/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
uploadingenum value to thedata/items/statusresponse property for the response status200response-property-enum-value-added
- ○
added the new enum value
canceledto thequeryrequest parameterstatusrequest-parameter-enum-value-added
- ○
added the new enum value
downloadingto thequeryrequest parameterstatusrequest-parameter-enum-value-added
- ○
added the new enum value
flareto thequeryrequest parametermodelrequest-parameter-enum-value-added
- ○
added the new enum value
lumento thequeryrequest parametermodelrequest-parameter-enum-value-added
- ○
added the new enum value
mirageto thequeryrequest parametermodelrequest-parameter-enum-value-added
- ○
added the new enum value
motionto thequeryrequest parametermodelrequest-parameter-enum-value-added
- ○
added the new enum value
motion-xto thequeryrequest parametermodelrequest-parameter-enum-value-added
- ○
added the new enum value
prismto thequeryrequest parametermodelrequest-parameter-enum-value-added
- ○
added the new enum value
uploadingto thequeryrequest parameterstatusrequest-parameter-enum-value-added
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the optional property
issuesto the response with the401statusresponse-optional-property-added
- ○
the response property
data/items/errorbecame required for the status200response-property-became-required
- ○
the response property
data/items/original_filenamebecame required for the status200response-property-became-required
- ○
the response property
data/items/result_urlbecame required for the status200response-property-became-required
- ○
the response property
next_cursorbecame required for the status200response-property-became-required
- ○
added the required property
data/items/frames_doneto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/frames_totalto the response with the200statusresponse-required-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲