Base URL
Authentication
All requests require a Bearer token in the Authorization header.Task Flow
- Create a task using
/mesh_task_create
- Query task status using
/mesh_task_query
until completion
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
JSON payload for querying task status
Task identifier to query