# Cloudsquid docs ## Docs - [API Introduction](https://docs.cloudsquid.io/api-reference/introduction.md): Base URL, authentication, and your first API call. - [Delete a Project](https://docs.cloudsquid.io/api-reference/projects/delete-projects.md): Delete a project. - [Get All Projects](https://docs.cloudsquid.io/api-reference/projects/get-projects.md): Get all projects in the organisation. - [Create a New Project](https://docs.cloudsquid.io/api-reference/projects/post-projects.md): Create a new Project. - [Create Table](https://docs.cloudsquid.io/api-reference/tables/create-a-new-table.md): Create a new table (extraction, reconciliation, storage). - [Create a Reconciliation Row](https://docs.cloudsquid.io/api-reference/tables/create-a-reonciliation-task.md): Create a Task without executing it. - [Delete Table](https://docs.cloudsquid.io/api-reference/tables/delete-projects-tables.md): Delete table with all the data inside. - [Get Run Status and Result](https://docs.cloudsquid.io/api-reference/tables/get-ai-run-status-&-result.md): Poll an async AI run for its status and retrieve results when complete. Returns the current status of the run, and if the run is done, includes the extracted data or reconciliation results. - [Get Extraction Table Settings](https://docs.cloudsquid.io/api-reference/tables/get-extraction-table-settings.md): Get extraction table settings such as active pipeline, bounding boxes - [Get a Table](https://docs.cloudsquid.io/api-reference/tables/get-projects-tables.md): Retrieve a table and its metadata. - [List all Tables](https://docs.cloudsquid.io/api-reference/tables/get-projects-tables-1.md): List all tables inside the project - [Get Table Data](https://docs.cloudsquid.io/api-reference/tables/get-projects-tables-data.md): Retrieve all data from a table. - [Get Table Schema](https://docs.cloudsquid.io/api-reference/tables/get-projects-tables-schema.md): Retrieve the data schema for a table. - [Upload Data into Table](https://docs.cloudsquid.io/api-reference/tables/post-projects-tables-data.md): Upload JSON data into a table. - [Update Table Schema](https://docs.cloudsquid.io/api-reference/tables/post-projects-tables-schema.md): Update the data schema for a table. - [Upload CSV to Storage Table](https://docs.cloudsquid.io/api-reference/tables/put-projects-tables.md): Overwrite or append csv data to a storage table. - [Start AI run (asynchronous)](https://docs.cloudsquid.io/api-reference/tables/request-starts-the-analyze-process-for-a-table.md): Start AI processing for a row in an extraction or reconciliation table. This is an asynchronous operation; use the returned run_id to check status and retrieve results. - [Update Extraction Table Settings](https://docs.cloudsquid.io/api-reference/tables/update-extraction-table-settings.md): Update extraction table settings such as active pipeline, bounding boxes - [Upload File to Extraction Table](https://docs.cloudsquid.io/api-reference/tables/upload-a-new-file-into-a-table.md): Upload a file to an extraction table to create a new row associated with it. This doesn't start an extraction run - use the /run endpoint to start processing the file after uploading. - [Data Extraction (synchronous)](https://docs.cloudsquid.io/api-reference/unified/synchronous-extraction-for-a-file-end-to-end.md): Upload a file and extract its content in a single blocking call. - [Reconcile Data (synchronous)](https://docs.cloudsquid.io/api-reference/unified/synchronous-reconciliation-run.md): Run reconciliation on data in a single blocking call. - [Async Run Pattern](https://docs.cloudsquid.io/concepts/async-run-pattern.md): Upload a file, start an AI run, and poll for results — the standard pattern for extraction at scale. - [Pipelines](https://docs.cloudsquid.io/concepts/pipelines.md): Choose between cloudsquid-flash and cloudsquid-pro based on your accuracy and speed requirements. - [Table Types](https://docs.cloudsquid.io/concepts/table-types.md): Understand Extraction, Reconcile, and Storage tables — and when to use each. - [Connect Outlook](https://docs.cloudsquid.io/connect_to_outlook_guide.md): Link your Outlook account to automatically process inbound emails. - [Developer Setup](https://docs.cloudsquid.io/development.md): Get your API key and make your first API call. - [Cloudsquid Documentation](https://docs.cloudsquid.io/index.md): AI-powered document extraction and workflow automation. - [Quickstart Extraction Agent](https://docs.cloudsquid.io/quickstart.md): Start building AI Agents powering your files in minutes - [Workflow Builder Quick Start Guide](https://docs.cloudsquid.io/quickstart_workflow.md): A walk through of how to create a simple end to end data workflow ## OpenAPI Specs - [public_api](https://docs.cloudsquid.io/api-reference/public_api.yaml) - [openapi](https://docs.cloudsquid.io/api-reference/openapi.json) ## Optional - [Blog](https://cloudsquid.substack.com/)