Skip to main content
POST
/
create-recording
Create Recording
curl --request POST \
  --url https://repurpose.lol/api/v1/create-recording \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "title": "<string>",
  "language": "bg",
  "sourceUrl": "<string>",
  "workspaceId": "<string>",
  "mediaType": "AUDIO"
}'

Authorizations

x-api-key
string
header
required

Body

application/json
title
string
language
enum<string>
Available options:
bg,
ca,
zh,
zh-CN,
zh-Hans,
zh-TW,
zh-Hant,
cs,
da,
da-DK,
nl,
en,
en-US,
en-AU,
en-GB,
en-NZ,
en-IN,
et,
fi,
nl-BE,
fr,
fr-CA,
de,
de-CH,
el,
hi,
hu,
id,
it,
ja,
ko,
lv,
lt,
ms,
multi,
no,
pl,
pt,
pt-BR,
ro,
ru,
sk,
es,
es-419,
sv,
th,
tr,
uk,
vi
sourceUrl
string
workspaceId
string
mediaType
enum<string>
Available options:
AUDIO,
VIDEO

Response

200

OK