v14

latestOpenAPI 3.0.3raw.githubusercontent.com2023-06-27173980.4 KB

Upscale Image Processes V3

post/api/ai/images/upscale/v3

Response

Success

idstring

The unique identifier associated with the image upscale process.

statusstring

The status of the image upscale process.

timestampinteger

The timestamp when the image upscale request was processed.

processing_countinteger

The number of times the image has been processed to come to the desired output.

Example response

{
  "id": "80d94394-c1dc-41d6-a73e-9ff1ba5c9741",
  "status": "success",
  "timestamp": 1687808116950,
  "content": "https://worqhat.s3.amazonaws.com/outputs/1687808088811.png",
  "processing_count": 1
}