cURL
curl --request POST \ --url https://api.poligono.ai/v1/agents/embedded \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "prompt": "<string>", "to": "<string>" } '
{ "data": { "from_": "<string>", "role": "<string>", "text": "<string>", "to": "<string>" } }
Send message to the specified Agent
Type "Bearer" followed by a space and JWT token.
Message
OK
Show child attributes