Three steps: pick an entry point, make a request, then keep using the same canonical URLs in your app or agent.
Open the site
Production lives at https://freetrademarkapi.com.
The Cloudflare Worker also serves a *.workers.dev URL after deploy.
Read the contract
Humans stay on HTML. Agents should fetch Markdown:
curl -sS https://freetrademarkapi.com/llms.txt
curl -sS https://freetrademarkapi.com/search.mdCall search
See Search for the HTTP shape. Start with a health check:
curl -sS https://freetrademarkapi.com/llms.txt | headBase URL
Use the canonical origin. Do not scrape HTML when a Markdown or llms.txt
route exists.
| Environment | Origin |
|---|---|
| Production | https://freetrademarkapi.com |
| Production (www) | https://www.freetrademarkapi.com |
What to read next
Search
Field list, request examples, and how results are shaped. Open Search.
Errors
Status codes and the JSON error envelope. Open Errors.
Agents
How /llms.txt and Markdown alternates are generated. Open For agents.