To use this application (ideogram-ai/ideogram4: Generate images from text prompts with customizable settings): API schema: GET https://ideogram-ai-ideogram4.hf.space/gradio_api/info Call endpoint: POST https://ideogram-ai-ideogram4.hf.space/gradio_api/call/v2/{endpoint} {"param_name": value, ...} Poll result: GET https://ideogram-ai-ideogram4.hf.space/gradio_api/call/{endpoint}/{event_id} File inputs: POST https://ideogram-ai-ideogram4.hf.space/gradio_api/upload -F "files=@file.ext", use as: {"path": "", "meta": {"_type": "gradio.FileData"}, "orig_name": "file.ext"} Auth: Bearer $HF_TOKEN (https://huggingface.co/settings/tokens)