# Base URL Request

### Production Environment

Production Environment

The following is the Base URL for our live production environment. All requests made to this URL will interact with real data.

`https://api.springstreet.io`

***

### Construction a Full API Request URL

To make a request, you combine the Base URL with the specific endpoint path you want to access.

Formula: `[Base URL]` + `[Endpoint Path]` = Full Request URL

Example:

* Base URL: `https://api.springstreet.io`
* Endpoint Path: `/debtors/search`
* Full URL for Request: `https://api.springstreet.io/debtors/search`


---

# 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://springstreet.gitbook.io/springstreet.io/api/getting-started/base-url-request.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.
