curl --request GET \
--url https://platform.kodexa.ai/api/knowledge-sets/{id}/attachments/{attachmentId} \
--header 'x-api-key: <api-key>'{
"url": "<string>"
}Returns a presigned download URL for the specified attachment on the knowledge set.
curl --request GET \
--url https://platform.kodexa.ai/api/knowledge-sets/{id}/attachments/{attachmentId} \
--header 'x-api-key: <api-key>'{
"url": "<string>"
}API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Unique identifier (UUID) of the knowledge set.
The attachment identifier (custom slug) of the attachment.
Presigned download URL for the attachment
Presigned URL to download the attachment.