Skip to main content
POST
/
segment
/
contact
/
bulk-upload?id=
{id}
cURL
curl --request POST \
  --url 'https://api.awazindia.ai/api/v1/segment/contact/bulk-upload?id={id}' \
  --header 'Content-Type: multipart/form-data' \
  --header 'x-api-key: <api-key>' \
  --form file='@example-file'
{
  "message": "File uploaded successfully."
}

Documentation Index

Fetch the complete documentation index at: https://docs.awazindia.ai/llms.txt

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

You can download sample file Here “In the API request body, you need to include the file path prefixed with file=@, like this:” Example: file=@"C:\Users\xyz\Downloads\SampleAudienceList.csv"

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

The ID of the segment to get contacts

Body

multipart/form-data
file
file
required

The file to upload.

Response

Contact audiences response

message
string
Example:

"File uploaded successfully."