---
title: "API Recipes"
description: "Multi-step Eko API workflows — the order to call endpoints in, and how to branch on each response."
canonical: "https://eps.eko.in/recipe"
---


> **Canonical URL:** https://eps.eko.in/recipe
> This is a machine-readable Markdown version of the page for AI agents and LLMs. The primary (HTML) version lives at the canonical URL above.

# API Recipes

Each recipe is a complete, multi-call workflow across several Eko endpoints — the order to call them in, and the conditional jumps to make based on each response. The per-endpoint references tell you how to call one API; these tell you how to combine them.

## Available recipes

- [DMT — Send Money](https://eps.eko.in/recipe/dmt-send-money.md) — Full domestic money transfer flow: look up the sender, onboard them if new, add the recipient, then send an OTP-verified transfer. 5 steps. _(Domestic Money Transfer (DMT))_
- [AePS — Cash Withdrawal](https://eps.eko.in/recipe/aeps-cash-withdrawal.md) — Aadhaar-enabled cash withdrawal: one-time agent activation and eKYC, daily KYC, then the biometric withdrawal. 6 steps. _(AePS Cashout)_
