> For the complete documentation index, see [llms.txt](https://docs.vngcloud.vn/vng-cloud-document/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vngcloud.vn/vng-cloud-document/vstorage/object-storage/vstorage-hcm03/api-developers/vstorage-api/using-vstorage-api.md).

# Using vStorage API

To use vStorage API, you need at least 1 Client ID and Client Secret (this information is obtained from the Service Account). To create a Service Account, refer to the guide at Service Account Creation. You can use this Service Account to create (or delete) multiple containers, where each container acts as a storage unit (similar to a directory). Within each container, users can upload, get, and delete multiple corresponding objects (objects here are understood as files or subfolders within the container).

**Basic process:** Authenticate -> Create project -> Create container -> Upload Object

For a detailed list of vStorage API, refer to <https://docs.api.vngcloud.vn/service-docs/vstorage-api.html#tag/containers>.

Below is an example using vStorage API to create a new container in a project:

<figure><img src="/files/bY4rlZwa6LKXOsd5P17J" alt=""><figcaption></figcaption></figure>

In which:

* Zone 1: A zone for quickly searching for APIs by name or keywords.
* Zone 2: A zone displaying the list of APIs categorized by their functionalities.
* Zone 3: A zone displaying detailed information on input and output for each case of the API.
* Zone 4: A zone for selecting different languages corresponding to the input and output of the currently selected API.
* Zone 5: A zone displaying the input and output of the API in the language selected in Zone 4.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.vngcloud.vn/vng-cloud-document/vstorage/object-storage/vstorage-hcm03/api-developers/vstorage-api/using-vstorage-api.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
