Async API Reference
Request and response description.
Image to Video contract
{
"input": "storage://storage-name/input-path/input.png",
"output": "storage://storage-name/output-path/",
"options": {
"prompt": "A subtle animation for a product-centered setting, camera zoom out" |
{
"generate": true
} |
{
"generate": true,
"guidelines": "zoom out, glitter particles"
},
"negative_prompt": "blur, distort, and low quality",
"duration": 5 | 10,
"guidance_scale": 0.5
}
}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 the result output.
URL of the input image. Image must be accessible by our system.
storage://storage_1/path/image.jpgSuccessful Response
Authorization is required.
No API calls left.
Not enough permissions.
Unprocessable Entity.
Too many requests.
Read a response
Response body
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
Headers:
Last updated
