AccuraCite website screenshot

AccuraCite

AccuraCite verifies bibliographies and finds real citations, catching AI-hallucinated references before they are published. Every citation supplied as raw text, BibTeX, RIS or an uploaded PDF is checked against eight academic indexes -- OpenAlex, Crossref, Semantic Scholar, PubMed, DBLP, arXiv, CORE and Google Scholar -- and returned as verified, mismatch or not_found, with the matched bibliographic record and a field-level list of what disagreed. A second surface runs the other direction: given a claim, it returns real papers whose abstracts actually support it rather than papers whose titles merely look related. Both are exposed over a small synchronous REST API (POST /api/v1/verify and POST /api/v1/generate) keyed by an X-API-Key header and metered from a shared monthly credit pool. AccuraCite is a solo-founder product built by a computer-science PhD after finding fabricated citations in a co-authored, partly AI-drafted paper.

AccuraCite publishes 1 API on the APIs.io network. Tagged areas include Citations, Research, Bibliography, Academic, and Verification.

AccuraCite’s developer surface includes authentication, documentation, API reference, pricing, engineering blog, support, signup flow, and 11 more developer resources.

37.7/100 thin ▬ flat Agent 8/100 agent aware Full breakdown ↓
scored 2026-09-02 · rubric v0.18.0
AccessFreemiumSelf serve⚡ Free to try
1 APIs
CitationsResearchBibliographyAcademicVerificationAI Safety

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-02 · rubric v0.18.0
Regulatory Posture applies to this provider. Its tags matched the Education & Research regime, so Regulatory Posture carries 15 points of the composite. If this regime is wrong for your business, say so on your provider repo — the applicability map is public and we will correct it.
The six quality facets above are damped to 85 points between them, because the conditional facet above carries the other 15. That is why each facet's contribution is shown against a damped maximum: raising a quality facet moves the composite by 85% of its nominal weight, not 100%. The full arithmetic is at apis.io/rating/.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/accuracite: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 1

Individual APIs this provider publishes, each with its own machine-readable definition.

AccuraCite API

Synchronous REST API for citation verification and claim-to-source lookup. Two operations, both POST and both keyed by an X-API-Key header: /api/v1/verify checks a citation stri...

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Accuracite Rate Limits

2 limits

RATE LIMITS

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Accuracite Authentication

1 scheme

SECURITY

Accuracite Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 5

Pagination, idempotency, versioning, errors, and events

Access & Security 2

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 4

Pricing, plans, and the legal terms of use

Company 1

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: accuracite
name: AccuraCite
type: Index
kind: company
visibility: Public
description: 'AccuraCite verifies bibliographies and finds real citations, catching AI-hallucinated references before they
  are published. Every citation supplied as raw text, BibTeX, RIS or an uploaded PDF is checked against eight academic indexes
  -- OpenAlex, Crossref, Semantic Scholar, PubMed, DBLP, arXiv, CORE and Google Scholar -- and returned as verified, mismatch
  or not_found, with the matched bibliographic record and a field-level list of what disagreed. A second surface runs the
  other direction: given a claim, it returns real papers whose abstracts actually support it rather than papers whose titles
  merely look related. Both are exposed over a small synchronous REST API (POST /api/v1/verify and POST /api/v1/generate)
  keyed by an X-API-Key header and metered from a shared monthly credit pool. AccuraCite is a solo-founder product built by
  a computer-science PhD after finding fabricated citations in a co-authored, partly AI-drafted paper.'
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  - rate-limits
  - security
  generated: '2026-09-02'
  method: derived
created: '2026-08-31'
modified: '2026-08-31'
specificationVersion: '0.23'
image: https://accuracite.com/static/img/og-image.png
maintainers:
- FN: AccuraCite Support
  email: support@accuracite.com
  x-url: https://accuracite.com/feedback
tags:
- Citations
- Research
- Bibliography
- Academic
- Verification
- AI Safety
apis:
- name: AccuraCite API
  description: 'Synchronous REST API for citation verification and claim-to-source lookup. Two operations, both POST and both
    keyed by an X-API-Key header: /api/v1/verify checks a citation string (or a bare URL, or a batch of up to 10) against
    eight academic indexes and returns verified / mismatch / not_found with the matched record, and /api/v1/generate returns
    real papers whose abstracts support a supplied claim. Documented rate limits are 60/min verify and 30/min generate, metered
    from a shared credit pool (1 credit per verify, 4 per generated citation); API access requires the Pro or Bulk Verification
    plan. No OpenAPI is published -- /openapi.json, /openapi.yaml, /swagger.json, /api/v1/openapi.json, /api-docs.json, /redoc
    and /apis.json all returned 404 on 2026-08-31, as did every /.well-known/ path -- so the API reference at /api-docs is
    the only contract. Originally PARKED by the apis.io gate as low confidence, which was a false negative: accuracite.com
    serves a 4KB llms.txt naming the docs page and both endpoints explicitly.'
  humanURL: https://accuracite.com/api-docs
  baseURL: https://accuracite.com/api/v1
  tags:
  - Citations
  - Verification
  properties:
  - type: Documentation
    url: https://accuracite.com/api-docs
  - type: APIReference
    url: https://accuracite.com/api-docs
  - type: LLMsTxt
    url: https://accuracite.com/llms.txt
  - type: Pricing
    url: https://accuracite.com/pricing
common:
- type: DomainSecurity
  url: security/accuracite-domain-security.yml
- type: LLMsTxt
  url: llms/accuracite-llms.txt
- type: Authentication
  url: authentication/accuracite-authentication.yml
- type: RateLimits
  url: rate-limits/accuracite-rate-limits.yml
- type: Plans
  url: plans/accuracite-plans-pricing.yml
- type: ErrorCatalog
  url: errors/accuracite-problem-types.yml
- type: Conventions
  url: conventions/accuracite-conventions.yml
- type: DataModel
  url: data-model/accuracite-data-model.yml
- type: Conformance
  url: conformance/accuracite-conformance.yml
- type: Lifecycle
  url: lifecycle/accuracite-lifecycle.yml
- type: Documentation
  url: https://accuracite.com/api-docs
- type: APIReference
  url: https://accuracite.com/api-docs
- type: Pricing
  url: https://accuracite.com/pricing
- type: Blog
  url: https://accuracite.com/blog
- type: Support
  url: https://accuracite.com/feedback
- type: SignUp
  url: https://accuracite.com/login
- type: TermsOfService
  url: https://accuracite.com/terms
- type: PrivacyPolicy
  url: https://accuracite.com/privacy
x-enrichment:
  date: '2026-08-31'
  status: enriched
  artifacts_added: 13
  pass: local-v1

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/accuracite"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/accuracite/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/accuracite/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.