Image Processing Request
Create Image Processing Request
Category: Requests
Description: Creates a processing request for an image send in the request body
Method: POST
URL: https://processing.studio.liftdata.ai/requests
Headers
X-API-KEY
string
Yes
Obtained through Studio. Must be passed with each request
Body Params
model_id
string
Yes
UUIDv4 ID of a model that will be used to extract data from the image
image
File
Yes
File with the image that should be used for processing
config_name
string
No
Name of the configuration that will be used to extract data from the image. If not specified we will try to auto-detect respective configuration
payload
string
No
JSON encoded string that can be used to pass any extra information with the image. Data from it can later be used to filter and/or aggregate extracted data from the images
Responses
201
401
404
422
Last updated