# Numaly API

## Numaly API

- [Introduction](https://docs.numaly.com/master.md): Integrating with Numaly's API is simple and straightforward. For the quickest integration follow the two step workflow below.
- [Getting Started](https://docs.numaly.com/getting-started-1.md): Numaly's endpoints follow the RESTful principles. To send and retrieve verifications you must pass the following http headers including your API key in every request.
- [Create Verification Request](https://docs.numaly.com/send-verification.md): Generate verification links for applicants and send them to their email/mobile phone.
- [Resend Verification Request](https://docs.numaly.com/resend-verification.md): Resend a verification request
- [List all Verification Requests](https://docs.numaly.com/list-all-verification-requests.md): List all verifications requests
- [Delete Verification Request](https://docs.numaly.com/delete-verification.md): Deletes a verification request
- [Retrieve Report](https://docs.numaly.com/retrieving-reports-1/retrieving-reports.md): Retrieves the income report data and a url to the report pdf of a completed request.
- [Retrieve Joint Report](https://docs.numaly.com/retrieving-reports-1/retrieve-joint-report.md): Retrieves a joint income report data and a url to the joint report pdf for multiple applicants.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.numaly.com/master.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.
