Pular para o conteúdo principal
POST
/
v1
/
agents
/
files
Upload file
curl --request POST \
  --url https://api.quintus.tec.br/v1/agents/files \
  --header 'Content-Type: multipart/form-data' \
  --header 'X-API-Key: <api-key>' \
  --form file='@example-file'
{
  "id": "<string>",
  "name": "<string>",
  "size": 123,
  "mime_type": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "metadata": {}
}

Documentation Index

Fetch the complete documentation index at: https://quintus.tec.br/docs/llms.txt

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

Autorizações

X-API-Key
string
header
obrigatório

Corpo

multipart/form-data
file
file
obrigatório

Resposta

Successful Response

id
string
obrigatório
name
string
obrigatório
size
integer
obrigatório
mime_type
string
obrigatório
created_at
string<date-time>
obrigatório
metadata
Metadata · object