Skip to main content

EarlyHunt · Developers

EarlyHunt developer resources

Public, unauthenticated read APIs and machine-readable indexes so agents and integrators can discover weekly AI launches, project pages, and citation-ready Markdown without scraping the UI.

Start here

Public read API (no auth)

Base URL: https://earlyhunt.com. Errors return JSON shaped as { "error": { "code", "message", "hint" } }.

MethodPathDescription
GET/api/v1/search?q=Site search across projects, launches, blog, and studio
GET/api/v1/projectsList public projects (status=ongoing|scheduled|launched|all)
GET/api/v1/projects/{slug}Single public project by slug
GET/api/v1/categoriesCategory hubs
GET/api/v1/weeks/currentActive or upcoming launch week window

Markdown & Accept negotiation

Append .md to public HTML URLs for citation-ready Markdown, or send Accept: text/markdown — responses include Vary: Accept. Examples: /index.md, /project/{slug}.md, /pricing.md.

Auth note

Submitting projects, voting, and payments use the website session (NextAuth / OAuth or email magic link). There is no self-serve API key or OAuth authorization server for write access yet. For partnerships, email hi@earlyhunt.com.