curl --request POST \
--url http://localhost:3000/api/agents/{id}/test \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"message": "Hello, who are you?"
}
'{
"response": "<string>",
"usage": {}
}curl --request POST \
--url http://localhost:3000/api/agents/{id}/test \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"message": "Hello, who are you?"
}
'{
"response": "<string>",
"usage": {}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Agent ID
Test message
1 - 10000"Hello, who are you?"