Async Endpoints
Create Async Task
Create an asynchronous task.
POST
The task creation endpoint allows you to initiate long-running tasks to be executed in the background.
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 creating a task
The body is of type object
.
Response
200
application/json
Task created successfully
The response is of type object
.