Analyze the fund requirements of an inline workflow definition without saving or executing it. Same response shape as the workflow-scoped variant, with workflowId empty. Read-only — does not consume CU.

post/v1/workflows/analyze-funds

Request body

object required
OR

Response

OK

codeinteger
messagestring
requestIdstring

Example response

{
  "code": 200,
  "message": "success",
  "requestId": "abc-123"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.