Authentication
All API requests require authentication using a Bearer token. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEYYou can get your API key from the dashboard after signing up.
Requests without a valid key return 401 Unauthorized.