AI Compute API
Last updated
Last updated
You need an API token to make requests to Image Processing API.
Instructions are available in the section.
This reference is your key to a comprehensive understanding of the Image Processing API.
The base URL to send all API requests is https://processing.studio.liftdata.ai
.
HTTPS is required for all API requests.
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.
To ensure a consistent developer experience for all API users, the API is rate limited and basic size limits apply to request parameters.
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.
HTTP response codes are used to indicate general classes of success and error.
HTTP Status Code
Description
200
Successfully processed request.
201
Successfully processed request.
Error responses contain more detail about the error in the response body, in the "detail"
property.
HTTP Status Code
detail
401
Not authenticated
404
Resource is not found
422
Will contain information about exactly which fields are missing in the request body
429
Too many requests
POST
/requests
Creates a processing request for an image send in the request body
GET
/requests/models/%model_id%
Returns a paginated list of data extracted from the images
To obtain an API key:
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
Visit the Studio at