Invoke Agent
Send a message to an agent with the public Fetch Hive API using an agent ID and message
Authentication
Authorization: Bearer YOUR_API_KEYRequest body
Field
Type
Required
Description
{
"agent": "AGENT_UUID",
"message": "Your message here",
"streaming": true
}Response
Example
Related
Last updated