{ "info": { "_postman_id": "050ade89-39ea-45c1-aae5-d13470881cd3", "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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "lastUpdatedBy": "35240", "uid": "35240-050ade89-39ea-45c1-aae5-d13470881cd3" }, "item": [ { "name": "text-to-image", "item": [ { "name": "Text To Image", "id": "879b9946-19e5-4f5c-a417-3f8dbb05fc0f", "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": "68835eb0-aa71-4301-80a0-0662dd4abe43", "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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-68835eb0-aa71-4301-80a0-0662dd4abe43" }, { "id": "9a350515-5714-407e-adfb-2ed39860b45f", "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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-9a350515-5714-407e-adfb-2ed39860b45f" }, { "id": "d071c056-1f85-4f83-9200-225a97bf1c22", "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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-d071c056-1f85-4f83-9200-225a97bf1c22" }, { "id": "2f586e31-91a1-472a-a480-9c547c46e0b2", "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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-2f586e31-91a1-472a-a480-9c547c46e0b2" }, { "id": "592d1a67-aaec-4016-92e0-0ac182471e43", "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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-592d1a67-aaec-4016-92e0-0ac182471e43" } ], "createdAt": "2026-06-05T15:10:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-879b9946-19e5-4f5c-a417-3f8dbb05fc0f" } ], "id": "23b1cdf6-9d19-4093-aab9-1de07248b3f4", "createdAt": "2026-06-05T15:10:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-23b1cdf6-9d19-4093-aab9-1de07248b3f4" }, { "name": "image-to-image", "item": [ { "name": "Image To Image", "id": "6a82d700-b744-4095-acf4-30d86110b35c", "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": "(Required) 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": "cae1b70b-f0f4-4f8c-ae28-18771df1ad5b", "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": "(Required) 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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-cae1b70b-f0f4-4f8c-ae28-18771df1ad5b" }, { "id": "82ff4c3d-651e-4763-bf98-92a870398d85", "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": "(Required) 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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-82ff4c3d-651e-4763-bf98-92a870398d85" }, { "id": "0a921bcf-fbb2-421c-a697-6f5efe93b8da", "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": "(Required) 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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-0a921bcf-fbb2-421c-a697-6f5efe93b8da" }, { "id": "6d914845-2a25-43ae-a6a9-5819508bb373", "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": "(Required) 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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-6d914845-2a25-43ae-a6a9-5819508bb373" }, { "id": "a2623ecc-4cc8-4754-8d29-f528f2efe89d", "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": "(Required) 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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-a2623ecc-4cc8-4754-8d29-f528f2efe89d" } ], "createdAt": "2026-06-05T15:10:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-6a82d700-b744-4095-acf4-30d86110b35c" } ], "id": "70e8e997-97f3-4463-8afc-defe489d894c", "createdAt": "2026-06-05T15:10:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-70e8e997-97f3-4463-8afc-defe489d894c" }, { "name": "image-to-video", "item": [ { "name": "Image To Video", "id": "13216677-3d23-49cd-934a-e13b05a2d25f", "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": "(Required) 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": "5ed4a415-c584-4eab-ac0f-784df0c0adb8", "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": "(Required) 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 \"images\": [\n {\n \"url\": \"\",\n \"seed\": \"\",\n \"nsfw\": \"\"\n },\n {\n \"url\": \"\",\n \"seed\": \"\",\n \"nsfw\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:10:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-5ed4a415-c584-4eab-ac0f-784df0c0adb8" }, { "id": "50cb3726-82f6-43d3-9a04-45a943700991", "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": "(Required) 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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-50cb3726-82f6-43d3-9a04-45a943700991" }, { "id": "fe4c22f1-eb14-42c8-9fa7-c31bbde89525", "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": "(Required) 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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-fe4c22f1-eb14-42c8-9fa7-c31bbde89525" }, { "id": "0517803d-b271-4d82-823f-2ce2bfd754ac", "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": "(Required) 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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-0517803d-b271-4d82-823f-2ce2bfd754ac" }, { "id": "8640ce79-3822-4215-840f-745dd3bc3314", "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": "(Required) 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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-8640ce79-3822-4215-840f-745dd3bc3314" } ], "createdAt": "2026-06-05T15:10:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-13216677-3d23-49cd-934a-e13b05a2d25f" } ], "id": "17875680-a47c-4c05-81dc-dc692f6ec23f", "createdAt": "2026-06-05T15:10:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-17875680-a47c-4c05-81dc-dc692f6ec23f" }, { "name": "upscale", "item": [ { "name": "Upscale", "id": "d5c10603-a02a-441e-b9d8-16bb5cb1f8e4", "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": "(Required) 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": "d7073178-2ae3-4d0f-9ad6-cda4f54c6e3d", "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": "(Required) 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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-d7073178-2ae3-4d0f-9ad6-cda4f54c6e3d" }, { "id": "a8a02e3e-a12b-4dbc-be31-dcd11ba796b2", "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": "(Required) 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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-a8a02e3e-a12b-4dbc-be31-dcd11ba796b2" }, { "id": "21805e7f-0629-4aa3-b3b5-f2fd2ef008e8", "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": "(Required) 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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-21805e7f-0629-4aa3-b3b5-f2fd2ef008e8" }, { "id": "e3fb406d-87e8-4afe-a5cb-48e6875fb98f", "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": "(Required) 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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-e3fb406d-87e8-4afe-a5cb-48e6875fb98f" }, { "id": "2c91d071-5ca6-46dd-960b-521bee29a3dc", "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": "(Required) 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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-2c91d071-5ca6-46dd-960b-521bee29a3dc" } ], "createdAt": "2026-06-05T15:10:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-d5c10603-a02a-441e-b9d8-16bb5cb1f8e4" } ], "id": "d468876a-5954-4fcf-b809-a12be7857098", "createdAt": "2026-06-05T15:10:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-d468876a-5954-4fcf-b809-a12be7857098" }, { "name": "audio-to-text", "item": [ { "name": "Audio To Text", "id": "42dc861a-9dfe-4884-b082-45563d1fda5f", "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": "(Required) 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" } ] }, "url": { "raw": "{{baseUrl}}/audio-to-text", "host": [ "{{baseUrl}}" ], "path": [ "audio-to-text" ] }, "description": "Transcribe audio files to text." }, "response": [ { "id": "6595d758-191c-46cc-85da-a7c3b8353ea3", "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": "(Required) 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" } ] }, "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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-6595d758-191c-46cc-85da-a7c3b8353ea3" }, { "id": "646c9695-e6a5-4d0a-9f5c-9643077397c2", "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": "(Required) 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" } ] }, "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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-646c9695-e6a5-4d0a-9f5c-9643077397c2" }, { "id": "a533d2ce-a5cc-49d8-94e5-59b20e392dd9", "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": "(Required) 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" } ] }, "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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-a533d2ce-a5cc-49d8-94e5-59b20e392dd9" }, { "id": "cddb2b05-d041-4a38-963b-888c6825d618", "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": "(Required) 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" } ] }, "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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-cddb2b05-d041-4a38-963b-888c6825d618" }, { "id": "6654ffae-146f-426f-85d6-56f54c31d64b", "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": "(Required) 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" } ] }, "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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-6654ffae-146f-426f-85d6-56f54c31d64b" }, { "id": "dee78775-b734-4799-b60b-309b9b7652f1", "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": "(Required) 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" } ] }, "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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-dee78775-b734-4799-b60b-309b9b7652f1" }, { "id": "2a50d78f-e90a-445b-b3f5-f311dcc64e06", "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": "(Required) 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" } ] }, "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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-2a50d78f-e90a-445b-b3f5-f311dcc64e06" } ], "createdAt": "2026-06-05T15:10:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-42dc861a-9dfe-4884-b082-45563d1fda5f" } ], "id": "1bfdd1d7-2da3-4283-b025-4f07be09c7e0", "createdAt": "2026-06-05T15:10:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-1bfdd1d7-2da3-4283-b025-4f07be09c7e0" }, { "name": "segment-anything-2", "item": [ { "name": "Segment Anything 2", "id": "5fc35389-385d-4813-8db1-77c068016ef4", "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": "(Required) 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": "19cfb871-22e0-4f95-867d-fcf587c29ce0", "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": "(Required) 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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-19cfb871-22e0-4f95-867d-fcf587c29ce0" }, { "id": "ef0bac57-46eb-43c3-9eaa-20cc83f509a2", "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": "(Required) 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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-ef0bac57-46eb-43c3-9eaa-20cc83f509a2" }, { "id": "7e05f601-c359-4fbf-a4b1-d56bbcc9c954", "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": "(Required) 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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-7e05f601-c359-4fbf-a4b1-d56bbcc9c954" }, { "id": "959dc93c-1a5c-4c91-a43b-a9f576dab5a7", "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": "(Required) 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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-959dc93c-1a5c-4c91-a43b-a9f576dab5a7" }, { "id": "8ca52aaa-7550-4539-a95c-c2d2592d8c0d", "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": "(Required) 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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-8ca52aaa-7550-4539-a95c-c2d2592d8c0d" } ], "createdAt": "2026-06-05T15:10:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-5fc35389-385d-4813-8db1-77c068016ef4" } ], "id": "d5e2e6cd-043e-492c-a91a-3e80f37d0ea0", "createdAt": "2026-06-05T15:10:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-d5e2e6cd-043e-492c-a91a-3e80f37d0ea0" }, { "name": "llm", "item": [ { "name": "LLM", "id": "ed5d6978-522e-43d6-ae9e-55fb2ecdf69f", "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": "e0b48618-0b4d-426d-b241-1478774a70ed", "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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-e0b48618-0b4d-426d-b241-1478774a70ed" }, { "id": "70496b76-0fad-488f-b6fb-cd068980cdfb", "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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-70496b76-0fad-488f-b6fb-cd068980cdfb" }, { "id": "b1665764-5e08-4c92-bbd4-e9bac470473c", "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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-b1665764-5e08-4c92-bbd4-e9bac470473c" }, { "id": "979d2451-03bc-4e0e-8591-8ba6d0cc33a5", "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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-979d2451-03bc-4e0e-8591-8ba6d0cc33a5" }, { "id": "0e6a4a39-d59a-404d-af5e-6567f44808bb", "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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-0e6a4a39-d59a-404d-af5e-6567f44808bb" } ], "createdAt": "2026-06-05T15:10:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-ed5d6978-522e-43d6-ae9e-55fb2ecdf69f" } ], "id": "e7a11de6-0ed5-4a43-be44-e71a825c2c63", "createdAt": "2026-06-05T15:10:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-e7a11de6-0ed5-4a43-be44-e71a825c2c63" }, { "name": "image-to-text", "item": [ { "name": "Image To Text", "id": "829e8ebf-f73f-423b-89a8-244b5822f608", "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": "(Required) Hugging Face model ID used for transformation.", "key": "model_id", "value": "", "type": "text" }, { "description": "Text prompt(s) to guide transformation.", "key": "prompt", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/image-to-text", "host": [ "{{baseUrl}}" ], "path": [ "image-to-text" ] }, "description": "Transform image files to text." }, "response": [ { "id": "095117c2-1336-4b4b-96ab-b4912f035539", "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": "(Required) Hugging Face model ID used for transformation.", "key": "model_id", "value": "", "type": "text" }, { "description": "Text prompt(s) to guide transformation.", "key": "prompt", "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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-095117c2-1336-4b4b-96ab-b4912f035539" }, { "id": "e426617d-ad62-41db-a20e-7179924a92cb", "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": "(Required) Hugging Face model ID used for transformation.", "key": "model_id", "value": "", "type": "text" }, { "description": "Text prompt(s) to guide transformation.", "key": "prompt", "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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-e426617d-ad62-41db-a20e-7179924a92cb" }, { "id": "91345bec-8ed0-4cc9-8193-59776e550d5b", "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": "(Required) Hugging Face model ID used for transformation.", "key": "model_id", "value": "", "type": "text" }, { "description": "Text prompt(s) to guide transformation.", "key": "prompt", "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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-91345bec-8ed0-4cc9-8193-59776e550d5b" }, { "id": "714fcefc-ef84-4033-9745-e21c7f02c3aa", "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": "(Required) Hugging Face model ID used for transformation.", "key": "model_id", "value": "", "type": "text" }, { "description": "Text prompt(s) to guide transformation.", "key": "prompt", "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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-714fcefc-ef84-4033-9745-e21c7f02c3aa" }, { "id": "17d8c6b5-72d1-47e8-acec-c5370b7f3e7b", "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": "(Required) Hugging Face model ID used for transformation.", "key": "model_id", "value": "", "type": "text" }, { "description": "Text prompt(s) to guide transformation.", "key": "prompt", "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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-17d8c6b5-72d1-47e8-acec-c5370b7f3e7b" }, { "id": "c1526f0b-e3d9-481e-8c10-4f91c4747140", "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": "(Required) Hugging Face model ID used for transformation.", "key": "model_id", "value": "", "type": "text" }, { "description": "Text prompt(s) to guide transformation.", "key": "prompt", "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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-c1526f0b-e3d9-481e-8c10-4f91c4747140" } ], "createdAt": "2026-06-05T15:10:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-829e8ebf-f73f-423b-89a8-244b5822f608" } ], "id": "64cf05ca-8dd5-4d10-ab6b-2be44be3fc3a", "createdAt": "2026-06-05T15:10:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-64cf05ca-8dd5-4d10-ab6b-2be44be3fc3a" }, { "name": "live-video-to-video", "item": [ { "name": "Live Video To Video", "id": "8b6ae654-6444-4d42-b268-7f95047c6d86", "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 \"model_id\": \"\",\n \"control_url\": \"\",\n \"events_url\": \"\",\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": "2867be3c-8da4-43d8-8709-f5c415d20c36", "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 \"model_id\": \"\",\n \"control_url\": \"\",\n \"events_url\": \"\",\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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-2867be3c-8da4-43d8-8709-f5c415d20c36" }, { "id": "3a93f76f-eff5-48f8-8074-c1d10c522b75", "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 \"model_id\": \"\",\n \"control_url\": \"\",\n \"events_url\": \"\",\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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-3a93f76f-eff5-48f8-8074-c1d10c522b75" }, { "id": "e96d4d85-58aa-4716-ac4b-448c767544a9", "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 \"model_id\": \"\",\n \"control_url\": \"\",\n \"events_url\": \"\",\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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-e96d4d85-58aa-4716-ac4b-448c767544a9" }, { "id": "19adeb69-e3e9-4471-a7ab-195e8eae7a48", "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 \"model_id\": \"\",\n \"control_url\": \"\",\n \"events_url\": \"\",\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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-19adeb69-e3e9-4471-a7ab-195e8eae7a48" }, { "id": "27f9c0f2-adfc-461d-95d5-7c2f8e343146", "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 \"model_id\": \"\",\n \"control_url\": \"\",\n \"events_url\": \"\",\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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-27f9c0f2-adfc-461d-95d5-7c2f8e343146" } ], "createdAt": "2026-06-05T15:10:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-8b6ae654-6444-4d42-b268-7f95047c6d86" } ], "id": "37020b80-79a4-4825-892e-dd0988c707ae", "createdAt": "2026-06-05T15:10:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-37020b80-79a4-4825-892e-dd0988c707ae" }, { "name": "text-to-speech", "item": [ { "name": "Text To Speech", "id": "265aed25-a3bd-448f-81e3-568521c5df64", "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": "6b27de28-baee-4f68-8156-b6c054cdbb4c", "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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-6b27de28-baee-4f68-8156-b6c054cdbb4c" }, { "id": "c74279a4-05fb-43e6-bb8f-2077125dc1da", "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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-c74279a4-05fb-43e6-bb8f-2077125dc1da" }, { "id": "a00ee826-1a4b-4c3a-83a1-3597b1235114", "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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-a00ee826-1a4b-4c3a-83a1-3597b1235114" }, { "id": "ceaed5fc-27d5-432a-b754-e11189a1980e", "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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-ceaed5fc-27d5-432a-b754-e11189a1980e" }, { "id": "6dd55104-59cd-437a-af5e-9479ad671ba6", "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:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-6dd55104-59cd-437a-af5e-9479ad671ba6" } ], "createdAt": "2026-06-05T15:10:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-265aed25-a3bd-448f-81e3-568521c5df64" } ], "id": "9b53a243-eb98-4b17-b5d9-cd590bcf2745", "createdAt": "2026-06-05T15:10:35.000Z", "updatedAt": "2026-06-05T15:10:35.000Z", "uid": "35240-9b53a243-eb98-4b17-b5d9-cd590bcf2745" } ], "variable": [ { "key": "baseUrl", "value": "https://dream-gateway.livepeer.cloud" } ] }