Documents API
Complete reference for the Documents REST API endpoints.
Documents API #
The Documents API allows you to create, read, update, and delete documentation pages.
Endpoints #
List Documents #
GET /api/v1/documents
Query Parameters:
| Parameter | Type | Description |
|---|---|---|
| page | number | Page number (default: 1) |
| perpage | number | Items per page (default: 20, max: 100) |
| status | string | Filter by status: draft, published, archived |
| category | string | Filter by category slug |
| q | string | Full-text search query |
| tag | string | Filter by tag |
{
"success": true,
"data": [...],
"meta": {
"page": 1,
"perpage": 20,
"total": 100,
"totalpages": 5
}
}
Create Document #
POST /api/v1/documents
Authorization: Bearer YOURAPIKEY
Content-Type: application/json
Request Body:
{
"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 #
GET /api/v1/documents/{slug}
Update Document #
PUT /api/v1/documents/{slug}
Authorization: Bearer YOURAPIKEY
Delete Document #
DELETE /api/v1/documents/{slug}
Authorization: Bearer YOURAPI_KEY
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.
Overall quality score, confidence 71%
1 sentences, 7 headings, 0 list items.
Shorten long sentences for public documentation readability.
Keep source attribution visible in the rendered document.
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