POST
/
api
/
upload_csv
curl --request POST \
  --url https://backend.kart.ai/api/upload_csv/ \
  --header 'Content-Type: multipart/form-data' \
  --header 'X-API-KEY: <x-api-key>' \
  --form store_id=123
{
  "success": true,
  "message": "<string>"
}

Headers

X-API-KEY
string
required

Body

multipart/form-data
file
file
store_id
integer

Response

200
application/json
Successful response
success
boolean
message
string