Authentication
Authenticate
To get started, submit your API key in the body of your request. api.video returns an access token that is valid for one hour (3600 seconds). A refresh token is also returned. View a tutorial on authentication. All tutorials using the authentication endpoint
post/auth/api-key
Request body
Example request
{
"apiKey": "9VxMaPgsaFg7EBqmuspSzF7"
}Response
Success
Example response
{
"access_token": "est",
"token_type": "qui nulla l",
"refresh_token": "cillum",
"expires_in": 3600
}