Skip to main content
POST
/
fs
Fs Create
curl --request POST \
  --url https://apigcp.trynia.ai/v2/fs \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "description": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Body

application/json
name
string
required

Display name for the filesystem

Required string length: 1 - 200
description
string | null

Optional description

Response

Successful Response