Skip to main content
POST
/
files
/
v1
/
async
/
upload-file
Upload file to file storage asynchronously
curl --request POST \
  --url https://eu.phrase.com/connectors/files/v1/async/upload-file \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "file": "<string>"
}
'
{
  "webhookUrl": "<string>",
  "uid": "<string>"
}

Authorizations

Authorization
string
header
required

JWT token created by calling Phrase API /oauth/token endpoint.

Headers

X-Webhook
string
X-ActionId
string

Body

application/json
file
file
required

Response

200 - application/json

OK

webhookUrl
string
uid
string