cURL
curl --request POST \ --url https://vantage-us.abbyy.com/api/publicapi/v1/catalogs/{catalogId}/reindex \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "indexModelId": "<string>", "workflowProcessingId": "<string>", "created": "2023-11-07T05:31:56Z", "completed": "<string>", "currentState": "InProgress" }
如果先前已啟動索引且未執行重新索引作業,則擷取搜尋將以先前建立索引的資料為基礎。 如果從未啟動過索引,則不會執行擷取搜尋。
The access token received from the authorization server in the OAuth 2.0 flow.
型錄識別碼。您可以在所有型錄的清單中找到它。
確定
作業的唯一 ID
用於分析文件的索引模型的 ID
作業工作流程的 ID
建立作業的時間戳記。
完成作業的時間戳記。
InProgress
Failed
Completed
這個頁面有幫助嗎?