FruxonDocs
AgentsAssets

Uploads a file asset to an agent's knowledge base.

Uploads a file and attaches it to the specified agent. Supported file types are automatically vectorized for semantic search.

GET
/v1/tenants/{tenant}/agents/{agent}/assets:embedding-models

Path Parameters

agent*string

The unique identifier of the agent.

tenant*string

The tenant identifier

Query Parameters

onlyConfigured?boolean

When true, returns only models whose provider is configured in the agent's current revision.

Defaultfalse

Response Body

curl -X GET "https://api.fruxon.com/v1/tenants/string/agents/string/assets:embedding-models"
[
  {
    "key": "string",
    "name": "string",
    "provider": "string",
    "dimensions": 0,
    "description": "string"
  }
]
Empty
Empty
Empty
Empty
Empty