chatform
API referenceV1

Create a draft form from a template

Creates a draft, exactly as `POST /v1/forms` does — publish it when you are ready. Omit `workspace` to use the organization's first.

POST
/v1/templates/{slug}/use

Authorization

AuthorizationBearer <token>

A server-side secret key. Never send one from a browser — a request carrying an Origin header is refused for this reason.

In: header

Path Parameters

slug*string

Query Parameters

workspace?string

Response Body

curl -X POST "https://example.com/v1/templates/string/use"
Empty