API integration
The Deepomatic API is organized around REST.
Body parameters are JSON data and must be sent with an application/json
MIME type. The root element of the JSON that is sent must be an object.
Our API returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
Last updated