Skip to main content

API Reference

Complete REST API documentation for integrating with WIIL Platform.


Base URL​

https://api.wiil.io/v1

Authentication​

All API requests require authentication using an API key passed in the request header:

X-WIIL-API-Key: wiil_proj_your_api_key_here

Example Request:

curl https://api.wiil.io/v1/conversations \
-H "X-WIIL-API-Key: wiil_proj_..." \
-H "Content-Type: application/json"

Learn more about Authentication →


API Endpoints​

Dynamic Agents​

Account Management​

Agent Configuration​

Telephony​

Business Services​

Transactions​

Other​


HTTP Status Codes​

CodeDescription
200Success
201Created
400Bad Request
401Unauthorized
403Forbidden
404Not Found
429Rate Limited
500Server Error

SDKs​

  • JavaScript/TypeScript - npm install wiil-js

View SDK Documentation →


Additional Resources​