Realm-Generation

유료
분류별 Realm AI | 업데이트됨 месяц назад | Artificial Intelligence/Machine Learning
인기

6.8 / 10

지연 시간

488ms

서비스 수준

100%

Health Check

N/A

모든 토론으로 돌아가기

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

Rapid account: Lingfengxiao
lingfengxiao
4 месяца назад

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())

아래에 의견을 추가하고 토론에 참여하세요.

새 댓글을 게시하려면 로그인 / 가입