Skip to main content
GET
/
knowledge
/
documents
/
{documentId}
Buscar documento
curl --request GET \
  --url https://api.cordialy.ai/integrations/v1/knowledge/documents/{documentId} \
  --header 'X-API-Key: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "title": "<string>",
  "content": "<string>",
  "is_active": true,
  "created_at": "2023-11-07T05:31:56Z"
}

Authorizations

X-API-Key
string
header
required

Chave de API gerada na plataforma em Integrações → API Keys

Path Parameters

documentId
string<uuid>
required

Response

Documento encontrado

id
string<uuid>
title
string

Título do documento

content
string

Conteúdo usado pelo agente de IA (RAG)

is_active
boolean
created_at
string<date-time>