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 forResponse
OKapplication/json
estimated_costinteger
The calculated cost of running the workflow, in creditsGet 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}