Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.folyo.cl/llms.txt

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

Autenticación: Bearer JWT o API Key
Response 200
{
  "empresas": [
    {
      "id": "emp_abc123",
      "rut": "76.123.456-7",
      "razon_social": "Mi Empresa SpA",
      "giro": "Desarrollo de software",
      "direccion": "Av. Providencia 1234",
      "comuna": "Providencia",
      "ciudad": "Santiago",
      "tiene_certificado": true,
      "created_at": "2025-01-15T10:30:00Z"
    }
  ]
}