API
API Overview
Start here for ZAST.AI API guides, OAuth notes, and full reference links.
The handbook should be the place where people learn how to integrate with ZAST.AI, not just where they inspect raw schemas.
Use the guide pages below for workflows, authentication notes, and product context. Jump into the full interactive reference only when you need exact request and response details.
Guide
ZAST.AI API
Task creation, file upload, diagnostics, browser sessions, reports, and results retrieval.
Read guideGuide
Business API
Billing, subscriptions, notifications, and auth-key related endpoints for the SaaS platform.
Read guideGuide
OAuth Integration
Authorization flow, token exchange, user info endpoint, and frontend bootstrap details.
Read guideFull References
Reference
Interactive ZAST.AI API Reference
Complete endpoint list rendered from the OpenAPI document.
Open referenceReference
Interactive Business API Reference
Complete business endpoint list rendered from the OpenAPI document.
Open referenceSpec
ZAST.AI OpenAPI JSON
Machine-readable OpenAPI file for codegen, SDK tooling, or external viewers.
Download specSpec
Business OpenAPI JSON
Machine-readable OpenAPI file for billing and account-related integrations.
Download specSuggested Reading Path
- Start with the guide page for the API surface you are integrating.
- Read the OAuth page if your flow needs delegated access or Clerk bootstrap data.
- Open the interactive reference when you need exact schema details, examples, or response fields.