Get up and running with the Marvia API in just a few minutes. This guide will walk you through making your first API call and understanding the core concepts.Prerequisites#
Before you begin, ensure you have:Active Marvia Account
You'll need a Marvia Portal accountIf you don't have an account, contact us for a free demo API Key
Obtain your API key from the Marvia dashboardAll API requests must include a valid API key for authentication
API keys are unique to your organization
You can generate multiple API keys for different applications or environments
Keys can be regenerated or revoked at any time from the dashboard
Setup#
1. Get Your API Key#
Important: Keep your API key secure and never expose it in client-side code or public repositories.
2. Choose Your Environment#
Sandbox (Recommended for Testing)Base URL: Base URL: https://api-v2.staging.getmarvia.com
Base URL: https://api-v2.getmarvia.com
3. Test Your Connection#
Verify your setup with a simple API call using curl, or try out the endpoints in API Reference.