Currently available to selected partners only
REST APIs, documentation pages, and custom data sources
Streamlined API for flexible integration
Reliable service with high availability
Zero document retention with immediate data disposal
Our revolutionary approach ensures maximum data privacy while maintaining all the benefits of AI-enhanced applications.
Original documents are immediately deleted after processing, leaving only anonymized vectors.
All API keys and service credentials are provided by you with each request - we never store them.
Designed for organizations with strict data protection requirements, including GDPR and HIPAA.
Minimize risk by not storing sensitive customer data, while still leveraging its insights.
Only provide credentials for services you're using, making the API adaptable to your specific needs.
Build stronger relationships by prioritizing data privacy while delivering AI-enhanced experiences.
Our platform provides everything you need to build intelligent applications with advanced context understanding.
Store multiple documents in a single API call with our efficient batch processing for vector database integration, maintaining the process and forget approach.
Extract knowledge from documents without storing originals - data is processed, vectorized, and immediately discarded for maximum privacy.
Access insights from multiple sources without persistent storage of sensitive source content, protecting confidential information.
Choose between Pinecone or Supabase pgvector as your vector database backend, with the same consistent API interface.
User-provided API keys for OpenAI, Pinecone, Supabase and other services with each request - no server-side credential storage.
Query custom indexes without mandatory credentials for unused services, making the API more adaptable to your needs.
Process documents with immediate deletion after vector storage to enhance privacy with our 'process and forget' approach.
Workspace-based credential system with JWT authentication for customizable security and flexible integration.
Our privacy-focused RAG system enhances AI responses with contextual information while ensuring sensitive data never persists beyond its use.
Document content is securely processed with your credentials, broken into chunks for efficient analysis, and the original content is immediately discarded.
Knowledge is extracted and converted into vector embeddings, preserving semantic meaning while stripping away sensitive data, with storage controlled by your own API keys.
Generate context-aware responses by retrieving only the relevant vector embeddings, without accessing original documents, ensuring data privacy throughout the entire process.
Our API provides everything you need to integrate advanced retrieval capabilities into your applications.
Retrieve context-aware responses using our main RAG pipeline endpoints with support for conversation history.
Automatically fetch and process data from support tickets, Jira issues, and documentation.
Register users, manage tokens, and handle workspace-specific credentials securely.
POST /api/v1/modular/query HTTP/1.1Host: api.augmentedretrieval.comAuthorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...Content-Type: application/json { "query": { "question": "How do I add a file attachment?", "history": [ {"role": "user", "content": "I need help with file attachments"}, {"role": "assistant", "content": "I'd be happy to help with file attachments. What specifically would you like to know?"} ] }, "sources_config": { "custom_indexes": "my_knowledge_base,documentation", "custom_indexes_top_k": 5 }, "credentials": { "openai": { "api_key": "your_openai_api_key" }, "pinecone": { "api_key": "your_pinecone_api_key", "environment": "your_pinecone_environment" } }}POST /api/v1/modular/supabase/query HTTP/1.1Host: api.augmentedretrieval.comAuthorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...Content-Type: application/json { "query": "How do I add a file attachment?", "index_name": "documents", "top_k": 5, "filter": { "document_type": "support_article" }, "credentials": { "supabase_url": "https://your-project-id.supabase.co", "supabase_key": "your-service-role-key", "openai_api_key": "your-openai-api-key" }}Part of the AITEST SRL product family
Learn more on our Company page