v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1441225191.1 KB

Start an asynchronous job to import Wisdom resources from an uploaded source file. Before calling this API, use StartContentUpload to upload an asset that contains the resource data.

  • For importing Wisdom quick responses, you need to upload a csv file including the quick responses. For information about how to format the csv file for importing quick responses, see Import quick responses.
post/knowledgeBases/{knowledgeBaseId}/importJobs

Path parameters

knowledgeBaseIdstring required
<p>The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Wisdom Content resource to it. Can be either the ID or the ARN. URLs cannot contain the ARN.</p> <ul> <li> <p>For importing Wisdom quick responses, this should be a <code>QUICK_RESPONSES</code> type knowledge base.</p> </li> </ul>

Request body

clientTokenstring

The tags used to organize, track, or control access for this resource.

importJobType'QUICK_RESPONSES' required
<p>The type of the import job.</p> <ul> <li> <p>For importing quick response resource, set the value to <code>QUICK_RESPONSES</code>.</p> </li> </ul>
metadataobject

The metadata fields of the imported Wisdom resources.

uploadIdstring required

A pointer to the uploaded asset. This value is returned by <a href="https://docs.aws.amazon.com/wisdom/latest/APIReference/API_StartContentUpload.html">StartContentUpload</a>.

Response

Success