Last updated 1 month ago
Send a new message to the agent and get a response
/chat
prompt
curl -L \ --request POST \ --url 'https://api.spectrallabs.xyz/chat' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "content": "Hello, how can I help you?" }'
{ "content": "Hello, how can I help you?" }