Documentation Index
Fetch the complete documentation index at: https://docs.reddy.io/llms.txt
Use this file to discover all available pages before exploring further.
Conversations
Conversations are the primary unit for call management in Reddy. Each conversation is uniquely identified by the combination of:- Conversation ID: A unique string identifier for the conversation
- Agent Email: The email address of the agent handling the call
Authentication
All Call Endpoints require authentication using a Bearer token in the Authorization header:Error Handling
Call Endpoints can return errors in the following scenarios:- Invalid agent: When the provided agent email doesn’t match an active Reddy user
- Conversation not found: When the conversation lookup fails for the given conversation ID and agent combination
- Invalid parameters: When required parameters are missing or malformed