> For the complete documentation index, see [llms.txt](https://docs.onvision.ai/api-book/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onvision.ai/api-book/quick-start.md).

# Quick Start

## Create your OnVision account

OnVision offers a variety of services which are available to our customers, Including our API's . To use the OnVision services, you need to have an OnVision account. To create a OnVision account please get in contact with us through our website .You can also use this link to do so: <https://onvision.ai/free-trial/>

![(Our demo request page, which can be accessed through clicking the button on the top right)](/files/-MlBsn6T1qwwTTvMv05o)

## Generate a token

Before you can use any of the API's, you need to generate a token through our web service. This token will be needed by every API.

First, Login to our web service via: [http://login.onvision.ai/Login.aspx](https://login.onvision.ai/login)

![](/files/-MlCC8g-QWgQBnoz78C7)

Then click the Configuration section on the menu and select "API Config". This is where you'll find your Access key.

<div align="center"><img src="/files/-MlCCTt-P4Dfclgk5-sh" alt=""></div>

&#x20;After taking your access key click the "API authentication" tab. Create a new user by typing in a username and password for the user, then click save.

![](/files/-MlCCeL837EHWwqf7OQB)

{% hint style="info" %}
You must create at least one user before you can use the API
{% endhint %}

## Get token, send request

After getting you access key, your username and password, you can head to our web service where you will use these three credentials to get your token. This token will be used to access all other API's.

{% hint style="info" %}
The token you receive will expire after 48 hours
{% endhint %}

Post: <https://testapi.onvision.ai/wsservice.asmx>

or&#x20;

[https://testapi.onvision.ai/wsserviceNet.asmx](https://testapi.onvision.ai/wsservice.asmx)


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.onvision.ai/api-book/quick-start.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
