Add burn451.cloud 1.0.0 β read-later + Vault + YouTube digest API#2440
Open
Fisher521 wants to merge 1 commit into
Open
Add burn451.cloud 1.0.0 β read-later + Vault + YouTube digest API#2440Fisher521 wants to merge 1 commit into
Fisher521 wants to merge 1 commit into
Conversation
Burn 451 β a read-later app with a 24-hour countdown (save an article, read today, or it's gone). This spec covers the public HTTP API exposed at https://www.burn451.cloud: - POST /api/save β save a URL to the reading queue (bearer/X-Burn-Token) - GET /api/vault/{id} β fetch a curated Vault collection - GET /api/vault/article β fetch a single Vault article with cleaned content - POST /api/youtube-digest β generate a digest for a YouTube video Internal admin endpoints (cache revalidation, service-role ops) are intentionally excluded. Spec: https://www.burn451.cloud/openapi.json Docs: https://www.burn451.cloud/developers Spec validates clean under @redocly/cli.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add burn451.cloud
Spec:
APIs/burn451.cloud/1.0.0/openapi.jsonBurn 451 is a read-later app with a 24-hour countdown: save an article, read today, or it's gone. This spec documents the public HTTP API at https://www.burn451.cloud.
Endpoints (4 paths, 5 operations)
POST /api/saveβ save a URL to the reading queue. BearerAuthorizationorX-Burn-Tokenheader; token generated in the iOS Burn app under Settings β MCP Server.GET /api/vault/{id}β fetch a curated Vault collection (Karpathy, Simon Willison, Paul Graham, swyx, and others). No auth.GET /api/vault/articleβ fetch a single Vault article with cleaned, Jina-extracted content.POST /api/youtube-digestβ digest any public YouTube video using Innertube captions. No auth, no API key.Internal admin endpoints (cache revalidation, service-role operations) are intentionally excluded.
Spec coverage
info.contact.email=hi@burn451.cloudfor ownership verificationinfo.x-origin.url= https://www.burn451.cloud/openapi.json (kept in sync with prod)info.x-logosetinfo.x-apisguru-categories:developer_tools$refschemas, 2securitySchemes(http/bearer + apiKey header)Validation
Spec validates clean under
@redocly/cli lint(recommended ruleset, zero errors, zero warnings).Live
robots.txtSitemap:line for crawler discovery.Happy to adjust anything β naming, category, logo β on request.