Skip to main content
POST
Complete File Upload

Authorizations

X-API-Key
string
header
required

API key authentication. Include your API key in the X-API-Key header as: X-API-Key YOUR_API_KEY

Example:

Authorization
string
header
required

JWT Bearer token authentication. Include your access token in the Authorization header as: Bearer YOUR_ACCESS_TOKEN

Example:

Path Parameters

db_id
string
required

Body

application/json

Request to complete file upload and process the file.

upload_id
string
required

Upload identifier from prepare step

delimiter
string
default:,

CSV delimiter character

has_header
boolean
default:true

Whether CSV has header row

table_name
string | null

Override table name (optional)

Response

Successful Response