# Create a fact-find schema **POST /api/v1/fact-find/schema** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Body: application/json (object) - **name** (string) The name of the fact-find schema. Must be unique. - **introduction_html** (string) The name of the fact-find schema. Must be unique. ## Responses ### 201 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **archived_at** (string) If the schema has been archived, the datetime of when it was archived. - **is_archived** (boolean) Denotes if the schema has been archived. - **name** (string) The name of the fact-find schema. - **introduction_html** (string) The name of the fact-find schema. Must be unique. - **sections_count** (integer) The number of sections inside of a fact-find schema. - **public_url** (string) The public URL of the fact-find schema. [Powered by Bump.sh](https://bump.sh)