A clean REST API for cards, categories, profiles, and every AI capability powering Affiqly. Ship in minutes with official SDKs, Postman, and OpenAPI.
A production-grade API surface, purpose-built for AI storefronts.
Predictable JSON, cursorless pagination, consistent error envelope, versioned under /v1.
Generate bios, CTAs, audits, insights and full storefronts — all metered by credits.
Subscribe to card, category and profile events with HMAC-SHA256 signatures and retries.
First-party JavaScript & Python SDKs. Copy a single file — no build step needed.
One-click import with prewired auth, variables and example requests for every route.
Machine-readable schema powering Swagger UI, generated clients, and IDE tooling.
Pick your language. All snippets are copy-paste ready.
import { Affiqly } from "https://affiqly.com/api/public/v1/sdk.mjs";
const client = new Affiqly({ apiKey: process.env.AFFIQLY_KEY });
const { data } = await client.cards.list({ limit: 20 });# curl -o affiqly.py https://affiqly.com/api/public/v1/sdk.py
from affiqly import Affiqly
client = Affiqly(api_key="aff_live_...")
print(client.cards.list(limit=20))Every plan includes API access. Upgrade for higher quotas and AI credits.
Create a key in the developer dashboard and make your first call today.