Skip to main content
GET
/
api
/
agent
/
products
List product knowledge documents
curl --request GET \
  --url https://www.citedy.com/api/agent/products \
  --header 'Authorization: Bearer <token>'
{
  "documents": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "title": "<string>",
      "source_type": "<string>",
      "source_name": "<string>",
      "token_count": 1,
      "created_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer citedy_agent_* key

Response

Product knowledge documents

documents
object[]
required