Insects may be small, but their world is yet to be discovered. The documentary focuses on various abilities and life cycles of insects. Watch as these tiny creatures return from the dead and protect themselves from predators!
# Search
curl -X POST "https://search.dria.co/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "--b13pez2L24rI1JvkuCLChlkCMcfPwj3FI-yMv8v_0", "query": "What is alexanDRIA library?"}'
# Query
curl -X POST "https://search.dria.co/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "--b13pez2L24rI1JvkuCLChlkCMcfPwj3FI-yMv8v_0", "level": 2}'