API reference
Everything below is generated from the OpenAPI document the API publishes, so it never drifts from the running code.
- OpenAPI document
- Interactive client
- llms.txt — the whole reference as plain text, for your editor or your agent
Authentication
Section titled “Authentication”Every request carries your API key:
curl https://api.neike.dev/api/outbound/send -H "x-neike-api-key: whk_live_…"Keys are issued and rotated from the console, never through this API. They can be scoped (messages:send, templates:manage, …) so a leaked key cannot do everything.