API overview
The Data Query API is an interface for managing resources through a code-based programming approach.
By using the APIs provided by Data Query, you can easily handle repetitive and automated tasks or tasks that are difficult to perform through the console browser.
- API responses are provided in
JSON
format. - To use the API, you must obtain an access key ID and a secret access key.
Before you start
To call the Open APIs provided by Data Query, you must obtain access key information. For details, refer to the credentials document.
caution
You can only access resources within the project associated with the issued access key.
Therefore, when calling the API, the domain and project must be set based on the information included in the issued access key.