ZEME Intelligence API

Drop PSX smart-money intelligence straight into your broker terminal — operator phases, load zones, entry/stop/target, ranked signals, and an honest track record. REST + JSON. Integrate in an afternoon.

Overview

Base URL: https://zeme.app/api/v1. All endpoints return application/json. Data reflects ZEME's live daily engine — you get the outputs, computed by our proprietary model (the model itself never leaves our servers).

🔑 Every request needs an API key. Try the endpoints below right now — they're pre-filled with a shared demo key (rate-limited). For production, request your own key.

Authentication

Send your key as a header (recommended) or a query param:

curl -H "X-API-Key: YOUR_KEY" "https://zeme.app/api/v1/intelligence.php?sym=BOK"
# or
curl "https://zeme.app/api/v1/intelligence.php?sym=BOK&key=YOUR_KEY"

Rate limits & metering

Each key has a daily call limit. Every response includes X-RateLimit-Limit and X-RateLimit-Remaining. Usage is metered per key per endpoint (for billing). Exceeding the limit returns 429.

Intelligence

GET/intelligence.php?sym={SYMBOL}

Full smart-money read for one PSX symbol.

ParamReqDescription
symyesPSX ticker, e.g. BOK
Response appears here…

Signals

GET/signals.php?min_confidence=&limit=

Today's ranked buy signals (by entry score).

ParamReqDescription
min_confidenceno0–100, default 0
limitnomax results, default 100
Response appears here…

Screen

GET/screen.php?phase=&min_confidence=&shariah=

Filter the market by smart-money phase, confidence, and Shariah compliance.

ParamReqDescription
phasenoe.g. FULLY LOADED, LOADING, EARLY LOAD
min_confidenceno0–100
shariahno1 = Halal only
Response appears here…

Track record

GET/track-record.php

ZEME's honest, no-lookahead accuracy — expectancy, hit-rate, by setup. Show it to your clients as proof.

Response appears here…

Errors

CodeMeaning
401No API key supplied
403Invalid or inactive key
404Symbol not in current signal universe
429Daily rate limit reached

All errors return {"ok":false,"error":"..."}.

Get production access

Give your clients an edge nobody else on PSX has. Per-seat pricing, dedicated key, higher limits, SLA.

Request an API key →