Embed APPI on Your Site

Widget Preview

Embed a live APPI widget on your website, dashboard, or documentation to show current AI pricing data.

Small (300×120px)

458,333
tokens per $1 USD
↑ 2.3%

Medium (400×180px)

458,333
tokens per $1 USD
↑ 2.3% (7 days)
Powered by AIX

Large (600×240px)

AI Purchasing Power Index
458,333
tokens per $1 USD
↑ 2.3% (7 days)
View methodology →

Embed Code

Copy and paste this code into your HTML:

<iframe 
  src="https://aix.superecomm.com/widget?size=medium&theme=light"
  width="400" 
  height="180"
  frameborder="0"
  style="border-radius: 8px; border: 1px solid #A0AEC0;"
></iframe>

Customization Options

  • size: small | medium | large
  • theme: light | dark

API Access

For programmatic access, use our public API endpoint:

GET https://aix.superecomm.com/api/appi

Response Format

{
  "appi": 458333,
  "change": {
    "absolute": 10234,
    "percent": 2.3,
    "direction": "up"
  },
  "history": [
    { "date": "2026-01-01", "value": 448099 },
    { "date": "2026-01-02", "value": 450123 },
    ...
  ],
  "date": "2026-01-06T12:00:00Z",
  "version": "v1.0"
}

Example Usage

fetch('https://aix.superecomm.com/api/appi')
  .then(res => res.json())
  .then(data => {
    console.log('Current APPI:', data.appi);
    console.log('7-day change:', data.change.percent);
  });

API Details

  • Rate Limit: No authentication required for public data
  • Cache: Updated every hour
  • CORS: Enabled for all origins
  • Format: JSON only

Terms of Use

The APPI widget and API are free to use with attribution. You must:

  • Keep the "Powered by AIX" attribution visible in the widget
  • Not modify or misrepresent APPI data
  • Link back to aix.superecomm.com when citing APPI

For commercial API access with higher rate limits, contact hello@superecomm.com.