Requests Details
For more details on requests parameters# Requests Types
According to the feature you want to use, The way of calling our API might differ
Sending Files
If you need to send a file in the request (eg: using object detection on an image), then you need to encode your request as a multipart/form-data
, if not you will receive an error with a status code of 415: unsupported media-type.
Sending Text
In the case you don't need to send files in the request, you can simply format your request body as JSON.
API Reference
You can refer to our API Reference to see which media type is supported for which feature and to get code examples to make your request process easier.
➡ For more details on requests parameters .
➡ For more details on async tasts .
Updated 12 months ago