curl --request POST \
--url https://api.ara.so/a2a/{handle}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}JSON-RPC 2.0 task endpoint. Supported methods: message/send, tasks/get.
curl --request POST \
--url https://api.ara.so/a2a/{handle}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Successful Response
Was this page helpful?