---
title: "REST API & OpenAPI Specification"
description: "Public REST API documentation and OpenAPI 3.1 specification for Zain Ahmed platform."
canonical: "https://zainahmed.net/api"
last-updated: "2026-08-25"
---

# REST API & OpenAPI 3.1 Specification

> Base URL: `https://zainahmed.net/api/v1`
> OpenAPI JSON: `https://zainahmed.net/openapi.json`
> OpenAPI YAML: `https://zainahmed.net/api/openapi.yaml`
> API Catalog: `https://zainahmed.net/.well-known/api-catalog`

## Endpoints
- `GET /api/v1/profile`: Engineer profile and credentials
- `GET /api/v1/projects`: Paginated production case studies
- `GET /api/v1/articles`: Paginated technical blueprints
- `GET /api/v1/services`: Advisory packages and pricing
- `POST /api/v1/contact`: Encrypted consultation dispatch (<24h SLA)
- `POST /api/v1/batch`: Multi-operation batch dispatcher
- `GET /api/v1/jobs/{jobId}`: Async job polling
