<aside> ⚠️ Access to the BrandBird API access is still in beta testing and only the PRO accounts are eligible for up to 1000 credits per month. For more credits or any further questions, reach out at [email protected]

</aside>

Table of Contents:

How the API can help me

BrandBird is a smart image editor for social media posts and product graphics. It allows you to save your post as templates, and re-use them in the future.

The BrandBird API allows you to dynamically customize your templates via a simple REST API.

It’s perfect for social media marketing automation when it’s paired with tools like Zapier.

For example, you can automatically create and post beautiful Instagram images from your recent tweets.

Base URL

<https://api.brandbird.app>

Authentication

<aside> 💡 You can find the API key at the Account page on your dashboard.

</aside>

BrandBird uses API keys to allow access to the API. You can authenticate your API calls by providing an authorization header:

  1. BrandBird expects the API key to be included in all API requests to the server in a header that looks like the following: Authorization: API-Key YOUR_API_KEY_HERE

<aside> ⚠️ Don't publicly expose your API key!

The API has monthly credit limits (1 credit = 1 generated image). Then if your key becomes available in the public, other people might use it and reduce your available limit.

If you think your API key is leaked, you can always regenerate a new one on your BrandBird account page.

</aside>

Errors

The BrandBird API uses the following status/error codes. The MagicPattern API rate limit is 60 requests per 60 seconds.

200 OK