Deadmon commited on
Commit
8a27419
·
verified ·
1 Parent(s): 68d149d

Update create_webhook.sh

Browse files
Files changed (1) hide show
  1. create_webhook.sh +3 -3
create_webhook.sh CHANGED
@@ -1,8 +1,8 @@
1
  #!/bin/bash
2
 
3
- DAILY_API_KEY="your-daily-api-key" # Replace with your Daily.co API key
4
- WEBHOOK_URL="https://<your-space>.hf.space/webhook" # Replace with your endpoint
5
- WEBHOOK_SECRET=$(echo -n "your-secret-string" | base64) # Generate a Base64-encoded secret
6
 
7
  curl --request POST \
8
  --url https://api.daily.co/v1/webhooks \
 
1
  #!/bin/bash
2
 
3
+ DAILY_API_KEY="pk_3a112ff0-26d7-4bd0-aebd-7f713c31972a" # Replace with your Daily.co API key
4
+ WEBHOOK_URL="https://deadmon-pipecat.hf.space/webhook" # Replace with your endpoint
5
+ WEBHOOK_SECRET=$(echo -n "eW91ci1zZWNyZXQtc3RyaW5n" | base64) # Generate a Base64-encoded secret
6
 
7
  curl --request POST \
8
  --url https://api.daily.co/v1/webhooks \