New to Kendo UI for AngularStart a free 30-day trial

SmartPasteAIRequestOptions

Updated on Feb 6, 2026

Defines configuration options for the HTTP request sent to the AI service.

NameTypeDefaultDescription

body?

any

Sets the body of the request.

headers?

HttpHeaders

Sets the HTTP headers to include with the request.

method?

string

'POST'

Sets the HTTP method for the request.

responseType?

"text" | "json" | "arraybuffer" | "blob"

'json'

Sets the expected response type from the AI service.

role?

string

'user'

Sets the role of the user making the request.

withCredentials?

boolean

false

Includes credentials such as cookies and authorization headers with the request.

Not finding the help you need?
Contact Support