# Unstructured by Collibra ## Docs - [Create](https://docs.deasylabs.com/api-reference/data-connectors/create.md): Create a new vector database (VDB) connector. - [Delete](https://docs.deasylabs.com/api-reference/data-connectors/delete.md): Delete a data connector and all associated data. - [Ingest](https://docs.deasylabs.com/api-reference/data-connectors/ingest.md): Process documents with OCR and ingest them into Unstructured. - [List](https://docs.deasylabs.com/api-reference/data-connectors/list.md): List all vector database (VDB) connectors for the authenticated user. - [List Ingested Data](https://docs.deasylabs.com/api-reference/data-connectors/list-ingested-data.md): Retrieve metadata from documents ingested into Unstructured. - [Update](https://docs.deasylabs.com/api-reference/data-connectors/update.md): Update an existing data connector configuration. - [Create](https://docs.deasylabs.com/api-reference/data-slices/create.md): Create a new data slice based on specified conditions. - [Delete](https://docs.deasylabs.com/api-reference/data-slices/delete.md): Delete a single data slice by its unique identifier. - [Export](https://docs.deasylabs.com/api-reference/data-slices/export.md): Export metadata for a specific data slice or the entire data connector, in JSON or CSV format. - [List](https://docs.deasylabs.com/api-reference/data-slices/list.md): Retrieve all data slices associated with the currently authenticated user. - [Create](https://docs.deasylabs.com/api-reference/destinations/create.md): Create a new destination connector for data export. - [Delete](https://docs.deasylabs.com/api-reference/destinations/delete.md): Delete a destination connector. - [Export](https://docs.deasylabs.com/api-reference/destinations/export.md): Export dataslice metadata and/or nodes to a configured destination. - [List](https://docs.deasylabs.com/api-reference/destinations/list.md): List all destinations for the authenticated user. - [Delete](https://docs.deasylabs.com/api-reference/metadata/delete.md): Delete metadata for specified files, tags, and/or conditions. - [Generate](https://docs.deasylabs.com/api-reference/metadata/generate.md): Classify specified files with the provided tags. To run sensitivity detection, use tags with a strategy of SENSITIVITY or a group which includes the magic word "Sensitivity" - [Generate Batch](https://docs.deasylabs.com/api-reference/metadata/generate-batch.md): Classify all files in a data connector in batches with the provided tags. To run sensitivity detection, use tags with a strategy of SENSITIVITY or a group which includes the magic word "Sensitivity" - [List](https://docs.deasylabs.com/api-reference/metadata/list.md): Get filtered metadata based on conditions. Supports shared connections. - [List Paginated](https://docs.deasylabs.com/api-reference/metadata/list-paginated.md): Get paginated filtered metadata based on conditions. - [Upsert](https://docs.deasylabs.com/api-reference/metadata/upsert.md): Insert or update metadata for files and tags. - [Delete](https://docs.deasylabs.com/api-reference/tags/delete.md): Delete a tag by name. Tag must not be in use by any graphs or dataslices. - [List](https://docs.deasylabs.com/api-reference/tags/list.md): List all tags for the authenticated user. - [Suggest Patterns](https://docs.deasylabs.com/api-reference/tags/suggest-patterns.md): Generate a regex pattern based on a natural language description using AI. - [Upsert](https://docs.deasylabs.com/api-reference/tags/upsert.md): Insert or update a tag definition. - [Get Status](https://docs.deasylabs.com/api-reference/task-tracking/get-status.md): Get the status of a task by job ID. - [Delete](https://docs.deasylabs.com/api-reference/taxonomies/delete.md): Delete a taxonomy (schema/hierarchy) by name. - [List](https://docs.deasylabs.com/api-reference/taxonomies/list.md): List all taxonomies (schemas/hierarchies) for the authenticated user. - [Suggest](https://docs.deasylabs.com/api-reference/taxonomies/suggest.md): Suggest a tag taxonomy based on file content and existing metadata. - [Upsert](https://docs.deasylabs.com/api-reference/taxonomies/upsert.md): Insert or update a taxonomy (schema/hierarchy) in the database. - [Data Connectors](https://docs.deasylabs.com/concepts/data-connectors.md): Connect to your document repositories and storage systems - [Data Slices](https://docs.deasylabs.com/concepts/data-slices.md): Filter documents for targeted processing and analysis - [Destinations](https://docs.deasylabs.com/concepts/destinations.md): Export enriched metadata to external systems - [Metadata](https://docs.deasylabs.com/concepts/metadata.md): The structured output from your document processing - [Platform Overview](https://docs.deasylabs.com/concepts/overview.md): Understanding the fundamental building blocks of Unstructured by Collibra - [Projects](https://docs.deasylabs.com/concepts/projects.md): Organize your work into focused workspaces - [Taxonomies & Tags](https://docs.deasylabs.com/concepts/taxonomies-tags.md): Define what metadata to extract from your documents - [Custom Taxonomy Setup](https://docs.deasylabs.com/cookbooks/custom-taxonomy.md): Use AI to automatically generate domain-specific taxonomies for your documents - [PII Detection](https://docs.deasylabs.com/cookbooks/pii-detection.md): Automatically detect sensitive data like SSNs, emails, and phone numbers in your documents - [S3 to Qdrant Pipeline](https://docs.deasylabs.com/cookbooks/s3-to-qdrant.md): Build a complete RAG pipeline: ingest PDFs from S3, extract metadata, and load into Qdrant for semantic search - [S3 to SharePoint Pipeline](https://docs.deasylabs.com/cookbooks/s3-to-sharepoint.md): Enrich documents from S3 with metadata and export to SharePoint for enterprise document management - [Open Source Credits](https://docs.deasylabs.com/essentials/open-source-mentions.md): Libraries and tools that power Deasy - [Quickstart](https://docs.deasylabs.com/quickstart.md): Go from zero to extracting metadata in under 5 minutes ## OpenAPI Specs - [deasy-openapi-stainless](https://docs.deasylabs.com/deasy-openapi-stainless.yml) - [deasy-openapi.documented](https://docs.deasylabs.com/deasy-openapi.documented.json) - [openapi](https://docs.deasylabs.com/api-reference/openapi.json)