Skip to main content
POST
/
api
/
v1
/
accounts
/
{account_id}
/
campaigns
/
{campaign_id}
/
campaign_audience
/
upload_csv
Upload CSV audience
curl --request POST \
  --url https://connect.voxys.ai/api/v1/accounts/{account_id}/campaigns/{campaign_id}/campaign_audience/upload_csv \
  --header 'Content-Type: multipart/form-data' \
  --header 'api_access_token: <api-key>' \
  --form file='@example-file'
{
  "errors": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.voxys.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

api_access_token
string
header
required

All API requests must include the api_access_token header with a valid agent or administrator token.

Body

multipart/form-data
file
file
required

CSV file with contact phone numbers

Response

CSV uploaded and audience set