# Forms

URL: https://www.agencytitan.com/docs/tag/forms

Form definitions used to collect structured data.

## Operations

- `GET` `/v1/forms` — [List forms](https://www.agencytitan.com/docs/tag/forms/GET/v1/forms.md)
- `POST` `/v1/forms` — [Create a draft form](https://www.agencytitan.com/docs/tag/forms/POST/v1/forms.md)
- `DELETE` `/v1/forms/{id}` — [Delete a form](https://www.agencytitan.com/docs/tag/forms/DELETE/v1/forms/{id}.md)
- `GET` `/v1/forms/{id}` — [Get a form](https://www.agencytitan.com/docs/tag/forms/GET/v1/forms/{id}.md)
- `PATCH` `/v1/forms/{id}` — [Update top-level form settings](https://www.agencytitan.com/docs/tag/forms/PATCH/v1/forms/{id}.md)
- `POST` `/v1/forms/{id}/analytics` — [Get form submission analytics](https://www.agencytitan.com/docs/tag/forms/POST/v1/forms/{id}/analytics.md)
- `GET` `/v1/forms/{id}/full` — [Get a full form](https://www.agencytitan.com/docs/tag/forms/GET/v1/forms/{id}/full.md)
- `POST` `/v1/forms/{id}/publish` — [Publish a draft form version](https://www.agencytitan.com/docs/tag/forms/POST/v1/forms/{id}/publish.md)
- `POST` `/v1/forms/{id}/republish` — [Republish an inactive form](https://www.agencytitan.com/docs/tag/forms/POST/v1/forms/{id}/republish.md)
- `PATCH` `/v1/forms/{id}/settings` — [Update form settings](https://www.agencytitan.com/docs/tag/forms/PATCH/v1/forms/{id}/settings.md)
- `POST` `/v1/forms/{id}/unpublish` — [Unpublish a form](https://www.agencytitan.com/docs/tag/forms/POST/v1/forms/{id}/unpublish.md)

## Useful links

- Interactive page: https://www.agencytitan.com/docs/tag/forms
- API reference home: https://www.agencytitan.com/docs/
- This page as Markdown: https://www.agencytitan.com/docs/tag/forms.md
- Full API Markdown: https://api.agencytitan.com/v1/llms.txt
