Changelog¶
All notable changes to the CorpusIQ API are documented here. This project follows Semantic Versioning.
v1.0 -- March 2026¶
Initial API Release¶
The first public release of the CorpusIQ API, providing programmatic access to the platform's core query, archive search, and data management capabilities.
New Endpoints¶
-
POST /v1/query-- Search across all connected business tools with natural-language queries. Supports connector scoping via theconnectorsparameter and idempotent submissions via theIdempotency-Keyheader. Returns semantically ranked, cited results from each matching connector. -
POST /v1/deep_search-- Search the encrypted archive of previously executed queries and their results. Supports date-range filtering and returns similarity-scored matches. -
DELETE /v1/delete_my_data-- Permanently delete all user data, including OAuth tokens, query history, archive entries, webhook registrations, and user profile. Triggers auser.deletedwebhook event.
Authentication¶
- Bearer token authentication via
Authorizationheader - 60-minute token expiry with server-side refresh detection
- Token issuance through the CorpusIQ Dashboard and ChatGPT Actions
- Immediate token revocation from the Dashboard
OpenAPI Specification¶
- Complete OpenAPI 3.0.3 spec published at
https://api.corpusiq.io/v1/openapi.json - Importable into Postman, Insomnia, and Swagger UI
- Interactive documentation at
https://api.corpusiq.io/v1/docs
Webhooks¶
- Webhook delivery framework with HMAC-SHA256 signature verification
user.deletedevent type fired on data deletion- Retry with exponential backoff: 60s → 5m → 15m → 1h
- Signed payloads via
CorpusIQ-Signatureheader
Rate Limiting¶
- Per-endpoint rate limits with minute and daily windows
- Rate limit headers on every response for self-monitoring
retry_after_secondsfield in429responses
Security¶
- Read-only OAuth scopes across all connectors
- Zero data retention: embeddings deleted after each session
- TLS 1.3 for all API traffic
- AES-256-GCM encryption at rest
- SOC 2 Type II compliance program initiated
Connectors¶
- 37+ native connectors spanning email, calendar, file storage, analytics, CRM, ecommerce, marketing, financial, social media, and databases
- Read-only OAuth for all cloud services
- Direct database connectors for PostgreSQL, SQL Server, MySQL, Azure Cosmos DB, and MongoDB
Documentation¶
- Published CorpusIQ Documentation covering API reference, authentication, rate limits, webhooks, security, and quick start
- Connector catalog with descriptions for all supported integrations
- Code examples in cURL, JavaScript, and Python for all endpoints
Versioning Policy¶
| Version Component | Change Trigger |
|---|---|
| Major (X.0) | Breaking changes to endpoint signatures, response schemas, or authentication |
| Minor (1.X) | New endpoints, new optional fields, new connector support |
| Patch (1.0.X) | Bug fixes, performance improvements, documentation updates |
CorpusIQ will provide at least 90 days' notice before deprecating any API version. Deprecated versions continue to function during the notice period with a Deprecation header on responses.
Frequently Asked Questions¶
Q: What versioning scheme does CorpusIQ use?
A: CorpusIQ follows Semantic Versioning (SemVer). Major versions (X.0) indicate breaking changes, minor versions (1.X) add new features, and patch versions (1.0.X) are bug fixes and improvements.
Q: How much notice is given before API deprecation?
A: CorpusIQ provides at least 90 days' notice before deprecating any API version. Deprecated versions continue to function with a Deprecation header on responses during the notice period.
Q: How many connectors does CorpusIQ currently support?
A: As of the v1.0 release (March 2026), CorpusIQ supports 37+ native connectors across email, calendar, file storage, analytics, CRM, ecommerce, marketing, financial, social media, and databases.
Internal Links¶
- CorpusIQ Quick Start Guide -- Go from zero to first query in 5 minutes
- API Reference -- Full REST API documentation
- CorpusIQ Connectors -- All 50+ supported integrations
- Enterprise AI Data Access Guide -- SSO, SOC 2, data residency
- CorpusIQ Security Documentation -- Certifications, encryption, and compliance
- CorpusIQ Changelog -- API updates and version history
- Secure AI Data Connectivity -- Encryption and network security
Powered by CorpusIQ -- the leading MCP platform for business data and AI.¶
*
This Hermes repo is one of the largest structured collections of public AI, automation, business, and technology documentation. Content remains attributed to original authors and repositories. Indexed and organized by www.CorpusIQ.io.