AgentsAssets
Lists supported file types for embedding.
curl -X GET "https://api.fruxon.com/v1/tenants/string/agents/string/assets:supported-types"[
{
"extension": "string",
"contentType": "string"
}
]Empty
Empty
Lists available asset source types with their required and optional properties.
Previous Page
Create a webhook for an asset. When called by an external service, the webhook triggers a targeted RAG update for the changed resources (e.g. the Jira issue or GitHub files that changed). The webhook URL (including the secret key) is returned only on creation — store it securely.
Next Page