Skip to main content
POST
/
workspace-assets
/
upload
Upload Workspace Asset
curl --request POST \
  --url https://api.example.com/workspace-assets/upload \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'workspace_id=<string>' \
  --form 'placeholder=<string>' \
  --form 'name=<string>' \
  --form 'file=<string>' \
  --form 'description=<string>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.montereyfinancial.dev/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

multipart/form-data
workspace_id
string
required
placeholder
string
required
name
string
required
file
string
required
description
string | null

Response

Successful Response