DocsAPI ReferenceAbout
DocsAPI ReferenceAbout
  1. Docs
  • Overview
  • Getting Started
  • Authentication
  • Permissions
  • Using the Marvia CDN
  • API Reference
    • Users
      • Get a user
      • Delete a user
      • List
      • Create a new user
    • Products
      • List products
    • Locations
      • Update a location
      • Get a location
      • Delete a location
      • List locations
      • Create a new location
    • Groups
      • Get a group
      • Update a group
      • Delete a group
      • List groups
      • Create a new group
    • Uploads
      • Initialize multipart upload
      • Complete multipart upload
    • Assets
      • List assets
      • Create a new asset
      • Get asset by UUID
      • Update an asset
      • Search assets
  1. Docs

Getting Started

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 account
Must be an Administrator
If you don't have an account, contact us for a free demo
API Key
Obtain your API key from the Marvia dashboard
All 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#

Steps to get an API key are explain in the Authentication section.
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
Production
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.
Modified at 2025-07-14 12:52:02
Previous
Overview
Next
Authentication
Built with