Expert-only import of a deterministic Recipe DSL

POST
/api/v1/client/recipes/import
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/api/v1/client/recipes/import" \  -H "Content-Type: application/json" \  -d '{    "name": "string",    "prompt": "string",    "sample_url": "http://example.com",    "output_schema": {},    "dsl": {      "version": 1,      "page": {},      "rules": [        {}      ]    }  }'
Empty