How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Gist Answers API (Prorata API Service)

REST API behind Gist Answers. Creates chats against a publisher's licensed corpus, streams the answer back over Server-Sent Events, and returns the citations and the per-source attribution credit distribution for each turn. Also covers thread management, recommended and related question generation, publisher-group lookup and URL-scoped document summarization. Auth is an API key sent as `Authorization: Bearer `, with an `X-User-ID` header naming the calling domain or organization on most operations.

This API exposes 16 operations across 15 paths, organized into 7 resource areas. It is described by OpenAPI 3.0.0, at version 1.0.0.

Requests are made against a single base URL, https://api.gist.ai.

16 operations 15 paths 0 schemas 1 DELETE11 GET4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0.0
Base URL
https://api.gist.ai
Authentication
API Key
Resource Areas
7

Authentication & Security 1

Gist Answers API (Prorata API Service) declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (apiKeyAuth).

  • apiKeyAuth — Add your API key with the Bearer prefix (e.g., "Bearer YOUR-API-KEY")

Paths & Operations 16

Across 15 paths, the API surfaces 16 operations — 1 DELETE, 11 GET, 4 POST. They span 7 resource areas: Chat, Health, Publishers, Questions, Root, Summaries, Threads. Each is listed below with its method, path, parameters, and response codes.

Chat 5
GET
/v1/chat/attributions/{threadId}/{turnId}
Get attributions for a chat response
3 params → 200400401404429500
POST
/v1/chat
Create a new chat
1 param body → 200400401429500
GET
/v1/chat/citations/{threadId}/{turnId}
Get citations for a chat response
3 params → 200400401404429500
POST
/v1/chat/completions
Stream AI completions (Experimental)
1 param body → 200400401429500
GET
/v1/chat/response/{threadId}/{turnId}
Stream chat response
3 params → 200400401404429500
Health 1
GET
/v1/health
Get detailed service health status
→ 200500
Publishers 2
GET
/v1/publishers
Get publisher information
1 param → 200401500
GET
/v1/publishers/{id}
Get specific publisher details
2 params → 200400401403404500
Questions 2
GET
/v1/questions/recommended
Get recommended questions
2 params → 200401429500
POST
/v1/questions/related
Get related questions
1 param body → 200401429500
Root 1
GET
/
Get service information
→ 200
Summaries 2
POST
/v1/summaries
Create document summarization
body → 200400401403404429500
GET
/v1/summaries/{summaryId}
Stream a document summary
1 param → 200400401404429500
Threads 3
GET
/v1/threads
List all chat threads (Advanced)
3 params → 200401429500
GET
/v1/threads/{threadId}
Get a specific thread (Advanced)
2 params → 200401404429500
DELETE
/v1/threads/{threadId}
Delete a thread (Advanced)
2 params → 204401404429500

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

gist-answers-api-openapi.yml Raw ↑
Where this information came from

This is an independent, third-party profile of Gist Answers API (Prorata API Service), published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.