Skip to main content
POST
/
v0
/
tasks
/
upload-csv
Upload tasks via CSV file
curl --request POST \
  --url https://api.avidoai.com/v0/tasks/upload-csv \
  --header 'Content-Type: multipart/form-data' \
  --header 'x-api-key: <api-key>' \
  --header 'x-application-id: <api-key>' \
  --form 'file=<unknown>' \
  --form 'fileName=Q1 2024 Tasks'
{
  "message": "Resource not found"
}

Authorizations

x-api-key
string
header
required

Your unique Avido API key

x-application-id
string
header
required

Your unique Avido Application ID

Body

multipart/form-data

Request for uploading tasks via CSV file

file
any
required

CSV file containing tasks

fileName
string
required

Name for this import

Example:

"Q1 2024 Tasks"

Response

CSV file uploaded and queued for processing successfully