Documentation Index
Fetch the complete documentation index at: https://docs.dolphy.chat/llms.txt
Use this file to discover all available pages before exploring further.
Where to find it
What you can do with it
Auto-generate SDKs
Any language. Examples:Try in Postman / Insomnia / Stoplight
- Postman: File → Import → Link → paste the URL
- Insomnia: Import / Export → URL → paste
- Stoplight Studio: New API → Import OpenAPI → URL
Authorization: Bearer dpy_live_... header.
Schema validation
Use the spec to validate requests against your client code at build time:Notes
- The spec describes our stable v1 surface. Anything not in the spec may change without notice.
- We update the spec on every deploy. Cache it locally if you generate SDKs from it — re-pull on releases.
- For interactive “Try it” testing, use this docs site directly — every endpoint page has a code playground powered by this same spec.