REST. JSON. Bearer token. Build chat interfaces, agents, whatever.
https://api.dyva.ai/v1Bearer token or API key in the Authorization header. Every request.
Authorization: Bearer sk_live_...List endpoints take limit and offset. Responses include total count.
GET /v1/dyvas?limit=20&offset=0JSON body with error.code, error.message, and optional error.details.
{ "error": { "code": "invalid_request", "message": "..." } }X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset on every response.
X-RateLimit-Remaining: 98