API Reference
GMB Images API
Generate AI-powered marketing images for Google My Business listings. Create professional exterior, interior, product, and team photos.
Generate Images
POST
/gmb/generateGenerate GMB images for a location
Request Body
| Name | Type | Description |
|---|---|---|
location_idrequired | integer | Location to generate images for |
image_types | array | Types: exterior, interior, product, team |
count | integer | Images per type (1-5)(default: 3) |
bash
curl -X POST https://api.twin.actor/api/v1/gmb/generate \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"location_id": 1,
"image_types": ["exterior", "interior"],
"count": 3
}'List Images
GET
/gmb/imagesList generated GMB images
bash
curl "https://api.twin.actor/api/v1/gmb/images?location_id=1" \
-H "Authorization: Bearer YOUR_TOKEN"Credit Costs
Each GMB image costs 100 credits.
Generate multiple image types at once to get variety for your GMB listing.