v1.0 Public Beta
Build the future of
Brand Automation
PolyBrand Developers provides the tools you need to integrate brand asset management, social scheduling, and content generation directly into your own applications and AI agents.
Public API
RESTful endpoints to fetch assets, guidelines, and schedule content programmatically.
Read Verification
MCP Integration
Connect PolyBrand to Claude Desktop, Cursor, and other AI agents via the Model Context Protocol.
View Verified Config
Designed for Developers
Our API is built on modern standards. Predictable resource-oriented URLs, JSON-encoded bodies, and standard HTTP response codes.
- Secure Bearer Token Authentication
- Rate limited to ensure stability
- Detailed error messages
- Type-safe definitions available
curl -X GET \
https://app.polybrand.io/api/v1/assets \
-H "Authorization: Bearer pb_live_..."
https://app.polybrand.io/api/v1/assets \
-H "Authorization: Bearer pb_live_..."
// Response
{
"data": [
{ "id": "ast_123", "type": "logo" }...
]
}
{
"data": [
{ "id": "ast_123", "type": "logo" }...
]
}