curl --request GET \
--url https://platform.kodexa.ai/api/knowledge-sets/{id}/attachments/{attachmentId} \
--header 'x-api-key: <api-key>'"<string>"Downloads a specific attachment file from a knowledge set by attachment ID, returning the original binary content exactly as it was uploaded.
curl --request GET \
--url https://platform.kodexa.ai/api/knowledge-sets/{id}/attachments/{attachmentId} \
--header 'x-api-key: <api-key>'"<string>"Documentation Index
Fetch the complete documentation index at: https://developer.kodexa.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Unique identifier (UUID) of the resource.
Attachment UUID.
Attachment binary
The response is of type file.