Submissions API
API reference for content submissions from external sources.
Submissions API #
The Submissions API allows external sources to submit content for review and publication.
Use Case #
Perfect for:
- Accepting blog posts from partner sites
- Aggregating community contributions
- Ingesting content from multiple sources
Submit Content #
POST /api/v1/submissions
Content-Type: application/json
Request Body:
{
"title": "My Blog Post",
"content": "# Content here...",
"sourceurl": "https://vanlife.platphormnews.com/posts/my-post",
"sourceidentifier": "vanlife.platphormnews.com",
"authorname": "John Doe",
"authoremail": "john@example.com",
"metadata": {
"originalid": "12345",
"category": "travel"
}
}
Response:
{
"success": true,
"data": {
"id": "uuid",
"status": "pending",
"message": "Submission received and pending review"
}
}
Submission Statuses #
pending- Awaiting reviewapproved- Approved and converted to documentrejected- Rejected by reviewer
Tracking Submissions #
Each submission is tracked with:
- Unique ID
- Source URL (where it came from)
- Source Identifier (domain/system identifier)
- Timestamps
- Review history
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, 5 headings, 11 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
Documents API
Complete reference for the Documents REST API endpoints.
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