Skip to content

Postman Collection

Use our Postman collection to explore and test the APIs quickly.

Download

  • Collection JSON: docs/api/hgcontent.postman_collection.json

Setup

  1. Import the JSON into Postman.
  2. Create an Environment with variables:
  3. baseUrl (e.g., http://localhost:8002/api/v1 for External API)
  4. externalApiKey (your dev key or EXTERNAL_TEST_API_KEY)
  5. cpmUrl (e.g., http://localhost:8000)
  6. cpmApiKey (valid CPM API key)

Requests Included

  • External API
  • POST {{baseUrl}}/content/generate (SEO Article)
  • GET {{baseUrl}}/jobs/:jobId/status
  • GET {{baseUrl}}/jobs/:jobId/content
  • CPM
  • POST {{cpmUrl}}/generate
  • GET {{cpmUrl}}/jobs/:job_id
  • GET {{cpmUrl}}/providers/ollama/status

For more examples, see the Quick Start Guide and REST API Overview.