Skip to main content
POST
Upload Workflow File

Authentication

Requires a JWT token or API key in the Authorization header.

Request

Send the file as multipart/form-data. Emails are extracted from the file server-side (other identifier types are ignored for now).
file
required
The file to upload. Accepted formats: .csv, .txt, .xlsx. Maximum 64 MB.
string
Optional. Attach the file to an existing workflow.

Example request

Response

string
The uploaded file’s ID. Pass this to Run Workflow as the file to enrich.
string
The original file name.
number
Number of valid emails extracted from the file.
string
The type of identifier extracted. Currently email.
string
The column the identifiers were read from.