---
title: "Get Valid File Types"
method: GET
path: "/agent-knowledge/files:valid-types"
tags: ["agent-knowledge"]
---

# Get Valid File Types

`GET /agent-knowledge/files:valid-types`

## Response `200`

Successful Response

- AgentKnowledgeValidFileTypesResponse
  - `maxFileSizeBytes` integer, required
  - `acceptedContentTypes` string[], required
  - `accept` string, required
  - `fileTypes` AgentKnowledgeAllowedFileTypeResponse[], required
    - `contentType` string, required
    - `extensions` string[], required
    - `description` string, required

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
