v14

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

Modify Image V2

post/api/ai/images/modify/v2

Response

Success

idstring

The unique identifier associated with the image modification process.

statusstring

The status of the image modification process.

timestampinteger

The timestamp when the image modification request was processed.

processing_countinteger

The number of times the image has been processed to achieve 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
}