Skip to main content
GET
/
api
/
knowledge-sets
/
{id}
/
attachments
/
{attachmentId}
Get knowledge set attachment
curl --request GET \
  --url https://platform.kodexa.ai/api/knowledge-sets/{id}/attachments/{attachmentId} \
  --header 'x-api-key: <api-key>'
{
  "url": "<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 knowledge set.

attachmentId
string
required

The attachment identifier (custom slug) of the attachment.

Response

Presigned download URL for the attachment

url
string

Presigned URL to download the attachment.