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