Skip to main content
POST
Create a namespace
Create a new namespace to organize your uploaded files.

Overview

Each user can have up to 5 namespaces. The name default is reserved and cannot be used when creating a new namespace.

Example Request

Success Response (201 Created)

Authorizations

X-API-Key
string
header
required

API key authentication. Include your VidNavigator API key in the X-API-Key header.

Body

application/json
name
string
required

Name for the new namespace (cannot be 'default')

Example:

"Client Calls"

Response

Namespace created successfully

status
enum<string>
Available options:
success
data
object