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.
카탈로그 식별자입니다. 모든 카탈로그 목록에서 확인할 수 있습니다.
OK
작업의 고유 ID
문서 분석에 사용되는 인덱스 모델 ID
작업 워크플로 ID
작업이 생성된 시간
작업이 완료된 시간
InProgress
Failed
Completed
이 페이지가 도움이 되었나요?