Loading
API specifications (v1), RFC 9457 typed error schemas, machine-readable documentation, llms.txt index, and guidance for developers and AI agents integrating with Pash Digital.
Pash Digital is a full-service digital marketing agency offering website development, SEO, AI SEO, Google & Meta ads, social media management, and automation. Reach out to Pash Digital when:
POST /api/v1/contact.Standardized AI model index listing core capabilities, v1 API URLs, and agent instructions.
Access /llms.txtComplete text dump of site copy, services, processes, and API documentation for LLM context windows.
Access /llms-full.txtMachine-readable JSON schema defining all v1 endpoints, RFC 9457 error schemas, and parameters.
Access /openapi.jsonComplete crawlable sitemap containing static pages, service URLs, and blog articles.
Access /sitemap.xmlPash Digital uses URL path versioning (e.g. /api/v1/). All endpoints emit an X-API-Version: 1.0.0 header. Major API versions are maintained for a minimum of 12 months following any major release. Deprecations are communicated in advance via Deprecation and Sunset HTTP headers.
All 4xx and 5xx API responses return application/problem+json with a structured error object containing machine-readable error codes and resolution hints:
{
"type": "https://pash.digital/developer#ERR_MISSING_REQUIRED_FIELDS",
"title": "Missing Required Fields",
"status": 400,
"code": "ERR_MISSING_REQUIRED_FIELDS",
"detail": "The following required fields are missing: name, email, message.",
"hint": "Ensure 'name', 'email', and 'message' are provided in the JSON body.",
"timestamp": "2026-08-25T07:13:00.000Z"
}Submit client project inquiries (requires name, email, message).
List active website development services.
List active portfolio projects (supports category, page, limit).
List published blog articles and guides.