Authentication
Authenticating your requests with Nobinge's API couldn't be easier.
Please follow these steps:
- Create an account and enjoy your 50 free API credits.
 - Create an API token.
 - Use it as a bearer token in the 
Authorizationheader of your requests. 
Example:
curl https://nobinge.com/api/v1/summarize-youtube-video \
    -H "Authorization: Bearer your_token_here" \
    -H "Accept: application/json"
{
    "url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
}