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