Documentation Index
Fetch the complete documentation index at: https://docs.neariq.io/llms.txt
Use this file to discover all available pages before exploring further.
POST /api/businesses/me/content generates locally relevant draft content for the caller’s active business.
GET /api/businesses/me/content returns recent generation history for the active business.
This endpoint is available on Growth plans and higher.
Request
| Field | Type | Required | Notes |
|---|---|---|---|
type | enum | Yes | One of landing_page, faq, gbp_post, review_response_template, or blog_outline. |
topic | string | No | Optional focus for the generated content. Maximum 180 characters. |
Response
History
GET /api/businesses/me/content?limit=20&type=faq returns recent generations for the active business.
Limits
Daily generation limits reset at midnight UTC:| Plan | Limit |
|---|---|
| Growth | 10/day |
| Agency | 30/day |
| Enterprise and higher | 100/day |
429 content_generation_limit_reached.
Access
The endpoint uses the caller’s active personal or organization business context. Organization members only see history for businesses they can access. Accounts below Growth receive403 plan_required.
Generated history stores structured output and derived source counts. It does not store raw review text.