Skip to main content
GET
/
api
/
knowledge-items
/
{id}
/
attachment
Get knowledge item attachment
curl --request GET \
  --url https://platform.kodexa.ai/api/knowledge-items/{id}/attachment \
  --header 'x-api-key: <api-key>'
"<string>"

Authorizations

x-api-key
string
header
required

API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.

Path Parameters

id
string<uuid>
required

Unique identifier (UUID) of the resource.

Response

Attachment content

The response is of type file.