Developers
Forms API
Endpoints for retrieving and managing forms.
Generate form
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. "A simple contact form in Flemish"
.
Optional list of base-64-encoded PDF files that provide extra context for the generator.
Response
The URL that opens the generated form in the Weavely editor.
Get form 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.
Each field object includes:
The field’s unique identifier.
The field’s display label.
The type of the field (e.g., text
, datetime
, etc.).