Generate form
POST api.weavely.ai/v1/forms/generate
Request
No authentication header is required for this endpoint.Body
A friendly name for the form (optional).
A natural-language description of the form to generate
e.g.
e.g.
"A simple contact form in Flemish"
.Optional array of the following objects:
Response
The URL that opens the generated form in the Weavely editor.
Get form fields
GET api.weavely.ai/v1/forms/[formId]/fields
Request
Headers
Bearer <token>
Your personal token.
Path Parameters
The unique identifier of the form.
Response
The form’s unique identifier.
The timestamp of the published version, or
null
if the form has no published version.The list of fields in the form.
The field’s unique identifier.
The field’s display label.
The type of the field (e.g.,
text
, datetime
, etc.).