Download Results
Download result for a given task submitted to the API.
Last updated
Was this helpful?
Download result for a given task submitted to the API.
Last updated
Was this helpful?
Call this API endpoint to get the download URLs for your generation task following a Done
status returned by the Check Status endpoint.
We do not charge any addtional credits for calling this API to download results of your task.
The API takes one parameter in the POST
request body.
task_uuid
string
Required. The UUID of the task you want to query the status of. Typically you will get it in the response from the Generation API.
The JSON response has the following fields. You can download preview.webp in the list to preview the model.
error
string
Optional. Error message, if any.
list
array
The list of the model files available for download for this task.
list.url
string
The URL to download the model files from.
list.name
string
A human-readable name for the model file.
This API uses bearer key for authentication. You need to include a valid token in the Authorization
header for all requests. Refer to the for how to generate an API key for your account.
Use the uuid
field instead of jobs.uuids
for task_uuid
in the .