Developer Documentation

Build powerful integrations with the AssetGuard API

Quick Start

Get up and running in minutes with our simple REST API

Secure by Default

API keys with scoped permissions and rate limiting

RESTful Design

Standard HTTP methods and JSON responses

Getting Started
Follow these steps to make your first API call
1

Create an API Key

Go to API Keys in your dashboard and create a new key with the appropriate permissions.

2

Make Your First Request

Use your API key in the X-API-Key header:

curl -X GET "https://app.assetguard.tech/api/v1/documents" \
  -H "X-API-Key: ag_live_xxxx_your_api_key_here"
3

Handle the Response

All responses follow a consistent format:

{
  "success": true,
  "data": {
    "documents": [...],
    "pagination": { "page": 1, "limit": 20, "total": 42 }
  },
  "meta": {
    "rate_limit": { "limit": 100, "remaining": 99 }
  }
}
Base URL
https://app.assetguard.tech/api/v1

All API endpoints are relative to this base URL. The API uses HTTPS exclusively.

Ready to Get Started?

Create your first API key and start building

Welcome to AssetGuard!

Let's show you around in 60 seconds. You'll learn how to protect, share, and track your documents.