# Nosie > Nosie (nosie.app) runs brief, evidence-based micro-interviews with your customers — by phone call, SMS/chat, or email — and returns structured results: a transcript, a summary, attributes mapped to your schema, and quality signals. A product of Ortomate Ltd., Wellington, New Zealand. Tagline: "Onboarding that actually listens." Key facts for integrators: - Two integration paths: manual (dashboard, no code) and programmatic (REST API + webhooks). Both share the same projects, contacts, and results. - REST API base URL: https://nosie.app/api/v1 — bearer auth (`Authorization: Bearer nk_live_...`), 60 requests/minute per key, JSON bodies, UUID ids. - Consent is mandatory: every contact-create must include a consent attestation ({ attested: true, basis (min 10 chars), method }) or it is rejected with HTTP 422. Opt-outs are permanent and cannot be reversed. - Results delivery: signed webhooks (X-Nosie-Signature, HMAC-SHA256, at-least-once, 5 attempts), REST polling, or CSV/JSON export. - Pricing: NZ$20/month including 10 completed interviews, then NZ$2 per completed interview. Only completed interviews are billed. ## Docs - [Quickstart & integration guide](https://nosie.app/docs): dashboard workflow, API quickstart with curl examples, consent rules, results - [API reference](https://nosie.app/docs/api): all endpoints, Brief/Contact/Consent schemas, error codes - [Webhooks](https://nosie.app/docs/webhooks): events, payload envelope, signature verification, retries - [OpenAPI 3.1 spec](https://nosie.app/api/v1/openapi.json): machine-readable API definition - [Full docs as markdown](https://nosie.app/llms-full.txt): everything above in one plain-text file ## Optional - [Pricing](https://nosie.app/pricing): single plan, usage-based, FAQ - [Privacy policy](https://nosie.app/privacy): Privacy Act 2020 (NZ) alignment, retention - [Terms of service](https://nosie.app/terms) - [Contact](https://nosie.app/contact): hello@nosie.app, replies within one business day (NZT)