curl --request POST \
--url https://platform.kodexa.ai/api/knowledge-sets/{id}/attachments \
--header 'Content-Type: multipart/form-data' \
--header 'x-api-key: <api-key>' \
--form file='@example-file'{}Uploads a new attachment file to a knowledge set, automatically chunking and embedding its contents so it can be searched and retrieved by agents.
curl --request POST \
--url https://platform.kodexa.ai/api/knowledge-sets/{id}/attachments \
--header 'Content-Type: multipart/form-data' \
--header 'x-api-key: <api-key>' \
--form file='@example-file'{}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 created
The response is of type object.