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.
Getting started
- Sign up for a Virlo account.
- Add a payment method in Billing.
- Deposit funds — minimum $10.00 (1 credit = $0.01; your balance pays per successful API call).
- Generate an API key from your dashboard.
- Make your first call using the examples below.
You need an API key and a funded prepaid balance before calling paid endpoints. See Billing & Pricing for how deposits, pricing, and response headers work.
Making your first API request
After obtaining your API key and adding funds, you are ready to make your first call to the Virlo API. Below, you can see how to send a GET request to the Trends Digest endpoint to get today's trending topics across social media.
GET
/v1/trends/digestcurl https://api.virlo.ai/v1/trends/digest \
-H "Authorization: Bearer virlo_tkn_<your_key>"
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:
