# Aspect ## Docs - [Webhooks](https://docs.aspect.inc/advanced/webhooks.md): Receive task status events securely via Svix to avoid polling - [Analyze Ask](https://docs.aspect.inc/api-reference/analyze/analyze-ask.md): Answer natural language questions about an image using Moondream's query method. - [Analyze Box](https://docs.aspect.inc/api-reference/analyze/analyze-box.md): Detect and locate objects in an image using Moondream's box method. - [Analyze Point](https://docs.aspect.inc/api-reference/analyze/analyze-point.md): Get precise coordinates for objects in an image using Moondream's point method. - [Create Asset](https://docs.aspect.inc/api-reference/assets/create-asset.md): Create a new asset with direct file upload or URL download - [Delete Asset](https://docs.aspect.inc/api-reference/assets/delete-asset.md): Delete an asset by ID - [Get Asset](https://docs.aspect.inc/api-reference/assets/get-asset.md): Get asset details by ID - [Get Asset Download Data](https://docs.aspect.inc/api-reference/assets/get-asset-download-data.md): Get download data for an asset's source - [Get Assets](https://docs.aspect.inc/api-reference/assets/get-assets.md): Get all assets that belong to a specific index - [Update Asset](https://docs.aspect.inc/api-reference/assets/update-asset.md): Update an asset by ID - [Introduction](https://docs.aspect.inc/api-reference/index.md): Complete guide to the Aspect API for AI-powered video and image indexing/retrieval - [Create Index](https://docs.aspect.inc/api-reference/indexes/create-index.md): Create a new index - [Delete Index](https://docs.aspect.inc/api-reference/indexes/delete-index.md): Delete an index by ID - [Get All Indexes](https://docs.aspect.inc/api-reference/indexes/get-all-indexes.md): Get all indexes for the current user - [Get Index](https://docs.aspect.inc/api-reference/indexes/get-index.md): Get an index by ID - [Update Index](https://docs.aspect.inc/api-reference/indexes/update-index.md): Update an index by ID - [Search](https://docs.aspect.inc/api-reference/search/search.md): Perform a search operation - [Create Task](https://docs.aspect.inc/api-reference/tasks/create-task.md): Create a new task with specified features for an asset - [Get Active Tasks](https://docs.aspect.inc/api-reference/tasks/get-active-tasks.md): Get all tasks that are active for the current user (processing, queued, failed) - [Get Task](https://docs.aspect.inc/api-reference/tasks/get-task.md): Get a task by ID - [Get Current User](https://docs.aspect.inc/api-reference/users/get-current-user.md): Get the current authenticated user - [Core concepts](https://docs.aspect.inc/concepts/introduction.md): Understand indexes, assets, features, tasks, previews, and webhooks. - [Analyze](https://docs.aspect.inc/guides/analyze.md): Ask and localize information from images and videos using Moondream. - [Indexing](https://docs.aspect.inc/guides/indexing.md): Create indexes, upload assets, and run AI features on videos. - [Search](https://docs.aspect.inc/guides/search.md): Query assets within an index using your processed features. - [Introduction](https://docs.aspect.inc/index.md): Meet Aspect Media Engine — index, analyze, and search your media with simple APIs and SDKs - [Quickstart](https://docs.aspect.inc/quickstart.md): Add your first asset, run features, and search/analyze media in minutes - [Introduction](https://docs.aspect.inc/sdk-reference/index.md): Welcome to the Aspect SDK documentation. We provide official SDKs for Python and Node.js to help you integrate with our media analysis and search API. - [Node.js SDK](https://docs.aspect.inc/sdk-reference/node.md): The Aspect Media Engine Node.js SDK provides a modern, type-safe interface for integrating with our media analysis and search API. Built with TypeScript-first design principles, it offers excellent developer experience for Node.js services and browser environments. - [Python SDK](https://docs.aspect.inc/sdk-reference/python.md): The Aspect Media Engine Python SDK provides a comprehensive and type-safe interface for integrating with our media analysis and search API. Built for Python 3.8+, it's designed to work seamlessly in data science workflows, backend services, and AI applications. ## OpenAPI Specs - [openapi](https://docs.aspect.inc/api-reference/openapi.json)