Use this file to discover all available pages before exploring further.
Back to API ListThe Search AI App Export API enables you to programmatically export search application configurations. The export is handled as an asynchronous process:
Initiate Export — Submit an export request specifying the features to export.
Poll Job Status — Check export status and download the configuration file when the job completes successfully.
Array of features to export. Pass an empty array [] to export all features. Available values: chunkStages, advancedConfig, businessRules, searchResultsConfig, answerConfig, answerRetrievals.
This API returns the job status along with debug information. If the job completes successfully, it also returns the URL of the file with the exported configuration.See the Jobs API for details.