OpenPhn docs
Referencewizard

Generate

POST
/v1/wizard/generate

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://loading/v1/wizard/generate" \  -H "Content-Type: application/json" \  -d '{    "business_description": "string"  }'
{
  "verdict": "string",
  "reason": "string",
  "config": {}
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}