Endpoints
Hits
Track search hits and user interaction events
POST
Documentation Index
Fetch the complete documentation index at: https://docs.hibonsai.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
POST /rest/hits/
Request Body Parameters
Organization UUID associated with the event.
ISO 8601 event timestamp.
Event classification (for example,
search).HTTP method of the request (for example,
GET, POST).Request path (for example,
/search).Full URL of the request including query parameters.
User agent string from the request header.
IP address of the client making the request.
Bot detection score between 0 and 1. Higher values indicate greater likelihood of bot traffic.
Whether the request is from a verified bot (for example, search engine crawlers).
Request headers object.
Cloudflare-specific metadata object.
Response
Returns the created hit record withid, createdAt, and updatedAt fields.