AI Compute API
You need an API token to make requests to Image Processing API.
Instructions are available in the Obtaining an API Key section.
Introduction
This reference is your key to a comprehensive understanding of the Image Processing API.
Conventions
The base URL to send all API requests is https://processing.studio.liftdata.ai
.
HTTPS is required for all API requests.
Pagination
By default, API returns ten items per call. If the number of items in a response from a support endpoint exceeds the default, then an integration can use pagination to request a specific set of the results and/or to limit the number of returned items.
Request Limits
To ensure a consistent developer experience for all API users, the API is rate limited and basic size limits apply to request parameters.
Rate Limits
Rate-limited requests will return a "rate_limited"
error code (HTTP response status 429). The rate limit for incoming requests is set to 1000 requests per account. Rate limit is only applied to Create image processing request endpoint.
In the future, we plan to adjust rate limits to balance for demand and reliability. If you want to increase your rate limit please contact LIFT’s support team.
Status Codes
HTTP response codes are used to indicate general classes of success and error.
Success Code
Error Codes
Error responses contain more detail about the error in the response body, in the "detail"
property.
Endpoints
Obtaining an API Key
To obtain an API key:
Visit the Studio at https://studio.liftdata.ai
Navigate to the API Key section
Click on the New Key button and name your key
Copy and save your API key as you won’t be able to see it once the pop-up is closed
Last updated