POST restapi/personal/ai/stores/{storeToken}/files/v1

Creates a store from uploaded files or adds files to an existing store.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
storeToken

Optional store token. If provided, adds to existing store; otherwise creates new one.

string

None.

Body Parameters

None.

Response Information

Resource Description

Response containing the store token and file information.

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.