Skip to main content
POST
Upload Excel with multi-sheet and sender profile support

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

session_id
string
required

Body

multipart/form-data
file
file
required

Excel file to upload

sheet_config
string
required

JSON string with enhanced sheet configuration

has_header
boolean
default:true

Whether the sheets have header rows

update_sender_data
boolean
default:true

Whether to update session sender data

Response

Successful Response

Enhanced response model for session-based upload with quota information.

session_id
string
required

Session identifier for the upload

status
string
required

Upload status

leads_queued
integer
required

Number of leads queued for processing

sender_data_sources
integer
required

Number of sender data sources identified

file_info
File Info · object
required

Information about the uploaded file

message
string
required

Success message

dataset_id
string | null

Created dataset ID

quota_info
Quota Info · object | null

Quota status information

job_id
string | null

Background job ID if processing was queued

estimated_completion_time
number | null

Estimated completion timestamp

processing_status
string | null

Status of background processing job