Realm-Generation

BEZAHLT
Durch Realm AI | Aktualisiert hace un mes | Artificial Intelligence/Machine Learning
Popularität

6.8 / 10

Latenz

488ms

Service Level

100%

Health Check

N/A

Zurück zu allen Diskussionen

{'message': 'You are not subscribed to this API.'}

Rapid account: Lingfengxiao
lingfengxiao
hace 4 meses

Hello, when I use my api to get the requests, it shows “{‘message’: ‘You are not subscribed to this API.’}”

Here is my code:

url = “https://realm-generation.p.rapidapi.com/generation

payload = {
“promptPositive”: “@character model student high quality hd, a single yearbook photograph, dark-blue cloudy backdrop, full portrait style”,
“cfgScale”: 7.5,
“samlplingSteps”: 30,
“controlType”: “FACE_FEATURE”,
“controlSource”: “https://d28hgpri8am2if.cloudfront.net/book_images/onix/cvr9781982181284/elon-musk-9781982181284_lg.jpg
}
headers = {
“content-type”: “application/json”,
“X-RapidAPI-Key”: “key”,
“X-RapidAPI-Host”: “realm-generation.p.rapidapi.com
}

response = requests.post(url, json=payload, headers=headers)

print(response.json())

Nehmen Sie an der Diskussion teil - fügen Sie unten einen Kommentar hinzu:

Anmelden / Registrieren, um neue Kommentare zu veröffentlichen