# Zapier Natural Language Actions (NLA) API - Beta **Provider:** Zapier Natural Language Actions (NLA) API - Beta **Category:** maps **Base URL:** `https://nla.zapier.com` **Auth:** api-key — `X-API-Key: YOUR_API_KEY` **Rate Limit:** Not officially published **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://nla.zapier.com ## Description Hi, there! Welcome to the Zapier Natural Language Actions API docs. You are currently viewing the root API. The endpoints of this root API are static and useful for reference. To see the live playgr ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://nla.zapier.com/api/v1/check/` | Check | | GET | `https://nla.zapier.com/api/v1/configuration-link/` | Get Configuration Link | | GET | `https://nla.zapier.com/api/v1/exposed/` | List Exposed Actions | | POST | `https://nla.zapier.com/api/v1/exposed/{exposed_app_action_id}/execute/` | Execute App Action Endpoint | ## Authentication API key in the request header (X-API-Key) ``` X-API-Key: YOUR_API_KEY ``` ## Sample Request ```bash curl -X GET 'https://nla.zapier.com/api/v1/check/' \ -H 'X-API-Key: YOUR_API_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Free with Zapier account (beta). Natural language Zap execution API. --- *Source: [API Map](https://apimap.dev/apis/zapier-natural-language-actions-nla-api-/) — CC BY 4.0*