Skip to main content
โšก๐Ÿ’ป๐Ÿ”ŒapiSource: opendocs-core

Documents API

Complete reference for the Documents REST API endpoints.

1 min read184 words

Documents API #

The Documents API allows you to create, read, update, and delete documentation pages.

Endpoints #

List Documents #

http
GET /api/v1/documents

Query Parameters:

ParameterTypeDescription
pagenumberPage number (default: 1)
perpagenumberItems per page (default: 20, max: 100)
statusstringFilter by status: draft, published, archived
categorystringFilter by category slug
qstringFull-text search query
tagstringFilter by tag
Response:
json
{
  "success": true,
  "data": [...],
  "meta": {
    "page": 1,
    "perpage": 20,
    "total": 100,
    "totalpages": 5
  }
}

Create Document #

http
POST /api/v1/documents
Authorization: Bearer YOURAPIKEY
Content-Type: application/json

Request Body:

json
{
  "title": "My Document",
  "content": "# Hello World",
  "description": "Optional description",
  "category": "guides",
  "tags": ["tutorial", "beginner"],
  "sourceurl": "https://example.com/original",
  "sourceidentifier": "example.com",
  "status": "published"
}

Get Document #

http
GET /api/v1/documents/{slug}

Update Document #

http
PUT /api/v1/documents/{slug}
Authorization: Bearer YOURAPIKEY

Delete Document #

http
DELETE /api/v1/documents/{slug}
Authorization: Bearer YOURAPI_KEY
Source Attribution
OpenDocs keeps source fields explicit. Unknown values are labeled instead of invented.

Canonical source

Unknown

Original source

Unknown

Source domain

opendocs-core

Author

Unknown

Publisher

opendocs-core

License / usage

Unknown. Review the original source terms before republishing beyond public-safe excerpts.

Score
Version docs-phase3-2026-05-20
74

Overall quality score, confidence 71%

Source credibility50
Freshness92
Completeness70
Extraction quality85
Attribution confidence50
Readability
difficult | grade 34.6 | format 73

1 sentences, 7 headings, 0 list items.

Shorten long sentences for public documentation readability.

Keep source attribution visible in the rendered document.

Search Appearance
canonical document page
OpenDocs keeps inspected URLs, canonical URLs, snippets, and rich-result signals explicit; Search Console metrics are not treated as visits.
Social Card
Documents API
Complete reference for the Documents REST API endpoints.
Duplicate State
No duplicate is asserted on this page without a matching canonical URL or content hash cluster.
Trace
docs-score-52dff046d7746a55ccec96ae
Export
Use public export endpoints for Markdown/JSON. Protected publishing still requires PLATPHORM_API_KEY.

Related Documentation

๐Ÿ“„โœ๏ธ๐Ÿ“๐Ÿ“–๐ŸŽ“

OpenDocs - MCP-Enabled Documentation Platform

A modern, AI-native documentation platform with full MCP integration. Submit, discover, and explore documentation from any source.

1 min read

โšกโœ๏ธ๐Ÿ“–โœจ๐Ÿ”„

llms.txt

2 min read

๐Ÿ“จ๐Ÿ“ค๐ŸŒ

Submissions API

API reference for content submissions from external sources.

๐Ÿš€๐Ÿงช๐Ÿ“–๐Ÿ”โŒ

Three Inverse Laws of AI - Susam Pal

9 min read

๐Ÿ”’๐Ÿ—๏ธ๐Ÿ“„โœจ๐Ÿ”„

GameStop Proposes to Acquire eBay at $125.00 Per Share | GameStop Corp.

GameStop Corp. (NYSE: GME) today submitted a non-binding proposal to acquire 100% of eBay Inc. (NASDAQ: EBAY) at $125.00 per share in cash and stock. The offer represents a 46% premium to eBayโ€™s unaffected closing price on February 4, 2026, the day GameStop started accumulating its position in eBay. GameStop has built a 5% economic stake in eBay through derivatives and beneficial ownership of common stock. GameStop is filing a Schedule 13D and HSR notification tomorrow. The full proposal letter and accompanying materials are available at investor.gamestop.com/ebay . The proposed offer is $125.00 per share, comprising 50% cash and 50% GameStop common stock, with full shareholder election rights as to consideration type and pro-rata allocation. Aggregate undiluted equity value is approximately $55.5 billion, based on eBayโ€™s most recently disclosed undiluted share count, representing a 27% premium to the 30-day VWAP and a 36% premium to the 90-day VWAP. The transaction is conditioned on

11 min read