Skip to main content
POST
/
gbp
/
posts
Deprecated: Create a GBP post
curl --request POST \
  --url https://api.app.hrizn.io/v1/public/gbp/posts \
  --header 'X-API-Key: <api-key>'
{
  "error": {
    "code": "validation_error",
    "message": "keyword: Required",
    "details": {},
    "request_id": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://api-docs.hrizn.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Your Hrizn API key (prefix hzk_)

Response

Missing or invalid API key

error
object
Last modified on May 7, 2026