Skip to main content
POST
/
api
/
stores
/
{orgSlug}
/
{slug}
/
fs
Upload to store filesystem
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>'
{}

Authorizations

x-api-key
string
header
required

API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.

Path Parameters

orgSlug
string
required

URL-safe slug of the organization.

slug
string
required

URL-safe slug of the store.

Body

multipart/form-data
file
file

The file to upload.

path
string

Target path within the store.

Response

Upload result

The response is of type object.