Bannerbear Dynamic Image API
Generates social media graphics and OG images dynamically via Bannerbear REST API. Manages template modifications, font layers, and signed URL generation for on-the-fly image personalization.
Install
npx skills add https://github.com/agentskillexchange/skills/tree/main/skills/bannerbear-dynamic-image-api
claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install agentskillexchange-skills@llmmart
git clone https://github.com/agentskillexchange/skills.git
The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole agentskillexchange/skills collection as a plugin from our marketplace. Git is the plain clone.
Skill manifest
Bannerbear Dynamic Image API
Generates social media graphics and OG images dynamically via Bannerbear REST API. Manages template modifications, font layers, and signed URL generation for on-the-fly image personalization.
Installation
Use the upstream install or setup path that matches your environment:
- $ npm install bannerbear
- $ composer require yongfook/bannerbear
- $ gem install bannerbear
Requirements and caveats from upstream:
- Node
- gif_preview_url string A low frame rate gif preview of the final video. Requires setting create_gif_preview to true .
- This endpoint responds with 202 Accepted after which your video will be queued to generate. Video rendering time depends on length / complexity of the video. It can vary from a few seconds to a few minutes. When compl...
Basic usage or getting-started notes:
To check your account status at any time you can use this endpoint. It will respond with your quota levels and current usage levels. Usage resets at the start of every month.
402 Payment Required -- Your have run out of image and/or video quota.
Example Request
Documentation
Source
Files (skills)
-
SKILL.md 1.7 KB
--- name: "Bannerbear Dynamic Image API" slug: "bannerbear-dynamic-image-api" description: "Generates social media graphics and OG images dynamically via Bannerbear REST API. Manages template modifications, font layers, and signed URL generation for on-the-fly image personalization." verification: "security_reviewed" source: "https://developers.bannerbear.com/v2/" author: "Bannerbear" category: "Image & Creative Automation" framework: "Custom Agents" --- # Bannerbear Dynamic Image API Generates social media graphics and OG images dynamically via Bannerbear REST API. Manages template modifications, font layers, and signed URL generation for on-the-fly image personalization. ## Installation Use the upstream install or setup path that matches your environment: - $ npm install bannerbear - $ composer require yongfook/bannerbear - $ gem install bannerbear Requirements and caveats from upstream: - Node - gif_preview_url string A low frame rate gif preview of the final video. Requires setting create_gif_preview to true . - This endpoint responds with 202 Accepted after which your video will be queued to generate. Video rendering time depends on length / complexity of the video. It can vary from a few seconds to a few minutes. When compl... Basic usage or getting-started notes: - To check your account status at any time you can use this endpoint. It will respond with your quota levels and current usage levels. Usage resets at the start of every month. - 402 Payment Required -- Your have run out of image and/or video quota. - Example Request - Source: https://developers.bannerbear.com/v2/ ## Documentation - https://developers.bannerbear.com/v2/ ## Source - [Agent Skill Exchange](https://agentskillexchange.com/skills/bannerbear-dynamic-image-api/)
Comments (0)
Sign in to join the conversation.
Reviews (0)
No reviews yet.
No comments yet.