Skip to main content
POST
Import data via file upload

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Body

multipart/form-data
name
string
required
Example:

"Customer Data"

file
file
required

File to upload (CSV, Excel, JSON, PDF, XML, or Audio, max 128MB)

description
string | null
Example:

"Imported customer data from XML file"

Response

File successfully uploaded and processing started

success
boolean

Indicates whether the request completed successfully. True for successful responses; false for documented error responses.

Example:

true

message
string

Human-readable response message. Safe to display in logs or simple client notifications; use structured fields for program logic.

Example:

"File uploaded successfully and processing has begun"

data
object