Export a deck as plain text
Renders a deck as an MTG Arena / Moxfield-compatible text list. Pass deck_id to export an existing Flexslot deck (visibility / IDOR rules apply) OR deck_payload to render an inline deck supplied by the partner. Inline-payload requests surface any card-resolution warnings via the X-Flexslot-Export-Warnings response header. Responses are cached for 24h keyed by (deck_id, deck.updated_at) — inline-payload renders bypass the cache.
Documentation Index
Fetch the complete documentation index at: https://docs.flexslot.gg/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
HMAC-SHA256 over canonical request string. Format: v1.<unix_seconds>.<hex_hmac_sha256>.
Partner identifier slug. Required alongside X-Signature for HMAC auth.
User-issued personal access token (format: flx_pat_).
Path Parameters
Game slug (e.g. magic-the-gathering).
Response
Plain-text deck list.