Skip to main content
POST
/
v2
/
builds
/
{build_id}
/
process
Trigger Build Processing
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>"
    }
  ]
}

Headers

api-key
string
required

PlayFlow API Key

Path Parameters

build_id
string
required

Build ID returned from /builds/upload-url

Query Parameters

name
string
required

Build name (must match the name used in /builds/upload-url)

Response

Successful Response