Data Platform APIs
Authentication today, the rest of the platform as it ships.
What the APIs cover
The Data Platform APIs are the programmatic alternative to the interface, for building and managing a project in code rather than by hand.
The complete Data Platform API is in development. What this section documents today is authentication: how to obtain a token by password or by API key credentials, and how to invalidate it. Endpoint references for the rest of the platform land here as they ship.
Until then, two other routes cover most programmatic work. The Custom Actions SDK reads and writes datasets, tables and buckets from inside a project's own compute. Project buckets speak S31, so any S3-compatible client works against them directly, as the bucket access tutorial shows.
The conventions below apply to the authentication endpoints and to the API as it grows.
General formats
Response format
- Data format: JSON see http://www.json.org
- Character set: UTF-8
- All non-empty responses are sent with the header:
Content-Type: application/json; charset=utf-8
HTTP response codes
Error handling
In case of client-side (HTTP status code 4xx) or server-side (HTTP status code 5xx) error, the response body may contain a JSON object describing the error:
Timestamp
All data endpoints return the timestamp associated with the data provided.
Duration
All data endpoints return the duration attribute. It represents the effective time taken by the system to execute a request in seconds.
Go further
If you need training or technical assistance to implement our solutions, contact your sales representative or click on this link to get a quote and ask our Professional Services experts for a custom analysis of your project.
Ask questions, give your feedback and interact directly with the team building the Data Platform on the dedicated Discord channel.
If you need support with your OVHcloud services, create a request in our Help Centre.
Join our community of users.
1: S3 is a trademark of Amazon Technologies, Inc. OVHcloud's service is not sponsored by, endorsed by, or otherwise affiliated with Amazon Technologies, Inc.

