Skip to main content
๐Ÿ“จ๐Ÿ“ค๐ŸŒapiSource: opendocs-core

Submissions API

API reference for content submissions from external sources.

1 min read147 words

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 #

http
POST /api/v1/submissions
Content-Type: application/json

Request Body:

json
{
  "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:

json
{
  "success": true,
  "data": {
    "id": "uuid",
    "status": "pending",
    "message": "Submission received and pending review"
  }
}

Submission Statuses #

  • pending - Awaiting review
  • approved - Approved and converted to document
  • rejected - 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
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
Completeness69
Extraction quality85
Attribution confidence50
Readability
difficult | grade 38.8 | format 78

1 sentences, 5 headings, 11 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
Submissions API
API reference for content submissions from external sources.
Duplicate State
No duplicate is asserted on this page without a matching canonical URL or content hash cluster.
Trace
docs-score-b7dab70c9c946985f00469f8
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

โšก๐Ÿ’ป๐Ÿ”Œ

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