cURL
curl --request POST \ --url https://api.computeflow.cloud/v2/builds/{build_id}/process \ --header 'api-key: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Trigger GitHub Actions processing for an uploaded build. Call this after uploading to the presigned URL.
PlayFlow API Key
Build ID returned from /builds/upload-url
Build name (must match the name used in /builds/upload-url)
Successful Response