REST API
Synchronous Request
Make a synchronous request to an AI agent.
POST
The synchronous endpoint allows immediate interaction with AI agents and tools.
Base URL
Authentication
All requests require a Bearer token in the Authorization header.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
JSON payload for the mesh request
The body is of type object
.
Response
200
application/json
Successful response
The response is of type object
.