Skip to main content
POST
/
uploads
/
{id}
/
upload-url
Generate a presigned PUT URL for an upload.
curl --request POST \
  --url https://api.streamloop.app/v1/uploads/{id}/upload-url \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization-code flow with PKCE.

Headers

Idempotency-Key
string

Optional client-generated key. A repeated request with the same key replays the original response (within 24h) instead of re-executing — safe retries.

Path Parameters

id
string
required

Resource identifier.

Response

string | null

Successful response.