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 →

Try it Out

Test API endpoints in our interactive playground.

Sign up to try →

Quick Example

Here's a simple example of making an API request to the HTTP Request tool:

curl -X POST https://api.nisastack.com/api/utilities/http-request \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://example.com",
    "method": "GET"
  }'
i
New to NisaStack? Check out the Authentication Guide to get your API token.