{ "info": { "_postman_id": "ac9b81e3-bd3f-4726-a9e0-987740c1fd62", "name": "Livepeer AI Runner", "description": "An application to run AI pipelines", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-06-05T15:10:31.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "lastUpdatedBy": "35240", "uid": "35240-ac9b81e3-bd3f-4726-a9e0-987740c1fd62" }, "item": [ { "name": "text-to-image", "item": [ { "name": "Text To Image", "id": "2003f130-2135-496b-b07f-833569c7078d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"prompt\": \"\",\n \"model_id\": \"\",\n \"loras\": \"\",\n \"height\": 576,\n \"width\": 1024,\n \"guidance_scale\": 7.5,\n \"negative_prompt\": \"\",\n \"safety_check\": true,\n \"seed\": \"\",\n \"num_inference_steps\": 50,\n \"num_images_per_prompt\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/text-to-image", "host": [ "{{baseUrl}}" ], "path": [ "text-to-image" ] }, "description": "Generate images from text prompts." }, "response": [ { "id": "ea4c27c3-f89a-4aeb-863a-f5724cf14194", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"prompt\": \"\",\n \"model_id\": \"\",\n \"loras\": \"\",\n \"height\": 576,\n \"width\": 1024,\n \"guidance_scale\": 7.5,\n \"negative_prompt\": \"\",\n \"safety_check\": true,\n \"seed\": \"\",\n \"num_inference_steps\": 50,\n \"num_images_per_prompt\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/text-to-image", "host": [ "{{baseUrl}}" ], "path": [ "text-to-image" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"images\": [\n {\n \"url\": \"\",\n \"seed\": \"\",\n \"nsfw\": \"\"\n },\n {\n \"url\": \"\",\n \"seed\": \"\",\n \"nsfw\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-ea4c27c3-f89a-4aeb-863a-f5724cf14194" }, { "id": "8f99f812-c5d4-4d92-8929-69e1cc20bc16", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"prompt\": \"\",\n \"model_id\": \"\",\n \"loras\": \"\",\n \"height\": 576,\n \"width\": 1024,\n \"guidance_scale\": 7.5,\n \"negative_prompt\": \"\",\n \"safety_check\": true,\n \"seed\": \"\",\n \"num_inference_steps\": 50,\n \"num_images_per_prompt\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/text-to-image", "host": [ "{{baseUrl}}" ], "path": [ "text-to-image" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": {\n \"msg\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-8f99f812-c5d4-4d92-8929-69e1cc20bc16" }, { "id": "fea0f786-c4d8-4465-ad6e-f97975990915", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"prompt\": \"\",\n \"model_id\": \"\",\n \"loras\": \"\",\n \"height\": 576,\n \"width\": 1024,\n \"guidance_scale\": 7.5,\n \"negative_prompt\": \"\",\n \"safety_check\": true,\n \"seed\": \"\",\n \"num_inference_steps\": 50,\n \"num_images_per_prompt\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/text-to-image", "host": [ "{{baseUrl}}" ], "path": [ "text-to-image" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": {\n \"msg\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-fea0f786-c4d8-4465-ad6e-f97975990915" }, { "id": "09a100d0-e4ca-4e20-a0d4-ddaa8f799cd1", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"prompt\": \"\",\n \"model_id\": \"\",\n \"loras\": \"\",\n \"height\": 576,\n \"width\": 1024,\n \"guidance_scale\": 7.5,\n \"negative_prompt\": \"\",\n \"safety_check\": true,\n \"seed\": \"\",\n \"num_inference_steps\": 50,\n \"num_images_per_prompt\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/text-to-image", "host": [ "{{baseUrl}}" ], "path": [ "text-to-image" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-09a100d0-e4ca-4e20-a0d4-ddaa8f799cd1" }, { "id": "9d5d3555-608d-454d-8821-1e4fcee94655", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"prompt\": \"\",\n \"model_id\": \"\",\n \"loras\": \"\",\n \"height\": 576,\n \"width\": 1024,\n \"guidance_scale\": 7.5,\n \"negative_prompt\": \"\",\n \"safety_check\": true,\n \"seed\": \"\",\n \"num_inference_steps\": 50,\n \"num_images_per_prompt\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/text-to-image", "host": [ "{{baseUrl}}" ], "path": [ "text-to-image" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": {\n \"msg\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-9d5d3555-608d-454d-8821-1e4fcee94655" } ], "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-2003f130-2135-496b-b07f-833569c7078d" } ], "id": "4472f878-f107-49c8-b97f-c787123d4566", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-4472f878-f107-49c8-b97f-c787123d4566" }, { "name": "image-to-image", "item": [ { "name": "Image To Image", "id": "dc121cea-436f-4716-9d71-bc8d0f31eacc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Text prompt(s) to guide image generation.", "key": "prompt", "value": "", "type": "text" }, { "description": "(Required) Uploaded image to modify with the pipeline.", "key": "image", "type": "file", "value": null }, { "description": "Hugging Face model ID used for image generation.", "key": "model_id", "value": "", "type": "text" }, { "description": "A LoRA (Low-Rank Adaptation) model and its corresponding weight for image generation. Example: { \"latent-consistency/lcm-lora-sdxl\": 1.0, \"nerijs/pixel-art-xl\": 1.2}.", "key": "loras", "value": "", "type": "text" }, { "description": "Degree of transformation applied to the reference image (0 to 1).", "key": "strength", "value": "0.8", "type": "text" }, { "description": "Encourages model to generate images closely linked to the text prompt (higher values may reduce image quality).", "key": "guidance_scale", "value": "7.5", "type": "text" }, { "description": "Degree to which the generated image is pushed towards the initial image.", "key": "image_guidance_scale", "value": "1.5", "type": "text" }, { "description": "Text prompt(s) to guide what to exclude from image generation. Ignored if guidance_scale < 1.", "key": "negative_prompt", "value": "", "type": "text" }, { "description": "Perform a safety check to estimate if generated images could be offensive or harmful.", "key": "safety_check", "value": "true", "type": "text" }, { "description": "Seed for random number generation.", "key": "seed", "value": "", "type": "text" }, { "description": "Number of denoising steps. More steps usually lead to higher quality images but slower inference. Modulated by strength.", "key": "num_inference_steps", "value": "100", "type": "text" }, { "description": "Number of images to generate per prompt.", "key": "num_images_per_prompt", "value": "1", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/image-to-image", "host": [ "{{baseUrl}}" ], "path": [ "image-to-image" ] }, "description": "Apply image transformations to a provided image." }, "response": [ { "id": "c521fecf-34a0-4956-b98f-6b5afdd4aa61", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Text prompt(s) to guide image generation.", "key": "prompt", "value": "", "type": "text" }, { "description": "(Required) Uploaded image to modify with the pipeline.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for image generation.", "key": "model_id", "value": "", "type": "text" }, { "description": "A LoRA (Low-Rank Adaptation) model and its corresponding weight for image generation. Example: { \"latent-consistency/lcm-lora-sdxl\": 1.0, \"nerijs/pixel-art-xl\": 1.2}.", "key": "loras", "value": "", "type": "text" }, { "description": "Degree of transformation applied to the reference image (0 to 1).", "key": "strength", "value": "0.8", "type": "text" }, { "description": "Encourages model to generate images closely linked to the text prompt (higher values may reduce image quality).", "key": "guidance_scale", "value": "7.5", "type": "text" }, { "description": "Degree to which the generated image is pushed towards the initial image.", "key": "image_guidance_scale", "value": "1.5", "type": "text" }, { "description": "Text prompt(s) to guide what to exclude from image generation. Ignored if guidance_scale < 1.", "key": "negative_prompt", "value": "", "type": "text" }, { "description": "Perform a safety check to estimate if generated images could be offensive or harmful.", "key": "safety_check", "value": "true", "type": "text" }, { "description": "Seed for random number generation.", "key": "seed", "value": "", "type": "text" }, { "description": "Number of denoising steps. More steps usually lead to higher quality images but slower inference. Modulated by strength.", "key": "num_inference_steps", "value": "100", "type": "text" }, { "description": "Number of images to generate per prompt.", "key": "num_images_per_prompt", "value": "1", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/image-to-image", "host": [ "{{baseUrl}}" ], "path": [ "image-to-image" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"images\": [\n {\n \"url\": \"\",\n \"seed\": \"\",\n \"nsfw\": \"\"\n },\n {\n \"url\": \"\",\n \"seed\": \"\",\n \"nsfw\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-c521fecf-34a0-4956-b98f-6b5afdd4aa61" }, { "id": "849c34dc-86b8-4ae9-901d-c0d42e42f5da", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Text prompt(s) to guide image generation.", "key": "prompt", "value": "", "type": "text" }, { "description": "(Required) Uploaded image to modify with the pipeline.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for image generation.", "key": "model_id", "value": "", "type": "text" }, { "description": "A LoRA (Low-Rank Adaptation) model and its corresponding weight for image generation. Example: { \"latent-consistency/lcm-lora-sdxl\": 1.0, \"nerijs/pixel-art-xl\": 1.2}.", "key": "loras", "value": "", "type": "text" }, { "description": "Degree of transformation applied to the reference image (0 to 1).", "key": "strength", "value": "0.8", "type": "text" }, { "description": "Encourages model to generate images closely linked to the text prompt (higher values may reduce image quality).", "key": "guidance_scale", "value": "7.5", "type": "text" }, { "description": "Degree to which the generated image is pushed towards the initial image.", "key": "image_guidance_scale", "value": "1.5", "type": "text" }, { "description": "Text prompt(s) to guide what to exclude from image generation. Ignored if guidance_scale < 1.", "key": "negative_prompt", "value": "", "type": "text" }, { "description": "Perform a safety check to estimate if generated images could be offensive or harmful.", "key": "safety_check", "value": "true", "type": "text" }, { "description": "Seed for random number generation.", "key": "seed", "value": "", "type": "text" }, { "description": "Number of denoising steps. More steps usually lead to higher quality images but slower inference. Modulated by strength.", "key": "num_inference_steps", "value": "100", "type": "text" }, { "description": "Number of images to generate per prompt.", "key": "num_images_per_prompt", "value": "1", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/image-to-image", "host": [ "{{baseUrl}}" ], "path": [ "image-to-image" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": {\n \"msg\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-849c34dc-86b8-4ae9-901d-c0d42e42f5da" }, { "id": "d4ee6a33-1d3f-4050-81e1-1d056bdc8f4d", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Text prompt(s) to guide image generation.", "key": "prompt", "value": "", "type": "text" }, { "description": "(Required) Uploaded image to modify with the pipeline.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for image generation.", "key": "model_id", "value": "", "type": "text" }, { "description": "A LoRA (Low-Rank Adaptation) model and its corresponding weight for image generation. Example: { \"latent-consistency/lcm-lora-sdxl\": 1.0, \"nerijs/pixel-art-xl\": 1.2}.", "key": "loras", "value": "", "type": "text" }, { "description": "Degree of transformation applied to the reference image (0 to 1).", "key": "strength", "value": "0.8", "type": "text" }, { "description": "Encourages model to generate images closely linked to the text prompt (higher values may reduce image quality).", "key": "guidance_scale", "value": "7.5", "type": "text" }, { "description": "Degree to which the generated image is pushed towards the initial image.", "key": "image_guidance_scale", "value": "1.5", "type": "text" }, { "description": "Text prompt(s) to guide what to exclude from image generation. Ignored if guidance_scale < 1.", "key": "negative_prompt", "value": "", "type": "text" }, { "description": "Perform a safety check to estimate if generated images could be offensive or harmful.", "key": "safety_check", "value": "true", "type": "text" }, { "description": "Seed for random number generation.", "key": "seed", "value": "", "type": "text" }, { "description": "Number of denoising steps. More steps usually lead to higher quality images but slower inference. Modulated by strength.", "key": "num_inference_steps", "value": "100", "type": "text" }, { "description": "Number of images to generate per prompt.", "key": "num_images_per_prompt", "value": "1", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/image-to-image", "host": [ "{{baseUrl}}" ], "path": [ "image-to-image" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": {\n \"msg\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-d4ee6a33-1d3f-4050-81e1-1d056bdc8f4d" }, { "id": "91a029d9-cba3-4b6c-a4b4-4f5580f338ea", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Text prompt(s) to guide image generation.", "key": "prompt", "value": "", "type": "text" }, { "description": "(Required) Uploaded image to modify with the pipeline.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for image generation.", "key": "model_id", "value": "", "type": "text" }, { "description": "A LoRA (Low-Rank Adaptation) model and its corresponding weight for image generation. Example: { \"latent-consistency/lcm-lora-sdxl\": 1.0, \"nerijs/pixel-art-xl\": 1.2}.", "key": "loras", "value": "", "type": "text" }, { "description": "Degree of transformation applied to the reference image (0 to 1).", "key": "strength", "value": "0.8", "type": "text" }, { "description": "Encourages model to generate images closely linked to the text prompt (higher values may reduce image quality).", "key": "guidance_scale", "value": "7.5", "type": "text" }, { "description": "Degree to which the generated image is pushed towards the initial image.", "key": "image_guidance_scale", "value": "1.5", "type": "text" }, { "description": "Text prompt(s) to guide what to exclude from image generation. Ignored if guidance_scale < 1.", "key": "negative_prompt", "value": "", "type": "text" }, { "description": "Perform a safety check to estimate if generated images could be offensive or harmful.", "key": "safety_check", "value": "true", "type": "text" }, { "description": "Seed for random number generation.", "key": "seed", "value": "", "type": "text" }, { "description": "Number of denoising steps. More steps usually lead to higher quality images but slower inference. Modulated by strength.", "key": "num_inference_steps", "value": "100", "type": "text" }, { "description": "Number of images to generate per prompt.", "key": "num_images_per_prompt", "value": "1", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/image-to-image", "host": [ "{{baseUrl}}" ], "path": [ "image-to-image" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-91a029d9-cba3-4b6c-a4b4-4f5580f338ea" }, { "id": "bf889ca6-bb51-4234-a540-725aa4558f88", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Text prompt(s) to guide image generation.", "key": "prompt", "value": "", "type": "text" }, { "description": "(Required) Uploaded image to modify with the pipeline.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for image generation.", "key": "model_id", "value": "", "type": "text" }, { "description": "A LoRA (Low-Rank Adaptation) model and its corresponding weight for image generation. Example: { \"latent-consistency/lcm-lora-sdxl\": 1.0, \"nerijs/pixel-art-xl\": 1.2}.", "key": "loras", "value": "", "type": "text" }, { "description": "Degree of transformation applied to the reference image (0 to 1).", "key": "strength", "value": "0.8", "type": "text" }, { "description": "Encourages model to generate images closely linked to the text prompt (higher values may reduce image quality).", "key": "guidance_scale", "value": "7.5", "type": "text" }, { "description": "Degree to which the generated image is pushed towards the initial image.", "key": "image_guidance_scale", "value": "1.5", "type": "text" }, { "description": "Text prompt(s) to guide what to exclude from image generation. Ignored if guidance_scale < 1.", "key": "negative_prompt", "value": "", "type": "text" }, { "description": "Perform a safety check to estimate if generated images could be offensive or harmful.", "key": "safety_check", "value": "true", "type": "text" }, { "description": "Seed for random number generation.", "key": "seed", "value": "", "type": "text" }, { "description": "Number of denoising steps. More steps usually lead to higher quality images but slower inference. Modulated by strength.", "key": "num_inference_steps", "value": "100", "type": "text" }, { "description": "Number of images to generate per prompt.", "key": "num_images_per_prompt", "value": "1", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/image-to-image", "host": [ "{{baseUrl}}" ], "path": [ "image-to-image" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": {\n \"msg\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-bf889ca6-bb51-4234-a540-725aa4558f88" } ], "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-dc121cea-436f-4716-9d71-bc8d0f31eacc" } ], "id": "eaba81fe-6d9b-4537-b70f-c5fafa513042", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-eaba81fe-6d9b-4537-b70f-c5fafa513042" }, { "name": "image-to-video", "item": [ { "name": "Image To Video", "id": "41b02733-05de-4635-a8ce-83646e82dd7a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Uploaded image to generate a video from.", "key": "image", "type": "file", "value": null }, { "description": "Hugging Face model ID used for video generation.", "key": "model_id", "value": "", "type": "text" }, { "description": "The height in pixels of the generated video.", "key": "height", "value": "576", "type": "text" }, { "description": "The width in pixels of the generated video.", "key": "width", "value": "1024", "type": "text" }, { "description": "The frames per second of the generated video.", "key": "fps", "value": "6", "type": "text" }, { "description": "Used for conditioning the amount of motion for the generation. The higher the number the more motion will be in the video.", "key": "motion_bucket_id", "value": "127", "type": "text" }, { "description": "Amount of noise added to the conditioning image. Higher values reduce resemblance to the conditioning image and increase motion.", "key": "noise_aug_strength", "value": "0.02", "type": "text" }, { "description": "Perform a safety check to estimate if generated images could be offensive or harmful.", "key": "safety_check", "value": "true", "type": "text" }, { "description": "Seed for random number generation.", "key": "seed", "value": "", "type": "text" }, { "description": "Number of denoising steps. More steps usually lead to higher quality images but slower inference. Modulated by strength.", "key": "num_inference_steps", "value": "25", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/image-to-video", "host": [ "{{baseUrl}}" ], "path": [ "image-to-video" ] }, "description": "Generate a video from a provided image." }, "response": [ { "id": "b578a9d1-9af6-458e-9258-f92bda061ba4", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Uploaded image to generate a video from.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for video generation.", "key": "model_id", "value": "", "type": "text" }, { "description": "The height in pixels of the generated video.", "key": "height", "value": "576", "type": "text" }, { "description": "The width in pixels of the generated video.", "key": "width", "value": "1024", "type": "text" }, { "description": "The frames per second of the generated video.", "key": "fps", "value": "6", "type": "text" }, { "description": "Used for conditioning the amount of motion for the generation. The higher the number the more motion will be in the video.", "key": "motion_bucket_id", "value": "127", "type": "text" }, { "description": "Amount of noise added to the conditioning image. Higher values reduce resemblance to the conditioning image and increase motion.", "key": "noise_aug_strength", "value": "0.02", "type": "text" }, { "description": "Perform a safety check to estimate if generated images could be offensive or harmful.", "key": "safety_check", "value": "true", "type": "text" }, { "description": "Seed for random number generation.", "key": "seed", "value": "", "type": "text" }, { "description": "Number of denoising steps. More steps usually lead to higher quality images but slower inference. Modulated by strength.", "key": "num_inference_steps", "value": "25", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/image-to-video", "host": [ "{{baseUrl}}" ], "path": [ "image-to-video" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"frames\": [\n [\n {\n \"url\": \"\",\n \"seed\": \"\",\n \"nsfw\": \"\"\n },\n {\n \"url\": \"\",\n \"seed\": \"\",\n \"nsfw\": \"\"\n }\n ],\n [\n {\n \"url\": \"\",\n \"seed\": \"\",\n \"nsfw\": \"\"\n },\n {\n \"url\": \"\",\n \"seed\": \"\",\n \"nsfw\": \"\"\n }\n ]\n ]\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-b578a9d1-9af6-458e-9258-f92bda061ba4" }, { "id": "fdba6139-86bb-4343-8dd4-294318cadd7f", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Uploaded image to generate a video from.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for video generation.", "key": "model_id", "value": "", "type": "text" }, { "description": "The height in pixels of the generated video.", "key": "height", "value": "576", "type": "text" }, { "description": "The width in pixels of the generated video.", "key": "width", "value": "1024", "type": "text" }, { "description": "The frames per second of the generated video.", "key": "fps", "value": "6", "type": "text" }, { "description": "Used for conditioning the amount of motion for the generation. The higher the number the more motion will be in the video.", "key": "motion_bucket_id", "value": "127", "type": "text" }, { "description": "Amount of noise added to the conditioning image. Higher values reduce resemblance to the conditioning image and increase motion.", "key": "noise_aug_strength", "value": "0.02", "type": "text" }, { "description": "Perform a safety check to estimate if generated images could be offensive or harmful.", "key": "safety_check", "value": "true", "type": "text" }, { "description": "Seed for random number generation.", "key": "seed", "value": "", "type": "text" }, { "description": "Number of denoising steps. More steps usually lead to higher quality images but slower inference. Modulated by strength.", "key": "num_inference_steps", "value": "25", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/image-to-video", "host": [ "{{baseUrl}}" ], "path": [ "image-to-video" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": {\n \"msg\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-fdba6139-86bb-4343-8dd4-294318cadd7f" }, { "id": "808c8ee6-9ce2-47b9-b690-60ba9d77cc64", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Uploaded image to generate a video from.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for video generation.", "key": "model_id", "value": "", "type": "text" }, { "description": "The height in pixels of the generated video.", "key": "height", "value": "576", "type": "text" }, { "description": "The width in pixels of the generated video.", "key": "width", "value": "1024", "type": "text" }, { "description": "The frames per second of the generated video.", "key": "fps", "value": "6", "type": "text" }, { "description": "Used for conditioning the amount of motion for the generation. The higher the number the more motion will be in the video.", "key": "motion_bucket_id", "value": "127", "type": "text" }, { "description": "Amount of noise added to the conditioning image. Higher values reduce resemblance to the conditioning image and increase motion.", "key": "noise_aug_strength", "value": "0.02", "type": "text" }, { "description": "Perform a safety check to estimate if generated images could be offensive or harmful.", "key": "safety_check", "value": "true", "type": "text" }, { "description": "Seed for random number generation.", "key": "seed", "value": "", "type": "text" }, { "description": "Number of denoising steps. More steps usually lead to higher quality images but slower inference. Modulated by strength.", "key": "num_inference_steps", "value": "25", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/image-to-video", "host": [ "{{baseUrl}}" ], "path": [ "image-to-video" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": {\n \"msg\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-808c8ee6-9ce2-47b9-b690-60ba9d77cc64" }, { "id": "8feb1e96-29fe-49f4-9866-ca58939edf8e", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Uploaded image to generate a video from.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for video generation.", "key": "model_id", "value": "", "type": "text" }, { "description": "The height in pixels of the generated video.", "key": "height", "value": "576", "type": "text" }, { "description": "The width in pixels of the generated video.", "key": "width", "value": "1024", "type": "text" }, { "description": "The frames per second of the generated video.", "key": "fps", "value": "6", "type": "text" }, { "description": "Used for conditioning the amount of motion for the generation. The higher the number the more motion will be in the video.", "key": "motion_bucket_id", "value": "127", "type": "text" }, { "description": "Amount of noise added to the conditioning image. Higher values reduce resemblance to the conditioning image and increase motion.", "key": "noise_aug_strength", "value": "0.02", "type": "text" }, { "description": "Perform a safety check to estimate if generated images could be offensive or harmful.", "key": "safety_check", "value": "true", "type": "text" }, { "description": "Seed for random number generation.", "key": "seed", "value": "", "type": "text" }, { "description": "Number of denoising steps. More steps usually lead to higher quality images but slower inference. Modulated by strength.", "key": "num_inference_steps", "value": "25", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/image-to-video", "host": [ "{{baseUrl}}" ], "path": [ "image-to-video" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-8feb1e96-29fe-49f4-9866-ca58939edf8e" }, { "id": "1a2ce0a0-9f30-4fc3-b0bf-a139aeb83b2c", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Uploaded image to generate a video from.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for video generation.", "key": "model_id", "value": "", "type": "text" }, { "description": "The height in pixels of the generated video.", "key": "height", "value": "576", "type": "text" }, { "description": "The width in pixels of the generated video.", "key": "width", "value": "1024", "type": "text" }, { "description": "The frames per second of the generated video.", "key": "fps", "value": "6", "type": "text" }, { "description": "Used for conditioning the amount of motion for the generation. The higher the number the more motion will be in the video.", "key": "motion_bucket_id", "value": "127", "type": "text" }, { "description": "Amount of noise added to the conditioning image. Higher values reduce resemblance to the conditioning image and increase motion.", "key": "noise_aug_strength", "value": "0.02", "type": "text" }, { "description": "Perform a safety check to estimate if generated images could be offensive or harmful.", "key": "safety_check", "value": "true", "type": "text" }, { "description": "Seed for random number generation.", "key": "seed", "value": "", "type": "text" }, { "description": "Number of denoising steps. More steps usually lead to higher quality images but slower inference. Modulated by strength.", "key": "num_inference_steps", "value": "25", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/image-to-video", "host": [ "{{baseUrl}}" ], "path": [ "image-to-video" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": {\n \"msg\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-1a2ce0a0-9f30-4fc3-b0bf-a139aeb83b2c" } ], "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-41b02733-05de-4635-a8ce-83646e82dd7a" } ], "id": "6a116a46-728d-461a-955c-0e0b657bf6ff", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-6a116a46-728d-461a-955c-0e0b657bf6ff" }, { "name": "upscale", "item": [ { "name": "Upscale", "id": "59127502-840f-4770-86fe-7a7691476b82", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Text prompt(s) to guide upscaled image generation.", "key": "prompt", "value": "", "type": "text" }, { "description": "(Required) Uploaded image to modify with the pipeline.", "key": "image", "type": "file", "value": null }, { "description": "Hugging Face model ID used for upscaled image generation.", "key": "model_id", "value": "", "type": "text" }, { "description": "Perform a safety check to estimate if generated images could be offensive or harmful.", "key": "safety_check", "value": "true", "type": "text" }, { "description": "Seed for random number generation.", "key": "seed", "value": "", "type": "text" }, { "description": "Number of denoising steps. More steps usually lead to higher quality images but slower inference. Modulated by strength.", "key": "num_inference_steps", "value": "75", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/upscale", "host": [ "{{baseUrl}}" ], "path": [ "upscale" ] }, "description": "Upscale an image by increasing its resolution." }, "response": [ { "id": "f4af287d-3275-4592-9b48-c8ff06ce3d6e", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Text prompt(s) to guide upscaled image generation.", "key": "prompt", "value": "", "type": "text" }, { "description": "(Required) Uploaded image to modify with the pipeline.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for upscaled image generation.", "key": "model_id", "value": "", "type": "text" }, { "description": "Perform a safety check to estimate if generated images could be offensive or harmful.", "key": "safety_check", "value": "true", "type": "text" }, { "description": "Seed for random number generation.", "key": "seed", "value": "", "type": "text" }, { "description": "Number of denoising steps. More steps usually lead to higher quality images but slower inference. Modulated by strength.", "key": "num_inference_steps", "value": "75", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/upscale", "host": [ "{{baseUrl}}" ], "path": [ "upscale" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"images\": [\n {\n \"url\": \"\",\n \"seed\": \"\",\n \"nsfw\": \"\"\n },\n {\n \"url\": \"\",\n \"seed\": \"\",\n \"nsfw\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-f4af287d-3275-4592-9b48-c8ff06ce3d6e" }, { "id": "de3776d4-cb7c-4d04-9fd5-e01fca35acd2", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Text prompt(s) to guide upscaled image generation.", "key": "prompt", "value": "", "type": "text" }, { "description": "(Required) Uploaded image to modify with the pipeline.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for upscaled image generation.", "key": "model_id", "value": "", "type": "text" }, { "description": "Perform a safety check to estimate if generated images could be offensive or harmful.", "key": "safety_check", "value": "true", "type": "text" }, { "description": "Seed for random number generation.", "key": "seed", "value": "", "type": "text" }, { "description": "Number of denoising steps. More steps usually lead to higher quality images but slower inference. Modulated by strength.", "key": "num_inference_steps", "value": "75", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/upscale", "host": [ "{{baseUrl}}" ], "path": [ "upscale" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": {\n \"msg\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-de3776d4-cb7c-4d04-9fd5-e01fca35acd2" }, { "id": "9130f7c9-b2e5-452c-b678-6962efb6e886", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Text prompt(s) to guide upscaled image generation.", "key": "prompt", "value": "", "type": "text" }, { "description": "(Required) Uploaded image to modify with the pipeline.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for upscaled image generation.", "key": "model_id", "value": "", "type": "text" }, { "description": "Perform a safety check to estimate if generated images could be offensive or harmful.", "key": "safety_check", "value": "true", "type": "text" }, { "description": "Seed for random number generation.", "key": "seed", "value": "", "type": "text" }, { "description": "Number of denoising steps. More steps usually lead to higher quality images but slower inference. Modulated by strength.", "key": "num_inference_steps", "value": "75", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/upscale", "host": [ "{{baseUrl}}" ], "path": [ "upscale" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": {\n \"msg\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-9130f7c9-b2e5-452c-b678-6962efb6e886" }, { "id": "88104254-d46d-4fd4-9ac6-b1fd6484eac8", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Text prompt(s) to guide upscaled image generation.", "key": "prompt", "value": "", "type": "text" }, { "description": "(Required) Uploaded image to modify with the pipeline.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for upscaled image generation.", "key": "model_id", "value": "", "type": "text" }, { "description": "Perform a safety check to estimate if generated images could be offensive or harmful.", "key": "safety_check", "value": "true", "type": "text" }, { "description": "Seed for random number generation.", "key": "seed", "value": "", "type": "text" }, { "description": "Number of denoising steps. More steps usually lead to higher quality images but slower inference. Modulated by strength.", "key": "num_inference_steps", "value": "75", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/upscale", "host": [ "{{baseUrl}}" ], "path": [ "upscale" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-88104254-d46d-4fd4-9ac6-b1fd6484eac8" }, { "id": "9cb7fb6b-4c05-41c1-b994-6cd34dbf4f71", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Text prompt(s) to guide upscaled image generation.", "key": "prompt", "value": "", "type": "text" }, { "description": "(Required) Uploaded image to modify with the pipeline.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for upscaled image generation.", "key": "model_id", "value": "", "type": "text" }, { "description": "Perform a safety check to estimate if generated images could be offensive or harmful.", "key": "safety_check", "value": "true", "type": "text" }, { "description": "Seed for random number generation.", "key": "seed", "value": "", "type": "text" }, { "description": "Number of denoising steps. More steps usually lead to higher quality images but slower inference. Modulated by strength.", "key": "num_inference_steps", "value": "75", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/upscale", "host": [ "{{baseUrl}}" ], "path": [ "upscale" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": {\n \"msg\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-9cb7fb6b-4c05-41c1-b994-6cd34dbf4f71" } ], "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-59127502-840f-4770-86fe-7a7691476b82" } ], "id": "eabe278d-d8a4-436a-9d1c-a61213364a10", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-eabe278d-d8a4-436a-9d1c-a61213364a10" }, { "name": "audio-to-text", "item": [ { "name": "Audio To Text", "id": "bd05b878-5612-4693-a909-1dd4dd5da455", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Uploaded audio file to be transcribed.", "key": "audio", "type": "file", "value": null }, { "description": "Hugging Face model ID used for transcription.", "key": "model_id", "value": "", "type": "text" }, { "description": "Return timestamps for the transcribed text. Supported values: 'sentence', 'word', or a string boolean ('true' or 'false'). Default is 'true' ('sentence'). 'false' means no timestamps. 'word' means word-based timestamps.", "key": "return_timestamps", "value": "true", "type": "text" }, { "description": "Additional job information to be passed to the pipeline.", "key": "metadata", "value": "{}", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/audio-to-text", "host": [ "{{baseUrl}}" ], "path": [ "audio-to-text" ] }, "description": "Transcribe audio files to text." }, "response": [ { "id": "8bc34ece-d468-4107-ad5a-7910ddd3186e", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Uploaded audio file to be transcribed.", "key": "audio", "type": "file" }, { "description": "Hugging Face model ID used for transcription.", "key": "model_id", "value": "", "type": "text" }, { "description": "Return timestamps for the transcribed text. Supported values: 'sentence', 'word', or a string boolean ('true' or 'false'). Default is 'true' ('sentence'). 'false' means no timestamps. 'word' means word-based timestamps.", "key": "return_timestamps", "value": "true", "type": "text" }, { "description": "Additional job information to be passed to the pipeline.", "key": "metadata", "value": "{}", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/audio-to-text", "host": [ "{{baseUrl}}" ], "path": [ "audio-to-text" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"text\": \"\",\n \"chunks\": [\n {\n \"text\": \"\"\n },\n {\n \"text\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-8bc34ece-d468-4107-ad5a-7910ddd3186e" }, { "id": "20d8bebf-b72b-4555-a1c0-eae7fc11dd45", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Uploaded audio file to be transcribed.", "key": "audio", "type": "file" }, { "description": "Hugging Face model ID used for transcription.", "key": "model_id", "value": "", "type": "text" }, { "description": "Return timestamps for the transcribed text. Supported values: 'sentence', 'word', or a string boolean ('true' or 'false'). Default is 'true' ('sentence'). 'false' means no timestamps. 'word' means word-based timestamps.", "key": "return_timestamps", "value": "true", "type": "text" }, { "description": "Additional job information to be passed to the pipeline.", "key": "metadata", "value": "{}", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/audio-to-text", "host": [ "{{baseUrl}}" ], "path": [ "audio-to-text" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": {\n \"msg\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-20d8bebf-b72b-4555-a1c0-eae7fc11dd45" }, { "id": "8de853cb-e71c-4d82-992c-dee18a5a81c0", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Uploaded audio file to be transcribed.", "key": "audio", "type": "file" }, { "description": "Hugging Face model ID used for transcription.", "key": "model_id", "value": "", "type": "text" }, { "description": "Return timestamps for the transcribed text. Supported values: 'sentence', 'word', or a string boolean ('true' or 'false'). Default is 'true' ('sentence'). 'false' means no timestamps. 'word' means word-based timestamps.", "key": "return_timestamps", "value": "true", "type": "text" }, { "description": "Additional job information to be passed to the pipeline.", "key": "metadata", "value": "{}", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/audio-to-text", "host": [ "{{baseUrl}}" ], "path": [ "audio-to-text" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": {\n \"msg\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-8de853cb-e71c-4d82-992c-dee18a5a81c0" }, { "id": "1c492a1e-4e94-41bd-ba5f-8edf421a31d0", "name": "Request Entity Too Large", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Uploaded audio file to be transcribed.", "key": "audio", "type": "file" }, { "description": "Hugging Face model ID used for transcription.", "key": "model_id", "value": "", "type": "text" }, { "description": "Return timestamps for the transcribed text. Supported values: 'sentence', 'word', or a string boolean ('true' or 'false'). Default is 'true' ('sentence'). 'false' means no timestamps. 'word' means word-based timestamps.", "key": "return_timestamps", "value": "true", "type": "text" }, { "description": "Additional job information to be passed to the pipeline.", "key": "metadata", "value": "{}", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/audio-to-text", "host": [ "{{baseUrl}}" ], "path": [ "audio-to-text" ] } }, "status": "Request Entity Too Large", "code": 413, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": {\n \"msg\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-1c492a1e-4e94-41bd-ba5f-8edf421a31d0" }, { "id": "5d044490-1334-418d-ac0d-b46076a9d5d7", "name": "Unsupported Media Type", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Uploaded audio file to be transcribed.", "key": "audio", "type": "file" }, { "description": "Hugging Face model ID used for transcription.", "key": "model_id", "value": "", "type": "text" }, { "description": "Return timestamps for the transcribed text. Supported values: 'sentence', 'word', or a string boolean ('true' or 'false'). Default is 'true' ('sentence'). 'false' means no timestamps. 'word' means word-based timestamps.", "key": "return_timestamps", "value": "true", "type": "text" }, { "description": "Additional job information to be passed to the pipeline.", "key": "metadata", "value": "{}", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/audio-to-text", "host": [ "{{baseUrl}}" ], "path": [ "audio-to-text" ] } }, "status": "Unsupported Media Type", "code": 415, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": {\n \"msg\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-5d044490-1334-418d-ac0d-b46076a9d5d7" }, { "id": "cf5fcdc2-c9c4-4892-96fb-382ff1aae3c3", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Uploaded audio file to be transcribed.", "key": "audio", "type": "file" }, { "description": "Hugging Face model ID used for transcription.", "key": "model_id", "value": "", "type": "text" }, { "description": "Return timestamps for the transcribed text. Supported values: 'sentence', 'word', or a string boolean ('true' or 'false'). Default is 'true' ('sentence'). 'false' means no timestamps. 'word' means word-based timestamps.", "key": "return_timestamps", "value": "true", "type": "text" }, { "description": "Additional job information to be passed to the pipeline.", "key": "metadata", "value": "{}", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/audio-to-text", "host": [ "{{baseUrl}}" ], "path": [ "audio-to-text" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-cf5fcdc2-c9c4-4892-96fb-382ff1aae3c3" }, { "id": "9ba3ecb3-af7e-4803-bde2-4648207178b4", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Uploaded audio file to be transcribed.", "key": "audio", "type": "file" }, { "description": "Hugging Face model ID used for transcription.", "key": "model_id", "value": "", "type": "text" }, { "description": "Return timestamps for the transcribed text. Supported values: 'sentence', 'word', or a string boolean ('true' or 'false'). Default is 'true' ('sentence'). 'false' means no timestamps. 'word' means word-based timestamps.", "key": "return_timestamps", "value": "true", "type": "text" }, { "description": "Additional job information to be passed to the pipeline.", "key": "metadata", "value": "{}", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/audio-to-text", "host": [ "{{baseUrl}}" ], "path": [ "audio-to-text" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": {\n \"msg\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-9ba3ecb3-af7e-4803-bde2-4648207178b4" } ], "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-bd05b878-5612-4693-a909-1dd4dd5da455" } ], "id": "02180235-3666-4e14-a9b1-e8a536e3dc9d", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-02180235-3666-4e14-a9b1-e8a536e3dc9d" }, { "name": "segment-anything-2", "item": [ { "name": "Segment Anything 2", "id": "c575bdc8-d01b-439d-9c51-8589c2c4b0a8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Image to segment.", "key": "image", "type": "file", "value": null }, { "description": "Hugging Face model ID used for image generation.", "key": "model_id", "value": "", "type": "text" }, { "description": "Nx2 array of point prompts to the model, where each point is in (X,Y) in pixels.", "key": "point_coords", "value": "", "type": "text" }, { "description": "Labels for the point prompts, where 1 indicates a foreground point and 0 indicates a background point.", "key": "point_labels", "value": "", "type": "text" }, { "description": "A length 4 array given as a box prompt to the model, in XYXY format.", "key": "box", "value": "", "type": "text" }, { "description": "A low-resolution mask input to the model, typically from a previous prediction iteration, with the form 1xHxW (H=W=256 for SAM).", "key": "mask_input", "value": "", "type": "text" }, { "description": "If true, the model will return three masks for ambiguous input prompts, often producing better masks than a single prediction.", "key": "multimask_output", "value": "true", "type": "text" }, { "description": "If true, returns un-thresholded mask logits instead of a binary mask.", "key": "return_logits", "value": "true", "type": "text" }, { "description": "If true, the point coordinates will be normalized to the range [0,1], with point_coords expected to be with respect to image dimensions.", "key": "normalize_coords", "value": "true", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/segment-anything-2", "host": [ "{{baseUrl}}" ], "path": [ "segment-anything-2" ] }, "description": "Segment objects in an image." }, "response": [ { "id": "7875e4df-9980-4975-b7ed-321e821ccb82", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Image to segment.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for image generation.", "key": "model_id", "value": "", "type": "text" }, { "description": "Nx2 array of point prompts to the model, where each point is in (X,Y) in pixels.", "key": "point_coords", "value": "", "type": "text" }, { "description": "Labels for the point prompts, where 1 indicates a foreground point and 0 indicates a background point.", "key": "point_labels", "value": "", "type": "text" }, { "description": "A length 4 array given as a box prompt to the model, in XYXY format.", "key": "box", "value": "", "type": "text" }, { "description": "A low-resolution mask input to the model, typically from a previous prediction iteration, with the form 1xHxW (H=W=256 for SAM).", "key": "mask_input", "value": "", "type": "text" }, { "description": "If true, the model will return three masks for ambiguous input prompts, often producing better masks than a single prediction.", "key": "multimask_output", "value": "true", "type": "text" }, { "description": "If true, returns un-thresholded mask logits instead of a binary mask.", "key": "return_logits", "value": "true", "type": "text" }, { "description": "If true, the point coordinates will be normalized to the range [0,1], with point_coords expected to be with respect to image dimensions.", "key": "normalize_coords", "value": "true", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/segment-anything-2", "host": [ "{{baseUrl}}" ], "path": [ "segment-anything-2" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"masks\": \"\",\n \"scores\": \"\",\n \"logits\": \"\"\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-7875e4df-9980-4975-b7ed-321e821ccb82" }, { "id": "d6c597a4-351e-40cc-9d73-7bacba50712b", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Image to segment.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for image generation.", "key": "model_id", "value": "", "type": "text" }, { "description": "Nx2 array of point prompts to the model, where each point is in (X,Y) in pixels.", "key": "point_coords", "value": "", "type": "text" }, { "description": "Labels for the point prompts, where 1 indicates a foreground point and 0 indicates a background point.", "key": "point_labels", "value": "", "type": "text" }, { "description": "A length 4 array given as a box prompt to the model, in XYXY format.", "key": "box", "value": "", "type": "text" }, { "description": "A low-resolution mask input to the model, typically from a previous prediction iteration, with the form 1xHxW (H=W=256 for SAM).", "key": "mask_input", "value": "", "type": "text" }, { "description": "If true, the model will return three masks for ambiguous input prompts, often producing better masks than a single prediction.", "key": "multimask_output", "value": "true", "type": "text" }, { "description": "If true, returns un-thresholded mask logits instead of a binary mask.", "key": "return_logits", "value": "true", "type": "text" }, { "description": "If true, the point coordinates will be normalized to the range [0,1], with point_coords expected to be with respect to image dimensions.", "key": "normalize_coords", "value": "true", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/segment-anything-2", "host": [ "{{baseUrl}}" ], "path": [ "segment-anything-2" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": {\n \"msg\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-d6c597a4-351e-40cc-9d73-7bacba50712b" }, { "id": "edc5e82b-4e10-4989-824e-4b67300c6279", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Image to segment.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for image generation.", "key": "model_id", "value": "", "type": "text" }, { "description": "Nx2 array of point prompts to the model, where each point is in (X,Y) in pixels.", "key": "point_coords", "value": "", "type": "text" }, { "description": "Labels for the point prompts, where 1 indicates a foreground point and 0 indicates a background point.", "key": "point_labels", "value": "", "type": "text" }, { "description": "A length 4 array given as a box prompt to the model, in XYXY format.", "key": "box", "value": "", "type": "text" }, { "description": "A low-resolution mask input to the model, typically from a previous prediction iteration, with the form 1xHxW (H=W=256 for SAM).", "key": "mask_input", "value": "", "type": "text" }, { "description": "If true, the model will return three masks for ambiguous input prompts, often producing better masks than a single prediction.", "key": "multimask_output", "value": "true", "type": "text" }, { "description": "If true, returns un-thresholded mask logits instead of a binary mask.", "key": "return_logits", "value": "true", "type": "text" }, { "description": "If true, the point coordinates will be normalized to the range [0,1], with point_coords expected to be with respect to image dimensions.", "key": "normalize_coords", "value": "true", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/segment-anything-2", "host": [ "{{baseUrl}}" ], "path": [ "segment-anything-2" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": {\n \"msg\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-edc5e82b-4e10-4989-824e-4b67300c6279" }, { "id": "54cf1f21-924a-4c6a-8a19-f0acbb38954c", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Image to segment.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for image generation.", "key": "model_id", "value": "", "type": "text" }, { "description": "Nx2 array of point prompts to the model, where each point is in (X,Y) in pixels.", "key": "point_coords", "value": "", "type": "text" }, { "description": "Labels for the point prompts, where 1 indicates a foreground point and 0 indicates a background point.", "key": "point_labels", "value": "", "type": "text" }, { "description": "A length 4 array given as a box prompt to the model, in XYXY format.", "key": "box", "value": "", "type": "text" }, { "description": "A low-resolution mask input to the model, typically from a previous prediction iteration, with the form 1xHxW (H=W=256 for SAM).", "key": "mask_input", "value": "", "type": "text" }, { "description": "If true, the model will return three masks for ambiguous input prompts, often producing better masks than a single prediction.", "key": "multimask_output", "value": "true", "type": "text" }, { "description": "If true, returns un-thresholded mask logits instead of a binary mask.", "key": "return_logits", "value": "true", "type": "text" }, { "description": "If true, the point coordinates will be normalized to the range [0,1], with point_coords expected to be with respect to image dimensions.", "key": "normalize_coords", "value": "true", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/segment-anything-2", "host": [ "{{baseUrl}}" ], "path": [ "segment-anything-2" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-54cf1f21-924a-4c6a-8a19-f0acbb38954c" }, { "id": "d3286b2a-a61e-460f-a5ac-1a3731173188", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Image to segment.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for image generation.", "key": "model_id", "value": "", "type": "text" }, { "description": "Nx2 array of point prompts to the model, where each point is in (X,Y) in pixels.", "key": "point_coords", "value": "", "type": "text" }, { "description": "Labels for the point prompts, where 1 indicates a foreground point and 0 indicates a background point.", "key": "point_labels", "value": "", "type": "text" }, { "description": "A length 4 array given as a box prompt to the model, in XYXY format.", "key": "box", "value": "", "type": "text" }, { "description": "A low-resolution mask input to the model, typically from a previous prediction iteration, with the form 1xHxW (H=W=256 for SAM).", "key": "mask_input", "value": "", "type": "text" }, { "description": "If true, the model will return three masks for ambiguous input prompts, often producing better masks than a single prediction.", "key": "multimask_output", "value": "true", "type": "text" }, { "description": "If true, returns un-thresholded mask logits instead of a binary mask.", "key": "return_logits", "value": "true", "type": "text" }, { "description": "If true, the point coordinates will be normalized to the range [0,1], with point_coords expected to be with respect to image dimensions.", "key": "normalize_coords", "value": "true", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/segment-anything-2", "host": [ "{{baseUrl}}" ], "path": [ "segment-anything-2" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": {\n \"msg\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-d3286b2a-a61e-460f-a5ac-1a3731173188" } ], "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-c575bdc8-d01b-439d-9c51-8589c2c4b0a8" } ], "id": "a3c67ad3-aaed-4baa-a9c0-641e272cacea", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-a3c67ad3-aaed-4baa-a9c0-641e272cacea" }, { "name": "llm", "item": [ { "name": "LLM", "id": "857584a0-99cb-48ba-9960-eb4a2d288bd2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"messages\": [\n {\n \"role\": \"\",\n \"content\": \"\"\n },\n {\n \"role\": \"\",\n \"content\": \"\"\n }\n ],\n \"model\": \"\",\n \"temperature\": 0.7,\n \"max_tokens\": 256,\n \"top_p\": 1,\n \"top_k\": -1,\n \"stream\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/llm", "host": [ "{{baseUrl}}" ], "path": [ "llm" ] }, "description": "Generate text using a language model." }, "response": [ { "id": "04f92572-be6d-4f03-9054-15d4eff33329", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"messages\": [\n {\n \"role\": \"\",\n \"content\": \"\"\n },\n {\n \"role\": \"\",\n \"content\": \"\"\n }\n ],\n \"model\": \"\",\n \"temperature\": 0.7,\n \"max_tokens\": 256,\n \"top_p\": 1,\n \"top_k\": -1,\n \"stream\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/llm", "host": [ "{{baseUrl}}" ], "path": [ "llm" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"model\": \"\",\n \"created\": \"\",\n \"usage\": {\n \"prompt_tokens\": \"\",\n \"completion_tokens\": \"\",\n \"total_tokens\": \"\"\n },\n \"choices\": [\n {\n \"index\": \"\",\n \"finish_reason\": \"\",\n \"delta\": {\n \"role\": \"\",\n \"content\": \"\"\n },\n \"message\": {\n \"role\": \"\",\n \"content\": \"\"\n }\n },\n {\n \"index\": \"\",\n \"finish_reason\": \"\",\n \"delta\": {\n \"role\": \"\",\n \"content\": \"\"\n },\n \"message\": {\n \"role\": \"\",\n \"content\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-04f92572-be6d-4f03-9054-15d4eff33329" }, { "id": "d31a3ba1-280e-4d05-839b-b3c914fa1bfa", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"messages\": [\n {\n \"role\": \"\",\n \"content\": \"\"\n },\n {\n \"role\": \"\",\n \"content\": \"\"\n }\n ],\n \"model\": \"\",\n \"temperature\": 0.7,\n \"max_tokens\": 256,\n \"top_p\": 1,\n \"top_k\": -1,\n \"stream\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/llm", "host": [ "{{baseUrl}}" ], "path": [ "llm" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": {\n \"msg\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-d31a3ba1-280e-4d05-839b-b3c914fa1bfa" }, { "id": "36b78d63-78f4-4459-a6ab-3a39e6bbe8ef", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"messages\": [\n {\n \"role\": \"\",\n \"content\": \"\"\n },\n {\n \"role\": \"\",\n \"content\": \"\"\n }\n ],\n \"model\": \"\",\n \"temperature\": 0.7,\n \"max_tokens\": 256,\n \"top_p\": 1,\n \"top_k\": -1,\n \"stream\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/llm", "host": [ "{{baseUrl}}" ], "path": [ "llm" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": {\n \"msg\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-36b78d63-78f4-4459-a6ab-3a39e6bbe8ef" }, { "id": "95eb8a36-3583-4aaf-9a17-82d53f42d1f0", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"messages\": [\n {\n \"role\": \"\",\n \"content\": \"\"\n },\n {\n \"role\": \"\",\n \"content\": \"\"\n }\n ],\n \"model\": \"\",\n \"temperature\": 0.7,\n \"max_tokens\": 256,\n \"top_p\": 1,\n \"top_k\": -1,\n \"stream\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/llm", "host": [ "{{baseUrl}}" ], "path": [ "llm" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-95eb8a36-3583-4aaf-9a17-82d53f42d1f0" }, { "id": "214a95d1-ac83-4f0a-b97a-999a9ce54d77", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"messages\": [\n {\n \"role\": \"\",\n \"content\": \"\"\n },\n {\n \"role\": \"\",\n \"content\": \"\"\n }\n ],\n \"model\": \"\",\n \"temperature\": 0.7,\n \"max_tokens\": 256,\n \"top_p\": 1,\n \"top_k\": -1,\n \"stream\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/llm", "host": [ "{{baseUrl}}" ], "path": [ "llm" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": {\n \"msg\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-214a95d1-ac83-4f0a-b97a-999a9ce54d77" } ], "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-857584a0-99cb-48ba-9960-eb4a2d288bd2" } ], "id": "2976f2fa-8455-4e2b-8556-f5a16b4615fe", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-2976f2fa-8455-4e2b-8556-f5a16b4615fe" }, { "name": "image-to-text", "item": [ { "name": "Image To Text", "id": "3ed85d89-c073-4399-9d26-8dca790c7699", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Uploaded image to transform with the pipeline.", "key": "image", "type": "file", "value": null }, { "description": "Text prompt(s) to guide transformation.", "key": "prompt", "value": "", "type": "text" }, { "description": "Hugging Face model ID used for transformation.", "key": "model_id", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/image-to-text", "host": [ "{{baseUrl}}" ], "path": [ "image-to-text" ] }, "description": "Transform image files to text." }, "response": [ { "id": "cf140350-212c-48d7-8da1-8c6df1ead5f2", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Uploaded image to transform with the pipeline.", "key": "image", "type": "file" }, { "description": "Text prompt(s) to guide transformation.", "key": "prompt", "value": "", "type": "text" }, { "description": "Hugging Face model ID used for transformation.", "key": "model_id", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/image-to-text", "host": [ "{{baseUrl}}" ], "path": [ "image-to-text" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"text\": \"\"\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-cf140350-212c-48d7-8da1-8c6df1ead5f2" }, { "id": "f68c0d53-d4f1-4c40-a78d-0fafecdddb3c", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Uploaded image to transform with the pipeline.", "key": "image", "type": "file" }, { "description": "Text prompt(s) to guide transformation.", "key": "prompt", "value": "", "type": "text" }, { "description": "Hugging Face model ID used for transformation.", "key": "model_id", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/image-to-text", "host": [ "{{baseUrl}}" ], "path": [ "image-to-text" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": {\n \"msg\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-f68c0d53-d4f1-4c40-a78d-0fafecdddb3c" }, { "id": "394b5b89-5292-4962-83ad-2fb5d9249d88", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Uploaded image to transform with the pipeline.", "key": "image", "type": "file" }, { "description": "Text prompt(s) to guide transformation.", "key": "prompt", "value": "", "type": "text" }, { "description": "Hugging Face model ID used for transformation.", "key": "model_id", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/image-to-text", "host": [ "{{baseUrl}}" ], "path": [ "image-to-text" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": {\n \"msg\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-394b5b89-5292-4962-83ad-2fb5d9249d88" }, { "id": "fe809a4f-11bb-4d66-b3e7-9cbc7b9c1d80", "name": "Request Entity Too Large", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Uploaded image to transform with the pipeline.", "key": "image", "type": "file" }, { "description": "Text prompt(s) to guide transformation.", "key": "prompt", "value": "", "type": "text" }, { "description": "Hugging Face model ID used for transformation.", "key": "model_id", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/image-to-text", "host": [ "{{baseUrl}}" ], "path": [ "image-to-text" ] } }, "status": "Request Entity Too Large", "code": 413, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": {\n \"msg\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-fe809a4f-11bb-4d66-b3e7-9cbc7b9c1d80" }, { "id": "5a8a909a-ea10-4f34-9aba-8b6642fd9b5a", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Uploaded image to transform with the pipeline.", "key": "image", "type": "file" }, { "description": "Text prompt(s) to guide transformation.", "key": "prompt", "value": "", "type": "text" }, { "description": "Hugging Face model ID used for transformation.", "key": "model_id", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/image-to-text", "host": [ "{{baseUrl}}" ], "path": [ "image-to-text" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-5a8a909a-ea10-4f34-9aba-8b6642fd9b5a" }, { "id": "9c804f77-a0b3-4fd2-9468-b57c68c58696", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Uploaded image to transform with the pipeline.", "key": "image", "type": "file" }, { "description": "Text prompt(s) to guide transformation.", "key": "prompt", "value": "", "type": "text" }, { "description": "Hugging Face model ID used for transformation.", "key": "model_id", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/image-to-text", "host": [ "{{baseUrl}}" ], "path": [ "image-to-text" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": {\n \"msg\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-9c804f77-a0b3-4fd2-9468-b57c68c58696" } ], "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-3ed85d89-c073-4399-9d26-8dca790c7699" } ], "id": "fb3586e6-fbba-4758-a444-6f5df5a5cd2e", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-fb3586e6-fbba-4758-a444-6f5df5a5cd2e" }, { "name": "live-video-to-video", "item": [ { "name": "Live Video To Video", "id": "acc75451-f6b5-40c9-a707-88c82d713ddb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"subscribe_url\": \"\",\n \"publish_url\": \"\",\n \"control_url\": \"\",\n \"events_url\": \"\",\n \"model_id\": \"\",\n \"params\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/live-video-to-video", "host": [ "{{baseUrl}}" ], "path": [ "live-video-to-video" ] }, "description": "Apply transformations to a live video streamed to the returned endpoints." }, "response": [ { "id": "f1067d21-d678-4a50-a6cd-485b01f8d962", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"subscribe_url\": \"\",\n \"publish_url\": \"\",\n \"control_url\": \"\",\n \"events_url\": \"\",\n \"model_id\": \"\",\n \"params\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/live-video-to-video", "host": [ "{{baseUrl}}" ], "path": [ "live-video-to-video" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"subscribe_url\": \"\",\n \"publish_url\": \"\",\n \"control_url\": \"\",\n \"events_url\": \"\"\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-f1067d21-d678-4a50-a6cd-485b01f8d962" }, { "id": "08d27320-c7ca-4c2a-a564-7b3f4a5727cc", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"subscribe_url\": \"\",\n \"publish_url\": \"\",\n \"control_url\": \"\",\n \"events_url\": \"\",\n \"model_id\": \"\",\n \"params\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/live-video-to-video", "host": [ "{{baseUrl}}" ], "path": [ "live-video-to-video" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": {\n \"msg\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-08d27320-c7ca-4c2a-a564-7b3f4a5727cc" }, { "id": "a70b491e-1fa2-4c3d-96b0-f00498298646", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"subscribe_url\": \"\",\n \"publish_url\": \"\",\n \"control_url\": \"\",\n \"events_url\": \"\",\n \"model_id\": \"\",\n \"params\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/live-video-to-video", "host": [ "{{baseUrl}}" ], "path": [ "live-video-to-video" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": {\n \"msg\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-a70b491e-1fa2-4c3d-96b0-f00498298646" }, { "id": "e8e3b613-a906-467e-8de1-131bb4440e7e", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"subscribe_url\": \"\",\n \"publish_url\": \"\",\n \"control_url\": \"\",\n \"events_url\": \"\",\n \"model_id\": \"\",\n \"params\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/live-video-to-video", "host": [ "{{baseUrl}}" ], "path": [ "live-video-to-video" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-e8e3b613-a906-467e-8de1-131bb4440e7e" }, { "id": "dab52948-12c6-43a3-a955-03ab4bb09a45", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"subscribe_url\": \"\",\n \"publish_url\": \"\",\n \"control_url\": \"\",\n \"events_url\": \"\",\n \"model_id\": \"\",\n \"params\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/live-video-to-video", "host": [ "{{baseUrl}}" ], "path": [ "live-video-to-video" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": {\n \"msg\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-dab52948-12c6-43a3-a955-03ab4bb09a45" } ], "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-acc75451-f6b5-40c9-a707-88c82d713ddb" } ], "id": "a084d320-44af-4c1d-8456-007203fb7b64", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-a084d320-44af-4c1d-8456-007203fb7b64" }, { "name": "text-to-speech", "item": [ { "name": "Text To Speech", "id": "3188bf47-6dcc-4e38-b8ec-e6192b37e72b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"model_id\": \"\",\n \"text\": \"\",\n \"description\": \"A male speaker delivers a slightly expressive and animated speech with a moderate speed and pitch.\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/text-to-speech", "host": [ "{{baseUrl}}" ], "path": [ "text-to-speech" ] }, "description": "Generate a text-to-speech audio file based on the provided text input and speaker description." }, "response": [ { "id": "64a175db-3993-44ff-80ff-42dbe4cde7c1", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"model_id\": \"\",\n \"text\": \"\",\n \"description\": \"A male speaker delivers a slightly expressive and animated speech with a moderate speed and pitch.\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/text-to-speech", "host": [ "{{baseUrl}}" ], "path": [ "text-to-speech" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"audio\": {\n \"url\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-64a175db-3993-44ff-80ff-42dbe4cde7c1" }, { "id": "89d8e716-76bf-49dd-94de-84b16846a3f5", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"model_id\": \"\",\n \"text\": \"\",\n \"description\": \"A male speaker delivers a slightly expressive and animated speech with a moderate speed and pitch.\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/text-to-speech", "host": [ "{{baseUrl}}" ], "path": [ "text-to-speech" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": {\n \"msg\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-89d8e716-76bf-49dd-94de-84b16846a3f5" }, { "id": "c8453069-6cb7-4d73-ae3f-ec2b64e9ab82", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"model_id\": \"\",\n \"text\": \"\",\n \"description\": \"A male speaker delivers a slightly expressive and animated speech with a moderate speed and pitch.\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/text-to-speech", "host": [ "{{baseUrl}}" ], "path": [ "text-to-speech" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": {\n \"msg\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-c8453069-6cb7-4d73-ae3f-ec2b64e9ab82" }, { "id": "f1952c66-75a3-49f1-aa00-a238f352680f", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"model_id\": \"\",\n \"text\": \"\",\n \"description\": \"A male speaker delivers a slightly expressive and animated speech with a moderate speed and pitch.\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/text-to-speech", "host": [ "{{baseUrl}}" ], "path": [ "text-to-speech" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-f1952c66-75a3-49f1-aa00-a238f352680f" }, { "id": "ecfd7e26-728e-4672-b988-02db6269fd97", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"model_id\": \"\",\n \"text\": \"\",\n \"description\": \"A male speaker delivers a slightly expressive and animated speech with a moderate speed and pitch.\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/text-to-speech", "host": [ "{{baseUrl}}" ], "path": [ "text-to-speech" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": {\n \"msg\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-ecfd7e26-728e-4672-b988-02db6269fd97" } ], "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-3188bf47-6dcc-4e38-b8ec-e6192b37e72b" } ], "id": "d447db47-e1fe-4c4d-9be6-c37ed509f173", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-d447db47-e1fe-4c4d-9be6-c37ed509f173" }, { "name": "health", "item": [ { "name": "Health", "id": "36c9787c-d227-4730-a1e3-68f11fbef746", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/health", "host": [ "{{baseUrl}}" ], "path": [ "health" ] } }, "response": [ { "id": "e6340447-bd79-431f-9385-931e9c47b82c", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/health", "host": [ "{{baseUrl}}" ], "path": [ "health" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"ERROR\"\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-e6340447-bd79-431f-9385-931e9c47b82c" } ], "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-36c9787c-d227-4730-a1e3-68f11fbef746" } ], "id": "f435e852-0bfa-4a82-a613-6a4705a5bc73", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-f435e852-0bfa-4a82-a613-6a4705a5bc73" }, { "name": "hardware", "item": [ { "name": "info", "item": [ { "name": "Hardware Info", "id": "c7c2a3d0-9018-4395-95d2-f3b194952227", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/hardware/info", "host": [ "{{baseUrl}}" ], "path": [ "hardware", "info" ] } }, "response": [ { "id": "e06bbc59-ce36-43c2-8572-f500d18ad320", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/hardware/info", "host": [ "{{baseUrl}}" ], "path": [ "hardware", "info" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"pipeline\": \"\",\n \"model_id\": \"\",\n \"gpu_info\": {\n \"mollit7f7\": {\n \"id\": \"\",\n \"name\": \"\",\n \"memory_total\": \"\",\n \"memory_free\": \"\",\n \"major\": \"\",\n \"minor\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-e06bbc59-ce36-43c2-8572-f500d18ad320" } ], "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-c7c2a3d0-9018-4395-95d2-f3b194952227" } ], "id": "aa1dbb25-1276-4cb6-b77c-fd9880f533f4", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-aa1dbb25-1276-4cb6-b77c-fd9880f533f4" }, { "name": "stats", "item": [ { "name": "Hardware Stats", "id": "652639d2-4d53-4d90-8684-719edf03671a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/hardware/stats", "host": [ "{{baseUrl}}" ], "path": [ "hardware", "stats" ] } }, "response": [ { "id": "722b9540-f392-4149-91ff-130de70d7533", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/hardware/stats", "host": [ "{{baseUrl}}" ], "path": [ "hardware", "stats" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"pipeline\": \"\",\n \"model_id\": \"\",\n \"gpu_stats\": {\n \"dolor6f\": {\n \"id\": \"\",\n \"name\": \"\",\n \"memory_total\": \"\",\n \"memory_free\": \"\",\n \"utilization_compute\": \"\",\n \"utilization_memory\": \"\"\n },\n \"nulla_b_1\": {\n \"id\": \"\",\n \"name\": \"\",\n \"memory_total\": \"\",\n \"memory_free\": \"\",\n \"utilization_compute\": \"\",\n \"utilization_memory\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-722b9540-f392-4149-91ff-130de70d7533" } ], "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-652639d2-4d53-4d90-8684-719edf03671a" } ], "id": "bd3db433-7006-4b1e-ad5d-96577fc247a8", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-bd3db433-7006-4b1e-ad5d-96577fc247a8" } ], "id": "0082b11f-2259-471c-ad1d-43a3a008a2d8", "createdAt": "2026-06-05T15:10:32.000Z", "updatedAt": "2026-06-05T15:10:32.000Z", "uid": "35240-0082b11f-2259-471c-ad1d-43a3a008a2d8" } ], "variable": [ { "key": "baseUrl", "value": "https://dream-gateway.livepeer.cloud" } ] }