# meshVI API tools

Tools and options for calling and testing the meshVI API.

## Try it (Replay)

Use Redocly’s built-in **Try it** (Replay) console in the [API Reference](/apis/meshvi) to send requests from your browser. Authenticate with your Bearer token and `apiKey` header (see [Replay](/tools/replay)) to see responses in real time.

- [API Reference – Try it](/apis/meshvi)


## CLI and HTTP clients

- **curl** – Use curl (or similar) with the examples in the [Quickstart](/guides/quickstart) and [API Reference](/apis/meshvi). Include `Authorization: Bearer YOUR_TOKEN`, the `apiKey` header, and base URL `https://uat-verified.meshvi.com`.
- **Postman / Insomnia** – Import the OpenAPI spec from the API Reference or from `apis/meshvi.json` to build and run requests.
- **CLI** – For Redocly CLI usage (e.g. lint, bundle), see [CLI](/tools/cli).


## SDKs and code samples

- Use the request/response schemas in the [API Reference](/apis/meshvi) to generate or write client code in your language.
- For SDKs or official code samples, check [meshvi.com](https://www.meshvi.com) or contact meshVI.


## More information

- [CLI](/tools/cli) – Redocly CLI (lint, bundle, etc.).
- [SDKs](/tools/sdks) – SDK and client generation notes.
- [Replay](/tools/replay) – Using the Try it console.