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.
Open the dashboard
Sign in at dashboard.streampixel.io.
Project ID
Each project has its ownprojectId. You’ll need it for project-scoped calls like uploading a build or distributing a file.
You can also read it from the URL:
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.