REST File API
Automate CSV submissions via REST File API
Simple File API Request
curl --location --request POST 'https://api.csvbox.io/1.1/file' \
--header 'x-csvbox-api-key: CSBxRLHgIZv3bqMlrJiVKXhKwtcHSv' \
--header 'Content-Type: application/json' \
--data-raw '{
"import": {
"public_file_url": "https: //some-domain.com/file/3434as.csv",
"sheet_license_key": "jhkjsahjkhkjhkjhkjasdasd",
"user": {
"user_id": "1a2b3c4d5e6f",
},
"options": {
"has_header": 1
}
}'Endpoint
Submits a spreadsheet file
Headers
Name
Type
Description
Request Body
Name
Type
Description
Example Request
Direct File Upload
Request Body
Name
Type
Description
Example Request
Rate limits
Status and error codes
Options
max_rows
has_header
auto_map
Last updated