Print API
Generate print-ready puzzles for newspaper and magazine publishing. Requires Enterprise tier. For workflow guidance, see the Print Publishing Guide.
POST
/api/v1/print/puzzles/batchBatch Generate
Generate a batch of print-ready puzzles.
bash
1curl -X POST "https://api.puzzlesection.app/api/v1/print/puzzles/batch" \2 -H "X-API-Key: ps_live_xxxxxxxxxxxx" \3 -H "Content-Type: application/json" \4 -d '{5 "puzzleType": "sudoku",6 "difficulty": "medium",7 "count": 7,8 "startDate": "2026-03-10",9 "endDate": "2026-03-16",10 "includeSolution": true,11 "locale": "en"12 }'Response
JSON
{ "puzzles": [...], "batchId": "batch-uuid"}GET
/api/v1/print/puzzles/:idGet Print Puzzle
Retrieve a single print-ready puzzle by ID.
GET
/api/v1/print/puzzles/:id/solutionGet Print Solution
Retrieve the solution for a print puzzle.