v15

latestOpenAPI 3.1.02026-07-1295183803.5 KB
Routing

Create Batch Routing

post/batch

Query parameters

keystring 32 character alphanumeric string required
Example:key=API_KEY

A key is a unique identifier that is required to authenticate a request to the API.

Request body

Response

statusstring

Returns the overall status of the API request. Its value will belong to one of success, failed, and pending. It can also contain HTTP error codes in case of a failed request or operation.

msgstring

Displays the error message in case of a failed request or operation. Please note that this parameter is not returned in the response in case of a successful request.

track_idstring

Returns the unique ID of the batch processing task. Use this ID using the GET request to retrieve the solution once the task processing is completed.