All Streampixel API endpoints require an API key for authentication. The key is passed in the request body — not as anDocumentation Index
Fetch the complete documentation index at: https://docs.streampixel.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorization header.
Generate an API key
Log in to the dashboard
Go to dashboard.streampixel.io and sign in.
Use the API key
IncludeapiKey in the JSON body of every request:
Authentication errors
| Status | Message | Cause |
|---|---|---|
401 | Unauthorized: Invalid API Key | Key is wrong or has been invalidated |
401 | Invalid User | userId doesn’t match any account |
Receiving a
401? Generate a new API key from the dashboard and update your integration.Security best practices
Next steps
Find your IDs
Locate your
userId and projectId in the dashboard.Upload a build
Submit your first build with the API key you just generated.