Embeddable widget
ready nowIframe widget for external pages, investor updates, and partner dashboards.
<iframe src="https://gtixt.com/publications/widget?reference_id=GTIXT-SW-20260510-LIVE" title="GTIXT Structural Watch GTIXT-SW-20260510-LIVE" loading="lazy" style="width:100%;max-width:420px;height:260px;border:0;"></iframe>
Image card snippet
ready nowStatic figure embed anchored to the immutable reference card.
<figure data-gtixt-publication="structural-watch" data-gtixt-ref="GTIXT-SW-20260510-LIVE">
<img src="https://gtixt.com/api/publications/card?reference_id=GTIXT-SW-20260510-LIVE" alt="GTIXT Structural Watch GTIXT-SW-20260510-LIVE" />
<figcaption><a href="https://gtixt.com/publications?series=structural-watch&reference_id=GTIXT-SW-20260510-LIVE#structural-watch-gtixt-sw-20260510-live">Source: GTIXT Structural Watch GTIXT-SW-20260510-LIVE</a></figcaption>
</figure>
API pull snippet
ready nowOne-line JSON pull for syndication and monitoring systems.
curl -s https://gtixt.com/api/publications?reference_id=GTIXT-SW-20260510-LIVE | jq '{reference_id, series_id, published_at, market_state, confidence, lead_window, status, share_url}'Copy-ready wording for public changelogs, reports, and media notes.
According to GTIXT Structural Watch GTIXT-SW-20260510-LIVE, market state was Stacking pressure with confidence 0.35 and lead window 19d (published 2026-05-10).
Cited-by webhook
ready nowIngest real downstream citations from partner systems or publishing automations.
curl -X POST https://gtixt.com/api/publications/citations \
-H "Authorization: Bearer <institutional-webhook-token>" \
-H "Content-Type: application/json" \
-H "x-gtixt-webhook-version: 2026-05-05.v1" \
-d '{"version":"2026-05-05.v1","event":"gtixt.publication.cited.v1","generated_at":"<iso8601>","payload":{"reference_id":"GTIXT-SW-20260510-LIVE","series_id":"structural-watch","source_name":"Partner newsroom","source_url":"https://example.com/article","note":"GTIXT reference cited in downstream coverage.","relation":"External citation","occurred_at":"<iso8601>"}}'Native dispatch trigger
ready nowProtected trigger that dispatches the current publication to every enabled native channel in runtime.
The trigger endpoint is live. Channel delivery depends on each native channel runtime state below.
curl -X POST https://gtixt.com/api/publications/distribute \
-H "Authorization: Bearer <institutional-webhook-token>" \
-H "Content-Type: application/json" \
-H "x-gtixt-webhook-version: 2026-05-05.v1" \
-d '{"reference_id":"GTIXT-SW-20260510-LIVE"}'Native X dispatch
Staged for laterDispatch the publication to an X bridge once the GTIXT X account and outbound hook exist.
Enable only after the official X account and outbound hook are provisioned.
GTIXT_NATIVE_X_ENABLED=false
GTIXT_NATIVE_X_WEBHOOK_URL=<https-webhook-url>
GTIXT_NATIVE_X_REFERENCE_URL=https://gtixt.com/publications?series=structural-watch&reference_id=GTIXT-SW-20260510-LIVE#structural-watch-gtixt-sw-20260510-live
Native LinkedIn dispatch
Staged for laterDispatch the publication to a LinkedIn bridge once the GTIXT organization hook exists.
Enable only after the LinkedIn publishing bridge is provisioned.
GTIXT_NATIVE_LINKEDIN_ENABLED=false
GTIXT_NATIVE_LINKEDIN_WEBHOOK_URL=<https-webhook-url>
GTIXT_NATIVE_LINKEDIN_REFERENCE_URL=https://gtixt.com/publications?series=structural-watch&reference_id=GTIXT-SW-20260510-LIVE#structural-watch-gtixt-sw-20260510-live
Native Discord bulletin
Staged for laterPublish the publication bulletin directly into the configured Discord webhook.
Enable only after the production Discord webhook is approved.
GTIXT_NATIVE_DISCORD_ENABLED=false
GTIXT_NATIVE_DISCORD_WEBHOOK_URL=<discord-webhook-url>
GTIXT_NATIVE_DISCORD_REFERENCE_URL=https://gtixt.com/publications?series=structural-watch&reference_id=GTIXT-SW-20260510-LIVE#structural-watch-gtixt-sw-20260510-live
Native Telegram relay
Staged for laterSend the publication bulletin through the configured Telegram bot.
Enable only after the Telegram bot token and chat target exist.
GTIXT_NATIVE_TELEGRAM_ENABLED=false
GTIXT_NATIVE_TELEGRAM_BOT_TOKEN=<telegram-bot-token>
GTIXT_NATIVE_TELEGRAM_CHAT_ID=<telegram-chat-id>
GTIXT_NATIVE_TELEGRAM_REFERENCE_URL=https://gtixt.com/publications?series=structural-watch&reference_id=GTIXT-SW-20260510-LIVE#structural-watch-gtixt-sw-20260510-live