Skip to main content
POST
https://api.bizzy.ai
/
v1
/
lists
/
{id}
/
export
Export
curl --request POST \
  --url https://api.bizzy.ai/v1/lists/{id}/export \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "exportId": "1234567890",
  "message": "Export queued successfully"
}
Use this endpoint to queue an export. The export will be processed in the background and you will be able to download the export file from the exports endpoint in the Exports API.

Request

Body

type
string
required
Type of export. Can be either CSV or XLSX.
columns
array
required
Columns to export.
companyLimit
string
required
Maximum number of companies to export.
companiesToInclude
number
required
Number of companies to include in the export.
contactsPerCompany
string
required
Number of contacts per company to include in the export.
contactEnrichments
object
required
{
  "success": true,
  "exportId": "1234567890",
  "message": "Export queued successfully"
}