Get Workflow Cost estimate
cURL
curl --request GET \ --url https://api.pixxel.space/v0/workflows/{workflow_id}/estimate \ --header 'Authorization: <api-key>'
{ "estimated_cost": 123 }
Unique ID of the workflow to estimate cost for
OK
The response is of type object.
object