v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1494674591.3 KB

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

  • For importing Amazon Q in Connect 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. Can be either the ID or the ARN. URLs cannot contain the ARN.</p> <ul> <li> <p>For importing Amazon Q in Connect quick responses, this should be a <code>QUICK_RESPONSES</code> type knowledge base.</p> </li> </ul>

Request body

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>
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>.

clientTokenstring

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

metadataobject

The metadata fields of the imported Amazon Q in Connect resources.

Response

Success