Async API Reference
Image AI Fashion Models contract
{
"input": {
"model": "https://images.claid.ai/models/ai-fashion-model/d0ad3dafbd1d4fcfac4012ee810e7463.jpg",
"clothing": [
"https://images.claid.ai/photoshoot-templates/assets/images/f4945a28e9874eaa89fd43313f373040.png",
"https://images.claid.ai/photoshoot-templates/assets/images/b63641ea19dd4dac8fdc02a6195873f0.jpeg"
]
},
"output": {
"destination": "storage://storage-name/result-path/image-name.jpg",
"format": "png",
"number_of_images": 1
},
"options": {
"pose": "full body, front view, neutral stance, arms relaxed",
"background": "minimalistic studio background",
"aspect_ratio": "3:4"
}
}To work with the Claid API, send requests over HTTPS and authenticate using the Authorization header in the following format:Authorization: Bearer <YOUR_API_KEY>. You do not need to provide a password.
To get your API key, sign in to your Claid account and click Create API key button from the Overview or API keys pages.
Claid API’s base URL is https://api.claid.ai/v1/. All available endpoints are listed in the Storage and Image sections.
Bearer
This API uses OAuth 2.0 bearer token (API key) to authorize requests.
Customize output format, destination and number of images.
{"number_of_images":1,"format":"png"}Successful Response
Authorization is required.
No API calls left.
Not enough permissions.
Unprocessable Entity.
Too many requests.
Request
Read a response
Response body
Webhook notification
Result of request processing contract
To work with the Claid API, send requests over HTTPS and authenticate using the Authorization header in the following format:Authorization: Bearer <YOUR_API_KEY>. You do not need to provide a password.
To get your API key, sign in to your Claid account and click Create API key button from the Overview or API keys pages.
Claid API’s base URL is https://api.claid.ai/v1/. All available endpoints are listed in the Storage and Image sections.
Bearer
This API uses OAuth 2.0 bearer token (API key) to authorize requests.
Successful Response
Authorization is required.
Not enough permissions.
Web image not found.
Validation Error
Request
Read a response
Response body
Last updated
