Documentation Index
Fetch the complete documentation index at: https://docs.myweave.ai/llms.txt
Use this file to discover all available pages before exploring further.
Get Your API Key
Contact our team to get your API key and start building with myweave.Request API Access
Email support@myweave.ai to request your API key
Make Your First API Call
Here’s a simple example starting a conversation with a persona:Response
The API returns a streaming response with the expert’s message:X-Thread-Id header for continuing the conversation.
Complete Workflow Example
Here’s a typical flow for managing conversations:1. Start a Chat
Use the/chat endpoint to begin a conversation (shown above). Save the X-Thread-Id from the response header.
2. Get All User Threads
3. Get Messages from a Thread
Next Steps
Authentication
Learn about API authentication and security
Chat API
Real-time expert consultations
User Threads
Get all conversations for a user
Thread Messages
Retrieve message history

