Skip to main content
POST
/
sources
/
{id}
/
signed_upload_url
Post Signed Upload Url
curl --request POST \
  --url https://api.sandbox.isometric.com/mrv/v0/sources/{id}/signed_upload_url \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'x-client-secret: <x-client-secret>' \
  --data '{
  "content_length": 123,
  "content_type": "<string>"
}'
"<string>"

Authorizations

Authorization
string
header
required

Headers

x-client-secret
string
required
Examples:

Path Parameters

id
string
required

Body

application/json
content_length
integer
required
Required range: x <= 50000000
content_type
string
required

Response