Skip to main content
GET
/
tags
/
{id}
Get a tag
curl --request GET \
  --url https://api-staging.pixwel.com/api/tags/{id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "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.

Path Parameters

id
string
required

Response

200 - application/json

OK

name
string
Example:

"29.97"

type
string
Example:

"Framerate"

aliases
any[]
ffprobeRules
object
created
string | null