Clients can submit media job types via the API. The actual files should be sent as link within a .txt file along with the additional information required for Media jobs. The parameter used for `job_category_type` should be `MEDIA`.
Please note that 'MEDIA' should be in upper case.
See the example curl request below
curl --request POST \
--url https://api.strakertranslations.com/v3/translate/file \
--header 'Authorization: Bearer' \
--header 'Content-Type: multipart/form-data' \
--form title=title \
--form sl=English_US \
--form tl=Japanese \
--form job_category_type=MEDIA \
--form source_file=@
Comments
0 comments
Please sign in to leave a comment.