Authentication

You'll need to authenticate your requests to access any of the endpoints in Video Jungle. As a reminder, you can interactively use the entire API with our OpenAPI endpoint and your API key, found in the user settings page.

Use the API key directly

You can use your API key directly to authenticate your requests. You can find your API key in the user settings page.

cURL

curl  https://api.video-jungle.com/video-file \
   -H "X-API-KEY: {api_key}"

Using an SDK

If you use one of our official SDKs, you won't have to worry about any of the above — fetch your access token from the Video Jungle dashboard under API settings, and set it as an environment variable.

Was this page helpful?