Mariana van Zeller investigates one of the darkest and most elusive black markets in the world-- the illicit trade in human organs.About Trafficked with Mariana van Zeller:TRAFFICKED with Mariana van Zeller is an original documentary series that explores the complex and dangerous inner workings of the global underworld, black and informal markets. Each adventure follows Mariana on a mission to follow the chain of custody of trafficked goods, understand how to obtain the contraband, or see the 360-degree view of the trafficking world from the point of view of the smugglers, law enforcement, and those caught in the crossfire.National Geographic, October 2023
# Search
curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "JJDJDmpr861zeLhN2Fg2M-IgqlMMwPm6PEQnru2y1w8", "query": "What is alexanDRIA library?"}'
# Query
curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "JJDJDmpr861zeLhN2Fg2M-IgqlMMwPm6PEQnru2y1w8", "level": 2}'