Overview
Authentication
Vidnoz Open API uses API keys for authentication. Get your API token from our API interfaces.
- Login to our website;
- Click the “APl Credentials” below avatar to set the key pair (clientId, clientSecret) used when accessing the API and save it.
- Use the secret key pair just saved to send the API interface to obtain the access token.
How to Use API Key
Set the obtained API Key in the Authorization field of the request header (Format: Bearer $API_KEY)
Example
curl "https://devapi.vidnoz.com" \
-H "Authorization: Bearer $API_KEY"