Skip to main content
GET
/
uploads
/
{id}
Get an upload by id.
curl --request GET \
  --url https://api.streamloop.app/v1/uploads/{id} \
  --header 'Authorization: Bearer <token>'
{
  "createdAt": "2023-11-07T05:31:56Z",
  "id": "<string>",
  "mimeType": "<string>",
  "name": "<string>",
  "uploaded": true,
  "fileSize": 123
}

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization-code flow with PKCE.

Path Parameters

id
string
required

Resource identifier.

Response

object | null

Successful response.

createdAt
string<date-time>
required
id
string
required
mimeType
string
required
name
string
required
type
enum<string>
required
Available options:
audio,
video,
image
uploaded
boolean
required
fileSize
integer | null