Skip to main content
POST
/
file-vault
/
folders
Create a folder
curl --request POST \
  --url https://api.titletrackr.com/api/v1/file-vault/folders \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "parent_id": 123
}
'
{
  "message": "<string>",
  "errors": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.titletrackr.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required
Maximum string length: 255
parent_id
integer

Response

Folder created