Skip to main content

Upload agent volatile knowledge from file Id

POST 

/api/v2/agent/:agentCode/volatileKnowledge/upload/file

Upload agent volatile knowledge from file Id

Request

Path Parameters

    agentCode stringrequired

    The code of the agent this volatile knowledge belongs to.

Query Parameters

    culture string

    Use this param to override the culture of the response. Options: - en (default) - es

Body

Contains the file Id and upload options.

    fileId uuidrequired
    callbackUrl urinullable
    noExpiration boolean
    expirationDays int32nullable
    processEmbeddings boolean

Responses

OK

Loading...