docs: comprehensive update to match Late API as of March 2026#3
Open
s7an-it wants to merge 2 commits intogetlate-dev:mainfrom
Open
docs: comprehensive update to match Late API as of March 2026#3s7an-it wants to merge 2 commits intogetlate-dev:mainfrom
s7an-it wants to merge 2 commits intogetlate-dev:mainfrom
Conversation
- Add profiles.md: CRUD endpoints for profile management (POST, GET, PATCH, DELETE) - Update connect.md: fix redirectUrl/authUrl field names, add headless OAuth mode, Reddit subreddit selection flow, Telegram access code flow - Update media.md: fix fileName/fileType/publicUrl fields, add customMedia per-platform, auto-compression docs, correct 5GB upload limit - Update platforms.md: add complete Reddit platformSpecificData section (subreddit, title, flairId, url, forceSelf) - Update accounts.md: add reddit-flairs endpoint, Reddit-specific curl examples - Update posts.md: add unpublish endpoint, customContent overrides, tags, accountIds shorthand - Update analytics.md: add 5 new endpoints from Feb-Mar 2026 (daily-metrics, best-time-to-post, content-decay, posting-frequency, post-timeline) - Update tools.md: add 4 validation endpoints from Feb 2026 (post-length, post dry-run, media, subreddit) - Update errors.md: add 409 duplicate content detection (Jan 2026), platform target error fields with errorCategory/errorSource (Feb 2026) - Update SKILL.md: reference profiles.md, update descriptions for all rule files Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…xt, fix docs URL
- Fix docs URL: getlate.dev/docs → docs.getlate.dev
- Improve skill description for better triggering
- Add Common Gotchas table (9 most-common mistakes without reference docs)
- Add end-to-end integration-guide.md: profile → connect → media → post → webhook
- Add response schemas for POST /v1/posts, GET /v1/connect/{platform}, POST /v1/media/presign
- Add post status values (scheduled/published/failed/partial)
- Add pricing context table with SaaS guidance (Accelerate minimum)
- Add redirectUrl requirement to Quick Start connect example
Benchmark: skill achieves 100% accuracy (16/16 assertions) vs 8.3% baseline
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.
Summary
Comprehensive update to match the Late API as of March 2026, plus skill quality improvements based on benchmarking against common integration scenarios.
Accuracy issues fixed
GET /v1/connect/{platform}(was documented/used asPOST /profiles/{id}/connect) — the single most common mistakescheduledForfield name (wasscheduledAtin examples)customContentfor platform-specific text (was sometimes shown asoverrides)publicUrlfrom presign response (notuploadUrl) must be used in post bodyredirectUrlis required in connect — added to Quick Start examplegetlate.dev/docs→docs.getlate.devNew content (March 2026 changelog)
rules/profiles.md— was missing entirely; documents Profile CRUD endpointsrules/analytics.md— 5 new endpoints: daily-metrics, best-time-to-post, content-decay, posting-frequency, post-timelinerules/tools.md— 4 new validation endpoints: post-length, post, media, subredditrules/errors.md— HTTP 409 DUPLICATE_CONTENT (Jan 2026); platform error fields errorMessage/errorCategory/errorSource (Feb 2026);partialpost statusrules/integration-guide.md— new end-to-end walkthrough: profile → OAuth connect → media upload → post → webhookSkill improvements
POST /v1/posts,GET /v1/connect/{platform},POST /v1/media/presignBenchmark results
Tested against 3 realistic integration scenarios (Reddit OAuth flow, multi-platform scheduling with media, debug 405 error). Without this skill: 8.3% pass rate (1/16 assertions). With this skill: 100% (16/16).