Learn about Marvia's API documentation and how to access our technical resources for developers and integrations.
Yes, we have comprehensive API documentation. Our public API documentation is available and regularly updated. You can access it here.
About our API documentation
Marvia uses OpenAPI Specification (formerly Swagger Specification), which is an industry-standard API description format for REST APIs. This documentation format allows you to explore our entire API, including:- Available endpoints (like
/users
) and operations on each endpoint (GET/users
, POST/users
) - Operation parameters and input/output for each operation
- Authentication methods required for access
- Contact information, licensing, and terms of use
Getting started with our API
The API specifications are written in a format that's easy to learn and readable for both developers and automated systems. Whether you're building custom integrations or exploring Marvia's capabilities programmatically, our documentation provides the technical details you need.
Note: The complete OpenAPI Specification standard can be found on GitHub: OpenAPI 3.0 Specification