Import a public url of a file as a new data.
If it is a video or audio file, transcription will automatically be queued and run after upload.
Returns a new data object.
π§ Permissions
Please check you have the relevant permissions required to access this resource. This may include specific permissions on the object itself or its parent, or having the correct user role if youβre making updates.
π§ Supported URLβs
Only public urls which are linked to a direct download of a file are supported. If the url does not have a file extension, you must provide the
mime_type
parameter.
π§ Fields
Only existing and unique fields can be used. This endpoint will not create new fields, or attempt to differentiate between duplicate fields.
π Notification
When a transcription is complete or fails, the account linked to the token will be send a notification. You can manage those notifications in the notifications settings.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The body is of type object
.
201
The response is of type object
.