DocsPrivacyTerms

API Reference

Content

GET/api/v1/:tenantId/content

Retrieve all public content configuration for a tenant (hero, services, contact info).

Gallery

GET/api/v1/:tenantId/gallery

Retrieve gallery items (images/videos) with optional filtering.

Query Parameters:
  • platform - Filter by source (instagram, upload)
  • limit - Number of items to return
POST/api/v1/:tenantId/gallery

Create a new gallery item.

{
  "url": "https://res.cloudinary.com/...",
  "type": "image",
  "caption": "Fresh fade",
  "source": {
    "platform": "instagram",
    "externalId": "12345"
  }
}