Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.formizee.com/llms.txt

Use this file to discover all available pages before exploring further.

The Formizee API returns machine readable error codes to quickly identify the type of error as well as link to the docs.
{
  error: {
    code: "UNAUTHORIZED",
    message: "Please login in order to perform this action",
    docs: "https://formizee.com/docs/api-references/errors/code/UNAUTHORIZED",
  }
}