Quickstart

This guide will get you all set up and ready to use the Virlo API. We'll cover how to get started and how to make your first API request to access our video and hashtag analytics data.

Making your first API request

After obtaining your API key, you are ready to make your first call to the Virlo API. Below, you can see how to send a GET request to the Hashtags endpoint to get hashtag analytics.

GET
/hashtags
curl -G https://api.virlo.ai/hashtags \
  -H "Authorization: Bearer {token}" \
  -d limit=50 \
  -d orderBy=views \
  -d sort=desc

What's next?

Great, you're now set up and have made your first request to the API. Here are a few links that might be handy as you venture further:

Was this page helpful?