curl --request POST \
--url https://platform.kodexa.ai/api/knowledge-items/{id}/attachment \
--header 'Content-Type: multipart/form-data' \
--header 'x-api-key: <api-key>' \
--form file='@example-file'{}Uploads an attachment file to the knowledge item.
curl --request POST \
--url https://platform.kodexa.ai/api/knowledge-items/{id}/attachment \
--header 'Content-Type: multipart/form-data' \
--header 'x-api-key: <api-key>' \
--form file='@example-file'{}API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Unique identifier (UUID) of the resource.
The attachment file to upload.
Attachment uploaded
The response is of type object.