curl --request POST \
--url https://platform.kodexa.ai/api/stores/{orgSlug}/{slug}/fs \
--header 'Content-Type: multipart/form-data' \
--header 'x-api-key: <api-key>' \
--form file='@example-file' \
--form 'path=<string>'{}Uploads a file to the specified store at the given path.
curl --request POST \
--url https://platform.kodexa.ai/api/stores/{orgSlug}/{slug}/fs \
--header 'Content-Type: multipart/form-data' \
--header 'x-api-key: <api-key>' \
--form file='@example-file' \
--form 'path=<string>'{}API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
URL-safe slug of the organization.
URL-safe slug of the store.
Upload result
The response is of type object.