Bannerbear
API actions for the Bannerbear integration.
Bannerbear
Generate images and videos automatically using Bannerbear templates.
Create Bannerbear image
Render an image using a Bannerbear template and modifications.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
template_id | string | Yes | Bannerbear template UID to render. |
modifications | array | Yes | Array of layer modifications for the template. |
metadata | object | No | Optional metadata to store with the render request. |
webhook_url | string | No | Optional webhook URL to receive render status updates. |
Response
{}Create Bannerbear video
Render a video using a Bannerbear template and modifications.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
template_id | string | Yes | Bannerbear template UID to render. |
modifications | array | Yes | Array of layer modifications for the template. |
input_media_url | string | No | Optional input media URL for video overlays or audio. |
webhook_url | string | No | Optional webhook URL to receive render status updates. |
Response
{}Get Bannerbear account
Retrieve account details for the connected Bannerbear workspace.
Response
{}Get Bannerbear image status
Retrieve the status and URL for a rendered Bannerbear image.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
image_id | string | Yes | Bannerbear image UID. |
Response
{
"id": "mock_value",
"imageUrl": "mock_value",
"status": "mock_value"
}Get Bannerbear template
Fetch details for a specific Bannerbear template.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
template_id | string | Yes | Bannerbear template UID. |
Response
{}List Bannerbear projects
List available Bannerbear projects for the account.
Response
[
{}
]List Bannerbear templates
Retrieve available Bannerbear templates, optionally filtered by project.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
project_id | string | No | Optional Bannerbear project UID to filter templates. |
Response
[
{}
]