Build powerful integrations with the AssetGuard API
Get up and running in minutes with our simple REST API
API keys with scoped permissions and rate limiting
Standard HTTP methods and JSON responses
Go to API Keys in your dashboard and create a new key with the appropriate permissions.
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"All responses follow a consistent format:
{
"success": true,
"data": {
"documents": [...],
"pagination": { "page": 1, "limit": 20, "total": 42 }
},
"meta": {
"rate_limit": { "limit": 100, "remaining": 99 }
}
}https://app.assetguard.tech/api/v1All API endpoints are relative to this base URL. The API uses HTTPS exclusively.
Let's show you around in 60 seconds. You'll learn how to protect, share, and track your documents.