Skip to main content
GET
/
tags
List tags
curl --request GET \
  --url https://api-staging.pixwel.com/api/tags \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'X-Range: <x-range>'
[
  {
    "name": "29.97",
    "type": "Framerate",
    "aliases": [
      "<unknown>"
    ],
    "ffprobeRules": {
      "r_frame_rate": "30000/1001"
    },
    "created": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Headers

X-Range
string
default:resources=0-9
required

Pagination range (e.g. resources=0-9, resources=10-19)

Response

200 - application/json

OK

name
string
Example:

"29.97"

type
string
Example:

"Framerate"

aliases
any[]
ffprobeRules
object
created
string | null