API improve
Добавить раздел Get started.
добавить use cases.
Привести API method pages к единому шаблону.
Добавить object reference для основных сущностей.
Сделать отдельный раздел Examples
У Resend есть отдельная страница Examples, где примеры сгруппированы по фреймворкам и use cases: send email, batch send, attachments, templates, scheduling, webhooks, domains, audiences и т.д.
Для DocStudio аналогично:
Examples
Send envelope from template
Send envelope with prefilled fields
Send envelope with metadata
Upload external document
Collect e-signature on PDF
Sign with QES
Download envelope archive
Search envelopes in mailbox
Create corporate users in bulk
Verify and activate account domain
Process webhook/callback event
Отдельная страница API token security
У Resend хорошо сделана страница про API key: что это такое, как создать, где хранить, почему нельзя коммитить в репозиторий, как использовать environment variables.
Для DocStudio нужна страница:
Application tokens
Содержимое:
What is an application token
How to create a token in DocStudio
Where to use it
How to pass it in requests
How to store it safely
What not to do
How to rotate or delete a token, если функциональность есть
Common authentication errors
Priority 1
API overview Что позволяет DocStudio API: envelopes, templates, PDF documents, signatures, mailboxes, users, domains, audit trail.
Authentication / Application tokens Как создать token, как использовать Bearer auth, где хранить token, common auth errors.
Send your first envelope Первый полноценный quickstart.
Core concepts Account, mailbox, template, envelope, recipient, field, metadata, audit trail.
Endpoint page template Привести все method pages к одному формату.
Errors Единый справочник ошибок и troubleshooting.
Priority 2
Object reference
Envelope object
Template object
Mailbox object
User object
Metadata object
Error object
Pagination, filtering, sorting Особенно для mailbox/envelope search.
Webhooks / callbacks Отдельно: events, payload examples, retry behavior, security.
Priority 3
SDK pages
API changelog / versioning
Postman collection
OpenAPI download page
Sandbox/test mode guide
AI-friendly docs / llms.txt visibility
Last updated