POST
/
api
/
v1
/
assets
Upload Asset
curl --request POST \
  --url https://api.example.com/api/v1/assets \
  --header 'Content-Type: multipart/form-data' \
  --form 'file=<string>' \
  --form 'project_id=<string>'
{}

Body

multipart/form-data
file
string
required
project_id
string | null

Response

Successful Response

The response is of type Response Upload Asset Api V1 Assets Post · object.