API Reference
Content
GET
/api/v1/:tenantId/contentRetrieve all public content configuration for a tenant (hero, services, contact info).
Gallery
GET
/api/v1/:tenantId/galleryRetrieve 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/galleryCreate a new gallery item.
{
"url": "https://res.cloudinary.com/...",
"type": "image",
"caption": "Fresh fade",
"source": {
"platform": "instagram",
"externalId": "12345"
}
}