You can generate and manage API keys from your Cortex Dashboard. All endpoints require an API key sent as a Bearer token in the Authorization header.
Welcome to the Cortex SDK API Reference. This section documents every available endpoint and how to interact with them to power AI apps and agents with intelligent memory and retrieval.
Base URL:
https://api.usecortex.ai
Contact us to get your API key at founders@usecortex.ai
Send knowledge into Cortex. Upload documents, batch files, and scrape webpages.
/upload/upload_document
/upload/batch_upload
/upload/scrape_webpage
Ask questions. Retrieve personalized answers from memory and indexed sources.
/search/qna
— supports an optional metadata
parameter to filter sources by source_title
or source_type
.Browse what’s in your Cortex memory or knowledge store.
/list/sources
/list/sources_by_id
/fetch/fetch_content
Manage knowledge entries, delete outdated or unwanted context.
/delete_memory
Check if a file or page was successfully processed.
/upload/verify_processing
source_title
, source_type
in the QnA API) for fine-grained filtering and agentic retrieval.You can generate and manage API keys from your Cortex Dashboard. All endpoints require an API key sent as a Bearer token in the Authorization header.
Welcome to the Cortex SDK API Reference. This section documents every available endpoint and how to interact with them to power AI apps and agents with intelligent memory and retrieval.
Base URL:
https://api.usecortex.ai
Contact us to get your API key at founders@usecortex.ai
Send knowledge into Cortex. Upload documents, batch files, and scrape webpages.
/upload/upload_document
/upload/batch_upload
/upload/scrape_webpage
Ask questions. Retrieve personalized answers from memory and indexed sources.
/search/qna
— supports an optional metadata
parameter to filter sources by source_title
or source_type
.Browse what’s in your Cortex memory or knowledge store.
/list/sources
/list/sources_by_id
/fetch/fetch_content
Manage knowledge entries, delete outdated or unwanted context.
/delete_memory
Check if a file or page was successfully processed.
/upload/verify_processing
source_title
, source_type
in the QnA API) for fine-grained filtering and agentic retrieval.