NextDocs API Reference (v0 Beta)

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.

Available Endpoints

POST /v0/generate/document

Generate a document asynchronously. Create professional reports, resumes, and other document types using AI. Returns a job ID to poll for results.

POST /v0/generate/presentation

Generate a presentation asynchronously. Create pitch decks, slide shows, and presentations using AI. Returns a job ID to poll for results.

GET /v0/jobs/{job_id}

Check the status of an async generation job. Poll this endpoint until the job completes with status "completed" or "failed".

Authentication

All API endpoints require authentication via API key. Include your API key in the Authorization header: Authorization: Bearer nxd_your_api_key

Loading