GuideLab API

Create a new form

Creates a new form with optional initial question assignments. Auto-assigns sort order if not specified. Lab-only endpoint.

POST
/forms

Creates a new form with optional initial question assignments. Auto-assigns sort order if not specified. Lab-only endpoint.

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Response Body

application/json

curl -X POST "https://example.com/forms"
{  "form": null}
Empty
Empty