Authentication

Authenticating your requests with Nobinge's API couldn't be easier.

Please follow these steps:

  1. Create an account and enjoy your 50 free API credits.
  2. Create an API token.
  3. Use it as a bearer token in the Authorization header 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"
}
© Nobinge 2024. All rights reserved.