Skip to main content
POST
/
v2
/
dev
/
test-build-flow
Test Build Processing Flow (Development Only)
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>"
    }
  ]
}

Headers

api-key
string
required

PlayFlow API Key

Query Parameters

name
string
default:default

Build name

Body

multipart/form-data
file
file
required

Build ZIP file to test

Response

Successful Response