# Contact: Mohd Saif

> Koi product banana hai, ya aisi team jo ship karti hai? Mujhe uske baare mein batao.

Canonical URL: https://saifsiddiqui.in/hi-latn/contact/ (this is its markdown representation; the same URL serves HTML to browsers)
Other languages: en: https://saifsiddiqui.in/contact/ · hi: https://saifsiddiqui.in/hi/contact/ · kn: https://saifsiddiqui.in/kn/contact/ · ur: https://saifsiddiqui.in/ur/contact/ · te: https://saifsiddiqui.in/te/contact/ · ar: https://saifsiddiqui.in/ar/contact/

Koi product banana hai, ya aisi team jo ship karti hai? Mujhe uske baare mein batao.

## Ya mujhe directly contact karo:

- Email: saifmd238@gmail.com
- GitHub: https://github.com/Saif-09
- LinkedIn: https://www.linkedin.com/in/mohd-saif-134076141/
- Resume (PDF): https://saifsiddiqui.in/resume

## Sending a message programmatically

The contact form on the HTML page posts to a public endpoint. An agent
acting on someone's behalf can post the same JSON:

```
POST https://saifsiddiqui.in/api/contact
Content-Type: application/json

{"name": "...", "email": "...", "message": "..."}
```

It is rate limited. Email works just as well and needs no ceremony.

---

Mohd Saif, Product Engineer. I build solutions, not dead software.
Email: saifmd238@gmail.com · GitHub: https://github.com/Saif-09 · LinkedIn: https://www.linkedin.com/in/mohd-saif-134076141/ · Résumé (PDF): https://saifsiddiqui.in/resume

More for agents:
- [/llms.txt](/llms.txt): short summary of this site
- [/llms-full.txt](/llms-full.txt): the complete text of every page in one fetch
- [/agents.md](/agents.md): when to use this site, and how to query it
- [/sitemap-index.xml](/sitemap-index.xml): every URL, in seven languages
