Quora website screenshot

Quora

Quora is a question-and-answer platform where users ask questions, share knowledge, and learn from experts on a wide variety of topics.

Quora publishes 4 APIs on the APIs.io network, including Chat API, Models API, Responses API, and 1 more. Tagged areas include Community, Knowledge, and Q&A.

Quora’s developer surface includes authentication, signup flow, engineering blog, support, developer portal, GitHub presence, and 13 more developer resources.

43.7/100 developing ▬ flat Agent 20/100 agent aware saas Full breakdown ↓
scored 2026-09-14 · rubric v0.22.0
AccessFreemiumSelf serve⚡ Free to try
1 APIs
CommunityKnowledgeQ&A

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-14 · rubric v0.22.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
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/quora: 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 →

Standards implemented 1

Interfaces this provider implements that became standards by being copied rather than ratified. Each is profiled by the API Commons, and the evidence column says how the claim was established — not that it was made.

The OpenAI Interface reaches extended
declared — publishes a spec that declares them
2 core of 338 operations graded · api-commons/models

APIs 5

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

Quora Ads Conversion API

The Quora Ads Conversion API (CAPI) allows advertisers to send events such as website events, app installs, and offline conversions directly to Quora Ads Manager. This server-to...

Quora Chat API

OpenAI-compatible chat completion endpoints.

Quora Models API

Discover available bots and models.

Quora Responses API

Advanced Responses API supporting reasoning, web search, and structured outputs.

Quora Usage API

Track point balance and usage history.

Open Collections 6

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Poe Chat API

OPEN COLLECTION

Poe Chat Models API

OPEN COLLECTION

Poe API

OPEN COLLECTION

Poe Chat Responses API

OPEN COLLECTION

Poe Chat Usage API

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Quora Plans Pricing

3 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Quora Rate Limits

5 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Quora Finops

FINOPS

Security Posture 2

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

Quora Authentication

http · 1 scheme

SECURITY

Quora Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Quora Agentic Access

5 operations · 2 acting

5 operations · 2 acting

AGENTIC

Resources

Get Started 4

Portal, sign-up, and the first successful call

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 2

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 5

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: quora
url: https://raw.githubusercontent.com/api-evangelist/quora/refs/heads/main/apis.yml
apis:
- aid: quora:quora-ads-conversion-api
  name: Quora Ads Conversion API
  tags:
  - Advertising
  - Conversions
  - Marketing
  humanURL: https://www.quora.com/ads/conversion_api_doc
  properties:
  - url: https://www.quora.com/ads/conversion_api_doc
    type: Documentation
  - url: https://quoraadsupport.zendesk.com/hc/en-us/articles/23065751885069-Conversion-API-Overview
    type: GettingStarted
  - url: https://business.quora.com/api-partners
    type: Partners
  description: The Quora Ads Conversion API (CAPI) allows advertisers to send events such as website events, app installs,
    and offline conversions directly to Quora Ads Manager. This server-to-server integration enables real-time data connections
    that improve conversion match rates, increasing return on ad spend (ROAS) and lowering cost per action (CPA).
- aid: quora:quora-chat-api
  name: Quora Chat API
  description: OpenAI-compatible chat completion endpoints.
  humanURL: https://www.quora.com/ads/conversion_api_doc
  baseURL: https://api.poe.com/v1
  tags:
  - Chat
  properties:
  - type: OpenAPI
    url: openapi/quora-chat-api-openapi.yml
  - type: Documentation
    url: https://creator.poe.com/docs
  - type: GettingStarted
    url: https://creator.poe.com/docs/quick-start
  - type: APIReference
    url: https://creator.poe.com/api-reference
  - type: OpenAICompatible
    url: https://creator.poe.com/docs/external-applications/openai-compatible-api
  - type: AnthropicCompatible
    url: https://creator.poe.com/docs/external-applications/anthropic-compatible-api
  - type: Specification
    url: https://creator.poe.com/docs/server-bots/poe-protocol-specification
  - type: SDKs
    url: https://creator.poe.com/docs/server-bots/fastapi_poe-python-reference
  - type: UsageAPI
    url: https://creator.poe.com/docs/resources/usage-api
  - type: ChangeLog
    url: https://creator.poe.com/changelog
  - type: Authentication
    url: https://poe.com/api/keys
  - type: SDKs
    url: https://github.com/poe-platform/fastapi_poe
- aid: quora:quora-models-api
  name: Quora Models API
  description: Discover available bots and models.
  humanURL: https://www.quora.com/ads/conversion_api_doc
  baseURL: https://api.poe.com/v1
  tags:
  - Models
  properties:
  - type: OpenAPI
    url: openapi/quora-models-api-openapi.yml
  - type: Documentation
    url: https://creator.poe.com/docs
  - type: GettingStarted
    url: https://creator.poe.com/docs/quick-start
  - type: APIReference
    url: https://creator.poe.com/api-reference
  - type: OpenAICompatible
    url: https://creator.poe.com/docs/external-applications/openai-compatible-api
  - type: AnthropicCompatible
    url: https://creator.poe.com/docs/external-applications/anthropic-compatible-api
  - type: Specification
    url: https://creator.poe.com/docs/server-bots/poe-protocol-specification
  - type: SDKs
    url: https://creator.poe.com/docs/server-bots/fastapi_poe-python-reference
  - type: UsageAPI
    url: https://creator.poe.com/docs/resources/usage-api
  - type: ChangeLog
    url: https://creator.poe.com/changelog
  - type: Authentication
    url: https://poe.com/api/keys
  - type: SDKs
    url: https://github.com/poe-platform/fastapi_poe
- aid: quora:quora-responses-api
  name: Quora Responses API
  description: Advanced Responses API supporting reasoning, web search, and structured outputs.
  humanURL: https://www.quora.com/ads/conversion_api_doc
  baseURL: https://api.poe.com/v1
  tags:
  - Responses
  properties:
  - type: OpenAPI
    url: openapi/quora-responses-api-openapi.yml
  - type: Documentation
    url: https://creator.poe.com/docs
  - type: GettingStarted
    url: https://creator.poe.com/docs/quick-start
  - type: APIReference
    url: https://creator.poe.com/api-reference
  - type: OpenAICompatible
    url: https://creator.poe.com/docs/external-applications/openai-compatible-api
  - type: AnthropicCompatible
    url: https://creator.poe.com/docs/external-applications/anthropic-compatible-api
  - type: Specification
    url: https://creator.poe.com/docs/server-bots/poe-protocol-specification
  - type: SDKs
    url: https://creator.poe.com/docs/server-bots/fastapi_poe-python-reference
  - type: UsageAPI
    url: https://creator.poe.com/docs/resources/usage-api
  - type: ChangeLog
    url: https://creator.poe.com/changelog
  - type: Authentication
    url: https://poe.com/api/keys
  - type: SDKs
    url: https://github.com/poe-platform/fastapi_poe
- aid: quora:quora-usage-api
  name: Quora Usage API
  description: Track point balance and usage history.
  humanURL: https://www.quora.com/ads/conversion_api_doc
  baseURL: https://api.poe.com/v1
  tags:
  - Usage
  properties:
  - type: OpenAPI
    url: openapi/quora-usage-api-openapi.yml
  - type: Documentation
    url: https://creator.poe.com/docs
  - type: GettingStarted
    url: https://creator.poe.com/docs/quick-start
  - type: APIReference
    url: https://creator.poe.com/api-reference
  - type: OpenAICompatible
    url: https://creator.poe.com/docs/external-applications/openai-compatible-api
  - type: AnthropicCompatible
    url: https://creator.poe.com/docs/external-applications/anthropic-compatible-api
  - type: Specification
    url: https://creator.poe.com/docs/server-bots/poe-protocol-specification
  - type: SDKs
    url: https://creator.poe.com/docs/server-bots/fastapi_poe-python-reference
  - type: UsageAPI
    url: https://creator.poe.com/docs/resources/usage-api
  - type: ChangeLog
    url: https://creator.poe.com/changelog
  - type: Authentication
    url: https://poe.com/api/keys
  - type: SDKs
    url: https://github.com/poe-platform/fastapi_poe
name: Quora
tags:
- Community
- Knowledge
- Q&A
type: Index
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: true
  label: Hosted service · you call their endpoint
  confidence: high
  source:
  - openapi
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: medium
  source:
  - plans
  - authentication
  - security
  generated: '2026-09-03'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/quora.png
access: 3rd-Party
common:
- type: AgenticAccess
  url: agentic-access/quora-agentic-access.yml
- type: DomainSecurity
  url: security/quora-domain-security.yml
- type: Authentication
  url: authentication/quora-authentication.yml
- url: https://www.quora.com/
  name: Quora Website
  type: Website
- url: https://www.quora.com/
  name: Sign Up
  type: Signup
- url: https://www.quora.com/
  name: Login
  type: Login
- url: https://quorablog.quora.com/
  name: Quora Blog
  type: Blog
- url: https://help.quora.com/
  name: Help Center
  type: Support
- url: https://help.quora.com/hc/en-us/articles/360000470706-Platform-Policies
  name: Platform Policies
  type: TermsOfService
- url: https://www.quora.com/about/privacy
  name: Privacy Policy
  type: PrivacyPolicy
- url: https://www.quora.com/about
  name: About Quora
  type: About
- url: https://business.quora.com/
  name: Quora for Business
  type: Portal
- url: https://creator.poe.com/
  name: Poe Creator Platform
  type: Portal
- url: https://poe.com/
  name: Poe Website
  type: Website
- url: https://help.poe.com/
  name: Poe Help Center
  type: Support
- url: https://twitter.com/Quora
  name: Quora on X (Twitter)
  type: X
- url: https://www.linkedin.com/company/quora-inc-
  name: Quora on LinkedIn
  type: LinkedIn
- url: https://github.com/quora
  name: Quora on GitHub
  type: GitHub
- url: https://github.com/poe-platform
  name: Poe Platform on GitHub
  type: GitHub
created: '2026-03-24'
modified: '2026-05-19'
specificationVersion: '0.23'
description: Quora is a question-and-answer platform where users ask questions, share knowledge, and learn from experts on
  a wide variety of topics.

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/quora"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/quora/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/quora/evidence"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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