Affiqly API · v1

Build AI storefronts into any product

A clean REST API for cards, categories, profiles, and every AI capability powering Affiqly. Ship in minutes with official SDKs, Postman, and OpenAPI.

Free tier 99.9% uptime target Sub-100ms p50
shell
$ export AFFIQLY_KEY=aff_live_...
curl https://affiqly.com/api/public/v1/cards \
-H "authorization: Bearer $AFFIQLY_KEY"
← 200 OK · 62ms
{ "data": [ { "id": "…", "product_name": "…" } ], "meta": {} }

Everything you need to ship

A production-grade API surface, purpose-built for AI storefronts.

Clean REST API

Predictable JSON, cursorless pagination, consistent error envelope, versioned under /v1.

AI-first endpoints

Generate bios, CTAs, audits, insights and full storefronts — all metered by credits.

Signed webhooks

Subscribe to card, category and profile events with HMAC-SHA256 signatures and retries.

Official SDKs

First-party JavaScript & Python SDKs. Copy a single file — no build step needed.

Postman collection

One-click import with prewired auth, variables and example requests for every route.

OpenAPI 3.1

Machine-readable schema powering Swagger UI, generated clients, and IDE tooling.

Ship in three lines

Pick your language. All snippets are copy-paste ready.

JavaScript
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 });
Python
# 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))

Simple, usage-based pricing

Every plan includes API access. Upgrade for higher quotas and AI credits.

Free
RM0/ mo
  • 3,000 req / mo
  • 20 rpm
Start free
Starter
RM9.90/ mo
  • 50,000 req / mo
  • 60 rpm
  • AI enabled
Start free
Pro
RM29.90/ mo
  • 500,000 req / mo
  • 300 rpm
  • AI enabled
Start free
Business
RM79.90/ mo
  • 5M req / mo
  • 1000 rpm
  • AI enabled
Start free

Ready to build?

Create a key in the developer dashboard and make your first call today.