Everything you need to call the Massalaskuri Partner API: a real sample blueprint, the
exact output to expect, and copy-paste end-to-end scripts in bash, Node, and Python — plus a
signature-verifying webhook receiver. Set API_KEY and run.
# needs curl + jq curl -O https://api.massalaskuri.com/examples/quickstart.sh && chmod +x quickstart.sh API_KEY=mlk_xxx ./quickstart.sh
curl -O https://api.massalaskuri.com/examples/example.mjs
curl -O https://api.massalaskuri.com/examples/sample-plan.pdf
API_KEY=mlk_xxx node example.mjs sample-plan.pdfcurl -O https://api.massalaskuri.com/examples/example.py
curl -O https://api.massalaskuri.com/examples/sample-plan.pdf
API_KEY=mlk_xxx python3 example.py sample-plan.pdfnpx openapi-typescript https://api.massalaskuri.com/openapi.json -o massalaskuri.d.ts