FruxonDocs
AgentsAssets

Lists supported file types for embedding.

GET
/v1/tenants/{tenant}/agents/{agent}/assets:supported-types

Path Parameters

tenant*string

The tenant identifier

agent*string

The agent identifier

Response Body

curl -X GET "https://api.fruxon.com/v1/tenants/string/agents/string/assets:supported-types"
[
  {
    "extension": "string",
    "contentType": "string"
  }
]
Empty
Empty