Base URL:
https://api.app.hrizn.io/v1/public — all examples below use this production URL.1
Get an API Key
Navigate to the Dealership Manager in the Hrizn Dashboard, select a dealership, and click the API tab. Click Create API Key, select the scopes you need, and copy the key.
API keys always start with the
hzk_ prefix. If your key doesn’t start with hzk_, something went wrong — regenerate it from the dashboard.2
Test the Connection
Verify your key works by hitting the health endpoint:Then fetch your site details:You should get a response like:
3
Create an IdeaCloud
Start research on a topic:Response (202 Accepted):
4
Poll for Completion
Check the IdeaCloud status:When
status changes to complete, the IdeaCloud is ready.5
Generate Content
Create content from the completed IdeaCloud:
6
Retrieve the Content
Once the content is complete, get the HTML:Or get all components (body, SEO metadata, schemas, social snippets):
You’ve completed the quickstart! You now know how to authenticate, create IdeaClouds, generate content, and retrieve the results.
What’s Next
- Webhooks Path
- Explore the API
Skip polling entirely by setting up real-time push notifications:
Webhooks Guide
Register endpoints and verify HMAC signatures.
Webhook Events
Browse all available event types.
