Replace the placeholder code such as DEEPGRAM_API_KEY
with your own information.
Compile the code in the folder by running the following.
# gcc -o <FILENAME> <FILENAME>.c -lcurl
gcc -o c_local c_local.c -lcurl
Run the file:
# ./<FILENAME>
./c_local