Skip to main content
POST
/
storage
/
create
Create a storage volume
curl --request POST \
  --url https://api.example.com/storage/create \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "storage_id": "<string>",
  "message": "<string>",
  "request_id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Storage creation request payload.

Response

Storage creation initiated

Response for POST /storage/create.

storage_id
string
required

TensorPool storage ID

message
string
required

Status message

request_id
string | null

Request ID for tracking