cURL
curl --request POST \ --url https://api.computeflow.cloud/v2/dev/test-build-flow \ --header 'Content-Type: multipart/form-data' \ --header 'api-key: <api-key>' \ --form file='@example-file'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Upload a build ZIP, put it in S3, and trigger GitHub Action. For testing only.
PlayFlow API Key
Build name
Build ZIP file to test
Successful Response