# Quick Start – Pruvly APIs

Welcome to Pruvly’s API documentation! 🚀 This guide will help you get started quickly with integrating our APIs into your application.

### Getting Started

Pruvly provides a seamless way to verify documents, authenticate users, and manage compliance with powerful external APIs. Whether you're a developer integrating our services into your platform or just exploring our capabilities, this guide will walk you through the essentials.

{% hint style="info" %}
PRODUCTION BASE URL: <mark style="color:green;">**`https://api.pruvly.com/api/v1`**</mark>
{% endhint %}

### Next Steps

1. **Generate Your API Key** – Authenticate and start making requests.
2. **Explore API Endpoints** – Check out our API reference for detailed endpoint documentation.
3. **Test with Live Data** – Use our sandbox environment to test before going live.
4. **Start Integrating** – Implement Pruvly APIs into your app with code examples provided.

For more details, visit the **API Reference** section. 🚀 Happy coding!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://pruvly.gitbook.io/pruvly/getting-started/quickstart.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
