userId and projectId. Here’s where to find them.
User ID
TheuserId uniquely identifies your Streampixel account. It never changes — save it once and reuse across every API call.
1
Open the dashboard
Sign in at dashboard.streampixel.io.
2
Open your account menu
Click your account name in the top-right corner.
3
Copy the User ID
Click Copy User ID. The value is now on your clipboard.
Project ID
Each project has its ownprojectId. You’ll need it for project-scoped calls like uploading a build or distributing a file.
1
Open the project
From the dashboard, navigate to the project’s detail page.
2
Copy the Project ID
Click the Project ID button.
Using both in a request
Both IDs go in the JSON request body alongside your API key:Next steps
Authenticate
Generate the API key that pairs with these IDs.
Upload a build
Use these IDs in your first upload request.