Upload API Reference
This section explains how to upload an image for editing by sending a direct request to our API.
Uploading an image for editing via API
Authorizations
OAuth2passwordRequiredToken URL:
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.
Body
filestring · binaryRequired
datastringRequired
Responses
200
Successful Response
application/json
401
Authorization is required.
application/json
402
No API calls left.
application/json
403
Not enough permissions.
application/json
422
Unprocessable Entity.
application/json
429
Too many requests.
application/json
post
/v1/image/edit/uploadRequest
Request headers
Response body and headers
Last updated
