import os
import time
import requests
API_KEY = os.getenv("NIGHTCAFE_API_KEY")
CREATE_URL = "https://api.nightcafe.studio/api/v2/create"
JOB_STATUS_URL = "https://api.nightcafe.studio/api/v2/jobs"
headers = {
"Content-Type": "application/json",
"x-api-key": API_KEY
}
def create_image_job(prompt: ...
Weight: 1
beautiful triptych !