Submit the deck file
submit_deckSend the complete deck file you wrote. Renderball checks it against the brief, repairs small slips, renders every page and opens it in the editor. Returns 'ready' with the editor_url, or 'importing' — then poll deck_status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Who wrote it, e.g. 'claude-code'. Shown in the deck's trace. | |
| source | Yes | The complete deck file, exactly as the writing brief specifies. Raw file or a ```tsx fenced block. | |
| deck_id | Yes | ||
| guest_token | No | Only for a deck created WITHOUT an account: the guest_token create_deck returned. | |
| wait_seconds | No | How long to wait for the import before returning (default 25). Use deck_status to keep checking. |