OVH API is a Web service allowing OVH customers to buy, manage, upgrade and configure OVH products without using the graphical customer interface (OVH manager).
Based on the "latest RESTful API", you will be able to manage, in the future, nearly anything in the OVH world by using simple API functions and small code samples developed in YOUR favorite language.
Yes, using the API explorer (console) you can browse the API to discover all available functions by OVH products.
You can also select a product and browse the dedicated API to discover related actions.
When you’re ready to use, just ask for a token on the top of the page (after your nic identification)
and the "action" buttons will be runnable for YOUR products with exactly the same behavior as in your graphical manager.
With limited coding you can :
And many more. The only limit is your creativity :)
The restful API can be used with the following languages :
And many more.
The URL to call the API from your scripts is : https://eu.api.ovh.com/1.0/
Top of page