# Extracts Groups all endpoints related to extractions: - Create an extraction - Delete an extraction - Get extraction details - List all existing extractions ## List all extracts - [GET /extract/](https://docs.anesya.app/api/schema/extracts/extract_list.md): Fetch a list of all available extractions. ## Creates a new extraction. - [POST /extract/](https://docs.anesya.app/api/schema/extracts/extract_create.md): Creates a new extraction with or without a theme (extraction schema). ## Extraction details - [GET /extract/{id}/](https://docs.anesya.app/api/schema/extracts/extract_retrieve.md): Extraction details. ## Delete an extraction - [DELETE /extract/{id}/](https://docs.anesya.app/api/schema/extracts/extract_destroy.md): ⚠️ Permanently delete an extraction.