cURL
curl --request POST \ --url https://vantage-us.abbyy.com/api/publicapi/v1/transactions/{transactionId}/start \ --header 'Authorization: Bearer <token>'
{ "type": "<string>", "title": "<string>", "status": "<string>", "detail": "<string>", "instance": "<string>" }
開始處理指定的交易。
The access token received from the authorization server in the OAuth 2.0 flow.
交易識別碼。當交易成功建立後,您會在回應中收到此識別碼。
交易已成功啟動
這個頁面有幫助嗎?