zimaura-discovery - Copy
ACTIONZimAura Discovery Layer — interactive Zimbabwe map, places directory, search, and region browsing with Google Maps. The main public face of the platform.
Endpoints
· 11GET/api/categoriesList all categories with place counts
Input Schema
{
"type": "object",
"properties": {}
}GET/placesBrowse all places with category, region filters and search
Input Schema
{
"type": "object",
"properties": {
"page": {
"type": "integer",
"description": "Page number"
},
"region": {
"type": "string",
"description": "Filter by region slug"
},
"search": {
"type": "string",
"description": "Search query"
},
"category": {
"type": "string",
"description": "Filter by category slug"
}
}
}GET/regions/{slug}Region page showing all places in a region with map
Input Schema
{
"type": "object",
"properties": {}
}GET/places/{id}Place detail page with map, contact info, hours, and similar places
Input Schema
{
"type": "object",
"properties": {}
}GET/categories/{slug}Category page listing all places in a category
Input Schema
{
"type": "object",
"properties": {}
}GET/api/searchSearch places by keyword with optional category and region filters
Input Schema
{
"type": "object",
"required": [
"q"
],
"properties": {
"q": {
"type": "string",
"description": "Search query"
},
"region": {
"type": "string",
"description": "Filter by region ID"
},
"category": {
"type": "string",
"description": "Filter by category ID"
}
}
}GET/searchSearch page with live search UI for places
Input Schema
{
"type": "object",
"properties": {
"q": {
"type": "string",
"description": "Search query"
}
}
}GET/api/regionsList all regions with place counts
Input Schema
{
"type": "object",
"properties": {}
}GET/api/places/{id}Get a single place by ID with category and region relations
Input Schema
{
"type": "object",
"properties": {}
}GET/Home page with featured places, categories, regions and interactive map
Input Schema
{
"type": "object",
"properties": {}
}GET/api/placesList places with filtering, pagination and sorting
Input Schema
{
"type": "object",
"properties": {
"page": {
"type": "integer",
"description": "Page number (default 1)"
},
"sort": {
"type": "string",
"description": "Sort by name or rating (default name)"
},
"limit": {
"type": "integer",
"description": "Items per page (default 20)"
},
"region": {
"type": "string",
"description": "Filter by region ID"
},
"search": {
"type": "string",
"description": "Text search across name and description"
},
"category": {
"type": "string",
"description": "Filter by category ID"
}
}
}Required Secrets
· 1GOOGLE_MAPS_API_KEY
✦
Similar ACTION Pieces
File Explorer
Web-based file explorer for browsing the workspace directory structure and viewing file contents with syntax highlighting. Read-only.
Voiceover Service
ElevenLabs-powered voiceover, sound effects, and music generation service. Used to add spoken narration and audio to media content.
R2 Asset Manager
Cloudflare R2-backed asset storage service. Handles uploads, URL imports, and file serving with globally accessible shareable URLs.