Beta API: This API is in beta (v0) and may change in future versions.
The NextDocs API allows you to programmatically generate documents and presentations using AI.
Generate a document asynchronously. Create professional reports, resumes, and other document types using AI. Returns a job ID to poll for results.
Generate a presentation asynchronously. Create pitch decks, slide shows, and presentations using AI. Returns a job ID to poll for results.
Check the status of an async generation job. Poll this endpoint until the job completes with status "completed" or "failed".
All API endpoints require authentication via API key. Include your API key in the Authorization header: Authorization: Bearer nxd_your_api_key