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 →

API Reference

Browse all available tools and their parameters.

View API reference →

Error Codes

Understand error responses and how to handle them.

View error codes →

Variables

Save reusable values, HTML, CSS, and secrets for use across tools and templates.

Read the variables guide →

Try it Out

Test API endpoints in our interactive playground.

Sign in to use Playground →

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"
i
New to NisaStack? Check out the Authentication Guide to get your API token.