Skip to main content
POST
/
accounts
/
export
Add export
curl --request POST \
  --url https://api.quiva.ai/accounts/export \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "export": {
    "name": "<string>",
    "subject": "<string>",
    "type": "stream",
    "token_position": 123
  }
}
'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
export
object
required

Response

Export added successfully

message
string