Skip to content

Commit cd942c3

Browse files
authored
Update README.md
1 parent 9817427 commit cd942c3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,14 @@ user_info = convertapi.user()
108108
print(user_info['SecondsLeft'])
109109
```
110110

111+
### Alternative domain
112+
113+
Set `base_uri` parameter to use other service domains. Dedicated to the region [domain list](https://www.convertapi.com/doc/servers-location).
114+
115+
```
116+
convertapi.base_uri = 'https://eu-v2.convertapi.com/'
117+
```
118+
111119
### More examples
112120

113121
Find more advanced examples in the [/examples](https://github.com/ConvertAPI/convertapi-python/tree/master/examples) folder.

0 commit comments

Comments
 (0)