POST
/
api
/
v1
/
accounts
/
{accountId}
/
assets
curl --request POST \
  --url https://api.drip.re/api/v1/accounts/{accountId}/assets \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "url": "<string>",
  "name": "<string>"
}'
{
  "id": "<string>",
  "accountId": "<string>",
  "name": "<string>",
  "blobUrl": "<string>"
}

Authorizations

Authorization
string
header
required

API Key

Path Parameters

accountId
string
required

Body

application/json

Response

201
application/json

Default Response

The response is of type object.