FAQ
Common questions and troubleshooting.
Where do I find my API key?
Open your project from the dashboard. The API key is shown in the project page.
Why don’t my posts show up publicly?
The public API only returns posts that are:
isPublished = true, andpublishedAt <= now()
Scheduled posts won’t show until the publish time.
Can I use the API from any domain?
Yes. The public read-only API sets permissive CORS headers (Access-Control-Allow-Origin: *).