Get the status of an image generation task
open
Get the status of an image generation task
Poll the status of a generation started via POST /v1/generateImage, keyed by the source imageUrl. Read-only and free of charge. When completed, generatedImageUrl holds the result image.
GET
Get the status of an image generation task
授权
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
查询参数
The source image URL passed to /v1/generateImage
Minimum string length:
1响应
Successful response
Current status of the generation task
可用选项:
pending, completed, error, unknown URL of the image to check status for
Timestamp when the task was created
Progress of the generation task
Result of the generation task
URL of the generated image
Error message of the generation task
Unique identifier for the generation task
