Beta API (v0) â This API is in beta and may change in future versions. Breaking changes may occur without prior notice.
Build with the NextDocs API to create documents and presentations programmatically.
Complete API documentation with endpoints, parameters, and examples.
Step-by-step tutorials and best practices. Coming soon.
/v0/generate/document or /v0/generate/presentation/v0/jobs/{job_id} until the job completescurl -X POST https://api.nextdocs.io/v0/generate/presentation \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"title": "Q4 Investor Pitch Deck",
"prompt": "Create a professional pitch deck for a SaaS startup raising Series A, highlighting growth metrics and market opportunity"
}'