Agent documents
/agent-documents
List all agent documents.
GET
/
api
/
v1
/
agent-documents
Copy
curl --location --request GET 'https://api.rapidagent.ai/api/v1/agent-documents' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
Copy
{
"success": true,
"data": [{...}]
}
Response
Indicates whether the call was successful.
List all agent documents.
Copy
curl --location --request GET 'https://api.rapidagent.ai/api/v1/agent-documents' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
Copy
{
"success": true,
"data": [{...}]
}
Copy
curl --location --request GET 'https://api.rapidagent.ai/api/v1/agent-documents' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
Copy
{
"success": true,
"data": [{...}]
}
Assistant
Responses are generated using AI and may contain mistakes.