Files
Autorizações
Corpo
solution_idstringOpcional
Respostas
201
Files created successfully
application/json
500
An internal server error was thrown
application/json
post
/filesPOST /api/files/files HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 112
{
"solution_id": "text",
"files": [
{
"content_type": "APPLICATION_OCTET_STREAM",
"external_url": "text",
"name": "text"
}
]
}{
"files": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"organization_id": "123e4567-e89b-12d3-a456-426614174000",
"solution_id": "text",
"url": "text",
"status": "PENDING",
"content_type": "APPLICATION_OCTET_STREAM",
"content_length": 1,
"created_by": "text",
"created_at": "2025-10-27T16:23:54.023Z",
"updated_by": "text",
"updated_at": "2025-10-27T16:23:54.023Z"
}
]
}Autorizações
Corpo
idsstring · uuid[]Opcional
Respostas
200
Files queried successfully
application/json
500
An internal server error was thrown
application/json
post
/files/queryPOST /api/files/files/query HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 48
{
"ids": [
"123e4567-e89b-12d3-a456-426614174000"
]
}{
"files": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"organization_id": "123e4567-e89b-12d3-a456-426614174000",
"solution_id": "text",
"url": "text",
"status": "PENDING",
"content_type": "APPLICATION_OCTET_STREAM",
"content_length": 1,
"created_by": "text",
"created_at": "2025-10-27T16:23:54.023Z",
"updated_by": "text",
"updated_at": "2025-10-27T16:23:54.023Z"
}
]
}Autorizações
Parâmetros de rota
fileIdstringObrigatório
Respostas
200
File retrieved successfully
application/json
404
File not found
application/json
500
An internal server error was thrown
application/json
get
/files/{fileId}GET /api/files/files/{fileId} HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"organization_id": "123e4567-e89b-12d3-a456-426614174000",
"solution_id": "text",
"url": "text",
"status": "PENDING",
"content_type": "APPLICATION_OCTET_STREAM",
"content_length": 1,
"created_by": "text",
"created_at": "2025-10-27T16:23:54.023Z",
"updated_by": "text",
"updated_at": "2025-10-27T16:23:54.023Z"
}Parâmetros de rota
fileIdstringObrigatório
Parâmetros de consulta
jwtstringObrigatório
Respostas
302
Redirected to file content url
Sem conteúdo
404
File not found
500
An internal server error was thrown
get
/files/{fileId}/contentGET /api/files/files/{fileId}/content?jwt=text HTTP/1.1
Host: api.zydon.com.br
Accept: */*
Sem conteúdo