# Simplicity AI ## Docs - [Autofill Existing Form](https://docs.simplicity.ai/autofill-existing-form.md): Autofill an existing form with new data. Pass the `form_id` of the existing form with either a `context` (background information), `instructions` (explicit filling rules). - [Create And Autofill Form](https://docs.simplicity.ai/create-and-autofill-form.md): Create a new form and automatically populate it with AI-extracted data. Pass the `document_id` of the uploaded form along with either a `context` (background information), `instructions` (explicit filling rules), or `source_document_ids` (IDs of previously uploaded documents the AI will extract data… - [Delete Document](https://docs.simplicity.ai/delete-document.md): Permanently delete a document from a user's account. - [Delete Form](https://docs.simplicity.ai/delete-form.md): Permanently delete a form from the user's account. - [Generate api key](https://docs.simplicity.ai/generate-api-key.md) - [Get Document By Id](https://docs.simplicity.ai/get-document-by-id.md): Retrieves a single document using the `document_id` - [Get Documents](https://docs.simplicity.ai/get-documents.md): Retrieve all documents belonging to a user. - [Get Form](https://docs.simplicity.ai/get-form.md): Retrieve a single form associated with the authenticated user. - [Get Forms](https://docs.simplicity.ai/get-forms.md): Retrieve all forms associated with the authenticated user. - [Get Task By Id](https://docs.simplicity.ai/get-task-by-id.md): Retrieve the details of a specific task by its ID, including task type and current status. - [Get Tasks](https://docs.simplicity.ai/get-tasks.md): Retrieve all tasks associated with the authenticated user, including task type (e.g. `document-upload`, `auto-fill`) and their corresponding details. - [Introduction](https://docs.simplicity.ai/introduction.md): Welcome to the Simplicity AI API — the easiest way to upload, manage, and autofill documents and forms with AI. - [Quickstart](https://docs.simplicity.ai/quickstart.md): Make your first API call with Simplicity AI in under 5 minutes. - [Update Document](https://docs.simplicity.ai/update-document.md): Update the details or contents of an existing document. - [Update Form](https://docs.simplicity.ai/update-form.md): Update the details of an existing form. You can update your `form_title`, `form_description`, and especially the `source_document_ids` used to fill your form. - [Upload Document](https://docs.simplicity.ai/upload-document.md): Upload a PDF form to be processed and made available for autofill. - [Upload Document From Url](https://docs.simplicity.ai/upload-document-from-url.md): Upload a PDF form via document URL to enable AI-powered autofill. - [Webhook](https://docs.simplicity.ai/webhook.md) ## OpenAPI Specs - [openapi](https://docs.simplicity.ai/openapi.json)