DeepInquiry on AWS Data Exchange
The DeepInquiry Verified Facts API is available on AWS Data Exchange as a monthly subscription. This page documents what subscribers get, how the endpoint works, and how to reach us.
What the API returns
Every response returns a verified fact plus its full provenance record. DeepInquiry only ships facts that pass a source-independence check — two or more structurally independent sources per fact, with syndicated duplicates and mirror sites excluded before counting. See our verification methodology for how independence is graded.
Each fact response carries:
- fact_text — the verified claim, as written
- verification_tier — gold, silver, or bronze, based on the evidence strength
- independence_score — a 0.0–1.0 measure of how structurally distinct the corroborating sources are
- cluster_count — number of independent source clusters supporting the fact
- sources — URL, publisher, cluster ID, and domain class for every corroborating source
- category, era, region — classification tags
- citogenesis_flags — empty on clean facts; populated when the source cluster shows signs of copying from a single seed
Sample response
{
"fact": {
"id": 31,
"fact_text": "Tardigrades can survive in the vacuum of space, withstand pressures six times greater than the deepest ocean trenches, and endure radiation doses 1,000 times what would kill a human.",
"category": "nature",
"era": "modern",
"region": "global",
"verification_tier": "silver",
"independence_score": 1.000,
"cluster_count": 7,
"sources": [
{ "url": "https://www.nasa.gov/...", "publisher": "NASA", "cluster_id": 1, "domain_class": "primary_source" },
{ "url": "https://www.nature.com/...", "publisher": "Nature", "cluster_id": 2, "domain_class": "peer_reviewed" },
"..."
],
"citogenesis_flags": []
}
}Full 100-fact sample corpus is published as deepinquiry/verified-facts-sample-100 on Hugging Face (CC BY 4.0).
Subscription tiers
| Tier | Price | Monthly requests | Rate limit |
|---|---|---|---|
| Starter | $29 / month | 25,000 | 60 requests / minute |
| Growth | $149 / month | 250,000 | 300 requests / minute |
| Scale | $599 / month | 2,000,000 | 1,000 requests / minute |
Contracts are monthly and auto-renew. Rate limits are enforced by our backend. If your workload needs a longer term or a custom volume, reach out at aws-support@deepinquiry.ai.
Getting started
- Subscribe to DeepInquiry — Verified Facts API on AWS Data Exchange. Choose the tier that matches your expected volume.
- AWS provisions a subscription-specific endpoint under the AWS Data Exchange domain. That endpoint proxies to our backend and injects your subscriber credentials automatically. You do not need a separate DeepInquiry API key.
- Call the endpoint from your AWS account with SigV4 authentication (any AWS SDK handles this). The response schema matches the sample above.
- Track your usage in the AWS Data Exchange console. Overage on the monthly cap returns HTTP 429; upgrade to the next tier for higher volume.
OpenAPI specification
The full OpenAPI 3.0 specification for this API is attached to the Data Exchange product listing and downloadable from the AWS Data Exchange console once you have subscribed. It documents every endpoint, query parameter, and response field.
Data update frequency
The corpus grows continuously. New facts pass through our ingest and verification pipeline and land in the API roughly every 15 minutes. Individual facts do not change once verified; the API always returns the current corpus state. No revision or snapshot schedule is required.
What DeepInquiry is not
- Not a search API against the open web. DeepInquiry ships a curated, pre-verified corpus.
- Not a fact-check-on-demand service. Every fact is verified before it enters the corpus, not on request.
- Not a single-source aggregator. Claims with only one source or without cross-corroboration are not admitted to the corpus.
Support
Email aws-support@deepinquiry.ai for API, billing, or subscription questions related to your AWS Data Exchange subscription. We reply within one business day. See our AWS support policy for full response-time and escalation details.
Sensitive-information flag: this dataset contains no PII, no health or genetic data, no biometric data, and no sensitive location data.
Refund policy
DeepInquiry offers pro-rated refunds for any unused portion of a monthly subscription if you cancel within 7 days of the start of a subscription month. After the first 7 days, cancellations take effect at the end of the current subscription month with no partial refund. Contact aws-support@deepinquiry.ai to initiate a refund.
Provider
Epic Sky LLC — a US-incorporated software company. DeepInquiry is our verified-facts product line. Product listing, sample data, and the Data Subscription Agreement are attached to the AWS Data Exchange product page.