Get Started
Quickstart
Learn how to make your first request using the Poix API
This guide will walk you through making your first request to the Poix API. We’ll cover authentication and a simple API call to get you started.
Step 1: Create Your API Token
- Login to a Poix account if you haven’t already.
- Navigate to the Tokens section in your dashboard.
- Create a new Token and copy it. Keep this key secure and don’t share it publicly.
Step 2: Authentication
Poix uses API tokens for authentication. Include your Token in the Authorization
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 API key.
If successful, you’ll receive a JSON response with details:
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.
Happy coding!