# Base URL
The base url for the Onspring API will be the same for all instances regardless of whether the instances is a development, test, or production instance.
{% code heading="BASE URL" language="text" %}
```text
https://api.onspring.com
```
{% /code %}