{ "opencollection": "1.0.0", "info": { "name": "Livepeer API Reference accessControl generate API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "generate", "type": "folder" }, "items": [ { "info": { "name": "Text To Image", "type": "http" }, "http": { "method": "POST", "url": "https://livepeer.studio/api/api/generate/text-to-image", "body": { "type": "json", "data": "{}" } }, "docs": "Generate images from text prompts." }, { "info": { "name": "Image To Image", "type": "http" }, "http": { "method": "POST", "url": "https://livepeer.studio/api/api/generate/image-to-image", "body": { "type": "multipart-form", "data": [] } }, "docs": "Apply image transformations to a provided image." }, { "info": { "name": "Image To Video", "type": "http" }, "http": { "method": "POST", "url": "https://livepeer.studio/api/api/generate/image-to-video", "body": { "type": "multipart-form", "data": [] } }, "docs": "Generate a video from a provided image." }, { "info": { "name": "Upscale", "type": "http" }, "http": { "method": "POST", "url": "https://livepeer.studio/api/api/generate/upscale", "body": { "type": "multipart-form", "data": [] } }, "docs": "Upscale an image by increasing its resolution." }, { "info": { "name": "Audio To Text", "type": "http" }, "http": { "method": "POST", "url": "https://livepeer.studio/api/api/generate/audio-to-text", "body": { "type": "multipart-form", "data": [] } }, "docs": "Transcribe audio files to text." }, { "info": { "name": "Segment Anything 2", "type": "http" }, "http": { "method": "POST", "url": "https://livepeer.studio/api/api/generate/segment-anything-2", "body": { "type": "multipart-form", "data": [] } }, "docs": "Segment objects in an image." }, { "info": { "name": "LLM", "type": "http" }, "http": { "method": "POST", "url": "https://livepeer.studio/api/api/generate/llm", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Generate text using a language model." } ] } ], "bundled": true }