GET
/
v0
/
workflows
/
{workflow_id}
/
estimate
Get Workflow Cost estimate
curl --request GET \
  --url https://api.pixxel.space/v0/workflows/{workflow_id}/estimate \
  --header 'Authorization: <api-key>'
{
  "estimated_cost": 123
}

Authorizations

Authorization
string
header
required

Path Parameters

workflow_id
string
required

Unique ID of the workflow to estimate cost for

Response

200
application/json

OK

The response is of type object.