{"openapi":"3.1.0","info":{"title":"TopCV.io public agent API","version":"1.0.0","description":"Read-only discovery plus the public estimated ATS checklist. Authenticated product APIs are not listed. Checklist scores are estimates, not employer ATS tests."},"servers":[{"url":"https://www.topcv.io"}],"paths":{"/llms.txt":{"get":{"summary":"LLM/agent URL index (llmstxt.org)","responses":{"200":{"description":"Markdown index"}}}},"/llms-full.txt":{"get":{"summary":"Concatenated markdown of canonical pages and posts","responses":{"200":{"description":"Markdown dump"}}}},"/rss.xml":{"get":{"summary":"Blog RSS feed","responses":{"200":{"description":"RSS 2.0"}}}},"/{path}.md":{"get":{"summary":"Markdown copy of a public HTML page","parameters":[{"name":"path","in":"path","required":true,"schema":{"type":"string","example":"faq"}}],"responses":{"200":{"description":"text/markdown"},"404":{"description":"Unknown page"}}}},"/api/tools/ats-checklist":{"post":{"summary":"Estimated country ATS compatibility checklist","description":"Not a live employer ATS test. Preview returns a subset of gaps; email unlocks the full checklist.","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["cvText","countryCode"],"properties":{"cvText":{"type":"string","minLength":50,"maxLength":30000},"countryCode":{"type":"string","enum":["us","uk","au","de","fr","it","pl","es","nl"]},"jobDescription":{"type":"string","maxLength":5000},"email":{"type":"string","format":"email"}}}}}},"responses":{"200":{"description":"Estimated score and checklist items"},"400":{"description":"Invalid input or unsupported country"}}}}}}