Frequently Asked Questions
1. Where can I get an API key?
You can obtain your API key from app.aana.ai. Once you are logged in, you can find your API key in the Developers section of the Aana Platform.
2. What's the difference between the /analyze
and /index
endpoints?
The POST /analyze endpoint processes videos to extract summaries and transcripts but doesn't make them searchable. It's best for users who want to manage their own search infrastructure.
The POST /index endpoint provides a complete solution that both analyzes videos AND makes them searchable using Aana API. If you want to use Aana's powerful search capabilities, use it instead. See the Index & Search Tutorial for implementation details.
3. Why are some tasks taking a long time?
Large video analysis or indexing tasks can be compute-intensive. Check the Task Management endpoints to see current progress and consider enabling a webhook to be notified automatically when processing completes. If a task is taking longer than expected, it may be due to server load or the complexity of the video content. If you suspect a problem, please contact support.
4. Can Aana API recognize people?
Aana API recognizes well-known celebrities. If you are interested in recognizing local celebrities or specific individuals, please contact our sales team to discuss our enterprise version, which offers expanded capabilities and customization options.
5. Is it possible to search across multiple collections?
At the moment, you can only search within a single collection. If you need to search across multiple collections, consider:
- Creating a new collection that includes all the videos you want to search.
- Performing multiple searches and combining the results in your application.
6. How do I make my collection publicly accessible to others?
Currently, only admin users can make collections public. You are free to explore the public collections available on the Aana platform. If you need to share a collection with others consider sharing your API key with them. If it is not an option, contact us and we will find a solution for you.
7. Can I analyze YouTube links directly?
It is not recommended to use YouTube links directly because YouTube downloads are not always reliable. For best results, upload your video files to the platform.