## MedplumClient.getBaseUrl() method

Returns the current base URL for all API requests. By default, this is set to `https://api.medplum.com/`. This can be overridden by setting the `baseUrl` option when creating the client.

**Signature:**
```typescript
getBaseUrl(): string;
```

**Returns:**
string

The current base URL for all API requests.

- [MedplumClient.getBaseUrl() method](/content/docs/sdk/core.medplumclient.getbaseurl#medplumclientgetbaseurl-method/index.html)
