Skip to main content
POST
/
a2a
/
{agentName}
A2A JSON-RPC endpoint for an agent
curl --request POST \
  --url https://api.datalinks.com/api/v1/a2a/{agentName} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

Use a Bearer token for authentication. Submit the token using the Authorization header: Authorization: Bearer <token>.

Path Parameters

agentName
string
required

Body

application/json

The body is of type object.

Response

A JSON-RPC response, or (for SendStreamingMessage) an SSE stream of JSON-RPC responses.

The response is of type object.