Step 1: Create Your Token
- Login to a Poix account if you haven’t already.
- Navigate to the Tokens page in the dashboard.
- Create a new Token and copy it. Keep this key secure and don’t share it publicly.
Step 2: Authentication
Poix uses Tokens for authentication. Include your Token in theAuthorization
header of your requests:
Step 3: Make Your First API Request
Let’s make a simple request to get information about a YouTube video. We’ll use the/search
endpoint for this example.
Replace YOUR_TOKEN
with your actual Token.
Next Steps
Congratulations! You’ve made your first request to the Poix API. Here are some next steps:- Explore the API Reference to learn about other endpoints.
- Check out our Guides for best practices and advanced usage.
- If you have any questions, contact support.