Skip to main content

Upload agent volatile knowledge from a URL

POST 

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

Upload agent volatile knowledge from a URL

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 URL and upload options.

    fileUrl urirequired

    Possible values: non-empty

    fileName stringnullable
    callbackUrl urinullable
    noExpiration boolean
    expirationDays int32nullable
    processEmbeddings boolean

Responses

OK

Loading...