---
weight: 100
title: "Web API"
description: "Perform obfuscations programmatically"
icon: "article"
date: "2025-05-01T18:47:58-05:00"
lastmod: "2025-05-01T18:47:58-05:00"
---

MoonVeil is available to be used programmatically via it's web API if you'd like. Start by [creating an API key](/account).

## Authorization

Each API request expects an `Authorization` header in the format of `Authorization: Bearer mv-secret-...` where `mv-secret-...` is the API key you just created.
{{% alert context="warning" text="**DO NOT** share this key with anyone else!" /%}}

{{< swagger >}}