Get the details of a image project. The downloads
field will be empty unless the image was successfully rendered.
The image can be one of the following status
draft
- not currently usedqueued
- the job is queued and waiting for a GPUrendering
- the generation is in progresscomplete
- the image is successful createderror
- an error occurred during renderingcanceled
- image render is canceled by the userBearer authentication header of the form Bearer <api_key>
, where <api_key>
is your API key. To get your API key, go to Developer Hub and click "Create new API Key".
Unique ID of the image project. This value is returned by all of the POST APIs that create an image.
"cuid-example"
Success