# Movie Theater Infographic

Generate an infographic illustrated on the pages of an open book, styled like a vintage encyclopedia or beautifully typeset reference book.

## Template Information

| Property    | Value                                                  |
| ----------- | ------------------------------------------------------ |
| Template ID | `/video-template/b88c8273-6406-48c6-85e7-096119aefe30` |
| Output Type | Image                                                  |
| Category    | AI-Generated Infographics                              |

## Parameters

| Parameter   | Type   | Required | Default                               | Description                                                 |
| ----------- | ------ | -------- | ------------------------------------- | ----------------------------------------------------------- |
| description | string | Yes      | 10 Tips for Effective Time Management | Infographic topic and content. Length: 10-500 characters    |
| footerText  | string | Yes      | Follow me for more helpful content    | Call to action text as a footnote. Length: 2-100 characters |

## Example 1: AI-Powered with Prompt

```json
POST https://backend.blotato.com/v2/videos/from-templates
Content-Type: application/json
blotato-api-key: YOUR_API_KEY

{
  "templateId": "/video-template/b88c8273-6406-48c6-85e7-096119aefe30",
  "inputs": {},
  "prompt": "Create an encyclopedia page about ancient civilizations",
  "render": true
}
```

## Example 2: Manual Inputs

```json
POST https://backend.blotato.com/v2/videos/from-templates
Content-Type: application/json
blotato-api-key: YOUR_API_KEY

{
  "templateId": "/video-template/b88c8273-6406-48c6-85e7-096119aefe30",
  "inputs": {
    "description": "The Art of Storytelling: From oral traditions to written word, how humans have shared knowledge across generations",
    "footerText": "Continue reading at Library.com"
  },
  "render": true
}
```

## Related Templates

* [Manga Panel Infographic](https://help.blotato.com/api/visuals/49c61370-a706-4b82-98f7-62d557d1c66d)
* [Newspaper Infographic](https://help.blotato.com/api/visuals/07a5b5c5-387c-49e3-86b1-de822cd2dfc7)
* [Single Centered Text Quote](https://help.blotato.com/api/visuals/9f4e66cd-b784-4c02-b2ce-e6d0765fd4c0)

## See Also

* [Create Visual API Reference](https://help.blotato.com/api/create-video)
* [All Visual Templates](https://help.blotato.com/api/visuals)
