POST restapi/personal/ai/stores/files/v1?storeToken={storeToken}
Creates a store from uploaded files or adds files to an existing store.
Request Information
URI Parameters
| Name | Description | Type | Additional 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.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.