@@ -55,6 +55,7 @@ Depending the API you plan yo use, you need to create an application on the belo
55
55
websites:
56
56
57
57
* [ OVH Europe] ( https://eu.api.ovh.com/createApp/ )
58
+ * [ OVH US] ( https://api.ovhcloud.com/createApp/ )
58
59
* [ OVH North-America] ( https://ca.api.ovh.com/createApp/ )
59
60
* [ RunAbove] ( https://api.runabove.com/createApp/ )
60
61
* [ SoYouStart Europe] ( https://eu.api.soyoustart.com/createApp/ )
@@ -76,6 +77,7 @@ complete account.
76
77
Depending the API you want to use, you need to specify the below API endpoint:
77
78
78
79
* OVH Europe: ``` ovh-eu ``` (default)
80
+ * OVH US: ``` ovh-us ```
79
81
* OVH North-America: ``` ovh-ca ```
80
82
* RunAbove: ``` runabove-ca ```
81
83
* SoYouStart Europe: ``` soyoustart-eu ```
@@ -133,6 +135,7 @@ You are now be able to play with the API. Look at the
133
135
You can browse the API schemas using the web consoles of the APIs:
134
136
135
137
* [OVH Europe](https://eu.api.ovh.com/console/)
138
+ * [OVH US](https://api.ovhcloud.com/console/)
136
139
* [OVH North-America](https://ca.api.ovh.com/console/)
137
140
* [RunAbove](https://api.runabove.com/console/)
138
141
* [SoYouStart Europe](https://eu.api.soyoustart.com/console/)
@@ -220,6 +223,13 @@ available in the *gh-pages* branch.
220
223
- **Create application credentials**: https://eu.api.ovh.com/createApp/
221
224
- **Create script credentials** (all keys at once): https://eu.api.ovh.com/createToken/
222
225
226
+ ### OVH US
227
+
228
+ - **Documentation**: https://api.ovhcloud.com/
229
+ - **Console**: https://api.ovhcloud.com/console/
230
+ - **Create application credentials**: https://api.ovhcloud.com/createApp/
231
+ - **Create script credentials** (all keys at once): https://api.ovhcloud.com/createToken/
232
+
223
233
### OVH North America
224
234
225
235
- **Documentation**: https://ca.api.ovh.com/
0 commit comments