-
Notifications
You must be signed in to change notification settings - Fork 396
Open
Description
Hi, the new replicate api does not work for me, https://api.acedata.cloud/replicate/audio
{"message":"no Route matched with those values"}
import requests
url = "https://api.acedata.cloud/replicate/audio"
headers = {
"authorization": "Bearer hidden",
"content-type": "application/json"
}
payload = {
"action": "generate",
"prompt": "testing"
}
response = requests.post(url, json=payload, headers=headers)
print(response.text)
Metadata
Metadata
Assignees
Labels
No labels