Skip to main content
POST
/
v1
/
ceo
/
files
Read CEO workspace file
curl --request POST \
  --url https://api.usenaive.ai/v1/ceo/files \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "path": "<string>"
}
'
{
  "content": "<string>",
  "path": "<string>",
  "size": 123
}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Body

application/json
path
string
required

Response

OK.

content
string
path
string
size
number