Upload File API
Upload a new build file to a Streampixel project by providing a publicly accessible direct URL to a .zip file. The file will be downloaded, extracted, scanned, and saved to the project.
Body
apiKeystringRequired
Your API authentication key
userIdstringRequired
Your Streampixel user ID
projectIdstringRequired
Project ID to link the build to
fileUrlstring · uriRequired
Publicly accessible direct URL to the .zip file. Must end with .zip and have no query strings.
autoReleasebooleanOptionalDefault:
Whether to auto-release the new build after upload
trueResponses
200
File uploaded successfully
application/json
400
Bad request — invalid URL format or missing fields
application/json
401
Unauthorized — invalid API key or user ID
application/json
post
/projects/upload-fileOverview
Typical Workflow
Prerequisites
Requirement
Where to Get It
File URL Requirements
URL
Code Examples
What Happens After Upload
Confirming Success
Last updated