Skip to content

PDIS/CastingWords

Repository files navigation

CastingWords

CastingWords service

CastingWords Automation Plan

本文件只公開部分資訊

  1. 目前使用上傳至 Google Drive 的錄音檔分享網址建立訂單

檔名規則: {yyyy-mm-dd} {title}_{[speakers]}.{ext} (缺少要提醒聽打人員的 notes) (缺少送件、完成等狀態的註記)

webViewLink 前端會過

 但後端處理失敗噴副檔名錯誤

webContentLink 雖然前端噴方法錯誤

curl --data \
'{"api_key":#APIKEY, 
"url":"https://drive.google.com/uc?id=xxxxxxxx&export=download", 
"sku":"TRANS14", 
"title":"2021-01-27 Conversation", 
"names":["Audrey Tang", "XXXXX"], 
"notes":"Only Audrey`s voice is recorded......", 
"tags":"Interview"
}' \
https://castingwords.com/store/API4/order_url \
-H "Content-Type: application/json"

 但 APIv4 可以成功 POST  (文件隱藏參數測試出還支援: title notes tags 問客服知道支援: name | names 這陣列參數)  後續可以 GET https://castingwords.com/store/API4/audiofile/{id}

 補充說明:當檔案大小大於 100MB 會需要點擊 仍要下載 才能讀取到真正的檔案(&confirm= 4 碼變數來自於路徑 /ucdownload_warning_..._... cookie 值)

{
  "audiofile": {
    "duration": "1",
    "notes": "",
    "originallink": "https://drive.google.com/uc?id=XXXXXXXXXXXXXexport=download",
    "description": "uc?id=XXXXXXXXXXX&export=download",
    "statename": "On Hold",
    "title": "2021 02 02 XXXXX visits",
    "names": "Audrey Tang|XXXX",
    "quality_stars": null,
    "id": 411736
  }
}

 補充說明:names 有遇過 POST 3 位 GET 6 位XD

  1. 上傳錄音檔方式
  • FTP

  主動批次 FTP

  上傳完可以在後台看到檔案清單

  選擇逐字稿專案類型後案子會進入購物車

  點擊編輯項目資訊來編修本案細部參數後再進行送件付款

  • RSS

  被動透過 RSS 整合讓 CastingWords 每小時自動抓取

  • 網頁

  登入後選擇逐字稿專案類型後上傳

  • API

  透過 POST APIurl 參數實現

  1. 系統通知

目前信箱清單:[hide]

 狀態在完成時會寄通知信

逐字稿除了附件 .txt .doc 外有[獨立網址](無需登入)(https://transcripts.castingwords.com/{order}/XXXXX.txt) 格式:txt、doc、rtf、html https://transcripts.castingwords.com/{order}/{audiofile.id}.{ext}

  1. 憑證處理

 狀態在完成後會寄憑證給申請人 (也有訂單完成就先寄憑證的情況 此時 Status 欄位標示: Credit Card Authorized, will charge on completion.

憑證除了附件外有[獨立網址](需登入)(https://castingwords.com/store/customer/receipt?oid={order}) https://castingwords.com/store/customer/receipt?oid={order}

Releases

No releases published

Packages

No packages published

Languages