API Documentation
One API surface for the utility work behind automation workflows: PDFs, HTTP requests, email, files, credentials, and usage tracking.
Getting Started
Learn how to authenticate and make your first API request.
Read authentication guide →Variables
Save reusable values, HTML, CSS, and secrets for use across tools and templates.
Read the variables guide →Quick Example
Here's a simple example of making an authenticated API request:
curl -X GET https://nisastack.com/api/system/ping \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Accept: application/json"
New to NisaStack? Check out the Authentication Guide to get your API token.