Skip to Content
Messaging APIRequest Builder

API Request Builder

Build and test API requests interactively. Select an endpoint, fill in your credentials and parameters, and copy the generated code directly into your project.

POST/api-full-request

Headers

Request Body

template

curl -X POST 'https://api.warmai.uk/api-full-request' \
  -H 'Content-Type: application/json' \
  -H 'x-access-key: YOUR_ACCESS_KEY' \
  -H 'x-user-id: YOUR_USER_ID' \
  -H 'x-idempotency-key: d14f2e64-647f-4020-967b-6cbb49424d2a'

Base URL

https://api.warmai.uk

Tips

  • Find your API key and user ID at platform.warmai.uk
  • Use a unique idempotency key per request to prevent duplicates
  • All POST endpoints accept JSON bodies with Content-Type: application/json
  • Required fields are marked with a red asterisk
Last updated on