Public WebsiteGet Search Index

Get Search Index

A compact list of everything readers can search on the Hub — listed posts, landing pages shown on the Hub, and Resources shown on the Hub. Filter it client-side. Cached for about 10 minutes. Rate limited to 60 requests per minute per IP.

curl -X GET "https://app.nashra.ai/api/v1/tenants/example_string/search-index" \
  -H "Content-Type: application/json"
{
  "items": [
    {
      "kind": "post",
      "title": "example_string",
      "url": "/how-we-ship-calmly",
      "meta": "example_string",
      "date": "2024-12-25"
    }
  ]
}
GET
/tenants/{slug}/search-index
GET
Base URLstring

Target server for requests. Edit to use your own host.

path
slugstring
Required

Tenant's subdomain slug, or its verified custom domain

Request Preview
Response

Response will appear here after sending the request

Path Parameters

slugstring
Required

Tenant's subdomain slug, or its verified custom domain

Responses

itemsarray