Getting Started
Introduction
Build on Dynamo — two key/secret-authenticated HTTP APIs for social content and audience data, plus read-only CRM integrations.
Dynamo is a social-media management platform. These docs cover its public HTTP APIs and the data sources you can connect — everything you need to build on top of Dynamo, whether from your own services, a partner platform, or a coding agent.
- External API — discover channels, read published posts with their engagement and comments, draft & schedule posts (including attaching a superpower for engagement automation), and read VIP, broadcast and ads analytics. Routes are thin wrappers over the same models the Dynamo app uses, so what you build behaves identically to the product.
- Audience API — push end-user data into Dynamo so it can target, segment and message the right users: identities, retention activity, custom properties, purchases and conversions.
- Integrations — connect your CRMs with read-only keys to bring audiences in.
Both APIs share the same authentication — one key/secret and one HMAC-SHA256 signing scheme. Start with Authentication.
Base URLs
Each API is a Cloud Function in the us-central1 region. External API paths are
relative to the /v1 base.
External API
https://us-central1-seamless-pro.cloudfunctions.net/externalApi/v1Audience API
https://us-central1-seamless-pro.cloudfunctions.net/audienceWhat you need
- An API key and its secret, issued for your organization. A key pair is scoped to one organization — all reads and writes happen within it.
- The ability to compute an HMAC-SHA256 signature (any language; recipes provided).
That's it — no OAuth flow, no cookies. Every request carries three headers.