Pixxel

Get Workflow Cost estimate

Get Workflow Cost estimate

GET/v0/workflows/{workflow_id}/estimate
Authorisations
AuthorizationString
Path Parameters
workflow_idstringrequired
Unique ID of the workflow to estimate cost for
Response
application/json
OK
estimated_costinteger
The calculated cost of running the workflow, in credits
Get Workflow Cost estimate
1curl -X GET 'https://api.pixxel.space/v0/workflows/{workflow_id}/estimate' \
2 -H 'Authorization: YOUR_API_KEY'
Response:
{
"estimated_cost": 0
}