R/api-transcribe-audio.R
parse_data_uri.Rd
This function parses a data URI and returns the MIME type and decoded data.
parse_data_uri(data_uri)
A string. The data URI to parse.
A list with two elements: 'mime_type' and 'data'.