Bannerbear integration (Design & Media, Marketing). Imported from open-connector.
https://sync.api.bannerbear.com/v2/auth
| Param | Type | Required | Description |
|---|---|---|---|
| project_id | string | optional | The Bannerbear project UID. Required when using a Full Access Master API Key. |
/v2/templates
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The page of results to retrieve. Bannerbear returns 25 items per page. |
| limit | integer | optional | The number of templates to return, up to 100. |
| tag | string | optional | Filter templates by tag. |
| name | string | optional | Filter templates by partial name match. |
| extended | boolean | optional | Whether to include current layer defaults. |
| project_id | string | optional | The Bannerbear project UID. Required when using a Full Access Master API Key. |
/v2/templates/{uid}
| Param | Type | Required | Description |
|---|---|---|---|
| uid | string | required | The Bannerbear resource UID. |
| extended | boolean | optional | Whether to include current layer defaults. |
| project_id | string | optional | The Bannerbear project UID. Required when using a Full Access Master API Key. |
/v2/images
| Param | Type | Required | Description |
|---|---|---|---|
| template | string | required | The template UID to use. |
| modifications | array | required | Template layer modifications to apply. |
| transparent | boolean | optional | Whether to render a transparent PNG. |
| render_pdf | boolean | optional | Whether to also render a PDF. |
| metadata | string | optional | Custom metadata to store with the generated image. |
| project_id | string | optional | The Bannerbear project UID. Required when using a Full Access Master API Key. |
/v2/images/{uid}
| Param | Type | Required | Description |
|---|---|---|---|
| uid | string | required | The Bannerbear resource UID. |
| project_id | string | optional | The Bannerbear project UID. Required when using a Full Access Master API Key. |