Get variation by ID
Develop Env
https://dev.your-api-server.com
Develop Env
https://dev.your-api-server.com
GET
/api/rest/v1/variations/{id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://dev.your-api-server.com/api/rest/v1/variations/'
Response Response Example
{
"generated_image_variation_generic": [
{
"createdAt": "string",
"id": "string",
"status": "PENDING",
"transformType": "OUTPAINT",
"url": "string"
}
]
}
Request
Path Params
id
string
required
Responses
Modified at 2024-07-29 08:22:53