Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
200 - application/json
OK
curl -X POST \
     -H "Authorization: Bearer $TOGETHER_API_KEY" \
     --data '{ "volume_name": "my-shared-volume", "size_tib": 2, "region": "us-west-2" }' \
     https://manager.cloud.together.ai/api/v1/shared_volume{
  "volume_id": "<string>"
}curl -X POST \
     -H "Authorization: Bearer $TOGETHER_API_KEY" \
     --data '{ "volume_name": "my-shared-volume", "size_tib": 2, "region": "us-west-2" }' \
     https://manager.cloud.together.ai/api/v1/shared_volume{
  "volume_id": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK
Was this page helpful?