Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --location --request POST 'https://api.rapidagent.ai/api/v1/agents' \ --header 'Content-Type: application/json' \ --header 'Autorization: Bearer <token>' --data-raw '{ "agentId": "<AGENT_ID>", "documentId": "<DOCUMENT_ID>" }'
{ "success": true, "data": { "user": {}, "agent": {}, "agentId": "", "document": {}, "documentId": "" } }
Create new agent document.
Document
Agent