{ "info": { "_postman_id": "1bc65487-9576-48fb-9a8a-30c03853e7c4", "name": "Livepeer API Reference", "description": "Welcome to the Livepeer API reference docs. Here you will find all the\nendpoints exposed on the standard Livepeer API, learn how to use them and\nwhat they return.\n", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-06-05T15:10:29.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "lastUpdatedBy": "35240", "uid": "35240-1bc65487-9576-48fb-9a8a-30c03853e7c4" }, "item": [ { "name": "stream", "item": [ { "name": "{id}", "item": [ { "name": "terminate", "item": [ { "name": "Terminates a live stream", "id": "785f7a6f-228a-4cc1-b611-eabcc5a5eed1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/stream/:id/terminate", "host": [ "{{baseUrl}}" ], "path": [ "stream", ":id", "terminate" ], "variable": [ { "id": "fcea1ee6-ccf3-4267-9c6d-6a8617b6b1f9", "key": "id", "value": "", "description": "(Required) ID of the stream" } ] }, "description": "`DELETE /stream/{id}/terminate` can be used to terminate an ongoing\nsession on a live stream. Unlike suspending the stream, it allows the\nstreamer to restart streaming even immediately, but it will force\nterminate the current session and stop the recording.\n\\\n\\\nA 204 No Content status response indicates the stream was successfully\nterminated.\n" }, "response": [ { "id": "12345331-38af-4682-af1b-c06089f774f6", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/stream/:id/terminate", "host": [ "{{baseUrl}}" ], "path": [ "stream", ":id", "terminate" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-12345331-38af-4682-af1b-c06089f774f6" }, { "id": "f125fed0-a648-46a6-af50-84c2ef707e9e", "name": "Error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/stream/:id/terminate", "host": [ "{{baseUrl}}" ], "path": [ "stream", ":id", "terminate" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-f125fed0-a648-46a6-af50-84c2ef707e9e" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-785f7a6f-228a-4cc1-b611-eabcc5a5eed1" } ], "id": "07fda8f0-3395-498b-87d0-d85a65cbd0bc", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-07fda8f0-3395-498b-87d0-d85a65cbd0bc" }, { "name": "start-pull", "item": [ { "name": "Start ingest for a pull stream", "id": "2b22befa-af94-4287-a840-8db13b342fdf", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/stream/:id/start-pull", "host": [ "{{baseUrl}}" ], "path": [ "stream", ":id", "start-pull" ], "variable": [ { "id": "7f8cd702-5bc0-4a3d-871e-2b64b3db72fc", "key": "id", "value": "", "description": "(Required) ID of the stream" } ] }, "description": "`POST /stream/{id}/start-pull` can be used to start ingest for a stream\nconfigured with a pull source. If the stream has recording configured,\nit will also start recording.\n\\\n\\\nA 204 No Content status response indicates the stream was successfully\nstarted.\n" }, "response": [ { "id": "657516ae-ecd1-4b31-abfa-7cf4e43ffde9", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/stream/:id/start-pull", "host": [ "{{baseUrl}}" ], "path": [ "stream", ":id", "start-pull" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-657516ae-ecd1-4b31-abfa-7cf4e43ffde9" }, { "id": "4d410904-4fa2-4dd5-806d-91db1ccd917a", "name": "Error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/stream/:id/start-pull", "host": [ "{{baseUrl}}" ], "path": [ "stream", ":id", "start-pull" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-4d410904-4fa2-4dd5-806d-91db1ccd917a" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-2b22befa-af94-4287-a840-8db13b342fdf" } ], "id": "bb71fcdd-d286-449d-bcaf-6e29bcded153", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-bb71fcdd-d286-449d-bcaf-6e29bcded153" }, { "name": "clips", "item": [ { "name": "Retrieve clips of a livestream", "id": "d09160f9-f8e0-458d-93f6-69c900204fe0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/stream/:id/clips", "host": [ "{{baseUrl}}" ], "path": [ "stream", ":id", "clips" ], "variable": [ { "id": "cd3019e1-8d6f-4d7f-98f4-251f00b5032d", "key": "id", "value": "", "description": "(Required) ID of the parent stream or playbackId of parent stream" } ] } }, "response": [ { "id": "0eae7c0f-afb0-4e25-8767-b668dbaa8680", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/stream/:id/clips", "host": [ "{{baseUrl}}" ], "path": [ "stream", ":id", "clips" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"id\": \"\",\n \"name\": \"\",\n \"source\": {\n \"type\": \"url\",\n \"url\": \"\",\n \"gatewayUrl\": \"\",\n \"encryption\": {\n \"encryptedKey\": \"\"\n }\n },\n \"type\": \"video\",\n \"playbackId\": \"\",\n \"userId\": \"\",\n \"staticMp4\": \"\",\n \"playbackUrl\": \"\",\n \"downloadUrl\": \"\",\n \"playbackPolicy\": null,\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264ConstrainedHigh\",\n \"encoder\": \"HEVC\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Baseline\",\n \"encoder\": \"VP9\"\n }\n ],\n \"storage\": {\n \"ipfs\": {\n \"spec\": {},\n \"$ref\": {},\n \"nftMetadata\": {\n \"cid\": \"\",\n \"url\": \"\",\n \"gatewayUrl\": \"\"\n },\n \"updatedAt\": \"\"\n },\n \"status\": {\n \"phase\": \"failed\",\n \"tasks\": {\n \"pending\": \"\",\n \"last\": \"\",\n \"failed\": \"\"\n },\n \"progress\": \"\",\n \"errorMessage\": \"\"\n }\n },\n \"status\": {\n \"phase\": \"processing\",\n \"updatedAt\": \"\",\n \"progress\": \"\",\n \"errorMessage\": \"\"\n },\n \"projectId\": \"\",\n \"createdAt\": \"\",\n \"createdByTokenName\": \"\",\n \"size\": \"\",\n \"hash\": [\n {\n \"hash\": \"\",\n \"algorithm\": \"\"\n },\n {\n \"hash\": \"\",\n \"algorithm\": \"\"\n }\n ],\n \"videoSpec\": {\n \"format\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"tracks\": [\n {\n \"type\": \"audio\",\n \"codec\": \"\",\n \"startTime\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"pixelFormat\": \"\",\n \"fps\": \"\",\n \"channels\": \"\",\n \"sampleRate\": \"\",\n \"bitDepth\": \"\"\n },\n {\n \"type\": \"audio\",\n \"codec\": \"\",\n \"startTime\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"pixelFormat\": \"\",\n \"fps\": \"\",\n \"channels\": \"\",\n \"sampleRate\": \"\",\n \"bitDepth\": \"\"\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"source\": {\n \"type\": \"url\",\n \"url\": \"\",\n \"gatewayUrl\": \"\",\n \"encryption\": {\n \"encryptedKey\": \"\"\n }\n },\n \"type\": \"video\",\n \"playbackId\": \"\",\n \"userId\": \"\",\n \"staticMp4\": \"\",\n \"playbackUrl\": \"\",\n \"downloadUrl\": \"\",\n \"playbackPolicy\": null,\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Main\",\n \"encoder\": \"VP8\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264High\",\n \"encoder\": \"VP9\"\n }\n ],\n \"storage\": {\n \"ipfs\": {\n \"spec\": {},\n \"$ref\": {},\n \"nftMetadata\": {\n \"cid\": \"\",\n \"url\": \"\",\n \"gatewayUrl\": \"\"\n },\n \"updatedAt\": \"\"\n },\n \"status\": {\n \"phase\": \"ready\",\n \"tasks\": {\n \"pending\": \"\",\n \"last\": \"\",\n \"failed\": \"\"\n },\n \"progress\": \"\",\n \"errorMessage\": \"\"\n }\n },\n \"status\": {\n \"phase\": \"waiting\",\n \"updatedAt\": \"\",\n \"progress\": \"\",\n \"errorMessage\": \"\"\n },\n \"projectId\": \"\",\n \"createdAt\": \"\",\n \"createdByTokenName\": \"\",\n \"size\": \"\",\n \"hash\": null,\n \"videoSpec\": {\n \"format\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"tracks\": [\n {\n \"type\": \"audio\",\n \"codec\": \"\",\n \"startTime\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"pixelFormat\": \"\",\n \"fps\": \"\",\n \"channels\": \"\",\n \"sampleRate\": \"\",\n \"bitDepth\": \"\"\n },\n {\n \"type\": \"video\",\n \"codec\": \"\",\n \"startTime\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"pixelFormat\": \"\",\n \"fps\": \"\",\n \"channels\": \"\",\n \"sampleRate\": \"\",\n \"bitDepth\": \"\"\n }\n ]\n }\n }\n]", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-0eae7c0f-afb0-4e25-8767-b668dbaa8680" }, { "id": "95ce35fc-3665-4e5a-bf72-3326dc6ca705", "name": "Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/stream/:id/clips", "host": [ "{{baseUrl}}" ], "path": [ "stream", ":id", "clips" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-95ce35fc-3665-4e5a-bf72-3326dc6ca705" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-d09160f9-f8e0-458d-93f6-69c900204fe0" } ], "id": "a4db290c-3449-4556-8e7f-c9542b91e638", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-a4db290c-3449-4556-8e7f-c9542b91e638" }, { "name": "create-multistream-target", "item": [ { "name": "Add a multistream target", "id": "0697fb86-a1c2-4839-9ca8-8a9cb67afc38", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"profile\": \"\",\n \"videoOnly\": false,\n \"id\": \"\",\n \"spec\": {\n \"url\": \"srt://\",\n \"name\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/stream/:id/create-multistream-target", "host": [ "{{baseUrl}}" ], "path": [ "stream", ":id", "create-multistream-target" ], "variable": [ { "id": "2c8ff823-a6eb-47d7-9ac5-ecc271f8b0ad", "key": "id", "value": "", "description": "(Required) ID of the parent stream" } ] } }, "response": [ { "id": "b6b119a2-4099-4741-ae32-d18445eebdaa", "name": "Success (No content)", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"profile\": \"\",\n \"videoOnly\": false,\n \"id\": \"\",\n \"spec\": {\n \"url\": \"srt://\",\n \"name\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/stream/:id/create-multistream-target", "host": [ "{{baseUrl}}" ], "path": [ "stream", ":id", "create-multistream-target" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-b6b119a2-4099-4741-ae32-d18445eebdaa" }, { "id": "8107c315-ff10-4f9a-a5c8-1117dc89379c", "name": "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 \"profile\": \"\",\n \"videoOnly\": false,\n \"id\": \"\",\n \"spec\": {\n \"url\": \"srt://\",\n \"name\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/stream/:id/create-multistream-target", "host": [ "{{baseUrl}}" ], "path": [ "stream", ":id", "create-multistream-target" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-8107c315-ff10-4f9a-a5c8-1117dc89379c" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-0697fb86-a1c2-4839-9ca8-8a9cb67afc38" } ], "id": "2e51a9ce-5eee-4bfc-9112-a762765a59c5", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-2e51a9ce-5eee-4bfc-9112-a762765a59c5" }, { "name": "multistream", "item": [ { "name": "{targetId}", "item": [ { "name": "Remove a multistream target", "id": "1dd9d594-2550-49ee-889e-600b06e97fbd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/stream/:id/multistream/:targetId", "host": [ "{{baseUrl}}" ], "path": [ "stream", ":id", "multistream", ":targetId" ], "variable": [ { "id": "c91c01d3-a033-4dd6-ad9d-432992f185ca", "key": "id", "value": "", "description": "(Required) ID of the parent stream" }, { "id": "040e0cc2-1809-48a3-8fa9-4fbc48423123", "key": "targetId", "value": "", "description": "(Required) ID of the multistream target" } ] } }, "response": [ { "id": "c0bafb42-6090-434a-858d-e6b7e825f12b", "name": "Success (No content)", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/stream/:id/multistream/:targetId", "host": [ "{{baseUrl}}" ], "path": [ "stream", ":id", "multistream", ":targetId" ], "variable": [ { "key": "id" }, { "key": "targetId" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-c0bafb42-6090-434a-858d-e6b7e825f12b" }, { "id": "f988d96b-ee4d-422c-b5bc-84a134f7d297", "name": "Error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/stream/:id/multistream/:targetId", "host": [ "{{baseUrl}}" ], "path": [ "stream", ":id", "multistream", ":targetId" ], "variable": [ { "key": "id" }, { "key": "targetId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-f988d96b-ee4d-422c-b5bc-84a134f7d297" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-1dd9d594-2550-49ee-889e-600b06e97fbd" } ], "id": "50893aa8-2fa2-4a09-a2e8-60e9b3f6adc2", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-50893aa8-2fa2-4a09-a2e8-60e9b3f6adc2" } ], "id": "178b160b-2a21-4c1a-af56-003d734d74ad", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-178b160b-2a21-4c1a-af56-003d734d74ad" }, { "name": "Retrieve a stream", "id": "7d39ed18-ddb4-4f1c-9934-4c41ba85cb24", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/stream/:id", "host": [ "{{baseUrl}}" ], "path": [ "stream", ":id" ], "variable": [ { "id": "5bef0cd2-3394-4ba5-b077-d9bd20ff87f0", "key": "id", "value": "", "description": "(Required) ID of the stream" } ] } }, "response": [ { "id": "075c9789-b703-4b2f-91aa-bad99fba015a", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/stream/:id", "host": [ "{{baseUrl}}" ], "path": [ "stream", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"userTags\": {\n \"nond9\": \"\"\n },\n \"lastSeen\": \"\",\n \"sourceSegments\": \"\",\n \"transcodedSegments\": \"\",\n \"sourceSegmentsDuration\": \"\",\n \"transcodedSegmentsDuration\": \"\",\n \"sourceBytes\": \"\",\n \"transcodedBytes\": \"\",\n \"ingestRate\": \"\",\n \"outgoingRate\": \"\",\n \"isActive\": \"\",\n \"isHealthy\": \"\",\n \"issues\": \"\",\n \"createdByTokenName\": \"\",\n \"createdAt\": \"\",\n \"parentId\": \"\",\n \"streamKey\": \"\",\n \"pull\": {\n \"source\": \"\",\n \"headers\": {\n \"pariatur678\": \"\",\n \"quis_f\": \"\",\n \"proident_5\": \"\"\n },\n \"isMobile\": 2,\n \"location\": {\n \"lat\": \"\",\n \"lon\": \"\"\n }\n },\n \"playbackId\": \"\",\n \"playbackPolicy\": null,\n \"profiles\": [\n {\n \"name\": \"240p0\",\n \"fps\": 0,\n \"bitrate\": 250000,\n \"width\": 426,\n \"height\": 240\n },\n {\n \"name\": \"360p0\",\n \"fps\": 0,\n \"bitrate\": 800000,\n \"width\": 640,\n \"height\": 360\n },\n {\n \"name\": \"480p0\",\n \"fps\": 0,\n \"bitrate\": 1600000,\n \"width\": 854,\n \"height\": 480\n },\n {\n \"name\": \"720p0\",\n \"fps\": 0,\n \"bitrate\": 3000000,\n \"width\": 1280,\n \"height\": 720\n }\n ],\n \"projectId\": \"\",\n \"record\": \"\",\n \"recordingSpec\": {\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264ConstrainedHigh\",\n \"encoder\": \"VP8\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Main\",\n \"encoder\": \"HEVC\"\n }\n ]\n },\n \"multistream\": {\n \"targets\": [\n {\n \"profile\": \"\",\n \"videoOnly\": false,\n \"id\": \"\",\n \"spec\": {\n \"url\": \"rtmp://\",\n \"name\": \"\"\n }\n },\n {\n \"profile\": \"\",\n \"videoOnly\": false,\n \"id\": \"\",\n \"spec\": {\n \"url\": \"srt://\",\n \"name\": \"\"\n }\n }\n ]\n },\n \"suspended\": \"\",\n \"lastTerminatedAt\": \"\",\n \"userId\": \"\",\n \"renditions\": {}\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-075c9789-b703-4b2f-91aa-bad99fba015a" }, { "id": "b412234c-4ca9-44a0-9c3a-da670d288d0e", "name": "Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/stream/:id", "host": [ "{{baseUrl}}" ], "path": [ "stream", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-b412234c-4ca9-44a0-9c3a-da670d288d0e" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-7d39ed18-ddb4-4f1c-9934-4c41ba85cb24" }, { "name": "Update a stream", "id": "9df30d2f-2f3b-4b1b-ac85-a105d18d156f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"record\": \"\",\n \"suspended\": \"\",\n \"multistream\": {\n \"targets\": [\n {\n \"profile\": \"\",\n \"videoOnly\": false,\n \"id\": \"\",\n \"spec\": {\n \"url\": \"rtmp://\",\n \"name\": \"\"\n }\n },\n {\n \"profile\": \"\",\n \"videoOnly\": false,\n \"id\": \"\",\n \"spec\": {\n \"url\": \"srt://\",\n \"name\": \"\"\n }\n }\n ]\n },\n \"playbackPolicy\": {\n \"type\": \"jwt\",\n \"webhookId\": \"\",\n \"webhookContext\": {\n \"ex95f\": \"ut est velit ea\",\n \"est_34\": \"sunt et nisi\"\n },\n \"refreshInterval\": \"\",\n \"allowedOrigins\": [\n \"\",\n \"\"\n ]\n },\n \"profiles\": {\n \"$ref\": \"#/components/schemas/stream/properties/profiles/default\"\n },\n \"recordingSpec\": {\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264ConstrainedHigh\",\n \"encoder\": \"H.264\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264High\",\n \"encoder\": \"H.264\"\n }\n ]\n },\n \"userTags\": {\n \"laborum_2_\": \"\",\n \"eiusmod_865\": \"\",\n \"minim_d\": \"\"\n },\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/stream/:id", "host": [ "{{baseUrl}}" ], "path": [ "stream", ":id" ], "variable": [ { "id": "ffe5d7ae-e566-4391-b2aa-2796d7872f72", "key": "id", "value": "", "description": "(Required) ID of the stream" } ] } }, "response": [ { "id": "0a5193da-5332-4ac7-b0a2-caf06056d07e", "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"record\": \"\",\n \"suspended\": \"\",\n \"multistream\": {\n \"targets\": [\n {\n \"profile\": \"\",\n \"videoOnly\": false,\n \"id\": \"\",\n \"spec\": {\n \"url\": \"rtmp://\",\n \"name\": \"\"\n }\n },\n {\n \"profile\": \"\",\n \"videoOnly\": false,\n \"id\": \"\",\n \"spec\": {\n \"url\": \"srt://\",\n \"name\": \"\"\n }\n }\n ]\n },\n \"playbackPolicy\": {\n \"type\": \"jwt\",\n \"webhookId\": \"\",\n \"webhookContext\": {\n \"ex95f\": \"ut est velit ea\",\n \"est_34\": \"sunt et nisi\"\n },\n \"refreshInterval\": \"\",\n \"allowedOrigins\": [\n \"\",\n \"\"\n ]\n },\n \"profiles\": {\n \"$ref\": \"#/components/schemas/stream/properties/profiles/default\"\n },\n \"recordingSpec\": {\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264ConstrainedHigh\",\n \"encoder\": \"H.264\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264High\",\n \"encoder\": \"H.264\"\n }\n ]\n },\n \"userTags\": {\n \"laborum_2_\": \"\",\n \"eiusmod_865\": \"\",\n \"minim_d\": \"\"\n },\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/stream/:id", "host": [ "{{baseUrl}}" ], "path": [ "stream", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-0a5193da-5332-4ac7-b0a2-caf06056d07e" }, { "id": "c688e602-f45a-4dd7-9492-407e4513f8bf", "name": "Error", "originalRequest": { "method": "PATCH", "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 \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"record\": \"\",\n \"suspended\": \"\",\n \"multistream\": {\n \"targets\": [\n {\n \"profile\": \"\",\n \"videoOnly\": false,\n \"id\": \"\",\n \"spec\": {\n \"url\": \"rtmp://\",\n \"name\": \"\"\n }\n },\n {\n \"profile\": \"\",\n \"videoOnly\": false,\n \"id\": \"\",\n \"spec\": {\n \"url\": \"srt://\",\n \"name\": \"\"\n }\n }\n ]\n },\n \"playbackPolicy\": {\n \"type\": \"jwt\",\n \"webhookId\": \"\",\n \"webhookContext\": {\n \"ex95f\": \"ut est velit ea\",\n \"est_34\": \"sunt et nisi\"\n },\n \"refreshInterval\": \"\",\n \"allowedOrigins\": [\n \"\",\n \"\"\n ]\n },\n \"profiles\": {\n \"$ref\": \"#/components/schemas/stream/properties/profiles/default\"\n },\n \"recordingSpec\": {\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264ConstrainedHigh\",\n \"encoder\": \"H.264\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264High\",\n \"encoder\": \"H.264\"\n }\n ]\n },\n \"userTags\": {\n \"laborum_2_\": \"\",\n \"eiusmod_865\": \"\",\n \"minim_d\": \"\"\n },\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/stream/:id", "host": [ "{{baseUrl}}" ], "path": [ "stream", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-c688e602-f45a-4dd7-9492-407e4513f8bf" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-9df30d2f-2f3b-4b1b-ac85-a105d18d156f" }, { "name": "Delete a stream", "id": "d05f05f4-97b0-4f4b-8e75-27a6d44921ad", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/stream/:id", "host": [ "{{baseUrl}}" ], "path": [ "stream", ":id" ], "variable": [ { "id": "bc59d1d1-a3d9-4c90-befa-85f90c46a1cd", "key": "id", "value": "", "description": "(Required) ID of the stream" } ] }, "description": "This will also suspend any active stream sessions, so make sure to wait\nuntil the stream has finished. To explicitly interrupt an active\nsession, consider instead updating the suspended field in the stream\nusing the PATCH stream API.\n" }, "response": [ { "id": "73e365a3-142e-4faa-8073-b2d4c5c09e0a", "name": "Success (No content)", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/stream/:id", "host": [ "{{baseUrl}}" ], "path": [ "stream", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-73e365a3-142e-4faa-8073-b2d4c5c09e0a" }, { "id": "9fb0dd49-13fd-4e2c-9480-90eeb0126620", "name": "Error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/stream/:id", "host": [ "{{baseUrl}}" ], "path": [ "stream", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-9fb0dd49-13fd-4e2c-9480-90eeb0126620" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-d05f05f4-97b0-4f4b-8e75-27a6d44921ad" } ], "id": "cc565040-5f12-43cb-afa8-7cb08cf7cb70", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-cc565040-5f12-43cb-afa8-7cb08cf7cb70" }, { "name": "{parentId}", "item": [ { "name": "sessions", "item": [ { "name": "Retrieve Recorded Sessions", "id": "42dafc64-479a-4fc8-b19d-465980cc3487", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/stream/:parentId/sessions?record=", "host": [ "{{baseUrl}}" ], "path": [ "stream", ":parentId", "sessions" ], "query": [ { "description": "Flag indicating if the response should only include recorded\nsessions\n", "key": "record", "value": "" } ], "variable": [ { "id": "f652136d-8544-47c1-b1a3-27263751fdc4", "key": "parentId", "value": "", "description": "(Required) ID of the parent stream" } ] } }, "response": [ { "id": "42c49a81-9cd2-4bd1-8a4d-5a51456a938e", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/stream/:parentId/sessions?record=", "host": [ "{{baseUrl}}" ], "path": [ "stream", ":parentId", "sessions" ], "query": [ { "description": "Flag indicating if the response should only include recorded\nsessions\n", "key": "record", "value": "" } ], "variable": [ { "key": "parentId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"name\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"userId\": \"\",\n \"lastSeen\": \"\",\n \"sourceSegments\": \"\",\n \"transcodedSegments\": \"\",\n \"sourceSegmentsDuration\": \"\",\n \"transcodedSegmentsDuration\": \"\",\n \"sourceBytes\": \"\",\n \"transcodedBytes\": \"\",\n \"ingestRate\": \"\",\n \"outgoingRate\": \"\",\n \"isHealthy\": \"\",\n \"issues\": \"\",\n \"createdAt\": \"\",\n \"parentId\": \"\",\n \"projectId\": \"\",\n \"record\": \"\",\n \"recordingStatus\": \"failed\",\n \"recordingUrl\": \"\",\n \"mp4Url\": \"\",\n \"playbackId\": \"\",\n \"profiles\": [\n {\n \"name\": \"240p0\",\n \"fps\": 0,\n \"bitrate\": 250000,\n \"width\": 426,\n \"height\": 240\n },\n {\n \"name\": \"360p0\",\n \"fps\": 0,\n \"bitrate\": 800000,\n \"width\": 640,\n \"height\": 360\n },\n {\n \"name\": \"480p0\",\n \"fps\": 0,\n \"bitrate\": 1600000,\n \"width\": 854,\n \"height\": 480\n },\n {\n \"name\": \"720p0\",\n \"fps\": 0,\n \"bitrate\": 3000000,\n \"width\": 1280,\n \"height\": 720\n }\n ],\n \"recordingSpec\": {\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Main\",\n \"encoder\": \"HEVC\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Baseline\",\n \"encoder\": \"VP9\"\n }\n ]\n }\n },\n {\n \"name\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"userId\": \"\",\n \"lastSeen\": \"\",\n \"sourceSegments\": \"\",\n \"transcodedSegments\": \"\",\n \"sourceSegmentsDuration\": \"\",\n \"transcodedSegmentsDuration\": \"\",\n \"sourceBytes\": \"\",\n \"transcodedBytes\": \"\",\n \"ingestRate\": \"\",\n \"outgoingRate\": \"\",\n \"isHealthy\": \"\",\n \"issues\": \"\",\n \"createdAt\": \"\",\n \"parentId\": \"\",\n \"projectId\": \"\",\n \"record\": \"\",\n \"recordingStatus\": \"failed\",\n \"recordingUrl\": \"\",\n \"mp4Url\": \"\",\n \"playbackId\": \"\",\n \"profiles\": [\n {\n \"name\": \"240p0\",\n \"fps\": 0,\n \"bitrate\": 250000,\n \"width\": 426,\n \"height\": 240\n },\n {\n \"name\": \"360p0\",\n \"fps\": 0,\n \"bitrate\": 800000,\n \"width\": 640,\n \"height\": 360\n },\n {\n \"name\": \"480p0\",\n \"fps\": 0,\n \"bitrate\": 1600000,\n \"width\": 854,\n \"height\": 480\n },\n {\n \"name\": \"720p0\",\n \"fps\": 0,\n \"bitrate\": 3000000,\n \"width\": 1280,\n \"height\": 720\n }\n ],\n \"recordingSpec\": {\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Main\",\n \"encoder\": \"H.264\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Main\",\n \"encoder\": \"VP9\"\n }\n ]\n }\n }\n]", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-42c49a81-9cd2-4bd1-8a4d-5a51456a938e" }, { "id": "d9e82ee0-e7a2-46b1-90ed-e269da28bcf9", "name": "Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/stream/:parentId/sessions?record=", "host": [ "{{baseUrl}}" ], "path": [ "stream", ":parentId", "sessions" ], "query": [ { "description": "Flag indicating if the response should only include recorded\nsessions\n", "key": "record", "value": "" } ], "variable": [ { "key": "parentId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-d9e82ee0-e7a2-46b1-90ed-e269da28bcf9" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-42dafc64-479a-4fc8-b19d-465980cc3487" } ], "id": "77a89ee3-78ee-4523-8e83-eca61efd3f8f", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-77a89ee3-78ee-4523-8e83-eca61efd3f8f" } ], "id": "fece8fdf-c699-4d33-91ef-7d1dbd6b98f2", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-fece8fdf-c699-4d33-91ef-7d1dbd6b98f2" }, { "name": "Create a stream", "id": "5641cec9-b480-4c0f-b19f-8c4bfbe5e021", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"pull\": {\n \"source\": \"\",\n \"headers\": {\n \"aliquip_f\": \"\",\n \"tempor274\": \"\"\n },\n \"isMobile\": 2,\n \"location\": {\n \"lat\": \"\",\n \"lon\": \"\"\n }\n },\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"playbackPolicy\": {\n \"type\": \"jwt\",\n \"webhookId\": \"\",\n \"webhookContext\": {\n \"cillum4e\": 65382225.35565686,\n \"ipsum_4\": false,\n \"est28\": \"sit\"\n },\n \"refreshInterval\": \"\",\n \"allowedOrigins\": [\n \"\",\n \"\"\n ]\n },\n \"profiles\": {\n \"$ref\": \"#/components/schemas/stream/properties/profiles/default\"\n },\n \"record\": \"\",\n \"recordingSpec\": {\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264High\",\n \"encoder\": \"VP9\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264High\",\n \"encoder\": \"HEVC\"\n }\n ]\n },\n \"multistream\": {\n \"targets\": [\n {\n \"profile\": \"\",\n \"videoOnly\": false,\n \"id\": \"\",\n \"spec\": {\n \"url\": \"rtmps://\",\n \"name\": \"\"\n }\n },\n {\n \"profile\": \"\",\n \"videoOnly\": false,\n \"id\": \"\",\n \"spec\": {\n \"url\": \"srt://\",\n \"name\": \"\"\n }\n }\n ]\n },\n \"userTags\": {\n \"cupidatat3\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/stream", "host": [ "{{baseUrl}}" ], "path": [ "stream" ] }, "description": "The only parameter you are required to set is the name of your stream,\nbut we also highly recommend that you define transcoding profiles\nparameter that suits your specific broadcasting configuration.\n\\\n\\\nIf you do not define transcoding rendition profiles when creating the\nstream, a default set of profiles will be used. These profiles include\n240p, 360p, 480p and 720p.\n\\\n\\\nThe playback policy is set to public by default for new streams. It can\nalso be added upon the creation of a new stream by adding\n`\"playbackPolicy\": {\"type\": \"jwt\"}`\n" }, "response": [ { "id": "05c0fc54-cef8-4bdc-ab60-d0e636e7d2d5", "name": "Success", "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 \"name\": \"\",\n \"pull\": {\n \"source\": \"\",\n \"headers\": {\n \"aliquip_f\": \"\",\n \"tempor274\": \"\"\n },\n \"isMobile\": 2,\n \"location\": {\n \"lat\": \"\",\n \"lon\": \"\"\n }\n },\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"playbackPolicy\": {\n \"type\": \"jwt\",\n \"webhookId\": \"\",\n \"webhookContext\": {\n \"cillum4e\": 65382225.35565686,\n \"ipsum_4\": false,\n \"est28\": \"sit\"\n },\n \"refreshInterval\": \"\",\n \"allowedOrigins\": [\n \"\",\n \"\"\n ]\n },\n \"profiles\": {\n \"$ref\": \"#/components/schemas/stream/properties/profiles/default\"\n },\n \"record\": \"\",\n \"recordingSpec\": {\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264High\",\n \"encoder\": \"VP9\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264High\",\n \"encoder\": \"HEVC\"\n }\n ]\n },\n \"multistream\": {\n \"targets\": [\n {\n \"profile\": \"\",\n \"videoOnly\": false,\n \"id\": \"\",\n \"spec\": {\n \"url\": \"rtmps://\",\n \"name\": \"\"\n }\n },\n {\n \"profile\": \"\",\n \"videoOnly\": false,\n \"id\": \"\",\n \"spec\": {\n \"url\": \"srt://\",\n \"name\": \"\"\n }\n }\n ]\n },\n \"userTags\": {\n \"cupidatat3\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/stream", "host": [ "{{baseUrl}}" ], "path": [ "stream" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"userTags\": {\n \"nond9\": \"\"\n },\n \"lastSeen\": \"\",\n \"sourceSegments\": \"\",\n \"transcodedSegments\": \"\",\n \"sourceSegmentsDuration\": \"\",\n \"transcodedSegmentsDuration\": \"\",\n \"sourceBytes\": \"\",\n \"transcodedBytes\": \"\",\n \"ingestRate\": \"\",\n \"outgoingRate\": \"\",\n \"isActive\": \"\",\n \"isHealthy\": \"\",\n \"issues\": \"\",\n \"createdByTokenName\": \"\",\n \"createdAt\": \"\",\n \"parentId\": \"\",\n \"streamKey\": \"\",\n \"pull\": {\n \"source\": \"\",\n \"headers\": {\n \"pariatur678\": \"\",\n \"quis_f\": \"\",\n \"proident_5\": \"\"\n },\n \"isMobile\": 2,\n \"location\": {\n \"lat\": \"\",\n \"lon\": \"\"\n }\n },\n \"playbackId\": \"\",\n \"playbackPolicy\": null,\n \"profiles\": [\n {\n \"name\": \"240p0\",\n \"fps\": 0,\n \"bitrate\": 250000,\n \"width\": 426,\n \"height\": 240\n },\n {\n \"name\": \"360p0\",\n \"fps\": 0,\n \"bitrate\": 800000,\n \"width\": 640,\n \"height\": 360\n },\n {\n \"name\": \"480p0\",\n \"fps\": 0,\n \"bitrate\": 1600000,\n \"width\": 854,\n \"height\": 480\n },\n {\n \"name\": \"720p0\",\n \"fps\": 0,\n \"bitrate\": 3000000,\n \"width\": 1280,\n \"height\": 720\n }\n ],\n \"projectId\": \"\",\n \"record\": \"\",\n \"recordingSpec\": {\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264ConstrainedHigh\",\n \"encoder\": \"VP8\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Main\",\n \"encoder\": \"HEVC\"\n }\n ]\n },\n \"multistream\": {\n \"targets\": [\n {\n \"profile\": \"\",\n \"videoOnly\": false,\n \"id\": \"\",\n \"spec\": {\n \"url\": \"rtmp://\",\n \"name\": \"\"\n }\n },\n {\n \"profile\": \"\",\n \"videoOnly\": false,\n \"id\": \"\",\n \"spec\": {\n \"url\": \"srt://\",\n \"name\": \"\"\n }\n }\n ]\n },\n \"suspended\": \"\",\n \"lastTerminatedAt\": \"\",\n \"userId\": \"\",\n \"renditions\": {}\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-05c0fc54-cef8-4bdc-ab60-d0e636e7d2d5" }, { "id": "adabb0e3-d216-4198-a48e-5d9266d90b89", "name": "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 \"name\": \"\",\n \"pull\": {\n \"source\": \"\",\n \"headers\": {\n \"aliquip_f\": \"\",\n \"tempor274\": \"\"\n },\n \"isMobile\": 2,\n \"location\": {\n \"lat\": \"\",\n \"lon\": \"\"\n }\n },\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"playbackPolicy\": {\n \"type\": \"jwt\",\n \"webhookId\": \"\",\n \"webhookContext\": {\n \"cillum4e\": 65382225.35565686,\n \"ipsum_4\": false,\n \"est28\": \"sit\"\n },\n \"refreshInterval\": \"\",\n \"allowedOrigins\": [\n \"\",\n \"\"\n ]\n },\n \"profiles\": {\n \"$ref\": \"#/components/schemas/stream/properties/profiles/default\"\n },\n \"record\": \"\",\n \"recordingSpec\": {\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264High\",\n \"encoder\": \"VP9\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264High\",\n \"encoder\": \"HEVC\"\n }\n ]\n },\n \"multistream\": {\n \"targets\": [\n {\n \"profile\": \"\",\n \"videoOnly\": false,\n \"id\": \"\",\n \"spec\": {\n \"url\": \"rtmps://\",\n \"name\": \"\"\n }\n },\n {\n \"profile\": \"\",\n \"videoOnly\": false,\n \"id\": \"\",\n \"spec\": {\n \"url\": \"srt://\",\n \"name\": \"\"\n }\n }\n ]\n },\n \"userTags\": {\n \"cupidatat3\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/stream", "host": [ "{{baseUrl}}" ], "path": [ "stream" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-adabb0e3-d216-4198-a48e-5d9266d90b89" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-5641cec9-b480-4c0f-b19f-8c4bfbe5e021" }, { "name": "Retrieve streams", "id": "ec560581-ab14-460b-8748-b9ad785e38e6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/stream?streamsonly=", "host": [ "{{baseUrl}}" ], "path": [ "stream" ], "query": [ { "key": "streamsonly", "value": "" } ] } }, "response": [ { "id": "68399c08-882e-4832-8c95-afe4ea013f8d", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/stream?streamsonly=", "host": [ "{{baseUrl}}" ], "path": [ "stream" ], "query": [ { "key": "streamsonly", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"name\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"userTags\": {\n \"et660\": \"\"\n },\n \"lastSeen\": \"\",\n \"sourceSegments\": \"\",\n \"transcodedSegments\": \"\",\n \"sourceSegmentsDuration\": \"\",\n \"transcodedSegmentsDuration\": \"\",\n \"sourceBytes\": \"\",\n \"transcodedBytes\": \"\",\n \"ingestRate\": \"\",\n \"outgoingRate\": \"\",\n \"isActive\": \"\",\n \"isHealthy\": \"\",\n \"issues\": \"\",\n \"createdByTokenName\": \"\",\n \"createdAt\": \"\",\n \"parentId\": \"\",\n \"streamKey\": \"\",\n \"pull\": {\n \"source\": \"\",\n \"headers\": {\n \"veniam_b\": \"\"\n },\n \"isMobile\": 1,\n \"location\": {\n \"lat\": \"\",\n \"lon\": \"\"\n }\n },\n \"playbackId\": \"\",\n \"playbackPolicy\": null,\n \"profiles\": [\n {\n \"name\": \"240p0\",\n \"fps\": 0,\n \"bitrate\": 250000,\n \"width\": 426,\n \"height\": 240\n },\n {\n \"name\": \"360p0\",\n \"fps\": 0,\n \"bitrate\": 800000,\n \"width\": 640,\n \"height\": 360\n },\n {\n \"name\": \"480p0\",\n \"fps\": 0,\n \"bitrate\": 1600000,\n \"width\": 854,\n \"height\": 480\n },\n {\n \"name\": \"720p0\",\n \"fps\": 0,\n \"bitrate\": 3000000,\n \"width\": 1280,\n \"height\": 720\n }\n ],\n \"projectId\": \"\",\n \"record\": \"\",\n \"recordingSpec\": {\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Main\",\n \"encoder\": \"VP9\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264ConstrainedHigh\",\n \"encoder\": \"VP8\"\n }\n ]\n },\n \"multistream\": {\n \"targets\": [\n {\n \"profile\": \"\",\n \"videoOnly\": false,\n \"id\": \"\",\n \"spec\": {\n \"url\": \"rtmp://\",\n \"name\": \"\"\n }\n },\n {\n \"profile\": \"\",\n \"videoOnly\": false,\n \"id\": \"\",\n \"spec\": {\n \"url\": \"rtmps://\",\n \"name\": \"\"\n }\n }\n ]\n },\n \"suspended\": \"\",\n \"lastTerminatedAt\": \"\",\n \"userId\": \"\",\n \"renditions\": {}\n },\n {\n \"name\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"userTags\": {\n \"dolor_01\": \"\",\n \"eu_163\": \"\",\n \"officia4d\": \"\",\n \"Ut_1\": \"\"\n },\n \"lastSeen\": \"\",\n \"sourceSegments\": \"\",\n \"transcodedSegments\": \"\",\n \"sourceSegmentsDuration\": \"\",\n \"transcodedSegmentsDuration\": \"\",\n \"sourceBytes\": \"\",\n \"transcodedBytes\": \"\",\n \"ingestRate\": \"\",\n \"outgoingRate\": \"\",\n \"isActive\": \"\",\n \"isHealthy\": \"\",\n \"issues\": \"\",\n \"createdByTokenName\": \"\",\n \"createdAt\": \"\",\n \"parentId\": \"\",\n \"streamKey\": \"\",\n \"pull\": {\n \"source\": \"\",\n \"headers\": {\n \"ullamco_53f\": \"\",\n \"aute_f_\": \"\"\n },\n \"isMobile\": 0,\n \"location\": {\n \"lat\": \"\",\n \"lon\": \"\"\n }\n },\n \"playbackId\": \"\",\n \"playbackPolicy\": null,\n \"profiles\": [\n {\n \"name\": \"240p0\",\n \"fps\": 0,\n \"bitrate\": 250000,\n \"width\": 426,\n \"height\": 240\n },\n {\n \"name\": \"360p0\",\n \"fps\": 0,\n \"bitrate\": 800000,\n \"width\": 640,\n \"height\": 360\n },\n {\n \"name\": \"480p0\",\n \"fps\": 0,\n \"bitrate\": 1600000,\n \"width\": 854,\n \"height\": 480\n },\n {\n \"name\": \"720p0\",\n \"fps\": 0,\n \"bitrate\": 3000000,\n \"width\": 1280,\n \"height\": 720\n }\n ],\n \"projectId\": \"\",\n \"record\": \"\",\n \"recordingSpec\": {\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Main\",\n \"encoder\": \"VP8\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Main\",\n \"encoder\": \"VP9\"\n }\n ]\n },\n \"multistream\": {\n \"targets\": [\n {\n \"profile\": \"\",\n \"videoOnly\": false,\n \"id\": \"\",\n \"spec\": {\n \"url\": \"srt://\",\n \"name\": \"\"\n }\n },\n {\n \"profile\": \"\",\n \"videoOnly\": false,\n \"id\": \"\",\n \"spec\": {\n \"url\": \"srt://\",\n \"name\": \"\"\n }\n }\n ]\n },\n \"suspended\": \"\",\n \"lastTerminatedAt\": \"\",\n \"userId\": \"\",\n \"renditions\": {}\n }\n]", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-68399c08-882e-4832-8c95-afe4ea013f8d" }, { "id": "f5bdf952-ca63-4599-9301-62f4e95e7de3", "name": "Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/stream?streamsonly=", "host": [ "{{baseUrl}}" ], "path": [ "stream" ], "query": [ { "key": "streamsonly", "value": "" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-f5bdf952-ca63-4599-9301-62f4e95e7de3" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-ec560581-ab14-460b-8748-b9ad785e38e6" } ], "id": "f0d2bcc6-d7b1-49f2-ab62-89975ebe523e", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-f0d2bcc6-d7b1-49f2-ab62-89975ebe523e" }, { "name": "multistream", "item": [ { "name": "target", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve a multistream target", "id": "03438f2e-346a-437d-a3e3-335f547fea05", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/multistream/target/:id", "host": [ "{{baseUrl}}" ], "path": [ "multistream", "target", ":id" ], "variable": [ { "id": "bda0bcb5-7a54-4a4d-b3a9-2b53998d0bef", "key": "id", "value": "", "description": "(Required) ID of the multistream target" } ] } }, "response": [ { "id": "3556873c-eea6-4072-b5fc-fd1aeb660536", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/multistream/target/:id", "host": [ "{{baseUrl}}" ], "path": [ "multistream", "target", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"url\": \"rtmps://\",\n \"id\": \"\",\n \"name\": \"\",\n \"userId\": \"\",\n \"disabled\": \"\",\n \"createdAt\": \"\"\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-3556873c-eea6-4072-b5fc-fd1aeb660536" }, { "id": "d8f3b141-1db5-45d3-b11d-550ca509da0f", "name": "Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/multistream/target/:id", "host": [ "{{baseUrl}}" ], "path": [ "multistream", "target", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-d8f3b141-1db5-45d3-b11d-550ca509da0f" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-03438f2e-346a-437d-a3e3-335f547fea05" }, { "name": "Update Multistream Target", "id": "66e66983-7ad5-4b97-bafb-46a0a998a2c4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"url\": \"rtmps://\",\n \"id\": \"\",\n \"name\": \"\",\n \"userId\": \"\",\n \"disabled\": \"\",\n \"createdAt\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/multistream/target/:id", "host": [ "{{baseUrl}}" ], "path": [ "multistream", "target", ":id" ], "variable": [ { "id": "d3e494f2-55df-4fc2-9b2c-1c08cb7a4191", "key": "id", "value": "", "description": "(Required) ID of the multistream target" } ] } }, "response": [ { "id": "a08334a9-6a08-445b-85d7-a33ba8a854f1", "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"url\": \"rtmps://\",\n \"id\": \"\",\n \"name\": \"\",\n \"userId\": \"\",\n \"disabled\": \"\",\n \"createdAt\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/multistream/target/:id", "host": [ "{{baseUrl}}" ], "path": [ "multistream", "target", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-a08334a9-6a08-445b-85d7-a33ba8a854f1" }, { "id": "df216673-1d6b-489a-ab96-4e627efbc8ce", "name": "Error", "originalRequest": { "method": "PATCH", "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 \"url\": \"rtmps://\",\n \"id\": \"\",\n \"name\": \"\",\n \"userId\": \"\",\n \"disabled\": \"\",\n \"createdAt\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/multistream/target/:id", "host": [ "{{baseUrl}}" ], "path": [ "multistream", "target", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-df216673-1d6b-489a-ab96-4e627efbc8ce" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-66e66983-7ad5-4b97-bafb-46a0a998a2c4" }, { "name": "Delete a multistream target", "id": "43e312fa-d185-4b8e-9143-c6e040fe3800", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/multistream/target/:id", "host": [ "{{baseUrl}}" ], "path": [ "multistream", "target", ":id" ], "variable": [ { "id": "2814e579-eac5-4017-bc14-753f08c0e800", "key": "id", "value": "", "description": "(Required) ID of the multistream target" } ] }, "description": "Make sure to remove any references to the target on existing\nstreams before actually deleting it from the API.\n" }, "response": [ { "id": "7a067884-fdc9-4a66-b935-27a0babecf94", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/multistream/target/:id", "host": [ "{{baseUrl}}" ], "path": [ "multistream", "target", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-7a067884-fdc9-4a66-b935-27a0babecf94" }, { "id": "0326d5cc-d5d4-44f1-988e-971c9d6b08be", "name": "Error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/multistream/target/:id", "host": [ "{{baseUrl}}" ], "path": [ "multistream", "target", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-0326d5cc-d5d4-44f1-988e-971c9d6b08be" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-43e312fa-d185-4b8e-9143-c6e040fe3800" } ], "id": "861f5cc9-5402-47e3-ba01-3f5dc129a86a", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-861f5cc9-5402-47e3-ba01-3f5dc129a86a" }, { "name": "Retrieve Multistream Targets", "id": "4a068e91-95ee-49cc-a9bf-1f265e034d0c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/multistream/target", "host": [ "{{baseUrl}}" ], "path": [ "multistream", "target" ] } }, "response": [ { "id": "79c52132-edc7-4b07-8267-72a9525aad97", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/multistream/target", "host": [ "{{baseUrl}}" ], "path": [ "multistream", "target" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"url\": \"srt://\",\n \"id\": \"\",\n \"name\": \"\",\n \"userId\": \"\",\n \"disabled\": \"\",\n \"createdAt\": \"\"\n },\n {\n \"url\": \"rtmps://\",\n \"id\": \"\",\n \"name\": \"\",\n \"userId\": \"\",\n \"disabled\": \"\",\n \"createdAt\": \"\"\n }\n]", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-79c52132-edc7-4b07-8267-72a9525aad97" }, { "id": "cdbd0589-88ff-4990-b20a-3d96cda2846a", "name": "Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/multistream/target", "host": [ "{{baseUrl}}" ], "path": [ "multistream", "target" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-cdbd0589-88ff-4990-b20a-3d96cda2846a" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-4a068e91-95ee-49cc-a9bf-1f265e034d0c" }, { "name": "Create a multistream target", "id": "10df3a8f-d9d7-4212-8e5c-12de35254f37", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"url\": \"rtmps://\",\n \"id\": \"\",\n \"name\": \"\",\n \"userId\": \"\",\n \"disabled\": \"\",\n \"createdAt\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/multistream/target", "host": [ "{{baseUrl}}" ], "path": [ "multistream", "target" ] } }, "response": [ { "id": "722a3237-bcc8-4edd-9dcb-36925e468cdf", "name": "Success", "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 \"url\": \"rtmps://\",\n \"id\": \"\",\n \"name\": \"\",\n \"userId\": \"\",\n \"disabled\": \"\",\n \"createdAt\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/multistream/target", "host": [ "{{baseUrl}}" ], "path": [ "multistream", "target" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"url\": \"rtmps://\",\n \"id\": \"\",\n \"name\": \"\",\n \"userId\": \"\",\n \"disabled\": \"\",\n \"createdAt\": \"\"\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-722a3237-bcc8-4edd-9dcb-36925e468cdf" }, { "id": "1763576c-45b0-4bc6-bbb6-5b50647d7b4d", "name": "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 \"url\": \"rtmps://\",\n \"id\": \"\",\n \"name\": \"\",\n \"userId\": \"\",\n \"disabled\": \"\",\n \"createdAt\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/multistream/target", "host": [ "{{baseUrl}}" ], "path": [ "multistream", "target" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-1763576c-45b0-4bc6-bbb6-5b50647d7b4d" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-10df3a8f-d9d7-4212-8e5c-12de35254f37" } ], "id": "0ba1c97f-24f0-4dcd-9fd6-e6281786c199", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-0ba1c97f-24f0-4dcd-9fd6-e6281786c199" } ], "id": "ba7031be-3bbf-4a6d-a89b-def55bdbf968", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-ba7031be-3bbf-4a6d-a89b-def55bdbf968" }, { "name": "webhook", "item": [ { "name": "{id}", "item": [ { "name": "log", "item": [ { "name": "{logId}", "item": [ { "name": "resend", "item": [ { "name": "Resend a webhook", "id": "0b56b118-a68e-48b1-b80e-83435acbfc56", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/webhook/:id/log/:logId/resend", "host": [ "{{baseUrl}}" ], "path": [ "webhook", ":id", "log", ":logId", "resend" ], "variable": [ { "id": "d3817e55-0317-44ca-bde9-f9840ca56f26", "key": "id", "value": "", "description": "(Required) " }, { "id": "9d8d4b6d-f699-4cd3-ab8d-eecbccacbdfb", "key": "logId", "value": "", "description": "(Required) " } ] }, "description": "Use this API to resend the same webhook request. This is useful when\ndeveloping and debugging, allowing you to easily repeat the same webhook\nto check or fix the behaviour in your handler.\n" }, "response": [ { "id": "72a082a7-64ae-459c-bcdb-e96f1f9b7fc4", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/webhook/:id/log/:logId/resend", "host": [ "{{baseUrl}}" ], "path": [ "webhook", ":id", "log", ":logId", "resend" ], "variable": [ { "key": "id" }, { "key": "logId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"webhookId\": \"\",\n \"event\": \"\",\n \"createdAt\": \"\",\n \"duration\": \"\",\n \"success\": \"\",\n \"request\": {\n \"url\": \"\",\n \"method\": \"\",\n \"headers\": {\n \"Lorem_e7\": \"\"\n },\n \"body\": \"\"\n },\n \"response\": {\n \"body\": \"\",\n \"status\": \"\",\n \"statusText\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-72a082a7-64ae-459c-bcdb-e96f1f9b7fc4" }, { "id": "289861ff-de72-4661-9ea8-c5a5d9028724", "name": "Error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/webhook/:id/log/:logId/resend", "host": [ "{{baseUrl}}" ], "path": [ "webhook", ":id", "log", ":logId", "resend" ], "variable": [ { "key": "id" }, { "key": "logId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-289861ff-de72-4661-9ea8-c5a5d9028724" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-0b56b118-a68e-48b1-b80e-83435acbfc56" } ], "id": "b9726abc-e5d2-436d-808d-c2f3bd8f67ec", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-b9726abc-e5d2-436d-808d-c2f3bd8f67ec" }, { "name": "Retrieve a webhook log", "id": "2d7976b4-dd5a-44a1-b33d-92f3d87a67b2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/webhook/:id/log/:logId", "host": [ "{{baseUrl}}" ], "path": [ "webhook", ":id", "log", ":logId" ], "variable": [ { "id": "b5111da0-a357-41a8-8be1-662af7a90fc1", "key": "id", "value": "", "description": "(Required) " }, { "id": "e4b9a6f5-f6e9-44e1-a60f-b6497f7ed80c", "key": "logId", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "901c7411-cee0-4733-abe3-0e098068f1aa", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/webhook/:id/log/:logId", "host": [ "{{baseUrl}}" ], "path": [ "webhook", ":id", "log", ":logId" ], "variable": [ { "key": "id" }, { "key": "logId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"webhookId\": \"\",\n \"event\": \"\",\n \"createdAt\": \"\",\n \"duration\": \"\",\n \"success\": \"\",\n \"request\": {\n \"url\": \"\",\n \"method\": \"\",\n \"headers\": {\n \"Lorem_e7\": \"\"\n },\n \"body\": \"\"\n },\n \"response\": {\n \"body\": \"\",\n \"status\": \"\",\n \"statusText\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-901c7411-cee0-4733-abe3-0e098068f1aa" }, { "id": "c29aa43c-3120-4db8-9704-4079250d60a4", "name": "Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/webhook/:id/log/:logId", "host": [ "{{baseUrl}}" ], "path": [ "webhook", ":id", "log", ":logId" ], "variable": [ { "key": "id" }, { "key": "logId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-c29aa43c-3120-4db8-9704-4079250d60a4" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-2d7976b4-dd5a-44a1-b33d-92f3d87a67b2" } ], "id": "c3d95a03-a295-45a7-ac57-59498f2d08f2", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-c3d95a03-a295-45a7-ac57-59498f2d08f2" }, { "name": "Retrieve webhook logs", "id": "79acf13f-9bff-4690-bfe2-4850d4a4e748", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/webhook/:id/log", "host": [ "{{baseUrl}}" ], "path": [ "webhook", ":id", "log" ], "variable": [ { "id": "5786eab2-c324-4ab7-8616-58c3492e6bb5", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "0127a591-bd56-4dd2-8f4c-b12eefc10c0f", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/webhook/:id/log", "host": [ "{{baseUrl}}" ], "path": [ "webhook", ":id", "log" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"id\": \"\",\n \"webhookId\": \"\",\n \"event\": \"\",\n \"createdAt\": \"\",\n \"duration\": \"\",\n \"success\": \"\",\n \"request\": {\n \"url\": \"\",\n \"method\": \"\",\n \"headers\": {\n \"laborum__\": \"\",\n \"cillum_8a\": \"\"\n },\n \"body\": \"\"\n },\n \"response\": {\n \"body\": \"\",\n \"status\": \"\",\n \"statusText\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"webhookId\": \"\",\n \"event\": \"\",\n \"createdAt\": \"\",\n \"duration\": \"\",\n \"success\": \"\",\n \"request\": {\n \"url\": \"\",\n \"method\": \"\",\n \"headers\": {\n \"adipisicing63b\": \"\"\n },\n \"body\": \"\"\n },\n \"response\": {\n \"body\": \"\",\n \"status\": \"\",\n \"statusText\": \"\"\n }\n }\n]", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-0127a591-bd56-4dd2-8f4c-b12eefc10c0f" }, { "id": "d5fdb844-f26b-4c8c-ae21-812d8b659f9e", "name": "Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/webhook/:id/log", "host": [ "{{baseUrl}}" ], "path": [ "webhook", ":id", "log" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-d5fdb844-f26b-4c8c-ae21-812d8b659f9e" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-79acf13f-9bff-4690-bfe2-4850d4a4e748" } ], "id": "85e83c70-3f0b-4ef6-b518-83dcae762102", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-85e83c70-3f0b-4ef6-b518-83dcae762102" }, { "name": "Retrieve a webhook", "id": "2af8070c-0388-426a-ab21-8e2da45b098e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/webhook/:id", "host": [ "{{baseUrl}}" ], "path": [ "webhook", ":id" ], "variable": [ { "id": "6729307a-924f-4651-b00d-ed56edb2de8b", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "8b0bd143-565d-41b4-bb75-1e512ad27233", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/webhook/:id", "host": [ "{{baseUrl}}" ], "path": [ "webhook", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"url\": \"https://\",\n \"id\": \"\",\n \"kind\": \"\",\n \"userId\": \"\",\n \"projectId\": \"\",\n \"createdAt\": \"\",\n \"events\": [\n \"task.updated\",\n \"stream.idle\"\n ],\n \"sharedSecret\": \"\",\n \"streamId\": \"\",\n \"status\": {\n \"lastFailure\": {\n \"timestamp\": \"\",\n \"error\": \"\",\n \"response\": \"\",\n \"statusCode\": \"\"\n },\n \"lastTriggeredAt\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-8b0bd143-565d-41b4-bb75-1e512ad27233" }, { "id": "adde3676-44f9-4012-b8da-29c1e8fc6197", "name": "Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/webhook/:id", "host": [ "{{baseUrl}}" ], "path": [ "webhook", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-adde3676-44f9-4012-b8da-29c1e8fc6197" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-2af8070c-0388-426a-ab21-8e2da45b098e" }, { "name": "Update a webhook", "id": "311b47d4-f764-4157-b2f6-467a18681214", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"url\": \"https://\",\n \"id\": \"\",\n \"kind\": \"\",\n \"userId\": \"\",\n \"projectId\": \"\",\n \"createdAt\": \"\",\n \"events\": [\n \"task.updated\",\n \"stream.idle\"\n ],\n \"sharedSecret\": \"\",\n \"streamId\": \"\",\n \"status\": {\n \"lastFailure\": {\n \"timestamp\": \"\",\n \"error\": \"\",\n \"response\": \"\",\n \"statusCode\": \"\"\n },\n \"lastTriggeredAt\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhook/:id", "host": [ "{{baseUrl}}" ], "path": [ "webhook", ":id" ], "variable": [ { "id": "7bbf0bf9-002f-408c-80cf-a81c15f82e3b", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "7a961798-2732-43d8-9f37-d2fd5f670f79", "name": "Success", "originalRequest": { "method": "PUT", "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 \"name\": \"\",\n \"url\": \"https://\",\n \"id\": \"\",\n \"kind\": \"\",\n \"userId\": \"\",\n \"projectId\": \"\",\n \"createdAt\": \"\",\n \"events\": [\n \"task.updated\",\n \"stream.idle\"\n ],\n \"sharedSecret\": \"\",\n \"streamId\": \"\",\n \"status\": {\n \"lastFailure\": {\n \"timestamp\": \"\",\n \"error\": \"\",\n \"response\": \"\",\n \"statusCode\": \"\"\n },\n \"lastTriggeredAt\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhook/:id", "host": [ "{{baseUrl}}" ], "path": [ "webhook", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"url\": \"https://\",\n \"id\": \"\",\n \"kind\": \"\",\n \"userId\": \"\",\n \"projectId\": \"\",\n \"createdAt\": \"\",\n \"events\": [\n \"task.updated\",\n \"stream.idle\"\n ],\n \"sharedSecret\": \"\",\n \"streamId\": \"\",\n \"status\": {\n \"lastFailure\": {\n \"timestamp\": \"\",\n \"error\": \"\",\n \"response\": \"\",\n \"statusCode\": \"\"\n },\n \"lastTriggeredAt\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-7a961798-2732-43d8-9f37-d2fd5f670f79" }, { "id": "323de660-1392-464e-bc09-3d5ae93d076f", "name": "Error", "originalRequest": { "method": "PUT", "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 \"name\": \"\",\n \"url\": \"https://\",\n \"id\": \"\",\n \"kind\": \"\",\n \"userId\": \"\",\n \"projectId\": \"\",\n \"createdAt\": \"\",\n \"events\": [\n \"task.updated\",\n \"stream.idle\"\n ],\n \"sharedSecret\": \"\",\n \"streamId\": \"\",\n \"status\": {\n \"lastFailure\": {\n \"timestamp\": \"\",\n \"error\": \"\",\n \"response\": \"\",\n \"statusCode\": \"\"\n },\n \"lastTriggeredAt\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhook/:id", "host": [ "{{baseUrl}}" ], "path": [ "webhook", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-323de660-1392-464e-bc09-3d5ae93d076f" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-311b47d4-f764-4157-b2f6-467a18681214" }, { "name": "Delete a webhook", "id": "244bd691-3909-4638-965e-bac4e8d07ae9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/webhook/:id", "host": [ "{{baseUrl}}" ], "path": [ "webhook", ":id" ], "variable": [ { "id": "9a8723f6-6ab9-4e11-a840-ab6b8969da03", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "b3e06329-d4c2-409d-b2d1-45d9b99c3ba5", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/webhook/:id", "host": [ "{{baseUrl}}" ], "path": [ "webhook", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"url\": \"https://\",\n \"id\": \"\",\n \"kind\": \"\",\n \"userId\": \"\",\n \"projectId\": \"\",\n \"createdAt\": \"\",\n \"events\": [\n \"task.updated\",\n \"stream.idle\"\n ],\n \"sharedSecret\": \"\",\n \"streamId\": \"\",\n \"status\": {\n \"lastFailure\": {\n \"timestamp\": \"\",\n \"error\": \"\",\n \"response\": \"\",\n \"statusCode\": \"\"\n },\n \"lastTriggeredAt\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-b3e06329-d4c2-409d-b2d1-45d9b99c3ba5" }, { "id": "726eefc0-a394-4ea5-9f07-8c0531073a05", "name": "Error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/webhook/:id", "host": [ "{{baseUrl}}" ], "path": [ "webhook", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-726eefc0-a394-4ea5-9f07-8c0531073a05" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-244bd691-3909-4638-965e-bac4e8d07ae9" } ], "id": "46f1dc34-e09c-4f91-afda-952341a45e73", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-46f1dc34-e09c-4f91-afda-952341a45e73" }, { "name": "Retrieve a Webhook", "id": "98fbcd6a-d41a-4a95-acb2-377f45f98e65", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/webhook", "host": [ "{{baseUrl}}" ], "path": [ "webhook" ] } }, "response": [ { "id": "3c877ed4-221c-4a3c-85c1-e13f35325c81", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/webhook", "host": [ "{{baseUrl}}" ], "path": [ "webhook" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"name\": \"\",\n \"url\": \"https://\",\n \"id\": \"\",\n \"kind\": \"\",\n \"userId\": \"\",\n \"projectId\": \"\",\n \"createdAt\": \"\",\n \"events\": [\n \"multistream.error\",\n \"multistream.connected\"\n ],\n \"sharedSecret\": \"\",\n \"streamId\": \"\",\n \"status\": {\n \"lastFailure\": {\n \"timestamp\": \"\",\n \"error\": \"\",\n \"response\": \"\",\n \"statusCode\": \"\"\n },\n \"lastTriggeredAt\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"url\": \"http://\",\n \"id\": \"\",\n \"kind\": \"\",\n \"userId\": \"\",\n \"projectId\": \"\",\n \"createdAt\": \"\",\n \"events\": [\n \"asset.failed\",\n \"asset.ready\"\n ],\n \"sharedSecret\": \"\",\n \"streamId\": \"\",\n \"status\": {\n \"lastFailure\": {\n \"timestamp\": \"\",\n \"error\": \"\",\n \"response\": \"\",\n \"statusCode\": \"\"\n },\n \"lastTriggeredAt\": \"\"\n }\n }\n]", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-3c877ed4-221c-4a3c-85c1-e13f35325c81" }, { "id": "1e99a952-42c3-424d-9cfe-99950e4dfd41", "name": "Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/webhook", "host": [ "{{baseUrl}}" ], "path": [ "webhook" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-1e99a952-42c3-424d-9cfe-99950e4dfd41" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-98fbcd6a-d41a-4a95-acb2-377f45f98e65" }, { "name": "Create a webhook", "id": "e18c3ee0-c880-41d0-8075-f52928a09d58", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"url\": \"https://\",\n \"id\": \"\",\n \"kind\": \"\",\n \"userId\": \"\",\n \"projectId\": \"\",\n \"createdAt\": \"\",\n \"events\": [\n \"task.updated\",\n \"stream.idle\"\n ],\n \"sharedSecret\": \"\",\n \"streamId\": \"\",\n \"status\": {\n \"lastFailure\": {\n \"timestamp\": \"\",\n \"error\": \"\",\n \"response\": \"\",\n \"statusCode\": \"\"\n },\n \"lastTriggeredAt\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhook", "host": [ "{{baseUrl}}" ], "path": [ "webhook" ] }, "description": "To create a new webhook, you need to make an API call with the events you want to listen for and the URL that will be called when those events occur.\n" }, "response": [ { "id": "05684564-fcdd-437f-ac9f-db352b8216df", "name": "Success", "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 \"name\": \"\",\n \"url\": \"https://\",\n \"id\": \"\",\n \"kind\": \"\",\n \"userId\": \"\",\n \"projectId\": \"\",\n \"createdAt\": \"\",\n \"events\": [\n \"task.updated\",\n \"stream.idle\"\n ],\n \"sharedSecret\": \"\",\n \"streamId\": \"\",\n \"status\": {\n \"lastFailure\": {\n \"timestamp\": \"\",\n \"error\": \"\",\n \"response\": \"\",\n \"statusCode\": \"\"\n },\n \"lastTriggeredAt\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhook", "host": [ "{{baseUrl}}" ], "path": [ "webhook" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"url\": \"https://\",\n \"id\": \"\",\n \"kind\": \"\",\n \"userId\": \"\",\n \"projectId\": \"\",\n \"createdAt\": \"\",\n \"events\": [\n \"task.updated\",\n \"stream.idle\"\n ],\n \"sharedSecret\": \"\",\n \"streamId\": \"\",\n \"status\": {\n \"lastFailure\": {\n \"timestamp\": \"\",\n \"error\": \"\",\n \"response\": \"\",\n \"statusCode\": \"\"\n },\n \"lastTriggeredAt\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-05684564-fcdd-437f-ac9f-db352b8216df" }, { "id": "89e48daf-5cb5-42a9-b761-1d066a62ca97", "name": "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 \"name\": \"\",\n \"url\": \"https://\",\n \"id\": \"\",\n \"kind\": \"\",\n \"userId\": \"\",\n \"projectId\": \"\",\n \"createdAt\": \"\",\n \"events\": [\n \"task.updated\",\n \"stream.idle\"\n ],\n \"sharedSecret\": \"\",\n \"streamId\": \"\",\n \"status\": {\n \"lastFailure\": {\n \"timestamp\": \"\",\n \"error\": \"\",\n \"response\": \"\",\n \"statusCode\": \"\"\n },\n \"lastTriggeredAt\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/webhook", "host": [ "{{baseUrl}}" ], "path": [ "webhook" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-89e48daf-5cb5-42a9-b761-1d066a62ca97" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-e18c3ee0-c880-41d0-8075-f52928a09d58" } ], "id": "84149d1e-34ef-408b-be95-bb81375f7ccc", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-84149d1e-34ef-408b-be95-bb81375f7ccc" }, { "name": "asset", "item": [ { "name": "request-upload", "item": [ { "name": "Upload an asset", "id": "38ab1c4d-4978-4b98-abd3-40fd0310b268", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"staticMp4\": \"\",\n \"playbackPolicy\": {\n \"type\": \"webhook\",\n \"webhookId\": \"\",\n \"webhookContext\": {\n \"qui_4e\": 98025213,\n \"ut_0a9\": -56850852,\n \"mollit_81\": false\n },\n \"refreshInterval\": \"\",\n \"allowedOrigins\": [\n \"\",\n \"\"\n ]\n },\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"storage\": {\n \"ipfs\": {\n \"spec\": \"\"\n }\n },\n \"encryption\": {\n \"encryptedKey\": \"\"\n },\n \"c2pa\": \"\",\n \"profiles\": null,\n \"targetSegmentSizeSecs\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/asset/request-upload", "host": [ "{{baseUrl}}" ], "path": [ "asset", "request-upload" ] }, "description": "To upload an asset, your first need to request for a direct upload URL\nand only then actually upload the contents of the asset.\n\\\n\\\nOnce you created a upload link, you have 2 options, resumable or direct\nupload. For a more reliable experience, you should use resumable uploads\nwhich will work better for users with unreliable or slow network\nconnections. If you want a simpler implementation though, you should\njust use a direct upload.\n\n\n## Direct Upload\nFor a direct upload, make a PUT request to the URL received in the url\nfield of the response above, with the raw video file as the request\nbody. response above:\n\n\n## Resumable Upload\nLivepeer supports resumable uploads via Tus. This section provides a\nsimple example of how to use tus-js-client to upload a video file.\n\\\n\\\nFrom the previous section, we generated a URL to upload a video file to\nLivepeer on POST /api/asset/request-upload. You should use the\ntusEndpoint field of the response to upload the video file and track the\nprogress:\n\n```\n# This assumes there is an `input` element of `type=\"file\"` with id\n`fileInput` in the HTML\n\n\nconst input = document.getElementById('fileInput');\n\nconst file = input.files[0];\n\nconst upload = new tus.Upload(file, {\n endpoint: tusEndpoint, // URL from `tusEndpoint` field in the\n`/request-upload` response\n metadata: {\n filename,\n filetype: 'video/mp4',\n },\n uploadSize: file.size,\n onError(err) {\n console.error('Error uploading file:', err);\n },\n onProgress(bytesUploaded, bytesTotal) {\n const percentage = ((bytesUploaded / bytesTotal) * 100).toFixed(2);\n console.log('Uploaded ' + percentage + '%');\n },\n onSuccess() {\n console.log('Upload finished:', upload.url);\n },\n});\n\nconst previousUploads = await upload.findPreviousUploads();\n\nif (previousUploads.length > 0) {\n upload.resumeFromPreviousUpload(previousUploads[0]);\n}\n\nupload.start();\n\n```\n\n> Note: If you are using tus from node.js, you need to add a custom URL\nstorage to enable resuming from previous uploads. On the browser, this\nis enabled by default using local storage. In node.js, add urlStorage:\nnew tus.FileUrlStorage(\"path/to/tmp/file\"), to the UploadFile object\ndefinition above.\n" }, "response": [ { "id": "98d52295-5f0c-4a2c-9b2b-20e6e94088b7", "name": "Success", "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 \"name\": \"\",\n \"staticMp4\": \"\",\n \"playbackPolicy\": {\n \"type\": \"webhook\",\n \"webhookId\": \"\",\n \"webhookContext\": {\n \"qui_4e\": 98025213,\n \"ut_0a9\": -56850852,\n \"mollit_81\": false\n },\n \"refreshInterval\": \"\",\n \"allowedOrigins\": [\n \"\",\n \"\"\n ]\n },\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"storage\": {\n \"ipfs\": {\n \"spec\": \"\"\n }\n },\n \"encryption\": {\n \"encryptedKey\": \"\"\n },\n \"c2pa\": \"\",\n \"profiles\": null,\n \"targetSegmentSizeSecs\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/asset/request-upload", "host": [ "{{baseUrl}}" ], "path": [ "asset", "request-upload" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"url\": \"\",\n \"tusEndpoint\": \"\",\n \"asset\": {\n \"id\": \"\",\n \"name\": \"\",\n \"source\": {\n \"type\": \"url\",\n \"url\": \"\",\n \"gatewayUrl\": \"\",\n \"encryption\": {\n \"encryptedKey\": \"\"\n }\n },\n \"type\": \"audio\",\n \"playbackId\": \"\",\n \"userId\": \"\",\n \"staticMp4\": \"\",\n \"playbackUrl\": \"\",\n \"downloadUrl\": \"\",\n \"playbackPolicy\": {\n \"type\": \"jwt\",\n \"webhookId\": \"\",\n \"webhookContext\": {\n \"nostrud1d_\": false\n },\n \"refreshInterval\": \"\",\n \"allowedOrigins\": [\n \"\",\n \"\"\n ]\n },\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264ConstrainedHigh\",\n \"encoder\": \"H.264\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Baseline\",\n \"encoder\": \"VP8\"\n }\n ],\n \"storage\": {\n \"ipfs\": {\n \"spec\": {},\n \"$ref\": {},\n \"nftMetadata\": {\n \"cid\": \"\",\n \"url\": \"\",\n \"gatewayUrl\": \"\"\n },\n \"updatedAt\": \"\"\n },\n \"status\": {\n \"phase\": \"processing\",\n \"tasks\": {\n \"pending\": \"\",\n \"last\": \"\",\n \"failed\": \"\"\n },\n \"progress\": \"\",\n \"errorMessage\": \"\"\n }\n },\n \"status\": {\n \"phase\": \"deleted\",\n \"updatedAt\": \"\",\n \"progress\": \"\",\n \"errorMessage\": \"\"\n },\n \"projectId\": \"\",\n \"createdAt\": \"\",\n \"createdByTokenName\": \"\",\n \"size\": \"\",\n \"hash\": null,\n \"videoSpec\": {\n \"format\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"tracks\": [\n {\n \"type\": \"video\",\n \"codec\": \"\",\n \"startTime\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"pixelFormat\": \"\",\n \"fps\": \"\",\n \"channels\": \"\",\n \"sampleRate\": \"\",\n \"bitDepth\": \"\"\n },\n {\n \"type\": \"video\",\n \"codec\": \"\",\n \"startTime\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"pixelFormat\": \"\",\n \"fps\": \"\",\n \"channels\": \"\",\n \"sampleRate\": \"\",\n \"bitDepth\": \"\"\n }\n ]\n }\n },\n \"task\": {\n \"id\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-98d52295-5f0c-4a2c-9b2b-20e6e94088b7" }, { "id": "a67d76ad-fcd8-4f6c-afaa-c9a8f9be2547", "name": "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 \"name\": \"\",\n \"staticMp4\": \"\",\n \"playbackPolicy\": {\n \"type\": \"webhook\",\n \"webhookId\": \"\",\n \"webhookContext\": {\n \"qui_4e\": 98025213,\n \"ut_0a9\": -56850852,\n \"mollit_81\": false\n },\n \"refreshInterval\": \"\",\n \"allowedOrigins\": [\n \"\",\n \"\"\n ]\n },\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"storage\": {\n \"ipfs\": {\n \"spec\": \"\"\n }\n },\n \"encryption\": {\n \"encryptedKey\": \"\"\n },\n \"c2pa\": \"\",\n \"profiles\": null,\n \"targetSegmentSizeSecs\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/asset/request-upload", "host": [ "{{baseUrl}}" ], "path": [ "asset", "request-upload" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-a67d76ad-fcd8-4f6c-afaa-c9a8f9be2547" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-38ab1c4d-4978-4b98-abd3-40fd0310b268" } ], "id": "70b83479-85c0-4e9c-bbd1-d04100a3d0a4", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-70b83479-85c0-4e9c-bbd1-d04100a3d0a4" }, { "name": "upload", "item": [ { "name": "url", "item": [ { "name": "Upload asset via URL", "id": "8e0d242c-e476-4c06-817f-1940bed67f1d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"url\": \"ar://\",\n \"staticMp4\": \"\",\n \"playbackPolicy\": null,\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"storage\": {\n \"ipfs\": {\n \"spec\": \"\"\n }\n },\n \"encryption\": {\n \"encryptedKey\": \"\"\n },\n \"c2pa\": \"\",\n \"profiles\": null,\n \"targetSegmentSizeSecs\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/asset/upload/url", "host": [ "{{baseUrl}}" ], "path": [ "asset", "upload", "url" ] } }, "response": [ { "id": "4efff300-0a05-4efc-84ff-109423fb9269", "name": "Upload in progress", "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 \"name\": \"\",\n \"url\": \"ar://\",\n \"staticMp4\": \"\",\n \"playbackPolicy\": null,\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"storage\": {\n \"ipfs\": {\n \"spec\": \"\"\n }\n },\n \"encryption\": {\n \"encryptedKey\": \"\"\n },\n \"c2pa\": \"\",\n \"profiles\": null,\n \"targetSegmentSizeSecs\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/asset/upload/url", "host": [ "{{baseUrl}}" ], "path": [ "asset", "upload", "url" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"asset\": {\n \"id\": \"\",\n \"name\": \"\",\n \"source\": {\n \"type\": \"url\",\n \"url\": \"\",\n \"gatewayUrl\": \"\",\n \"encryption\": {\n \"encryptedKey\": \"\"\n }\n },\n \"type\": \"audio\",\n \"playbackId\": \"\",\n \"userId\": \"\",\n \"staticMp4\": \"\",\n \"playbackUrl\": \"\",\n \"downloadUrl\": \"\",\n \"playbackPolicy\": null,\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Baseline\",\n \"encoder\": \"HEVC\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264ConstrainedHigh\",\n \"encoder\": \"HEVC\"\n }\n ],\n \"storage\": {\n \"ipfs\": {\n \"spec\": {},\n \"$ref\": {},\n \"nftMetadata\": {\n \"cid\": \"\",\n \"url\": \"\",\n \"gatewayUrl\": \"\"\n },\n \"updatedAt\": \"\"\n },\n \"status\": {\n \"phase\": \"failed\",\n \"tasks\": {\n \"pending\": \"\",\n \"last\": \"\",\n \"failed\": \"\"\n },\n \"progress\": \"\",\n \"errorMessage\": \"\"\n }\n },\n \"status\": {\n \"phase\": \"processing\",\n \"updatedAt\": \"\",\n \"progress\": \"\",\n \"errorMessage\": \"\"\n },\n \"projectId\": \"\",\n \"createdAt\": \"\",\n \"createdByTokenName\": \"\",\n \"size\": \"\",\n \"hash\": null,\n \"videoSpec\": {\n \"format\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"tracks\": [\n {\n \"type\": \"video\",\n \"codec\": \"\",\n \"startTime\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"pixelFormat\": \"\",\n \"fps\": \"\",\n \"channels\": \"\",\n \"sampleRate\": \"\",\n \"bitDepth\": \"\"\n },\n {\n \"type\": \"audio\",\n \"codec\": \"\",\n \"startTime\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"pixelFormat\": \"\",\n \"fps\": \"\",\n \"channels\": \"\",\n \"sampleRate\": \"\",\n \"bitDepth\": \"\"\n }\n ]\n }\n },\n \"task\": {\n \"id\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-4efff300-0a05-4efc-84ff-109423fb9269" }, { "id": "e7ef729c-c1a4-4e1b-bec4-c511014295c6", "name": "Upload started", "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 \"name\": \"\",\n \"url\": \"ar://\",\n \"staticMp4\": \"\",\n \"playbackPolicy\": null,\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"storage\": {\n \"ipfs\": {\n \"spec\": \"\"\n }\n },\n \"encryption\": {\n \"encryptedKey\": \"\"\n },\n \"c2pa\": \"\",\n \"profiles\": null,\n \"targetSegmentSizeSecs\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/asset/upload/url", "host": [ "{{baseUrl}}" ], "path": [ "asset", "upload", "url" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"asset\": {\n \"id\": \"\",\n \"name\": \"\",\n \"source\": {\n \"type\": \"url\",\n \"url\": \"\",\n \"gatewayUrl\": \"\",\n \"encryption\": {\n \"encryptedKey\": \"\"\n }\n },\n \"type\": \"audio\",\n \"playbackId\": \"\",\n \"userId\": \"\",\n \"staticMp4\": \"\",\n \"playbackUrl\": \"\",\n \"downloadUrl\": \"\",\n \"playbackPolicy\": null,\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Baseline\",\n \"encoder\": \"HEVC\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264ConstrainedHigh\",\n \"encoder\": \"HEVC\"\n }\n ],\n \"storage\": {\n \"ipfs\": {\n \"spec\": {},\n \"$ref\": {},\n \"nftMetadata\": {\n \"cid\": \"\",\n \"url\": \"\",\n \"gatewayUrl\": \"\"\n },\n \"updatedAt\": \"\"\n },\n \"status\": {\n \"phase\": \"failed\",\n \"tasks\": {\n \"pending\": \"\",\n \"last\": \"\",\n \"failed\": \"\"\n },\n \"progress\": \"\",\n \"errorMessage\": \"\"\n }\n },\n \"status\": {\n \"phase\": \"processing\",\n \"updatedAt\": \"\",\n \"progress\": \"\",\n \"errorMessage\": \"\"\n },\n \"projectId\": \"\",\n \"createdAt\": \"\",\n \"createdByTokenName\": \"\",\n \"size\": \"\",\n \"hash\": null,\n \"videoSpec\": {\n \"format\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"tracks\": [\n {\n \"type\": \"video\",\n \"codec\": \"\",\n \"startTime\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"pixelFormat\": \"\",\n \"fps\": \"\",\n \"channels\": \"\",\n \"sampleRate\": \"\",\n \"bitDepth\": \"\"\n },\n {\n \"type\": \"audio\",\n \"codec\": \"\",\n \"startTime\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"pixelFormat\": \"\",\n \"fps\": \"\",\n \"channels\": \"\",\n \"sampleRate\": \"\",\n \"bitDepth\": \"\"\n }\n ]\n }\n },\n \"task\": {\n \"id\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-e7ef729c-c1a4-4e1b-bec4-c511014295c6" }, { "id": "a892e9fb-3d3a-4579-9522-408f4a9259cf", "name": "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 \"name\": \"\",\n \"url\": \"ar://\",\n \"staticMp4\": \"\",\n \"playbackPolicy\": null,\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"storage\": {\n \"ipfs\": {\n \"spec\": \"\"\n }\n },\n \"encryption\": {\n \"encryptedKey\": \"\"\n },\n \"c2pa\": \"\",\n \"profiles\": null,\n \"targetSegmentSizeSecs\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/asset/upload/url", "host": [ "{{baseUrl}}" ], "path": [ "asset", "upload", "url" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-a892e9fb-3d3a-4579-9522-408f4a9259cf" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-8e0d242c-e476-4c06-817f-1940bed67f1d" } ], "id": "4d07e45b-8c9b-49cc-a768-9f4ca35ea4d3", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-4d07e45b-8c9b-49cc-a768-9f4ca35ea4d3" } ], "id": "0e7152d8-0e60-4f22-9ef2-6cddd3996e5a", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-0e7152d8-0e60-4f22-9ef2-6cddd3996e5a" }, { "name": "{assetId}", "item": [ { "name": "Retrieves an asset", "id": "92b53ce6-da47-47b3-a11f-c2214aab91b4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/asset/:assetId", "host": [ "{{baseUrl}}" ], "path": [ "asset", ":assetId" ], "variable": [ { "id": "0bf8d1d1-967d-4aeb-a9ff-1bcf92332093", "key": "assetId", "value": "", "description": "(Required) ID of the asset" } ] } }, "response": [ { "id": "a72a6d42-ed79-4ba7-85d9-90bb92b05f59", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/asset/:assetId", "host": [ "{{baseUrl}}" ], "path": [ "asset", ":assetId" ], "variable": [ { "key": "assetId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"source\": {\n \"type\": \"url\",\n \"url\": \"\",\n \"gatewayUrl\": \"\",\n \"encryption\": {\n \"encryptedKey\": \"\"\n }\n },\n \"type\": \"video\",\n \"playbackId\": \"\",\n \"userId\": \"\",\n \"staticMp4\": \"\",\n \"playbackUrl\": \"\",\n \"downloadUrl\": \"\",\n \"playbackPolicy\": {\n \"type\": \"webhook\",\n \"webhookId\": \"\",\n \"webhookContext\": {\n \"ea_6d7\": -67280698\n },\n \"refreshInterval\": \"\",\n \"allowedOrigins\": [\n \"\",\n \"\"\n ]\n },\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264High\",\n \"encoder\": \"HEVC\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264ConstrainedHigh\",\n \"encoder\": \"H.264\"\n }\n ],\n \"storage\": {\n \"ipfs\": {\n \"spec\": {},\n \"$ref\": {},\n \"nftMetadata\": {\n \"cid\": \"\",\n \"url\": \"\",\n \"gatewayUrl\": \"\"\n },\n \"updatedAt\": \"\"\n },\n \"status\": {\n \"phase\": \"processing\",\n \"tasks\": {\n \"pending\": \"\",\n \"last\": \"\",\n \"failed\": \"\"\n },\n \"progress\": \"\",\n \"errorMessage\": \"\"\n }\n },\n \"status\": {\n \"phase\": \"waiting\",\n \"updatedAt\": \"\",\n \"progress\": \"\",\n \"errorMessage\": \"\"\n },\n \"projectId\": \"\",\n \"createdAt\": \"\",\n \"createdByTokenName\": \"\",\n \"size\": \"\",\n \"hash\": null,\n \"videoSpec\": {\n \"format\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"tracks\": [\n {\n \"type\": \"video\",\n \"codec\": \"\",\n \"startTime\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"pixelFormat\": \"\",\n \"fps\": \"\",\n \"channels\": \"\",\n \"sampleRate\": \"\",\n \"bitDepth\": \"\"\n },\n {\n \"type\": \"video\",\n \"codec\": \"\",\n \"startTime\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"pixelFormat\": \"\",\n \"fps\": \"\",\n \"channels\": \"\",\n \"sampleRate\": \"\",\n \"bitDepth\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-a72a6d42-ed79-4ba7-85d9-90bb92b05f59" }, { "id": "1299b317-7171-4075-90cf-272832849365", "name": "Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/asset/:assetId", "host": [ "{{baseUrl}}" ], "path": [ "asset", ":assetId" ], "variable": [ { "key": "assetId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-1299b317-7171-4075-90cf-272832849365" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-92b53ce6-da47-47b3-a11f-c2214aab91b4" }, { "name": "Patch an asset", "id": "703af55a-350c-48c1-8c3b-0723ec637aa7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"playbackPolicy\": {\n \"type\": \"public\",\n \"webhookId\": \"\",\n \"webhookContext\": {\n \"in_705\": -29924156,\n \"tempor_0_\": false,\n \"etcf_\": 82261635\n },\n \"refreshInterval\": \"\",\n \"allowedOrigins\": [\n \"\",\n \"\"\n ]\n },\n \"storage\": {\n \"ipfs\": {\n \"spec\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/asset/:assetId", "host": [ "{{baseUrl}}" ], "path": [ "asset", ":assetId" ], "variable": [ { "id": "30d494ec-96c6-4c46-ad67-1e66ccb2beac", "key": "assetId", "value": "", "description": "(Required) ID of the asset" } ] } }, "response": [ { "id": "55aca4d6-924b-4e19-ab5c-79655cf471fb", "name": "Success", "originalRequest": { "method": "PATCH", "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 \"name\": \"\",\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"playbackPolicy\": {\n \"type\": \"public\",\n \"webhookId\": \"\",\n \"webhookContext\": {\n \"in_705\": -29924156,\n \"tempor_0_\": false,\n \"etcf_\": 82261635\n },\n \"refreshInterval\": \"\",\n \"allowedOrigins\": [\n \"\",\n \"\"\n ]\n },\n \"storage\": {\n \"ipfs\": {\n \"spec\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/asset/:assetId", "host": [ "{{baseUrl}}" ], "path": [ "asset", ":assetId" ], "variable": [ { "key": "assetId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"source\": {\n \"type\": \"url\",\n \"url\": \"\",\n \"gatewayUrl\": \"\",\n \"encryption\": {\n \"encryptedKey\": \"\"\n }\n },\n \"type\": \"video\",\n \"playbackId\": \"\",\n \"userId\": \"\",\n \"staticMp4\": \"\",\n \"playbackUrl\": \"\",\n \"downloadUrl\": \"\",\n \"playbackPolicy\": {\n \"type\": \"webhook\",\n \"webhookId\": \"\",\n \"webhookContext\": {\n \"ea_6d7\": -67280698\n },\n \"refreshInterval\": \"\",\n \"allowedOrigins\": [\n \"\",\n \"\"\n ]\n },\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264High\",\n \"encoder\": \"HEVC\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264ConstrainedHigh\",\n \"encoder\": \"H.264\"\n }\n ],\n \"storage\": {\n \"ipfs\": {\n \"spec\": {},\n \"$ref\": {},\n \"nftMetadata\": {\n \"cid\": \"\",\n \"url\": \"\",\n \"gatewayUrl\": \"\"\n },\n \"updatedAt\": \"\"\n },\n \"status\": {\n \"phase\": \"processing\",\n \"tasks\": {\n \"pending\": \"\",\n \"last\": \"\",\n \"failed\": \"\"\n },\n \"progress\": \"\",\n \"errorMessage\": \"\"\n }\n },\n \"status\": {\n \"phase\": \"waiting\",\n \"updatedAt\": \"\",\n \"progress\": \"\",\n \"errorMessage\": \"\"\n },\n \"projectId\": \"\",\n \"createdAt\": \"\",\n \"createdByTokenName\": \"\",\n \"size\": \"\",\n \"hash\": null,\n \"videoSpec\": {\n \"format\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"tracks\": [\n {\n \"type\": \"video\",\n \"codec\": \"\",\n \"startTime\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"pixelFormat\": \"\",\n \"fps\": \"\",\n \"channels\": \"\",\n \"sampleRate\": \"\",\n \"bitDepth\": \"\"\n },\n {\n \"type\": \"video\",\n \"codec\": \"\",\n \"startTime\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"pixelFormat\": \"\",\n \"fps\": \"\",\n \"channels\": \"\",\n \"sampleRate\": \"\",\n \"bitDepth\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-55aca4d6-924b-4e19-ab5c-79655cf471fb" }, { "id": "36a8a9ff-6cb1-4700-9086-73132db1fd96", "name": "Error", "originalRequest": { "method": "PATCH", "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 \"name\": \"\",\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"playbackPolicy\": {\n \"type\": \"public\",\n \"webhookId\": \"\",\n \"webhookContext\": {\n \"in_705\": -29924156,\n \"tempor_0_\": false,\n \"etcf_\": 82261635\n },\n \"refreshInterval\": \"\",\n \"allowedOrigins\": [\n \"\",\n \"\"\n ]\n },\n \"storage\": {\n \"ipfs\": {\n \"spec\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/asset/:assetId", "host": [ "{{baseUrl}}" ], "path": [ "asset", ":assetId" ], "variable": [ { "key": "assetId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-36a8a9ff-6cb1-4700-9086-73132db1fd96" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-703af55a-350c-48c1-8c3b-0723ec637aa7" }, { "name": "Delete an asset", "id": "a46e6fda-69e9-468a-9d44-5543b125a4dc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/asset/:assetId", "host": [ "{{baseUrl}}" ], "path": [ "asset", ":assetId" ], "variable": [ { "id": "012f1f09-8cf6-401a-9e24-6f596435b2cc", "key": "assetId", "value": "", "description": "(Required) ID of the asset" } ] } }, "response": [ { "id": "bdbf0450-89cd-4e0f-b443-55801905ad9e", "name": "Success (No content)", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/asset/:assetId", "host": [ "{{baseUrl}}" ], "path": [ "asset", ":assetId" ], "variable": [ { "key": "assetId" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-bdbf0450-89cd-4e0f-b443-55801905ad9e" }, { "id": "6bec2329-f36d-45ee-b463-d885f2c019b7", "name": "Error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/asset/:assetId", "host": [ "{{baseUrl}}" ], "path": [ "asset", ":assetId" ], "variable": [ { "key": "assetId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-6bec2329-f36d-45ee-b463-d885f2c019b7" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-a46e6fda-69e9-468a-9d44-5543b125a4dc" } ], "id": "1fb55ed6-4d90-49a6-85df-e77dd2a4a6f2", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-1fb55ed6-4d90-49a6-85df-e77dd2a4a6f2" }, { "name": "Retrieve assets", "id": "dd9aba1a-6df5-47ba-8c36-14a84112bec5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/asset", "host": [ "{{baseUrl}}" ], "path": [ "asset" ] } }, "response": [ { "id": "c0208ada-7a49-4b9f-8d5f-d56db82e1e48", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/asset", "host": [ "{{baseUrl}}" ], "path": [ "asset" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"id\": \"\",\n \"name\": \"\",\n \"source\": {\n \"type\": \"url\",\n \"url\": \"\",\n \"gatewayUrl\": \"\",\n \"encryption\": {\n \"encryptedKey\": \"\"\n }\n },\n \"type\": \"video\",\n \"playbackId\": \"\",\n \"userId\": \"\",\n \"staticMp4\": \"\",\n \"playbackUrl\": \"\",\n \"downloadUrl\": \"\",\n \"playbackPolicy\": null,\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264ConstrainedHigh\",\n \"encoder\": \"HEVC\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Baseline\",\n \"encoder\": \"VP9\"\n }\n ],\n \"storage\": {\n \"ipfs\": {\n \"spec\": {},\n \"$ref\": {},\n \"nftMetadata\": {\n \"cid\": \"\",\n \"url\": \"\",\n \"gatewayUrl\": \"\"\n },\n \"updatedAt\": \"\"\n },\n \"status\": {\n \"phase\": \"failed\",\n \"tasks\": {\n \"pending\": \"\",\n \"last\": \"\",\n \"failed\": \"\"\n },\n \"progress\": \"\",\n \"errorMessage\": \"\"\n }\n },\n \"status\": {\n \"phase\": \"processing\",\n \"updatedAt\": \"\",\n \"progress\": \"\",\n \"errorMessage\": \"\"\n },\n \"projectId\": \"\",\n \"createdAt\": \"\",\n \"createdByTokenName\": \"\",\n \"size\": \"\",\n \"hash\": [\n {\n \"hash\": \"\",\n \"algorithm\": \"\"\n },\n {\n \"hash\": \"\",\n \"algorithm\": \"\"\n }\n ],\n \"videoSpec\": {\n \"format\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"tracks\": [\n {\n \"type\": \"audio\",\n \"codec\": \"\",\n \"startTime\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"pixelFormat\": \"\",\n \"fps\": \"\",\n \"channels\": \"\",\n \"sampleRate\": \"\",\n \"bitDepth\": \"\"\n },\n {\n \"type\": \"audio\",\n \"codec\": \"\",\n \"startTime\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"pixelFormat\": \"\",\n \"fps\": \"\",\n \"channels\": \"\",\n \"sampleRate\": \"\",\n \"bitDepth\": \"\"\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"source\": {\n \"type\": \"url\",\n \"url\": \"\",\n \"gatewayUrl\": \"\",\n \"encryption\": {\n \"encryptedKey\": \"\"\n }\n },\n \"type\": \"video\",\n \"playbackId\": \"\",\n \"userId\": \"\",\n \"staticMp4\": \"\",\n \"playbackUrl\": \"\",\n \"downloadUrl\": \"\",\n \"playbackPolicy\": null,\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Main\",\n \"encoder\": \"VP8\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264High\",\n \"encoder\": \"VP9\"\n }\n ],\n \"storage\": {\n \"ipfs\": {\n \"spec\": {},\n \"$ref\": {},\n \"nftMetadata\": {\n \"cid\": \"\",\n \"url\": \"\",\n \"gatewayUrl\": \"\"\n },\n \"updatedAt\": \"\"\n },\n \"status\": {\n \"phase\": \"ready\",\n \"tasks\": {\n \"pending\": \"\",\n \"last\": \"\",\n \"failed\": \"\"\n },\n \"progress\": \"\",\n \"errorMessage\": \"\"\n }\n },\n \"status\": {\n \"phase\": \"waiting\",\n \"updatedAt\": \"\",\n \"progress\": \"\",\n \"errorMessage\": \"\"\n },\n \"projectId\": \"\",\n \"createdAt\": \"\",\n \"createdByTokenName\": \"\",\n \"size\": \"\",\n \"hash\": null,\n \"videoSpec\": {\n \"format\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"tracks\": [\n {\n \"type\": \"audio\",\n \"codec\": \"\",\n \"startTime\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"pixelFormat\": \"\",\n \"fps\": \"\",\n \"channels\": \"\",\n \"sampleRate\": \"\",\n \"bitDepth\": \"\"\n },\n {\n \"type\": \"video\",\n \"codec\": \"\",\n \"startTime\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"pixelFormat\": \"\",\n \"fps\": \"\",\n \"channels\": \"\",\n \"sampleRate\": \"\",\n \"bitDepth\": \"\"\n }\n ]\n }\n }\n]", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-c0208ada-7a49-4b9f-8d5f-d56db82e1e48" }, { "id": "95a1ea98-9fe2-4977-9de3-6b79a88a9d78", "name": "Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/asset", "host": [ "{{baseUrl}}" ], "path": [ "asset" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-95a1ea98-9fe2-4977-9de3-6b79a88a9d78" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-dd9aba1a-6df5-47ba-8c36-14a84112bec5" } ], "id": "66654c9a-9605-4fe4-a8c7-6912178f44a2", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-66654c9a-9605-4fe4-a8c7-6912178f44a2" }, { "name": "clip", "item": [ { "name": "Create a clip", "id": "39ce6819-052f-41c4-b72a-0bd99383fa58", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"playbackId\": \"\",\n \"startTime\": \"\",\n \"endTime\": \"\",\n \"name\": \"\",\n \"sessionId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/clip", "host": [ "{{baseUrl}}" ], "path": [ "clip" ] } }, "response": [ { "id": "982196e2-26e0-45ba-b9e1-d9a5042f340c", "name": "Success", "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 \"playbackId\": \"\",\n \"startTime\": \"\",\n \"endTime\": \"\",\n \"name\": \"\",\n \"sessionId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/clip", "host": [ "{{baseUrl}}" ], "path": [ "clip" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"asset\": {\n \"id\": \"\",\n \"name\": \"\",\n \"source\": {\n \"type\": \"url\",\n \"url\": \"\",\n \"gatewayUrl\": \"\",\n \"encryption\": {\n \"encryptedKey\": \"\"\n }\n },\n \"type\": \"audio\",\n \"playbackId\": \"\",\n \"userId\": \"\",\n \"staticMp4\": \"\",\n \"playbackUrl\": \"\",\n \"downloadUrl\": \"\",\n \"playbackPolicy\": {\n \"type\": \"public\",\n \"webhookId\": \"\",\n \"webhookContext\": {\n \"sed_e\": true\n },\n \"refreshInterval\": \"\",\n \"allowedOrigins\": [\n \"\",\n \"\"\n ]\n },\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Baseline\",\n \"encoder\": \"HEVC\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Baseline\",\n \"encoder\": \"VP9\"\n }\n ],\n \"storage\": {\n \"ipfs\": {\n \"spec\": {},\n \"$ref\": {},\n \"nftMetadata\": {\n \"cid\": \"\",\n \"url\": \"\",\n \"gatewayUrl\": \"\"\n },\n \"updatedAt\": \"\"\n },\n \"status\": {\n \"phase\": \"failed\",\n \"tasks\": {\n \"pending\": \"\",\n \"last\": \"\",\n \"failed\": \"\"\n },\n \"progress\": \"\",\n \"errorMessage\": \"\"\n }\n },\n \"status\": {\n \"phase\": \"processing\",\n \"updatedAt\": \"\",\n \"progress\": \"\",\n \"errorMessage\": \"\"\n },\n \"projectId\": \"\",\n \"createdAt\": \"\",\n \"createdByTokenName\": \"\",\n \"size\": \"\",\n \"hash\": null,\n \"videoSpec\": {\n \"format\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"tracks\": [\n {\n \"type\": \"video\",\n \"codec\": \"\",\n \"startTime\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"pixelFormat\": \"\",\n \"fps\": \"\",\n \"channels\": \"\",\n \"sampleRate\": \"\",\n \"bitDepth\": \"\"\n },\n {\n \"type\": \"audio\",\n \"codec\": \"\",\n \"startTime\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"pixelFormat\": \"\",\n \"fps\": \"\",\n \"channels\": \"\",\n \"sampleRate\": \"\",\n \"bitDepth\": \"\"\n }\n ]\n }\n },\n \"task\": {\n \"id\": \"\"\n }\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-982196e2-26e0-45ba-b9e1-d9a5042f340c" }, { "id": "6be2a40c-1d47-4cd4-8752-adea0432fe80", "name": "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 \"playbackId\": \"\",\n \"startTime\": \"\",\n \"endTime\": \"\",\n \"name\": \"\",\n \"sessionId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/clip", "host": [ "{{baseUrl}}" ], "path": [ "clip" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-6be2a40c-1d47-4cd4-8752-adea0432fe80" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-39ce6819-052f-41c4-b72a-0bd99383fa58" } ], "id": "211565c2-c79e-49b2-a5f4-fc16d666159b", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-211565c2-c79e-49b2-a5f4-fc16d666159b" }, { "name": "session", "item": [ { "name": "{id}", "item": [ { "name": "clips", "item": [ { "name": "Retrieve clips of a session", "id": "74dff105-7a6f-43f9-8748-8ebd214bc669", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/session/:id/clips", "host": [ "{{baseUrl}}" ], "path": [ "session", ":id", "clips" ], "variable": [ { "id": "796f406d-0b8b-4f21-b97c-81659e583db5", "key": "id", "value": "", "description": "(Required) ID of the parent session" } ] } }, "response": [ { "id": "c0c47935-6573-45c5-835d-ea244e25b9d7", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/session/:id/clips", "host": [ "{{baseUrl}}" ], "path": [ "session", ":id", "clips" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"id\": \"\",\n \"name\": \"\",\n \"source\": {\n \"type\": \"url\",\n \"url\": \"\",\n \"gatewayUrl\": \"\",\n \"encryption\": {\n \"encryptedKey\": \"\"\n }\n },\n \"type\": \"video\",\n \"playbackId\": \"\",\n \"userId\": \"\",\n \"staticMp4\": \"\",\n \"playbackUrl\": \"\",\n \"downloadUrl\": \"\",\n \"playbackPolicy\": null,\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264ConstrainedHigh\",\n \"encoder\": \"HEVC\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Baseline\",\n \"encoder\": \"VP9\"\n }\n ],\n \"storage\": {\n \"ipfs\": {\n \"spec\": {},\n \"$ref\": {},\n \"nftMetadata\": {\n \"cid\": \"\",\n \"url\": \"\",\n \"gatewayUrl\": \"\"\n },\n \"updatedAt\": \"\"\n },\n \"status\": {\n \"phase\": \"failed\",\n \"tasks\": {\n \"pending\": \"\",\n \"last\": \"\",\n \"failed\": \"\"\n },\n \"progress\": \"\",\n \"errorMessage\": \"\"\n }\n },\n \"status\": {\n \"phase\": \"processing\",\n \"updatedAt\": \"\",\n \"progress\": \"\",\n \"errorMessage\": \"\"\n },\n \"projectId\": \"\",\n \"createdAt\": \"\",\n \"createdByTokenName\": \"\",\n \"size\": \"\",\n \"hash\": [\n {\n \"hash\": \"\",\n \"algorithm\": \"\"\n },\n {\n \"hash\": \"\",\n \"algorithm\": \"\"\n }\n ],\n \"videoSpec\": {\n \"format\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"tracks\": [\n {\n \"type\": \"audio\",\n \"codec\": \"\",\n \"startTime\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"pixelFormat\": \"\",\n \"fps\": \"\",\n \"channels\": \"\",\n \"sampleRate\": \"\",\n \"bitDepth\": \"\"\n },\n {\n \"type\": \"audio\",\n \"codec\": \"\",\n \"startTime\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"pixelFormat\": \"\",\n \"fps\": \"\",\n \"channels\": \"\",\n \"sampleRate\": \"\",\n \"bitDepth\": \"\"\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"source\": {\n \"type\": \"url\",\n \"url\": \"\",\n \"gatewayUrl\": \"\",\n \"encryption\": {\n \"encryptedKey\": \"\"\n }\n },\n \"type\": \"video\",\n \"playbackId\": \"\",\n \"userId\": \"\",\n \"staticMp4\": \"\",\n \"playbackUrl\": \"\",\n \"downloadUrl\": \"\",\n \"playbackPolicy\": null,\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Main\",\n \"encoder\": \"VP8\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264High\",\n \"encoder\": \"VP9\"\n }\n ],\n \"storage\": {\n \"ipfs\": {\n \"spec\": {},\n \"$ref\": {},\n \"nftMetadata\": {\n \"cid\": \"\",\n \"url\": \"\",\n \"gatewayUrl\": \"\"\n },\n \"updatedAt\": \"\"\n },\n \"status\": {\n \"phase\": \"ready\",\n \"tasks\": {\n \"pending\": \"\",\n \"last\": \"\",\n \"failed\": \"\"\n },\n \"progress\": \"\",\n \"errorMessage\": \"\"\n }\n },\n \"status\": {\n \"phase\": \"waiting\",\n \"updatedAt\": \"\",\n \"progress\": \"\",\n \"errorMessage\": \"\"\n },\n \"projectId\": \"\",\n \"createdAt\": \"\",\n \"createdByTokenName\": \"\",\n \"size\": \"\",\n \"hash\": null,\n \"videoSpec\": {\n \"format\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"tracks\": [\n {\n \"type\": \"audio\",\n \"codec\": \"\",\n \"startTime\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"pixelFormat\": \"\",\n \"fps\": \"\",\n \"channels\": \"\",\n \"sampleRate\": \"\",\n \"bitDepth\": \"\"\n },\n {\n \"type\": \"video\",\n \"codec\": \"\",\n \"startTime\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"pixelFormat\": \"\",\n \"fps\": \"\",\n \"channels\": \"\",\n \"sampleRate\": \"\",\n \"bitDepth\": \"\"\n }\n ]\n }\n }\n]", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-c0c47935-6573-45c5-835d-ea244e25b9d7" }, { "id": "07ff3c6c-9216-4bce-9f90-8c22e3b1e12a", "name": "Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/session/:id/clips", "host": [ "{{baseUrl}}" ], "path": [ "session", ":id", "clips" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-07ff3c6c-9216-4bce-9f90-8c22e3b1e12a" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-74dff105-7a6f-43f9-8748-8ebd214bc669" } ], "id": "ffacc0c8-91a2-4e00-90d6-3ef570deda62", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-ffacc0c8-91a2-4e00-90d6-3ef570deda62" }, { "name": "Retrieve a session", "id": "e4996fa9-6a9b-4b2b-afd8-317c91d6ae2e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/session/:id", "host": [ "{{baseUrl}}" ], "path": [ "session", ":id" ], "variable": [ { "id": "3ddc8ae4-99a1-401e-a3ab-bfb1bac710e1", "key": "id", "value": "", "description": "(Required) ID of the session" } ] } }, "response": [ { "id": "b5b87315-1df6-4557-b4fe-f10e936d2f3a", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/session/:id", "host": [ "{{baseUrl}}" ], "path": [ "session", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"userId\": \"\",\n \"lastSeen\": \"\",\n \"sourceSegments\": \"\",\n \"transcodedSegments\": \"\",\n \"sourceSegmentsDuration\": \"\",\n \"transcodedSegmentsDuration\": \"\",\n \"sourceBytes\": \"\",\n \"transcodedBytes\": \"\",\n \"ingestRate\": \"\",\n \"outgoingRate\": \"\",\n \"isHealthy\": \"\",\n \"issues\": \"\",\n \"createdAt\": \"\",\n \"parentId\": \"\",\n \"projectId\": \"\",\n \"record\": \"\",\n \"recordingStatus\": \"none\",\n \"recordingUrl\": \"\",\n \"mp4Url\": \"\",\n \"playbackId\": \"\",\n \"profiles\": [\n {\n \"name\": \"240p0\",\n \"fps\": 0,\n \"bitrate\": 250000,\n \"width\": 426,\n \"height\": 240\n },\n {\n \"name\": \"360p0\",\n \"fps\": 0,\n \"bitrate\": 800000,\n \"width\": 640,\n \"height\": 360\n },\n {\n \"name\": \"480p0\",\n \"fps\": 0,\n \"bitrate\": 1600000,\n \"width\": 854,\n \"height\": 480\n },\n {\n \"name\": \"720p0\",\n \"fps\": 0,\n \"bitrate\": 3000000,\n \"width\": 1280,\n \"height\": 720\n }\n ],\n \"recordingSpec\": {\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264High\",\n \"encoder\": \"HEVC\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Baseline\",\n \"encoder\": \"VP8\"\n }\n ]\n }\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-b5b87315-1df6-4557-b4fe-f10e936d2f3a" }, { "id": "4defaaa1-ed1e-41b9-911d-9cb7a3c24971", "name": "Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/session/:id", "host": [ "{{baseUrl}}" ], "path": [ "session", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-4defaaa1-ed1e-41b9-911d-9cb7a3c24971" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-e4996fa9-6a9b-4b2b-afd8-317c91d6ae2e" } ], "id": "8480ea7c-66a9-46d5-a81c-d2752e6ff848", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-8480ea7c-66a9-46d5-a81c-d2752e6ff848" }, { "name": "Retrieve sessions", "id": "2705b87d-3f79-4abe-b616-b7f014128bb3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/session", "host": [ "{{baseUrl}}" ], "path": [ "session" ] } }, "response": [ { "id": "cbb011c7-b40c-4636-a0a7-a22ceef29c1c", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/session", "host": [ "{{baseUrl}}" ], "path": [ "session" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"name\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"userId\": \"\",\n \"lastSeen\": \"\",\n \"sourceSegments\": \"\",\n \"transcodedSegments\": \"\",\n \"sourceSegmentsDuration\": \"\",\n \"transcodedSegmentsDuration\": \"\",\n \"sourceBytes\": \"\",\n \"transcodedBytes\": \"\",\n \"ingestRate\": \"\",\n \"outgoingRate\": \"\",\n \"isHealthy\": \"\",\n \"issues\": \"\",\n \"createdAt\": \"\",\n \"parentId\": \"\",\n \"projectId\": \"\",\n \"record\": \"\",\n \"recordingStatus\": \"failed\",\n \"recordingUrl\": \"\",\n \"mp4Url\": \"\",\n \"playbackId\": \"\",\n \"profiles\": [\n {\n \"name\": \"240p0\",\n \"fps\": 0,\n \"bitrate\": 250000,\n \"width\": 426,\n \"height\": 240\n },\n {\n \"name\": \"360p0\",\n \"fps\": 0,\n \"bitrate\": 800000,\n \"width\": 640,\n \"height\": 360\n },\n {\n \"name\": \"480p0\",\n \"fps\": 0,\n \"bitrate\": 1600000,\n \"width\": 854,\n \"height\": 480\n },\n {\n \"name\": \"720p0\",\n \"fps\": 0,\n \"bitrate\": 3000000,\n \"width\": 1280,\n \"height\": 720\n }\n ],\n \"recordingSpec\": {\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Main\",\n \"encoder\": \"HEVC\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Baseline\",\n \"encoder\": \"VP9\"\n }\n ]\n }\n },\n {\n \"name\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"userId\": \"\",\n \"lastSeen\": \"\",\n \"sourceSegments\": \"\",\n \"transcodedSegments\": \"\",\n \"sourceSegmentsDuration\": \"\",\n \"transcodedSegmentsDuration\": \"\",\n \"sourceBytes\": \"\",\n \"transcodedBytes\": \"\",\n \"ingestRate\": \"\",\n \"outgoingRate\": \"\",\n \"isHealthy\": \"\",\n \"issues\": \"\",\n \"createdAt\": \"\",\n \"parentId\": \"\",\n \"projectId\": \"\",\n \"record\": \"\",\n \"recordingStatus\": \"failed\",\n \"recordingUrl\": \"\",\n \"mp4Url\": \"\",\n \"playbackId\": \"\",\n \"profiles\": [\n {\n \"name\": \"240p0\",\n \"fps\": 0,\n \"bitrate\": 250000,\n \"width\": 426,\n \"height\": 240\n },\n {\n \"name\": \"360p0\",\n \"fps\": 0,\n \"bitrate\": 800000,\n \"width\": 640,\n \"height\": 360\n },\n {\n \"name\": \"480p0\",\n \"fps\": 0,\n \"bitrate\": 1600000,\n \"width\": 854,\n \"height\": 480\n },\n {\n \"name\": \"720p0\",\n \"fps\": 0,\n \"bitrate\": 3000000,\n \"width\": 1280,\n \"height\": 720\n }\n ],\n \"recordingSpec\": {\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Main\",\n \"encoder\": \"H.264\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Main\",\n \"encoder\": \"VP9\"\n }\n ]\n }\n }\n]", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-cbb011c7-b40c-4636-a0a7-a22ceef29c1c" }, { "id": "37ba95c5-28eb-4335-a09b-1cc550587a59", "name": "Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/session", "host": [ "{{baseUrl}}" ], "path": [ "session" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-37ba95c5-28eb-4335-a09b-1cc550587a59" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-2705b87d-3f79-4abe-b616-b7f014128bb3" } ], "id": "d95309b4-1396-414c-af41-bfe19a4b251d", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-d95309b4-1396-414c-af41-bfe19a4b251d" }, { "name": "room", "item": [ { "name": "{id}", "item": [ { "name": "egress", "item": [ { "name": "Start room RTMP egress", "id": "48ac227a-c3b5-48b2-9249-a20dbf33051b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"streamId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/room/:id/egress", "host": [ "{{baseUrl}}" ], "path": [ "room", ":id", "egress" ], "variable": [ { "id": "09302a90-d213-4944-867d-02edde6a7b88", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Create a livestream for your room.\nThis allows you to leverage livestreaming features like recording and HLS output.\n" }, "response": [ { "id": "82e4a072-7256-4f05-ab2f-86bf30e00a3f", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"streamId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/room/:id/egress", "host": [ "{{baseUrl}}" ], "path": [ "room", ":id", "egress" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-82e4a072-7256-4f05-ab2f-86bf30e00a3f" }, { "id": "47ee4a25-c9b5-495a-a6ac-f31001e7afef", "name": "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 \"streamId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/room/:id/egress", "host": [ "{{baseUrl}}" ], "path": [ "room", ":id", "egress" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-47ee4a25-c9b5-495a-a6ac-f31001e7afef" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-48ac227a-c3b5-48b2-9249-a20dbf33051b" }, { "name": "Stop room RTMP egress", "id": "4601cacb-e12c-496b-b7d8-777704b4f1fb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/room/:id/egress", "host": [ "{{baseUrl}}" ], "path": [ "room", ":id", "egress" ], "variable": [ { "id": "3fe8a5bf-2e14-4955-b91f-63aa14674cea", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "57dc50ad-8078-4e40-bc04-2efe6642b83e", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/room/:id/egress", "host": [ "{{baseUrl}}" ], "path": [ "room", ":id", "egress" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-57dc50ad-8078-4e40-bc04-2efe6642b83e" }, { "id": "9f1e714b-1fd5-46d4-9a88-86fe9d19f109", "name": "Error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/room/:id/egress", "host": [ "{{baseUrl}}" ], "path": [ "room", ":id", "egress" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-9f1e714b-1fd5-46d4-9a88-86fe9d19f109" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-4601cacb-e12c-496b-b7d8-777704b4f1fb" } ], "id": "faf3e2ac-c039-44c0-ac75-36e26090f462", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-faf3e2ac-c039-44c0-ac75-36e26090f462" }, { "name": "user", "item": [ { "name": "{userId}", "item": [ { "name": "Get user details", "id": "c6448fe8-b4bc-486e-9e87-07828e6eb17d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/room/:id/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "room", ":id", "user", ":userId" ], "variable": [ { "id": "8d8f3e2a-2fc2-4c85-934b-49a6317489ac", "key": "id", "value": "", "description": "(Required) " }, { "id": "465bd1c9-7d53-4bad-9679-54647220088c", "key": "userId", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "8a5fed19-5613-45a2-b78a-75f259579398", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/room/:id/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "room", ":id", "user", ":userId" ], "variable": [ { "key": "id" }, { "key": "userId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"joinedAt\": \"\",\n \"name\": \"\",\n \"isPublisher\": true,\n \"metadata\": \"\"\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-8a5fed19-5613-45a2-b78a-75f259579398" }, { "id": "3c5fdacc-e9d0-4634-97ba-c1eed331068e", "name": "Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/room/:id/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "room", ":id", "user", ":userId" ], "variable": [ { "key": "id" }, { "key": "userId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-3c5fdacc-e9d0-4634-97ba-c1eed331068e" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-c6448fe8-b4bc-486e-9e87-07828e6eb17d" }, { "name": "Update a room user", "id": "656f5bcd-8953-48f6-b3b9-11cea6c7755a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"canPublish\": true,\n \"canPublishData\": true,\n \"metadata\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/room/:id/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "room", ":id", "user", ":userId" ], "variable": [ { "id": "c16b47ac-513b-4aa8-a4e8-c8f815280f4b", "key": "id", "value": "", "description": "(Required) " }, { "id": "c3bcae0b-9529-4c6d-91ab-23b6012c86e1", "key": "userId", "value": "", "description": "(Required) " } ] }, "description": "Update properties for a user." }, "response": [ { "id": "b17c25b3-37dc-4eff-8f99-403bbcbe14f2", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"canPublish\": true,\n \"canPublishData\": true,\n \"metadata\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/room/:id/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "room", ":id", "user", ":userId" ], "variable": [ { "key": "id" }, { "key": "userId" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-b17c25b3-37dc-4eff-8f99-403bbcbe14f2" }, { "id": "8dda53d7-ffac-4c7a-8786-8bf036776b8a", "name": "Error", "originalRequest": { "method": "PUT", "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 \"canPublish\": true,\n \"canPublishData\": true,\n \"metadata\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/room/:id/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "room", ":id", "user", ":userId" ], "variable": [ { "key": "id" }, { "key": "userId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-8dda53d7-ffac-4c7a-8786-8bf036776b8a" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-656f5bcd-8953-48f6-b3b9-11cea6c7755a" }, { "name": "Remove a user from the room", "id": "e7424a2a-6d59-4cb8-af63-35c108c62a02", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/room/:id/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "room", ":id", "user", ":userId" ], "variable": [ { "id": "55463d38-8368-4c39-bfd2-bd52b91f11ed", "key": "id", "value": "", "description": "(Required) " }, { "id": "fdb27bb4-807f-4cc9-90a4-03f7d489e8eb", "key": "userId", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "4e271a2f-b3fe-42f2-a729-9707a441f19c", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/room/:id/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "room", ":id", "user", ":userId" ], "variable": [ { "key": "id" }, { "key": "userId" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-4e271a2f-b3fe-42f2-a729-9707a441f19c" }, { "id": "838f71f5-e015-4a0f-a383-c542ed088e88", "name": "Error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/room/:id/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "room", ":id", "user", ":userId" ], "variable": [ { "key": "id" }, { "key": "userId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-838f71f5-e015-4a0f-a383-c542ed088e88" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-e7424a2a-6d59-4cb8-af63-35c108c62a02" } ], "id": "29b088f0-99d4-49bb-b34e-8c50488093a2", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-29b088f0-99d4-49bb-b34e-8c50488093a2" }, { "name": "Create a room user", "id": "aefa06b7-de7c-47b7-a628-b9c70fc605af", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"canPublish\": \"\",\n \"canPublishData\": \"\",\n \"metadata\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/room/:id/user", "host": [ "{{baseUrl}}" ], "path": [ "room", ":id", "user" ], "variable": [ { "id": "20a17a1f-8df7-468f-970b-fc3e18f2806f", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Call this endpoint to add a user to a room, specifying a display name at a minimum.\nThe response will contain a joining URL for Livepeer's default meeting app.\nAlternatively the joining token can be used with a custom app.\n" }, "response": [ { "id": "0854ead6-985f-44f0-ad8d-ce83e7514a22", "name": "Success", "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 \"name\": \"\",\n \"canPublish\": \"\",\n \"canPublishData\": \"\",\n \"metadata\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/room/:id/user", "host": [ "{{baseUrl}}" ], "path": [ "room", ":id", "user" ], "variable": [ { "key": "id" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"joinUrl\": \"\",\n \"token\": \"\"\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-0854ead6-985f-44f0-ad8d-ce83e7514a22" }, { "id": "8d6ce82a-099a-42cf-891e-76336c6a8a80", "name": "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 \"name\": \"\",\n \"canPublish\": \"\",\n \"canPublishData\": \"\",\n \"metadata\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/room/:id/user", "host": [ "{{baseUrl}}" ], "path": [ "room", ":id", "user" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-8d6ce82a-099a-42cf-891e-76336c6a8a80" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-aefa06b7-de7c-47b7-a628-b9c70fc605af" } ], "id": "d3f14f06-8d23-412d-bc2e-2fdef78e6e6a", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-d3f14f06-8d23-412d-bc2e-2fdef78e6e6a" }, { "name": "Retrieve a room", "id": "dd295f5e-0f91-480f-8022-0023903b80b2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/room/:id", "host": [ "{{baseUrl}}" ], "path": [ "room", ":id" ], "variable": [ { "id": "682e4602-1b56-4f4d-bf03-50c9ad615d29", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "0fad97d3-5f3b-44cf-8448-228edaab39ca", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/room/:id", "host": [ "{{baseUrl}}" ], "path": [ "room", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"participants\": {\n \"exercitation_a\": {\n \"identity\": \"\",\n \"name\": \"\",\n \"joinedAt\": \"\",\n \"leftAt\": \"\"\n }\n },\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"egressId\": \"\"\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-0fad97d3-5f3b-44cf-8448-228edaab39ca" }, { "id": "c72122c7-0cd5-45f2-8d3a-ce2e323eddb5", "name": "Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/room/:id", "host": [ "{{baseUrl}}" ], "path": [ "room", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-c72122c7-0cd5-45f2-8d3a-ce2e323eddb5" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-dd295f5e-0f91-480f-8022-0023903b80b2" }, { "name": "Delete a room", "id": "c9f2e413-1f00-42f8-ae11-4435d8eaba67", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/room/:id", "host": [ "{{baseUrl}}" ], "path": [ "room", ":id" ], "variable": [ { "id": "fec2ea1c-30a5-47cb-8abc-3fd3ba9df683", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "b62f2ec6-58b4-44eb-9739-1f593d78256d", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/room/:id", "host": [ "{{baseUrl}}" ], "path": [ "room", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-b62f2ec6-58b4-44eb-9739-1f593d78256d" }, { "id": "7f42905f-e805-4c1b-a385-c711b1792afc", "name": "Error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/room/:id", "host": [ "{{baseUrl}}" ], "path": [ "room", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-7f42905f-e805-4c1b-a385-c711b1792afc" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-c9f2e413-1f00-42f8-ae11-4435d8eaba67" } ], "id": "07ee6c0e-a913-47df-9cba-1003fa927903", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-07ee6c0e-a913-47df-9cba-1003fa927903" }, { "name": "Create a room", "id": "e874ea89-8e08-4686-8e4e-9440100c3a85", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/room", "host": [ "{{baseUrl}}" ], "path": [ "room" ] }, "description": "Create a multiparticipant livestreaming room.\n" }, "response": [ { "id": "7a069f8c-2ef9-47f0-b013-c5c98916ef36", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/room", "host": [ "{{baseUrl}}" ], "path": [ "room" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\"\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-7a069f8c-2ef9-47f0-b013-c5c98916ef36" }, { "id": "1a2a18bd-310c-408e-b1c5-924d81ee2714", "name": "Error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/room", "host": [ "{{baseUrl}}" ], "path": [ "room" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-1a2a18bd-310c-408e-b1c5-924d81ee2714" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-e874ea89-8e08-4686-8e4e-9440100c3a85" } ], "id": "a116fa3f-7896-4a2e-8360-f4e25258a16a", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-a116fa3f-7896-4a2e-8360-f4e25258a16a" }, { "name": "data", "item": [ { "name": "views", "item": [ { "name": "now", "item": [ { "name": "Query realtime viewership", "id": "5cf36db9-b5d6-47ef-b989-40139ea2e825", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/data/views/now?playbackId=&creatorId=&breakdownBy[]=device&breakdownBy[]=browser", "host": [ "{{baseUrl}}" ], "path": [ "data", "views", "now" ], "query": [ { "description": "The playback ID to filter the query results. This can be a canonical\nplayback ID from Livepeer assets or streams, or dStorage identifiers\nfor assets\n", "key": "playbackId", "value": "" }, { "description": "The creator ID to filter the query results", "key": "creatorId", "value": "" }, { "description": "The list of fields to break down the query results. Specify this\nquery-string multiple times to break down by multiple fields.\n", "key": "breakdownBy[]", "value": "device" }, { "description": "The list of fields to break down the query results. Specify this\nquery-string multiple times to break down by multiple fields.\n", "key": "breakdownBy[]", "value": "browser" } ] }, "description": "Requires a private (non-CORS) API key to be used.\n" }, "response": [ { "id": "5da7a481-f57e-49c1-9a65-f3732e7a3b00", "name": "A list of Metric objects", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/data/views/now?playbackId=&creatorId=&breakdownBy[]=browser", "host": [ "{{baseUrl}}" ], "path": [ "data", "views", "now" ], "query": [ { "description": "The playback ID to filter the query results. This can be a canonical\nplayback ID from Livepeer assets or streams, or dStorage identifiers\nfor assets\n", "key": "playbackId", "value": "" }, { "description": "The creator ID to filter the query results", "key": "creatorId", "value": "" }, { "description": "The list of fields to break down the query results. Specify this\nquery-string multiple times to break down by multiple fields.\n", "key": "breakdownBy[]", "value": "browser" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"viewCount\": \"\",\n \"errorRate\": \"\",\n \"playbackId\": \"\",\n \"device\": \"\",\n \"browser\": \"\",\n \"country\": \"\"\n },\n {\n \"viewCount\": \"\",\n \"errorRate\": \"\",\n \"playbackId\": \"\",\n \"device\": \"\",\n \"browser\": \"\",\n \"country\": \"\"\n }\n]", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-5da7a481-f57e-49c1-9a65-f3732e7a3b00" }, { "id": "e07fd158-36ed-4e9e-a82a-7773cbe40d78", "name": "Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/data/views/now?playbackId=&creatorId=&breakdownBy[]=browser", "host": [ "{{baseUrl}}" ], "path": [ "data", "views", "now" ], "query": [ { "description": "The playback ID to filter the query results. This can be a canonical\nplayback ID from Livepeer assets or streams, or dStorage identifiers\nfor assets\n", "key": "playbackId", "value": "" }, { "description": "The creator ID to filter the query results", "key": "creatorId", "value": "" }, { "description": "The list of fields to break down the query results. Specify this\nquery-string multiple times to break down by multiple fields.\n", "key": "breakdownBy[]", "value": "browser" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-e07fd158-36ed-4e9e-a82a-7773cbe40d78" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-5cf36db9-b5d6-47ef-b989-40139ea2e825" } ], "id": "8d3d79b9-1887-4443-a547-7594a093e829", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-8d3d79b9-1887-4443-a547-7594a093e829" }, { "name": "query", "item": [ { "name": "creator", "item": [ { "name": "Query creator viewership metrics", "id": "169405ca-5574-4365-b567-c0eed7411c9a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/data/views/query/creator?from=&to=&timeStep=week&assetId=&streamId=&creatorId=&breakdownBy[]=country&breakdownBy[]=country", "host": [ "{{baseUrl}}" ], "path": [ "data", "views", "query", "creator" ], "query": [ { "description": "Start timestamp for the query range (inclusive)", "key": "from", "value": "" }, { "description": "End timestamp for the query range (exclusive)", "key": "to", "value": "" }, { "description": "The time step to aggregate viewership metrics by", "key": "timeStep", "value": "week" }, { "description": "The asset ID to filter metrics for", "key": "assetId", "value": "" }, { "description": "The stream ID to filter metrics for", "key": "streamId", "value": "" }, { "description": "The creator ID to filter the query results", "key": "creatorId", "value": "" }, { "description": "The list of fields to break down the query results. Specify this\nquery-string multiple times to break down by multiple fields.\n", "key": "breakdownBy[]", "value": "country" }, { "description": "The list of fields to break down the query results. Specify this\nquery-string multiple times to break down by multiple fields.\n", "key": "breakdownBy[]", "value": "country" } ] }, "description": "Requires a proof of ownership to be sent in the request, which for now is just the assetId or streamId parameters (1 of those must be in the query-string).\n" }, "response": [ { "id": "f7092b4f-6812-427a-a697-34f5f839cb06", "name": "A list of Metric objects", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/data/views/query/creator?from=&to=&timeStep=week&assetId=&streamId=&creatorId=&breakdownBy[]=country", "host": [ "{{baseUrl}}" ], "path": [ "data", "views", "query", "creator" ], "query": [ { "description": "Start timestamp for the query range (inclusive)", "key": "from", "value": "" }, { "description": "End timestamp for the query range (exclusive)", "key": "to", "value": "" }, { "description": "The time step to aggregate viewership metrics by", "key": "timeStep", "value": "week" }, { "description": "The asset ID to filter metrics for", "key": "assetId", "value": "" }, { "description": "The stream ID to filter metrics for", "key": "streamId", "value": "" }, { "description": "The creator ID to filter the query results", "key": "creatorId", "value": "" }, { "description": "The list of fields to break down the query results. Specify this\nquery-string multiple times to break down by multiple fields.\n", "key": "breakdownBy[]", "value": "country" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"viewCount\": \"\",\n \"playtimeMins\": \"\",\n \"playbackId\": \"\",\n \"creatorId\": \"\",\n \"viewerId\": \"\",\n \"dStorageUrl\": \"\",\n \"timestamp\": \"\",\n \"device\": \"\",\n \"deviceType\": \"\",\n \"cpu\": \"\",\n \"os\": \"\",\n \"browser\": \"\",\n \"browserEngine\": \"\",\n \"continent\": \"\",\n \"country\": \"\",\n \"subdivision\": \"\",\n \"timezone\": \"\",\n \"geohash\": \"\",\n \"ttffMs\": \"\",\n \"rebufferRatio\": \"\",\n \"errorRate\": \"\",\n \"exitsBeforeStart\": \"\"\n },\n {\n \"viewCount\": \"\",\n \"playtimeMins\": \"\",\n \"playbackId\": \"\",\n \"creatorId\": \"\",\n \"viewerId\": \"\",\n \"dStorageUrl\": \"\",\n \"timestamp\": \"\",\n \"device\": \"\",\n \"deviceType\": \"\",\n \"cpu\": \"\",\n \"os\": \"\",\n \"browser\": \"\",\n \"browserEngine\": \"\",\n \"continent\": \"\",\n \"country\": \"\",\n \"subdivision\": \"\",\n \"timezone\": \"\",\n \"geohash\": \"\",\n \"ttffMs\": \"\",\n \"rebufferRatio\": \"\",\n \"errorRate\": \"\",\n \"exitsBeforeStart\": \"\"\n }\n]", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-f7092b4f-6812-427a-a697-34f5f839cb06" }, { "id": "539cd281-b5a6-46c3-857a-f169b6323403", "name": "Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/data/views/query/creator?from=&to=&timeStep=week&assetId=&streamId=&creatorId=&breakdownBy[]=country", "host": [ "{{baseUrl}}" ], "path": [ "data", "views", "query", "creator" ], "query": [ { "description": "Start timestamp for the query range (inclusive)", "key": "from", "value": "" }, { "description": "End timestamp for the query range (exclusive)", "key": "to", "value": "" }, { "description": "The time step to aggregate viewership metrics by", "key": "timeStep", "value": "week" }, { "description": "The asset ID to filter metrics for", "key": "assetId", "value": "" }, { "description": "The stream ID to filter metrics for", "key": "streamId", "value": "" }, { "description": "The creator ID to filter the query results", "key": "creatorId", "value": "" }, { "description": "The list of fields to break down the query results. Specify this\nquery-string multiple times to break down by multiple fields.\n", "key": "breakdownBy[]", "value": "country" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-539cd281-b5a6-46c3-857a-f169b6323403" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-169405ca-5574-4365-b567-c0eed7411c9a" } ], "id": "82816c89-9257-4d23-bdf3-b688d86996ed", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-82816c89-9257-4d23-bdf3-b688d86996ed" }, { "name": "total", "item": [ { "name": "{playbackId}", "item": [ { "name": "Query public total views metrics", "id": "eb5eda32-4b72-4aff-bdbd-ab1d17fb1c29", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/data/views/query/total/:playbackId", "host": [ "{{baseUrl}}" ], "path": [ "data", "views", "query", "total", ":playbackId" ], "variable": [ { "id": "28ac2a0b-5e0b-4343-9aa9-49297aa42b12", "key": "playbackId", "value": "", "description": "(Required) The playback ID to filter the query results. This can be a canonical\nplayback ID from Livepeer assets or streams, or dStorage identifiers\nfor assets\n" } ] }, "description": "Allows querying for the public metrics for viewership about a video.\nThis can be called from the frontend with a CORS key, or even\nunauthenticated.\n" }, "response": [ { "id": "ede9e903-bbc4-4086-99b5-71eb4844f378", "name": "A single Metric object with the viewCount and playtimeMins metrics.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/data/views/query/total/:playbackId", "host": [ "{{baseUrl}}" ], "path": [ "data", "views", "query", "total", ":playbackId" ], "variable": [ { "key": "playbackId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"playbackId\": \"\",\n \"dStorageUrl\": \"\",\n \"viewCount\": \"\",\n \"playtimeMins\": \"\"\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-ede9e903-bbc4-4086-99b5-71eb4844f378" }, { "id": "982db78f-9198-49af-a0b3-26dfb0b4aa09", "name": "Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/data/views/query/total/:playbackId", "host": [ "{{baseUrl}}" ], "path": [ "data", "views", "query", "total", ":playbackId" ], "variable": [ { "key": "playbackId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-982db78f-9198-49af-a0b3-26dfb0b4aa09" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-eb5eda32-4b72-4aff-bdbd-ab1d17fb1c29" } ], "id": "894544af-944b-405b-a7cb-a48d3c54a864", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-894544af-944b-405b-a7cb-a48d3c54a864" } ], "id": "3dec05fa-0f05-4455-a5d0-87133f7f5205", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-3dec05fa-0f05-4455-a5d0-87133f7f5205" }, { "name": "Query viewership metrics", "id": "83af4a64-1129-4954-96bf-5a61be5ecbc1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/data/views/query?playbackId=&from=&to=&timeStep=week&assetId=&streamId=&creatorId=&breakdownBy[]=os&breakdownBy[]=browserEngine", "host": [ "{{baseUrl}}" ], "path": [ "data", "views", "query" ], "query": [ { "description": "The playback ID to filter the query results. This can be a canonical\nplayback ID from Livepeer assets or streams, or dStorage identifiers\nfor assets\n", "key": "playbackId", "value": "" }, { "description": "Start timestamp for the query range (inclusive)", "key": "from", "value": "" }, { "description": "End timestamp for the query range (exclusive)", "key": "to", "value": "" }, { "description": "The time step to aggregate viewership metrics by", "key": "timeStep", "value": "week" }, { "description": "The asset ID to filter metrics for", "key": "assetId", "value": "" }, { "description": "The stream ID to filter metrics for", "key": "streamId", "value": "" }, { "description": "The creator ID to filter the query results", "key": "creatorId", "value": "" }, { "description": "The list of fields to break down the query results. Specify this\nquery-string multiple times to break down by multiple fields.\n", "key": "breakdownBy[]", "value": "os" }, { "description": "The list of fields to break down the query results. Specify this\nquery-string multiple times to break down by multiple fields.\n", "key": "breakdownBy[]", "value": "browserEngine" } ] }, "description": "Requires a private (non-CORS) API key to be used.\n" }, "response": [ { "id": "0759b98e-52aa-440c-a84e-b4b048a28415", "name": "A list of Metric objects", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/data/views/query?playbackId=&from=&to=&timeStep=week&assetId=&streamId=&creatorId=&breakdownBy[]=browserEngine", "host": [ "{{baseUrl}}" ], "path": [ "data", "views", "query" ], "query": [ { "description": "The playback ID to filter the query results. This can be a canonical\nplayback ID from Livepeer assets or streams, or dStorage identifiers\nfor assets\n", "key": "playbackId", "value": "" }, { "description": "Start timestamp for the query range (inclusive)", "key": "from", "value": "" }, { "description": "End timestamp for the query range (exclusive)", "key": "to", "value": "" }, { "description": "The time step to aggregate viewership metrics by", "key": "timeStep", "value": "week" }, { "description": "The asset ID to filter metrics for", "key": "assetId", "value": "" }, { "description": "The stream ID to filter metrics for", "key": "streamId", "value": "" }, { "description": "The creator ID to filter the query results", "key": "creatorId", "value": "" }, { "description": "The list of fields to break down the query results. Specify this\nquery-string multiple times to break down by multiple fields.\n", "key": "breakdownBy[]", "value": "browserEngine" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"viewCount\": \"\",\n \"playtimeMins\": \"\",\n \"playbackId\": \"\",\n \"creatorId\": \"\",\n \"viewerId\": \"\",\n \"dStorageUrl\": \"\",\n \"timestamp\": \"\",\n \"device\": \"\",\n \"deviceType\": \"\",\n \"cpu\": \"\",\n \"os\": \"\",\n \"browser\": \"\",\n \"browserEngine\": \"\",\n \"continent\": \"\",\n \"country\": \"\",\n \"subdivision\": \"\",\n \"timezone\": \"\",\n \"geohash\": \"\",\n \"ttffMs\": \"\",\n \"rebufferRatio\": \"\",\n \"errorRate\": \"\",\n \"exitsBeforeStart\": \"\"\n },\n {\n \"viewCount\": \"\",\n \"playtimeMins\": \"\",\n \"playbackId\": \"\",\n \"creatorId\": \"\",\n \"viewerId\": \"\",\n \"dStorageUrl\": \"\",\n \"timestamp\": \"\",\n \"device\": \"\",\n \"deviceType\": \"\",\n \"cpu\": \"\",\n \"os\": \"\",\n \"browser\": \"\",\n \"browserEngine\": \"\",\n \"continent\": \"\",\n \"country\": \"\",\n \"subdivision\": \"\",\n \"timezone\": \"\",\n \"geohash\": \"\",\n \"ttffMs\": \"\",\n \"rebufferRatio\": \"\",\n \"errorRate\": \"\",\n \"exitsBeforeStart\": \"\"\n }\n]", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-0759b98e-52aa-440c-a84e-b4b048a28415" }, { "id": "89dcfd29-f1da-497c-9e41-68d3cd48b0e9", "name": "Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/data/views/query?playbackId=&from=&to=&timeStep=week&assetId=&streamId=&creatorId=&breakdownBy[]=browserEngine", "host": [ "{{baseUrl}}" ], "path": [ "data", "views", "query" ], "query": [ { "description": "The playback ID to filter the query results. This can be a canonical\nplayback ID from Livepeer assets or streams, or dStorage identifiers\nfor assets\n", "key": "playbackId", "value": "" }, { "description": "Start timestamp for the query range (inclusive)", "key": "from", "value": "" }, { "description": "End timestamp for the query range (exclusive)", "key": "to", "value": "" }, { "description": "The time step to aggregate viewership metrics by", "key": "timeStep", "value": "week" }, { "description": "The asset ID to filter metrics for", "key": "assetId", "value": "" }, { "description": "The stream ID to filter metrics for", "key": "streamId", "value": "" }, { "description": "The creator ID to filter the query results", "key": "creatorId", "value": "" }, { "description": "The list of fields to break down the query results. Specify this\nquery-string multiple times to break down by multiple fields.\n", "key": "breakdownBy[]", "value": "browserEngine" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-89dcfd29-f1da-497c-9e41-68d3cd48b0e9" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-83af4a64-1129-4954-96bf-5a61be5ecbc1" } ], "id": "1b50f87c-1403-433e-8017-557073f2eea1", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-1b50f87c-1403-433e-8017-557073f2eea1" } ], "id": "786d7cb3-c233-437b-bc89-9ea0c1091fb4", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-786d7cb3-c233-437b-bc89-9ea0c1091fb4" }, { "name": "usage", "item": [ { "name": "query", "item": [ { "name": "Query usage metrics", "id": "75e07e79-ac6d-4bba-83f0-4e03ccc077c3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/data/usage/query?from=&to=&timeStep=hour&creatorId=&breakdownBy[]=creatorId&breakdownBy[]=creatorId", "host": [ "{{baseUrl}}" ], "path": [ "data", "usage", "query" ], "query": [ { "description": "Start millis timestamp for the query range (inclusive)\n", "key": "from", "value": "" }, { "description": "End millis timestamp for the query range (exclusive)\n", "key": "to", "value": "" }, { "description": "The time step to aggregate viewership metrics by\n", "key": "timeStep", "value": "hour" }, { "description": "The creator ID to filter the query results\n", "key": "creatorId", "value": "" }, { "description": "The list of fields to break down the query results. Currently the\nonly supported breakdown is by `creatorId`.\n", "key": "breakdownBy[]", "value": "creatorId" }, { "description": "The list of fields to break down the query results. Currently the\nonly supported breakdown is by `creatorId`.\n", "key": "breakdownBy[]", "value": "creatorId" } ] } }, "response": [ { "id": "768bc6f6-6f42-4f76-b2ae-bcf58895180c", "name": "A Usage Metric object", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/data/usage/query?from=&to=&timeStep=hour&creatorId=&breakdownBy[]=creatorId", "host": [ "{{baseUrl}}" ], "path": [ "data", "usage", "query" ], "query": [ { "description": "Start millis timestamp for the query range (inclusive)\n", "key": "from", "value": "" }, { "description": "End millis timestamp for the query range (exclusive)\n", "key": "to", "value": "" }, { "description": "The time step to aggregate viewership metrics by\n", "key": "timeStep", "value": "hour" }, { "description": "The creator ID to filter the query results\n", "key": "creatorId", "value": "" }, { "description": "The list of fields to break down the query results. Currently the\nonly supported breakdown is by `creatorId`.\n", "key": "breakdownBy[]", "value": "creatorId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"UserID\": \"\",\n \"CreatorID\": \"\",\n \"DeliveryUsageMins\": \"\",\n \"TotalUsageMins\": \"\",\n \"StorageUsageMins\": \"\"\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-768bc6f6-6f42-4f76-b2ae-bcf58895180c" }, { "id": "9c025809-613c-460a-8ea7-7e0ebbd75971", "name": "Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/data/usage/query?from=&to=&timeStep=hour&creatorId=&breakdownBy[]=creatorId", "host": [ "{{baseUrl}}" ], "path": [ "data", "usage", "query" ], "query": [ { "description": "Start millis timestamp for the query range (inclusive)\n", "key": "from", "value": "" }, { "description": "End millis timestamp for the query range (exclusive)\n", "key": "to", "value": "" }, { "description": "The time step to aggregate viewership metrics by\n", "key": "timeStep", "value": "hour" }, { "description": "The creator ID to filter the query results\n", "key": "creatorId", "value": "" }, { "description": "The list of fields to break down the query results. Currently the\nonly supported breakdown is by `creatorId`.\n", "key": "breakdownBy[]", "value": "creatorId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-9c025809-613c-460a-8ea7-7e0ebbd75971" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-75e07e79-ac6d-4bba-83f0-4e03ccc077c3" } ], "id": "2fe1e7b2-b3e7-4226-b4aa-3b0f2b862e7e", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-2fe1e7b2-b3e7-4226-b4aa-3b0f2b862e7e" } ], "id": "737953f4-39e8-4664-b5a4-60823454ef56", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-737953f4-39e8-4664-b5a4-60823454ef56" } ], "id": "8837c101-9c12-49d2-9313-fec339394978", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-8837c101-9c12-49d2-9313-fec339394978" }, { "name": "access-control", "item": [ { "name": "signing-key", "item": [ { "name": "{keyId}", "item": [ { "name": "Delete Signing Key", "id": "dbaa09d1-f3d0-4eab-af3e-96af9e8f062c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/access-control/signing-key/:keyId", "host": [ "{{baseUrl}}" ], "path": [ "access-control", "signing-key", ":keyId" ], "variable": [ { "id": "81f63a2f-5685-4d7d-bec8-80ed51064603", "key": "keyId", "value": "", "description": "(Required) ID of the signing key" } ] } }, "response": [ { "id": "08807006-07c7-4f1b-b243-bb6976ad5693", "name": "Success (No content)", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/access-control/signing-key/:keyId", "host": [ "{{baseUrl}}" ], "path": [ "access-control", "signing-key", ":keyId" ], "variable": [ { "key": "keyId" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-08807006-07c7-4f1b-b243-bb6976ad5693" }, { "id": "b6f6328f-501a-4a54-a948-1f032584d3cb", "name": "Error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/access-control/signing-key/:keyId", "host": [ "{{baseUrl}}" ], "path": [ "access-control", "signing-key", ":keyId" ], "variable": [ { "key": "keyId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-b6f6328f-501a-4a54-a948-1f032584d3cb" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-dbaa09d1-f3d0-4eab-af3e-96af9e8f062c" }, { "name": "Retrieves a signing key", "id": "9949343a-8acf-480c-87a0-5302bc6eceda", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/access-control/signing-key/:keyId", "host": [ "{{baseUrl}}" ], "path": [ "access-control", "signing-key", ":keyId" ], "variable": [ { "id": "a58fa747-23fc-4520-a457-dce642be0fe5", "key": "keyId", "value": "", "description": "(Required) ID of the signing key" } ] } }, "response": [ { "id": "98ab5fb7-0764-41d3-a32b-3a6754aa6d94", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/access-control/signing-key/:keyId", "host": [ "{{baseUrl}}" ], "path": [ "access-control", "signing-key", ":keyId" ], "variable": [ { "key": "keyId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"publicKey\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"userId\": \"\",\n \"createdAt\": \"\",\n \"lastSeen\": \"\",\n \"disabled\": \"\",\n \"projectId\": \"\"\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-98ab5fb7-0764-41d3-a32b-3a6754aa6d94" }, { "id": "9ff6399d-1d13-401a-881f-17e1d043b3d8", "name": "Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/access-control/signing-key/:keyId", "host": [ "{{baseUrl}}" ], "path": [ "access-control", "signing-key", ":keyId" ], "variable": [ { "key": "keyId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-9ff6399d-1d13-401a-881f-17e1d043b3d8" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-9949343a-8acf-480c-87a0-5302bc6eceda" }, { "name": "Update a signing key", "id": "38f6bec7-aa69-4e7f-b31a-04bca5e19540", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"disabled\": \"\",\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/access-control/signing-key/:keyId", "host": [ "{{baseUrl}}" ], "path": [ "access-control", "signing-key", ":keyId" ], "variable": [ { "id": "135872e1-c7a6-479c-aee0-7691bc9bcfd0", "key": "keyId", "value": "", "description": "(Required) ID of the signing key" } ] } }, "response": [ { "id": "5440e4b3-ad86-4b26-b437-4a570b4fb0cf", "name": "Success (No content)", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"disabled\": \"\",\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/access-control/signing-key/:keyId", "host": [ "{{baseUrl}}" ], "path": [ "access-control", "signing-key", ":keyId" ], "variable": [ { "key": "keyId" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-5440e4b3-ad86-4b26-b437-4a570b4fb0cf" }, { "id": "0fed0a7e-2e7e-4f40-b82b-3dc55a5c6490", "name": "Error", "originalRequest": { "method": "PATCH", "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 \"disabled\": \"\",\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/access-control/signing-key/:keyId", "host": [ "{{baseUrl}}" ], "path": [ "access-control", "signing-key", ":keyId" ], "variable": [ { "key": "keyId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-0fed0a7e-2e7e-4f40-b82b-3dc55a5c6490" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-38f6bec7-aa69-4e7f-b31a-04bca5e19540" } ], "id": "9f1b2d3a-0329-4999-a93b-8229f303d215", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-9f1b2d3a-0329-4999-a93b-8229f303d215" }, { "name": "Create a signing key", "id": "cc719ca8-7f7c-4068-910e-5c6b1baa4ddc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/access-control/signing-key", "host": [ "{{baseUrl}}" ], "path": [ "access-control", "signing-key" ] }, "description": "The publicKey is a representation of the public key, encoded as base 64 and is passed as a string, and the privateKey is displayed only on creation. This is the only moment where the client can save the private key, otherwise it will be lost. Remember to decode your string when signing JWTs.\nUp to 10 signing keys can be generated, after that you must delete at least one signing key to create a new one.\n" }, "response": [ { "id": "b8475170-d92d-4c21-835e-b942ca2aff3d", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/access-control/signing-key", "host": [ "{{baseUrl}}" ], "path": [ "access-control", "signing-key" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"publicKey\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"userId\": \"\",\n \"createdAt\": \"\",\n \"lastSeen\": \"\",\n \"disabled\": \"\",\n \"projectId\": \"\"\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-b8475170-d92d-4c21-835e-b942ca2aff3d" }, { "id": "f642a46f-b875-476e-bde7-01abd58e0c42", "name": "Error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/access-control/signing-key", "host": [ "{{baseUrl}}" ], "path": [ "access-control", "signing-key" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-f642a46f-b875-476e-bde7-01abd58e0c42" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-cc719ca8-7f7c-4068-910e-5c6b1baa4ddc" }, { "name": "Retrieves signing keys", "id": "42e6cce3-2a48-4808-8fbf-dea9a81232fd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/access-control/signing-key", "host": [ "{{baseUrl}}" ], "path": [ "access-control", "signing-key" ] } }, "response": [ { "id": "b26f0a56-1313-4b85-992e-bde5ac560633", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/access-control/signing-key", "host": [ "{{baseUrl}}" ], "path": [ "access-control", "signing-key" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"publicKey\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"userId\": \"\",\n \"createdAt\": \"\",\n \"lastSeen\": \"\",\n \"disabled\": \"\",\n \"projectId\": \"\"\n },\n {\n \"publicKey\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"userId\": \"\",\n \"createdAt\": \"\",\n \"lastSeen\": \"\",\n \"disabled\": \"\",\n \"projectId\": \"\"\n }\n]", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-b26f0a56-1313-4b85-992e-bde5ac560633" }, { "id": "4ea33152-178d-41c3-9798-8b1af2678410", "name": "Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/access-control/signing-key", "host": [ "{{baseUrl}}" ], "path": [ "access-control", "signing-key" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-4ea33152-178d-41c3-9798-8b1af2678410" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-42e6cce3-2a48-4808-8fbf-dea9a81232fd" } ], "id": "3a838c5a-bf6a-455e-8afc-a215ba324e55", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-3a838c5a-bf6a-455e-8afc-a215ba324e55" } ], "id": "72c15f62-818b-4bfe-888c-19ce7b30f21b", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-72c15f62-818b-4bfe-888c-19ce7b30f21b" }, { "name": "task", "item": [ { "name": "{taskId}", "item": [ { "name": "Retrieve a Task", "id": "ccdfc7de-7798-4f29-b66a-c0c711d0722c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/task/:taskId", "host": [ "{{baseUrl}}" ], "path": [ "task", ":taskId" ], "variable": [ { "id": "b47fa4f3-f98f-4cbd-8e6c-829fbf8a72c9", "key": "taskId", "value": "", "description": "(Required) ID of the task" } ] } }, "response": [ { "id": "bb4b61be-d832-4b57-9744-49277edbb9e2", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/task/:taskId", "host": [ "{{baseUrl}}" ], "path": [ "task", ":taskId" ], "variable": [ { "key": "taskId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"type\": \"transcode-file\",\n \"createdAt\": \"\",\n \"scheduledAt\": \"\",\n \"inputAssetId\": \"\",\n \"outputAssetId\": \"\",\n \"projectId\": \"\",\n \"requesterId\": \"\",\n \"params\": {\n \"upload\": {\n \"url\": \"\",\n \"encryption\": {\n \"encryptedKey\": \"\"\n },\n \"c2pa\": \"\",\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264High\",\n \"encoder\": \"VP8\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Main\",\n \"encoder\": \"HEVC\"\n }\n ],\n \"targetSegmentSizeSecs\": \"\"\n },\n \"export\": {\n \"custom\": {\n \"url\": \"http://\",\n \"method\": \"PUT\",\n \"headers\": {\n \"tempor_c\": \"\"\n }\n }\n },\n \"exportData\": {\n \"content\": {},\n \"ipfs\": {\n \"$ref\": {},\n \"pinata\": {\n \"jwt\": \"\"\n }\n },\n \"type\": \"\",\n \"id\": \"\"\n },\n \"transcode-file\": {\n \"input\": {\n \"url\": \"\"\n },\n \"storage\": {\n \"url\": \"\"\n },\n \"outputs\": {\n \"hls\": {\n \"path\": \"\"\n },\n \"mp4\": {\n \"path\": \"\"\n }\n },\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Main\",\n \"encoder\": \"VP8\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Baseline\",\n \"encoder\": \"VP8\"\n }\n ],\n \"targetSegmentSizeSecs\": \"\",\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"c2pa\": \"\"\n },\n \"clip\": {\n \"url\": \"\",\n \"clipStrategy\": {\n \"startTime\": \"\",\n \"endTime\": \"\",\n \"playbackId\": \"\"\n },\n \"catalystPipelineStrategy\": \"external\",\n \"sessionId\": \"\",\n \"inputId\": \"\"\n }\n },\n \"status\": {\n \"phase\": \"running\",\n \"updatedAt\": \"\",\n \"progress\": \"\",\n \"errorMessage\": \"\",\n \"retries\": \"\",\n \"step\": \"\"\n },\n \"output\": {\n \"upload\": {\n \"videoFilePath\": \"\",\n \"metadataFilePath\": \"\",\n \"assetSpec\": {\n \"id\": \"\",\n \"name\": \"\",\n \"source\": {\n \"type\": \"url\",\n \"url\": \"\",\n \"gatewayUrl\": \"\",\n \"encryption\": {\n \"encryptedKey\": \"\"\n }\n },\n \"type\": \"audio\",\n \"playbackId\": \"\",\n \"userId\": \"\",\n \"staticMp4\": \"\",\n \"playbackUrl\": \"\",\n \"downloadUrl\": \"\",\n \"playbackPolicy\": null,\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264High\",\n \"encoder\": \"VP8\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Baseline\",\n \"encoder\": \"VP8\"\n }\n ],\n \"storage\": {\n \"ipfs\": {\n \"spec\": {},\n \"$ref\": {},\n \"nftMetadata\": {\n \"cid\": \"\",\n \"url\": \"\",\n \"gatewayUrl\": \"\"\n },\n \"updatedAt\": \"\"\n },\n \"status\": {\n \"phase\": \"waiting\",\n \"tasks\": {\n \"pending\": \"\",\n \"last\": \"\",\n \"failed\": \"\"\n },\n \"progress\": \"\",\n \"errorMessage\": \"\"\n }\n },\n \"status\": {\n \"phase\": \"ready\",\n \"updatedAt\": \"\",\n \"progress\": \"\",\n \"errorMessage\": \"\"\n },\n \"projectId\": \"\",\n \"createdAt\": \"\",\n \"createdByTokenName\": \"\",\n \"size\": \"\",\n \"hash\": null,\n \"videoSpec\": {\n \"format\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"tracks\": [\n {\n \"type\": \"audio\",\n \"codec\": \"\",\n \"startTime\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"pixelFormat\": \"\",\n \"fps\": \"\",\n \"channels\": \"\",\n \"sampleRate\": \"\",\n \"bitDepth\": \"\"\n },\n {\n \"type\": \"audio\",\n \"codec\": \"\",\n \"startTime\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"pixelFormat\": \"\",\n \"fps\": \"\",\n \"channels\": \"\",\n \"sampleRate\": \"\",\n \"bitDepth\": \"\"\n }\n ]\n }\n },\n \"dolore_6a\": \"pariatur ex ut reprehenderit\",\n \"anim_217\": \"ullamco est\"\n },\n \"export\": {\n \"ipfs\": {\n \"videoFileCid\": \"\",\n \"videoFileUrl\": \"\",\n \"videoFileGatewayUrl\": \"\",\n \"nftMetadataCid\": \"\",\n \"nftMetadataUrl\": \"\",\n \"nftMetadataGatewayUrl\": \"\"\n }\n },\n \"exportData\": {\n \"ipfs\": {\n \"cid\": \"\"\n }\n }\n }\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-bb4b61be-d832-4b57-9744-49277edbb9e2" }, { "id": "73569fc3-2cf0-4581-864e-2664ba020539", "name": "Error", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/task/:taskId", "host": [ "{{baseUrl}}" ], "path": [ "task", ":taskId" ], "variable": [ { "key": "taskId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-73569fc3-2cf0-4581-864e-2664ba020539" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-ccdfc7de-7798-4f29-b66a-c0c711d0722c" } ], "id": "2677e656-69b2-486d-9d4e-4b74c5aca4d3", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-2677e656-69b2-486d-9d4e-4b74c5aca4d3" }, { "name": "Retrieve Tasks", "id": "7b01beec-c1a4-4fc8-8831-d30e5bf0e119", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/task", "host": [ "{{baseUrl}}" ], "path": [ "task" ] } }, "response": [ { "id": "d34a71fe-ff8a-47a0-89d8-d2399cdd7643", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/task", "host": [ "{{baseUrl}}" ], "path": [ "task" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"id\": \"\",\n \"type\": \"upload\",\n \"createdAt\": \"\",\n \"scheduledAt\": \"\",\n \"inputAssetId\": \"\",\n \"outputAssetId\": \"\",\n \"projectId\": \"\",\n \"requesterId\": \"\",\n \"params\": {\n \"upload\": {\n \"url\": \"\",\n \"encryption\": {\n \"encryptedKey\": \"\"\n },\n \"c2pa\": \"\",\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Main\",\n \"encoder\": \"VP9\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Main\",\n \"encoder\": \"VP8\"\n }\n ],\n \"targetSegmentSizeSecs\": \"\"\n },\n \"export\": {\n \"custom\": {\n \"url\": \"http://\",\n \"method\": \"PUT\",\n \"headers\": {\n \"laborum5f\": \"\"\n }\n }\n },\n \"exportData\": {\n \"content\": {},\n \"ipfs\": {\n \"$ref\": {},\n \"pinata\": {\n \"jwt\": \"\"\n }\n },\n \"type\": \"\",\n \"id\": \"\"\n },\n \"transcode-file\": {\n \"input\": {\n \"url\": \"\"\n },\n \"storage\": {\n \"url\": \"\"\n },\n \"outputs\": {\n \"hls\": {\n \"path\": \"\"\n },\n \"mp4\": {\n \"path\": \"\"\n }\n },\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Main\",\n \"encoder\": \"HEVC\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Main\",\n \"encoder\": \"HEVC\"\n }\n ],\n \"targetSegmentSizeSecs\": \"\",\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"c2pa\": \"\"\n },\n \"clip\": {\n \"url\": \"\",\n \"clipStrategy\": {\n \"startTime\": \"\",\n \"endTime\": \"\",\n \"playbackId\": \"\"\n },\n \"catalystPipelineStrategy\": \"catalyst_ffmpeg\",\n \"sessionId\": \"\",\n \"inputId\": \"\"\n }\n },\n \"status\": {\n \"phase\": \"pending\",\n \"updatedAt\": \"\",\n \"progress\": \"\",\n \"errorMessage\": \"\",\n \"retries\": \"\",\n \"step\": \"\"\n },\n \"output\": {\n \"upload\": {\n \"videoFilePath\": \"\",\n \"metadataFilePath\": \"\",\n \"assetSpec\": {\n \"id\": \"\",\n \"name\": \"\",\n \"source\": {\n \"type\": \"url\",\n \"url\": \"\",\n \"gatewayUrl\": \"\",\n \"encryption\": {\n \"encryptedKey\": \"\"\n }\n },\n \"type\": \"video\",\n \"playbackId\": \"\",\n \"userId\": \"\",\n \"staticMp4\": \"\",\n \"playbackUrl\": \"\",\n \"downloadUrl\": \"\",\n \"playbackPolicy\": {\n \"type\": \"public\",\n \"webhookId\": \"\",\n \"webhookContext\": {\n \"consequatb32\": true\n },\n \"refreshInterval\": \"\",\n \"allowedOrigins\": [\n \"\",\n \"\"\n ]\n },\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Main\",\n \"encoder\": \"HEVC\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264High\",\n \"encoder\": \"VP9\"\n }\n ],\n \"storage\": {\n \"ipfs\": {\n \"spec\": {},\n \"$ref\": {},\n \"nftMetadata\": {\n \"cid\": \"\",\n \"url\": \"\",\n \"gatewayUrl\": \"\"\n },\n \"updatedAt\": \"\"\n },\n \"status\": {\n \"phase\": \"waiting\",\n \"tasks\": {\n \"pending\": \"\",\n \"last\": \"\",\n \"failed\": \"\"\n },\n \"progress\": \"\",\n \"errorMessage\": \"\"\n }\n },\n \"status\": {\n \"phase\": \"deleting\",\n \"updatedAt\": \"\",\n \"progress\": \"\",\n \"errorMessage\": \"\"\n },\n \"projectId\": \"\",\n \"createdAt\": \"\",\n \"createdByTokenName\": \"\",\n \"size\": \"\",\n \"hash\": [\n {\n \"hash\": \"\",\n \"algorithm\": \"\"\n },\n {\n \"hash\": \"\",\n \"algorithm\": \"\"\n }\n ],\n \"videoSpec\": {\n \"format\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"tracks\": [\n {\n \"type\": \"video\",\n \"codec\": \"\",\n \"startTime\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"pixelFormat\": \"\",\n \"fps\": \"\",\n \"channels\": \"\",\n \"sampleRate\": \"\",\n \"bitDepth\": \"\"\n },\n {\n \"type\": \"video\",\n \"codec\": \"\",\n \"startTime\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"pixelFormat\": \"\",\n \"fps\": \"\",\n \"channels\": \"\",\n \"sampleRate\": \"\",\n \"bitDepth\": \"\"\n }\n ]\n }\n },\n \"quis_a2\": \"incididunt\",\n \"Ut_648\": -32953048.1604535,\n \"qui_3c\": \"consequat\"\n },\n \"export\": {\n \"ipfs\": {\n \"videoFileCid\": \"\",\n \"videoFileUrl\": \"\",\n \"videoFileGatewayUrl\": \"\",\n \"nftMetadataCid\": \"\",\n \"nftMetadataUrl\": \"\",\n \"nftMetadataGatewayUrl\": \"\"\n }\n },\n \"exportData\": {\n \"ipfs\": {\n \"cid\": \"\"\n }\n }\n }\n },\n {\n \"id\": \"\",\n \"type\": \"upload\",\n \"createdAt\": \"\",\n \"scheduledAt\": \"\",\n \"inputAssetId\": \"\",\n \"outputAssetId\": \"\",\n \"projectId\": \"\",\n \"requesterId\": \"\",\n \"params\": {\n \"upload\": {\n \"url\": \"\",\n \"encryption\": {\n \"encryptedKey\": \"\"\n },\n \"c2pa\": \"\",\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Baseline\",\n \"encoder\": \"VP9\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Main\",\n \"encoder\": \"VP9\"\n }\n ],\n \"targetSegmentSizeSecs\": \"\"\n },\n \"export\": {\n \"custom\": {\n \"url\": \"http://\",\n \"method\": \"PUT\",\n \"headers\": {\n \"labore_c\": \"\",\n \"dolor_9d2\": \"\"\n }\n }\n },\n \"exportData\": {\n \"content\": {},\n \"ipfs\": {\n \"$ref\": {},\n \"pinata\": {\n \"jwt\": \"\"\n }\n },\n \"type\": \"\",\n \"id\": \"\"\n },\n \"transcode-file\": {\n \"input\": {\n \"url\": \"\"\n },\n \"storage\": {\n \"url\": \"\"\n },\n \"outputs\": {\n \"hls\": {\n \"path\": \"\"\n },\n \"mp4\": {\n \"path\": \"\"\n }\n },\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Main\",\n \"encoder\": \"VP9\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264ConstrainedHigh\",\n \"encoder\": \"HEVC\"\n }\n ],\n \"targetSegmentSizeSecs\": \"\",\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"c2pa\": \"\"\n },\n \"clip\": {\n \"url\": \"\",\n \"clipStrategy\": {\n \"startTime\": \"\",\n \"endTime\": \"\",\n \"playbackId\": \"\"\n },\n \"catalystPipelineStrategy\": \"background_mist\",\n \"sessionId\": \"\",\n \"inputId\": \"\"\n }\n },\n \"status\": {\n \"phase\": \"running\",\n \"updatedAt\": \"\",\n \"progress\": \"\",\n \"errorMessage\": \"\",\n \"retries\": \"\",\n \"step\": \"\"\n },\n \"output\": {\n \"upload\": {\n \"videoFilePath\": \"\",\n \"metadataFilePath\": \"\",\n \"assetSpec\": {\n \"id\": \"\",\n \"name\": \"\",\n \"source\": {\n \"type\": \"url\",\n \"url\": \"\",\n \"gatewayUrl\": \"\",\n \"encryption\": {\n \"encryptedKey\": \"\"\n }\n },\n \"type\": \"video\",\n \"playbackId\": \"\",\n \"userId\": \"\",\n \"staticMp4\": \"\",\n \"playbackUrl\": \"\",\n \"downloadUrl\": \"\",\n \"playbackPolicy\": {\n \"type\": \"webhook\",\n \"webhookId\": \"\",\n \"webhookContext\": {\n \"id_7ec\": false\n },\n \"refreshInterval\": \"\",\n \"allowedOrigins\": [\n \"\",\n \"\"\n ]\n },\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Baseline\",\n \"encoder\": \"VP9\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264ConstrainedHigh\",\n \"encoder\": \"HEVC\"\n }\n ],\n \"storage\": {\n \"ipfs\": {\n \"spec\": {},\n \"$ref\": {},\n \"nftMetadata\": {\n \"cid\": \"\",\n \"url\": \"\",\n \"gatewayUrl\": \"\"\n },\n \"updatedAt\": \"\"\n },\n \"status\": {\n \"phase\": \"processing\",\n \"tasks\": {\n \"pending\": \"\",\n \"last\": \"\",\n \"failed\": \"\"\n },\n \"progress\": \"\",\n \"errorMessage\": \"\"\n }\n },\n \"status\": {\n \"phase\": \"deleting\",\n \"updatedAt\": \"\",\n \"progress\": \"\",\n \"errorMessage\": \"\"\n },\n \"projectId\": \"\",\n \"createdAt\": \"\",\n \"createdByTokenName\": \"\",\n \"size\": \"\",\n \"hash\": null,\n \"videoSpec\": {\n \"format\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"tracks\": [\n {\n \"type\": \"video\",\n \"codec\": \"\",\n \"startTime\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"pixelFormat\": \"\",\n \"fps\": \"\",\n \"channels\": \"\",\n \"sampleRate\": \"\",\n \"bitDepth\": \"\"\n },\n {\n \"type\": \"audio\",\n \"codec\": \"\",\n \"startTime\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"pixelFormat\": \"\",\n \"fps\": \"\",\n \"channels\": \"\",\n \"sampleRate\": \"\",\n \"bitDepth\": \"\"\n }\n ]\n }\n }\n },\n \"export\": {\n \"ipfs\": {\n \"videoFileCid\": \"\",\n \"videoFileUrl\": \"\",\n \"videoFileGatewayUrl\": \"\",\n \"nftMetadataCid\": \"\",\n \"nftMetadataUrl\": \"\",\n \"nftMetadataGatewayUrl\": \"\"\n }\n },\n \"exportData\": {\n \"ipfs\": {\n \"cid\": \"\"\n }\n }\n }\n }\n]", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-d34a71fe-ff8a-47a0-89d8-d2399cdd7643" }, { "id": "e26177eb-f0c1-4c2b-a9a3-8d8424982931", "name": "Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/task", "host": [ "{{baseUrl}}" ], "path": [ "task" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-e26177eb-f0c1-4c2b-a9a3-8d8424982931" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-7b01beec-c1a4-4fc8-8831-d30e5bf0e119" } ], "id": "7e9fbdd0-5cea-4113-a6b7-77e9335dd4e4", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-7e9fbdd0-5cea-4113-a6b7-77e9335dd4e4" }, { "name": "transcode", "item": [ { "name": "Transcode a video", "id": "015eca4c-0ae4-4377-bdd3-f6673d69688e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"input\": {\n \"url\": \"http://\"\n },\n \"storage\": {\n \"type\": \"s3\",\n \"endpoint\": \"https://\",\n \"bucket\": \"\",\n \"credentials\": {\n \"accessKeyId\": \"\",\n \"secretAccessKey\": \"\"\n }\n },\n \"outputs\": {\n \"hls\": {\n \"path\": \"\"\n },\n \"mp4\": {\n \"path\": \"\"\n },\n \"fmp4\": {\n \"path\": \"\"\n }\n },\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264ConstrainedHigh\",\n \"encoder\": \"VP9\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264High\",\n \"encoder\": \"VP8\"\n }\n ],\n \"targetSegmentSizeSecs\": \"\",\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"c2pa\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transcode", "host": [ "{{baseUrl}}" ], "path": [ "transcode" ] }, "description": "`POST /transcode` transcodes a video file and uploads the results to the\nspecified storage service.\n\\\n\\\nTranscoding is asynchronous so you will need to check the status of the\ntask in order to determine when transcoding is complete. The `id` field\nin the response is the unique ID for the transcoding `Task`. The task\nstatus can be queried using the [GET tasks\nendpoint](https://docs.livepeer.org/reference/api/get-tasks):\n\\\n\\\nWhen `status.phase` is `completed`, transcoding will be complete and\nthe results will be stored in the storage service and the specified\noutput location.\n\\\n\\\nThe results will be available under `params.outputs.hls.path` and\n`params.outputs.mp4.path` in the specified storage service.\n## Input\n\\\nThis endpoint currently supports the following inputs:\n- HTTP\n- S3 API Compatible Service\n\\\n\\\n**HTTP**\n\\\nA public HTTP URL can be used to read a video file.\n```json\n{\n \"url\": \"https://www.example.com/video.mp4\"\n}\n```\n| Name | Type | Description |\n| ---- | ------ | ------------------------------------ |\n| url | string | A public HTTP URL for the video file. |\n\nNote: For IPFS HTTP gateway URLs, the API currently only supports \u201cpath\nstyle\u201d URLs and does not support \u201csubdomain style\u201d URLs. The API will\nsupport both styles of URLs in a future update.\n\\\n\\\n**S3 API Compatible Service**\n\\\n\\\nS3 credentials can be used to authenticate with a S3 API compatible\nservice to read a video file.\n\n```json\n{\n \"type\": \"s3\",\n \"endpoint\": \"https://gateway.storjshare.io\",\n \"credentials\": {\n \"accessKeyId\": \"$ACCESS_KEY_ID\",\n \"secretAccessKey\": \"$SECRET_ACCESS_KEY\"\n },\n \"bucket\": \"inbucket\",\n \"path\": \"/video/source.mp4\"\n}\n```\n\n\n## Storage\n\\\nThis endpoint currently supports the following storage services:\n- S3 API Compatible Service\n- Web3 Storage\n\\\n\\\n**S3 API Compatible Service**\n```json\n{\n \"type\": \"s3\",\n \"endpoint\": \"https://gateway.storjshare.io\",\n \"credentials\": {\n \"accessKeyId\": \"$ACCESS_KEY_ID\",\n \"secretAccessKey\": \"$SECRET_ACCESS_KEY\"\n },\n \"bucket\": \"mybucket\"\n}\n```\n\n**Web3 Storage**\n\n```json\n{\n \"type\": \"web3.storage\",\n \"credentials\": {\n \"proof\": \"$UCAN_DELEGATION_PROOF\",\n }\n}\n```\n\n\n\n## Outputs\n\\\nThis endpoint currently supports the following output types:\n- HLS\n- MP4\n\n**HLS**\n\n```json\n{\n \"hls\": {\n \"path\": \"/samplevideo/hls\"\n }\n}\n```\n\n\n**MP4**\n\n```json\n{\n \"mp4\": {\n \"path\": \"/samplevideo/mp4\"\n }\n}\n```\n" }, "response": [ { "id": "9e581ac6-8906-47ad-bb7a-dd86f94c1c45", "name": "Success", "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 \"input\": {\n \"url\": \"http://\"\n },\n \"storage\": {\n \"type\": \"s3\",\n \"endpoint\": \"https://\",\n \"bucket\": \"\",\n \"credentials\": {\n \"accessKeyId\": \"\",\n \"secretAccessKey\": \"\"\n }\n },\n \"outputs\": {\n \"hls\": {\n \"path\": \"\"\n },\n \"mp4\": {\n \"path\": \"\"\n },\n \"fmp4\": {\n \"path\": \"\"\n }\n },\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264ConstrainedHigh\",\n \"encoder\": \"VP9\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264High\",\n \"encoder\": \"VP8\"\n }\n ],\n \"targetSegmentSizeSecs\": \"\",\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"c2pa\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transcode", "host": [ "{{baseUrl}}" ], "path": [ "transcode" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"type\": \"transcode-file\",\n \"createdAt\": \"\",\n \"scheduledAt\": \"\",\n \"inputAssetId\": \"\",\n \"outputAssetId\": \"\",\n \"projectId\": \"\",\n \"requesterId\": \"\",\n \"params\": {\n \"upload\": {\n \"url\": \"\",\n \"encryption\": {\n \"encryptedKey\": \"\"\n },\n \"c2pa\": \"\",\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264High\",\n \"encoder\": \"VP8\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Main\",\n \"encoder\": \"HEVC\"\n }\n ],\n \"targetSegmentSizeSecs\": \"\"\n },\n \"export\": {\n \"custom\": {\n \"url\": \"http://\",\n \"method\": \"PUT\",\n \"headers\": {\n \"tempor_c\": \"\"\n }\n }\n },\n \"exportData\": {\n \"content\": {},\n \"ipfs\": {\n \"$ref\": {},\n \"pinata\": {\n \"jwt\": \"\"\n }\n },\n \"type\": \"\",\n \"id\": \"\"\n },\n \"transcode-file\": {\n \"input\": {\n \"url\": \"\"\n },\n \"storage\": {\n \"url\": \"\"\n },\n \"outputs\": {\n \"hls\": {\n \"path\": \"\"\n },\n \"mp4\": {\n \"path\": \"\"\n }\n },\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Main\",\n \"encoder\": \"VP8\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Baseline\",\n \"encoder\": \"VP8\"\n }\n ],\n \"targetSegmentSizeSecs\": \"\",\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"c2pa\": \"\"\n },\n \"clip\": {\n \"url\": \"\",\n \"clipStrategy\": {\n \"startTime\": \"\",\n \"endTime\": \"\",\n \"playbackId\": \"\"\n },\n \"catalystPipelineStrategy\": \"external\",\n \"sessionId\": \"\",\n \"inputId\": \"\"\n }\n },\n \"status\": {\n \"phase\": \"running\",\n \"updatedAt\": \"\",\n \"progress\": \"\",\n \"errorMessage\": \"\",\n \"retries\": \"\",\n \"step\": \"\"\n },\n \"output\": {\n \"upload\": {\n \"videoFilePath\": \"\",\n \"metadataFilePath\": \"\",\n \"assetSpec\": {\n \"id\": \"\",\n \"name\": \"\",\n \"source\": {\n \"type\": \"url\",\n \"url\": \"\",\n \"gatewayUrl\": \"\",\n \"encryption\": {\n \"encryptedKey\": \"\"\n }\n },\n \"type\": \"audio\",\n \"playbackId\": \"\",\n \"userId\": \"\",\n \"staticMp4\": \"\",\n \"playbackUrl\": \"\",\n \"downloadUrl\": \"\",\n \"playbackPolicy\": null,\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264High\",\n \"encoder\": \"VP8\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264Baseline\",\n \"encoder\": \"VP8\"\n }\n ],\n \"storage\": {\n \"ipfs\": {\n \"spec\": {},\n \"$ref\": {},\n \"nftMetadata\": {\n \"cid\": \"\",\n \"url\": \"\",\n \"gatewayUrl\": \"\"\n },\n \"updatedAt\": \"\"\n },\n \"status\": {\n \"phase\": \"waiting\",\n \"tasks\": {\n \"pending\": \"\",\n \"last\": \"\",\n \"failed\": \"\"\n },\n \"progress\": \"\",\n \"errorMessage\": \"\"\n }\n },\n \"status\": {\n \"phase\": \"ready\",\n \"updatedAt\": \"\",\n \"progress\": \"\",\n \"errorMessage\": \"\"\n },\n \"projectId\": \"\",\n \"createdAt\": \"\",\n \"createdByTokenName\": \"\",\n \"size\": \"\",\n \"hash\": null,\n \"videoSpec\": {\n \"format\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"tracks\": [\n {\n \"type\": \"audio\",\n \"codec\": \"\",\n \"startTime\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"pixelFormat\": \"\",\n \"fps\": \"\",\n \"channels\": \"\",\n \"sampleRate\": \"\",\n \"bitDepth\": \"\"\n },\n {\n \"type\": \"audio\",\n \"codec\": \"\",\n \"startTime\": \"\",\n \"duration\": \"\",\n \"bitrate\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"pixelFormat\": \"\",\n \"fps\": \"\",\n \"channels\": \"\",\n \"sampleRate\": \"\",\n \"bitDepth\": \"\"\n }\n ]\n }\n },\n \"dolore_6a\": \"pariatur ex ut reprehenderit\",\n \"anim_217\": \"ullamco est\"\n },\n \"export\": {\n \"ipfs\": {\n \"videoFileCid\": \"\",\n \"videoFileUrl\": \"\",\n \"videoFileGatewayUrl\": \"\",\n \"nftMetadataCid\": \"\",\n \"nftMetadataUrl\": \"\",\n \"nftMetadataGatewayUrl\": \"\"\n }\n },\n \"exportData\": {\n \"ipfs\": {\n \"cid\": \"\"\n }\n }\n }\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-9e581ac6-8906-47ad-bb7a-dd86f94c1c45" }, { "id": "ca1e6150-0b43-498a-8714-c59d82a1e132", "name": "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 \"input\": {\n \"url\": \"http://\"\n },\n \"storage\": {\n \"type\": \"s3\",\n \"endpoint\": \"https://\",\n \"bucket\": \"\",\n \"credentials\": {\n \"accessKeyId\": \"\",\n \"secretAccessKey\": \"\"\n }\n },\n \"outputs\": {\n \"hls\": {\n \"path\": \"\"\n },\n \"mp4\": {\n \"path\": \"\"\n },\n \"fmp4\": {\n \"path\": \"\"\n }\n },\n \"profiles\": [\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264ConstrainedHigh\",\n \"encoder\": \"VP9\"\n },\n {\n \"bitrate\": \"\",\n \"width\": \"\",\n \"name\": \"\",\n \"height\": \"\",\n \"quality\": \"\",\n \"fps\": \"\",\n \"fpsDen\": \"\",\n \"gop\": \"\",\n \"profile\": \"H264High\",\n \"encoder\": \"VP8\"\n }\n ],\n \"targetSegmentSizeSecs\": \"\",\n \"creatorId\": {\n \"type\": \"unverified\",\n \"value\": \"\"\n },\n \"c2pa\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transcode", "host": [ "{{baseUrl}}" ], "path": [ "transcode" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-ca1e6150-0b43-498a-8714-c59d82a1e132" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-015eca4c-0ae4-4377-bdd3-f6673d69688e" } ], "id": "343da392-69dd-4fc8-a53d-6f904f5351f0", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-343da392-69dd-4fc8-a53d-6f904f5351f0" }, { "name": "playback", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve Playback Info", "id": "5ddcf767-da24-48a2-8d74-a3f38ecc63e6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/playback/:id", "host": [ "{{baseUrl}}" ], "path": [ "playback", ":id" ], "variable": [ { "id": "c6b70054-8fb1-40eb-ab52-0f28ee9d6a48", "key": "id", "value": "", "description": "(Required) The playback ID from the asset or livestream, e.g. `eaw4nk06ts2d0mzb`." } ] } }, "response": [ { "id": "52901e97-420f-4b73-9cdc-cdac177af0b8", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/playback/:id", "host": [ "{{baseUrl}}" ], "path": [ "playback", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"live\",\n \"meta\": {\n \"source\": [\n {\n \"hrn\": \"FLV (H264)\",\n \"type\": \"html5/application/vnd.apple.mpegurl\",\n \"url\": \"\",\n \"size\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"bitrate\": \"\"\n },\n {\n \"hrn\": \"HLS (TS)\",\n \"type\": \"html5/application/vnd.apple.mpegurl\",\n \"url\": \"\",\n \"size\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"bitrate\": \"\"\n }\n ],\n \"live\": 1,\n \"playbackPolicy\": {\n \"type\": \"public\",\n \"webhookId\": \"\",\n \"webhookContext\": {\n \"fugiat4b\": -65250690.19871004\n },\n \"refreshInterval\": \"\",\n \"allowedOrigins\": [\n \"\",\n \"\"\n ]\n },\n \"dvrPlayback\": [\n {\n \"hrn\": \"HLS (TS)\",\n \"type\": \"html5/application/vnd.apple.mpegurl\",\n \"url\": \"\",\n \"error\": \"\"\n },\n {\n \"hrn\": \"HLS (TS)\",\n \"type\": \"html5/application/vnd.apple.mpegurl\",\n \"url\": \"\",\n \"error\": \"\"\n }\n ],\n \"attestation\": {\n \"primaryType\": \"VideoAttestation\",\n \"domain\": {\n \"name\": \"Verifiable Video\",\n \"version\": \"1\"\n },\n \"message\": {\n \"video\": \"\",\n \"attestations\": [\n {\n \"role\": \"\",\n \"address\": \"\"\n },\n {\n \"role\": \"\",\n \"address\": \"\"\n }\n ],\n \"signer\": \"\",\n \"timestamp\": \"\"\n },\n \"signature\": \"\",\n \"id\": \"\",\n \"createdAt\": \"\",\n \"signatureType\": \"flow\",\n \"storage\": {\n \"ipfs\": {\n \"$ref\": {},\n \"updatedAt\": \"\"\n },\n \"status\": {\n \"phase\": \"reverted\",\n \"tasks\": {\n \"pending\": \"\",\n \"last\": \"\",\n \"failed\": \"\"\n },\n \"progress\": \"\",\n \"errorMessage\": \"\"\n }\n }\n }\n }\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-52901e97-420f-4b73-9cdc-cdac177af0b8" }, { "id": "dea2c97a-a7c1-438d-a50e-f03a1b2e98fa", "name": "Playback not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/playback/:id", "host": [ "{{baseUrl}}" ], "path": [ "playback", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-dea2c97a-a7c1-438d-a50e-f03a1b2e98fa" }, { "id": "a5946948-fc11-4855-b36e-d8bf28aa4a88", "name": "Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/playback/:id", "host": [ "{{baseUrl}}" ], "path": [ "playback", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-a5946948-fc11-4855-b36e-d8bf28aa4a88" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-5ddcf767-da24-48a2-8d74-a3f38ecc63e6" } ], "id": "fc552e90-bbfc-411e-944b-a6a005ac7372", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-fc552e90-bbfc-411e-944b-a6a005ac7372" } ], "id": "c49e9262-7dda-4453-921c-fe398305cec3", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-c49e9262-7dda-4453-921c-fe398305cec3" }, { "name": "api", "item": [ { "name": "generate", "item": [ { "name": "text-to-image", "item": [ { "name": "Text To Image", "id": "63aebea0-8989-495b-a908-192a1400b93c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"prompt\": \"\",\n \"model_id\": \"SG161222/RealVisXL_V4.0_Lightning\",\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}}/api/generate/text-to-image", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "text-to-image" ] }, "description": "Generate images from text prompts." }, "response": [ { "id": "f9feddc2-fc62-4744-b9fe-9b2c6a40c80e", "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\": \"SG161222/RealVisXL_V4.0_Lightning\",\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}}/api/generate/text-to-image", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "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:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-f9feddc2-fc62-4744-b9fe-9b2c6a40c80e" }, { "id": "15296f91-e1fc-4b44-87bf-7453ad7cff1c", "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\": \"SG161222/RealVisXL_V4.0_Lightning\",\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}}/api/generate/text-to-image", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "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:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-15296f91-e1fc-4b44-87bf-7453ad7cff1c" }, { "id": "975b3d8b-8fad-4034-aea9-d9c817691b12", "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\": \"SG161222/RealVisXL_V4.0_Lightning\",\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}}/api/generate/text-to-image", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "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:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-975b3d8b-8fad-4034-aea9-d9c817691b12" }, { "id": "8a3e8f2d-1f2f-4544-8338-b5e730d136cf", "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\": \"SG161222/RealVisXL_V4.0_Lightning\",\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}}/api/generate/text-to-image", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "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:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-8a3e8f2d-1f2f-4544-8338-b5e730d136cf" }, { "id": "7785219f-1e84-4374-bc1a-0497b1c47ab6", "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\": \"SG161222/RealVisXL_V4.0_Lightning\",\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}}/api/generate/text-to-image", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "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:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-7785219f-1e84-4374-bc1a-0497b1c47ab6" }, { "id": "19545000-4019-45df-b5a2-53570d9a7fce", "name": "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\": \"SG161222/RealVisXL_V4.0_Lightning\",\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}}/api/generate/text-to-image", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "text-to-image" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-19545000-4019-45df-b5a2-53570d9a7fce" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-63aebea0-8989-495b-a908-192a1400b93c" } ], "id": "d43897c7-1f19-4a77-bce6-b1d4768d0934", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-d43897c7-1f19-4a77-bce6-b1d4768d0934" }, { "name": "image-to-image", "item": [ { "name": "Image To Image", "id": "3040e0a7-4242-415f-a16e-7369ab32c619", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Text prompt(s) to guide image generation.", "key": "prompt", "value": "", "type": "text" }, { "description": "(Required) Uploaded image to modify with the pipeline.", "key": "image", "type": "file", "value": null }, { "description": "Hugging Face model ID used for image generation.", "key": "model_id", "value": "timbrooks/instruct-pix2pix", "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}}/api/generate/image-to-image", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "image-to-image" ] }, "description": "Apply image transformations to a provided image." }, "response": [ { "id": "9c97c80f-bd36-4f45-a7e0-c3ba9a4da4bd", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Text prompt(s) to guide image generation.", "key": "prompt", "value": "", "type": "text" }, { "description": "(Required) Uploaded image to modify with the pipeline.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for image generation.", "key": "model_id", "value": "timbrooks/instruct-pix2pix", "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}}/api/generate/image-to-image", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "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:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-9c97c80f-bd36-4f45-a7e0-c3ba9a4da4bd" }, { "id": "e4885562-867a-4354-adf7-9c876b5e009f", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Text prompt(s) to guide image generation.", "key": "prompt", "value": "", "type": "text" }, { "description": "(Required) Uploaded image to modify with the pipeline.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for image generation.", "key": "model_id", "value": "timbrooks/instruct-pix2pix", "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}}/api/generate/image-to-image", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "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:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-e4885562-867a-4354-adf7-9c876b5e009f" }, { "id": "9814bcfe-937b-42b0-9dee-d4e7812c3c31", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Text prompt(s) to guide image generation.", "key": "prompt", "value": "", "type": "text" }, { "description": "(Required) Uploaded image to modify with the pipeline.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for image generation.", "key": "model_id", "value": "timbrooks/instruct-pix2pix", "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}}/api/generate/image-to-image", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "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:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-9814bcfe-937b-42b0-9dee-d4e7812c3c31" }, { "id": "b380bdb8-b65c-4c0f-a2e3-1efcc8164cf6", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Text prompt(s) to guide image generation.", "key": "prompt", "value": "", "type": "text" }, { "description": "(Required) Uploaded image to modify with the pipeline.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for image generation.", "key": "model_id", "value": "timbrooks/instruct-pix2pix", "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}}/api/generate/image-to-image", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "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:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-b380bdb8-b65c-4c0f-a2e3-1efcc8164cf6" }, { "id": "cdc8991c-b47c-46a9-9f82-2c3995c919aa", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Text prompt(s) to guide image generation.", "key": "prompt", "value": "", "type": "text" }, { "description": "(Required) Uploaded image to modify with the pipeline.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for image generation.", "key": "model_id", "value": "timbrooks/instruct-pix2pix", "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}}/api/generate/image-to-image", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "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:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-cdc8991c-b47c-46a9-9f82-2c3995c919aa" }, { "id": "51e42279-cfe0-4dcf-9c16-d1405023d2e0", "name": "Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Text prompt(s) to guide image generation.", "key": "prompt", "value": "", "type": "text" }, { "description": "(Required) Uploaded image to modify with the pipeline.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for image generation.", "key": "model_id", "value": "timbrooks/instruct-pix2pix", "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}}/api/generate/image-to-image", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "image-to-image" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-51e42279-cfe0-4dcf-9c16-d1405023d2e0" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-3040e0a7-4242-415f-a16e-7369ab32c619" } ], "id": "bbbf96a4-5d3f-4692-9a5c-4bb40f1015ea", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-bbbf96a4-5d3f-4692-9a5c-4bb40f1015ea" }, { "name": "image-to-video", "item": [ { "name": "Image To Video", "id": "6f85fc2d-8cfc-4f66-82cf-870ea00acc25", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Uploaded image to generate a video from.", "key": "image", "type": "file", "value": null }, { "description": "Hugging Face model ID used for video generation.", "key": "model_id", "value": "stabilityai/stable-video-diffusion-img2vid-xt-1-1", "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}}/api/generate/image-to-video", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "image-to-video" ] }, "description": "Generate a video from a provided image." }, "response": [ { "id": "3a4a1411-b93e-411c-84fb-93116e03b55c", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Uploaded image to generate a video from.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for video generation.", "key": "model_id", "value": "stabilityai/stable-video-diffusion-img2vid-xt-1-1", "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}}/api/generate/image-to-video", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "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:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-3a4a1411-b93e-411c-84fb-93116e03b55c" }, { "id": "b2579ce2-f81f-4efe-825a-3ac7ef3f8d4e", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Uploaded image to generate a video from.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for video generation.", "key": "model_id", "value": "stabilityai/stable-video-diffusion-img2vid-xt-1-1", "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}}/api/generate/image-to-video", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "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:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-b2579ce2-f81f-4efe-825a-3ac7ef3f8d4e" }, { "id": "24a07fb3-8285-413c-ad0c-f89216c0f722", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Uploaded image to generate a video from.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for video generation.", "key": "model_id", "value": "stabilityai/stable-video-diffusion-img2vid-xt-1-1", "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}}/api/generate/image-to-video", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "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:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-24a07fb3-8285-413c-ad0c-f89216c0f722" }, { "id": "ad53f979-c2a1-488a-bd3a-80d219db5254", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Uploaded image to generate a video from.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for video generation.", "key": "model_id", "value": "stabilityai/stable-video-diffusion-img2vid-xt-1-1", "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}}/api/generate/image-to-video", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "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:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-ad53f979-c2a1-488a-bd3a-80d219db5254" }, { "id": "f666e402-ccf9-4c6b-af1d-a4a6a72a5c2e", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Uploaded image to generate a video from.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for video generation.", "key": "model_id", "value": "stabilityai/stable-video-diffusion-img2vid-xt-1-1", "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}}/api/generate/image-to-video", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "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:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-f666e402-ccf9-4c6b-af1d-a4a6a72a5c2e" }, { "id": "5b93b2a4-d598-44ad-b52a-5a6cfc5afd16", "name": "Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Uploaded image to generate a video from.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for video generation.", "key": "model_id", "value": "stabilityai/stable-video-diffusion-img2vid-xt-1-1", "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}}/api/generate/image-to-video", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "image-to-video" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-5b93b2a4-d598-44ad-b52a-5a6cfc5afd16" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-6f85fc2d-8cfc-4f66-82cf-870ea00acc25" } ], "id": "0039f294-1d90-4943-ba7e-5761fa3268b7", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-0039f294-1d90-4943-ba7e-5761fa3268b7" }, { "name": "upscale", "item": [ { "name": "Upscale", "id": "b6fa09ee-36dd-4f2d-9792-29a8665a77e3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Text prompt(s) to guide upscaled image generation.", "key": "prompt", "value": "", "type": "text" }, { "description": "(Required) Uploaded image to modify with the pipeline.", "key": "image", "type": "file", "value": null }, { "description": "Hugging Face model ID used for upscaled image generation.", "key": "model_id", "value": "stabilityai/stable-diffusion-x4-upscaler", "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}}/api/generate/upscale", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "upscale" ] }, "description": "Upscale an image by increasing its resolution." }, "response": [ { "id": "58cca0a5-485e-4d7f-aa94-f73b9320fd32", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Text prompt(s) to guide upscaled image generation.", "key": "prompt", "value": "", "type": "text" }, { "description": "(Required) Uploaded image to modify with the pipeline.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for upscaled image generation.", "key": "model_id", "value": "stabilityai/stable-diffusion-x4-upscaler", "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}}/api/generate/upscale", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "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:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-58cca0a5-485e-4d7f-aa94-f73b9320fd32" }, { "id": "08d5e36f-a609-4a02-a547-e88bfb9ccc68", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Text prompt(s) to guide upscaled image generation.", "key": "prompt", "value": "", "type": "text" }, { "description": "(Required) Uploaded image to modify with the pipeline.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for upscaled image generation.", "key": "model_id", "value": "stabilityai/stable-diffusion-x4-upscaler", "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}}/api/generate/upscale", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "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:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-08d5e36f-a609-4a02-a547-e88bfb9ccc68" }, { "id": "dba9183c-0bd7-4a6e-a0c2-6cd75693ee62", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Text prompt(s) to guide upscaled image generation.", "key": "prompt", "value": "", "type": "text" }, { "description": "(Required) Uploaded image to modify with the pipeline.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for upscaled image generation.", "key": "model_id", "value": "stabilityai/stable-diffusion-x4-upscaler", "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}}/api/generate/upscale", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "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:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-dba9183c-0bd7-4a6e-a0c2-6cd75693ee62" }, { "id": "d512b21e-fd8c-4734-b5d3-ece1bc0705db", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Text prompt(s) to guide upscaled image generation.", "key": "prompt", "value": "", "type": "text" }, { "description": "(Required) Uploaded image to modify with the pipeline.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for upscaled image generation.", "key": "model_id", "value": "stabilityai/stable-diffusion-x4-upscaler", "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}}/api/generate/upscale", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "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:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-d512b21e-fd8c-4734-b5d3-ece1bc0705db" }, { "id": "9ef27384-c13a-4f4a-88c1-fecbe54caa9a", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Text prompt(s) to guide upscaled image generation.", "key": "prompt", "value": "", "type": "text" }, { "description": "(Required) Uploaded image to modify with the pipeline.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for upscaled image generation.", "key": "model_id", "value": "stabilityai/stable-diffusion-x4-upscaler", "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}}/api/generate/upscale", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "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:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-9ef27384-c13a-4f4a-88c1-fecbe54caa9a" }, { "id": "4aef8d14-696a-4f54-83ba-80a68bc35f4b", "name": "Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Text prompt(s) to guide upscaled image generation.", "key": "prompt", "value": "", "type": "text" }, { "description": "(Required) Uploaded image to modify with the pipeline.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for upscaled image generation.", "key": "model_id", "value": "stabilityai/stable-diffusion-x4-upscaler", "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}}/api/generate/upscale", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "upscale" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-4aef8d14-696a-4f54-83ba-80a68bc35f4b" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-b6fa09ee-36dd-4f2d-9792-29a8665a77e3" } ], "id": "ab77349e-4cbe-4cc2-8c7d-ee148379b556", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-ab77349e-4cbe-4cc2-8c7d-ee148379b556" }, { "name": "audio-to-text", "item": [ { "name": "Audio To Text", "id": "0a0fb1e0-f999-40e3-bab8-607af6ec13ba", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Uploaded audio file to be transcribed.", "key": "audio", "type": "file", "value": null }, { "description": "Hugging Face model ID used for transcription.", "key": "model_id", "value": "openai/whisper-large-v3", "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}}/api/generate/audio-to-text", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "audio-to-text" ] }, "description": "Transcribe audio files to text." }, "response": [ { "id": "cf32ab76-e657-4af3-90aa-530fcdd4645b", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Uploaded audio file to be transcribed.", "key": "audio", "type": "file" }, { "description": "Hugging Face model ID used for transcription.", "key": "model_id", "value": "openai/whisper-large-v3", "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}}/api/generate/audio-to-text", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "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:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-cf32ab76-e657-4af3-90aa-530fcdd4645b" }, { "id": "959c3fa0-82ea-4ef0-920d-c27670b748d0", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Uploaded audio file to be transcribed.", "key": "audio", "type": "file" }, { "description": "Hugging Face model ID used for transcription.", "key": "model_id", "value": "openai/whisper-large-v3", "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}}/api/generate/audio-to-text", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "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:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-959c3fa0-82ea-4ef0-920d-c27670b748d0" }, { "id": "d91fba9d-af60-4de2-ae6a-d06434b67c1f", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Uploaded audio file to be transcribed.", "key": "audio", "type": "file" }, { "description": "Hugging Face model ID used for transcription.", "key": "model_id", "value": "openai/whisper-large-v3", "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}}/api/generate/audio-to-text", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "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:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-d91fba9d-af60-4de2-ae6a-d06434b67c1f" }, { "id": "08393dc8-98ce-45c6-84b6-9ccf54600d36", "name": "Request Entity Too Large", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Uploaded audio file to be transcribed.", "key": "audio", "type": "file" }, { "description": "Hugging Face model ID used for transcription.", "key": "model_id", "value": "openai/whisper-large-v3", "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}}/api/generate/audio-to-text", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "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:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-08393dc8-98ce-45c6-84b6-9ccf54600d36" }, { "id": "074996e7-66ac-4a40-895d-021cc39d673a", "name": "Unsupported Media Type", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Uploaded audio file to be transcribed.", "key": "audio", "type": "file" }, { "description": "Hugging Face model ID used for transcription.", "key": "model_id", "value": "openai/whisper-large-v3", "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}}/api/generate/audio-to-text", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "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:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-074996e7-66ac-4a40-895d-021cc39d673a" }, { "id": "05866ded-4198-42a8-bdec-dbd60d83b99a", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Uploaded audio file to be transcribed.", "key": "audio", "type": "file" }, { "description": "Hugging Face model ID used for transcription.", "key": "model_id", "value": "openai/whisper-large-v3", "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}}/api/generate/audio-to-text", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "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:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-05866ded-4198-42a8-bdec-dbd60d83b99a" }, { "id": "e79e0f18-3017-4f77-aeaf-bc15aa55d5f2", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Uploaded audio file to be transcribed.", "key": "audio", "type": "file" }, { "description": "Hugging Face model ID used for transcription.", "key": "model_id", "value": "openai/whisper-large-v3", "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}}/api/generate/audio-to-text", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "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:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-e79e0f18-3017-4f77-aeaf-bc15aa55d5f2" }, { "id": "6c95cece-98f6-44bd-9261-fd9e4ac3f219", "name": "Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Uploaded audio file to be transcribed.", "key": "audio", "type": "file" }, { "description": "Hugging Face model ID used for transcription.", "key": "model_id", "value": "openai/whisper-large-v3", "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}}/api/generate/audio-to-text", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "audio-to-text" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-6c95cece-98f6-44bd-9261-fd9e4ac3f219" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-0a0fb1e0-f999-40e3-bab8-607af6ec13ba" } ], "id": "39ed7da2-4fb2-4e6e-9b58-3adc878fef9f", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-39ed7da2-4fb2-4e6e-9b58-3adc878fef9f" }, { "name": "segment-anything-2", "item": [ { "name": "Segment Anything 2", "id": "2d525cfd-7486-45dc-84c5-677006d32991", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Image to segment.", "key": "image", "type": "file", "value": null }, { "description": "Hugging Face model ID used for image generation.", "key": "model_id", "value": "facebook/sam2-hiera-large", "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}}/api/generate/segment-anything-2", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "segment-anything-2" ] }, "description": "Segment objects in an image." }, "response": [ { "id": "834a926f-e658-4af0-b0bc-f5532c88c8d8", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Image to segment.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for image generation.", "key": "model_id", "value": "facebook/sam2-hiera-large", "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}}/api/generate/segment-anything-2", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "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:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-834a926f-e658-4af0-b0bc-f5532c88c8d8" }, { "id": "5654633f-6520-4161-870d-ec9cfed82d57", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Image to segment.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for image generation.", "key": "model_id", "value": "facebook/sam2-hiera-large", "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}}/api/generate/segment-anything-2", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "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:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-5654633f-6520-4161-870d-ec9cfed82d57" }, { "id": "4b522257-179c-4219-b630-9da822ad56f3", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Image to segment.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for image generation.", "key": "model_id", "value": "facebook/sam2-hiera-large", "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}}/api/generate/segment-anything-2", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "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:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-4b522257-179c-4219-b630-9da822ad56f3" }, { "id": "9bf000b6-ea11-40b6-b384-2d3351b706fc", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Image to segment.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for image generation.", "key": "model_id", "value": "facebook/sam2-hiera-large", "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}}/api/generate/segment-anything-2", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "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:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-9bf000b6-ea11-40b6-b384-2d3351b706fc" }, { "id": "c05e2a68-6dcc-4230-9134-bb6f433c3889", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Image to segment.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for image generation.", "key": "model_id", "value": "facebook/sam2-hiera-large", "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}}/api/generate/segment-anything-2", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "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:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-c05e2a68-6dcc-4230-9134-bb6f433c3889" }, { "id": "902211c5-3e92-4a1a-99d1-0d3e860c1796", "name": "Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Image to segment.", "key": "image", "type": "file" }, { "description": "Hugging Face model ID used for image generation.", "key": "model_id", "value": "facebook/sam2-hiera-large", "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}}/api/generate/segment-anything-2", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "segment-anything-2" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-902211c5-3e92-4a1a-99d1-0d3e860c1796" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-2d525cfd-7486-45dc-84c5-677006d32991" } ], "id": "589ca7c3-8b5a-4b97-a219-1f1349e1c890", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-589ca7c3-8b5a-4b97-a219-1f1349e1c890" }, { "name": "llm", "item": [ { "name": "LLM", "id": "d9dc019a-874f-4bd5-81d7-5f16e991727e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) ", "key": "prompt", "value": "" }, { "key": "model_id", "value": "meta-llama/Meta-Llama-3.1-8B-Instruct" }, { "key": "system_msg", "value": "" }, { "key": "temperature", "value": "0.7" }, { "key": "max_tokens", "value": "256" }, { "key": "history", "value": "[]" }, { "key": "stream", "value": "false" } ] }, "url": { "raw": "{{baseUrl}}/api/generate/llm", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "llm" ] }, "description": "Generate text using a language model." }, "response": [ { "id": "a96d19fd-fb70-4f0b-9f94-108db4d0ce3a", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) ", "key": "prompt", "value": "" }, { "key": "model_id", "value": "meta-llama/Meta-Llama-3.1-8B-Instruct" }, { "key": "system_msg", "value": "" }, { "key": "temperature", "value": "0.7" }, { "key": "max_tokens", "value": "256" }, { "key": "history", "value": "[]" }, { "key": "stream", "value": "false" } ] }, "url": { "raw": "{{baseUrl}}/api/generate/llm", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "llm" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"response\": \"\",\n \"tokens_used\": \"\"\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-a96d19fd-fb70-4f0b-9f94-108db4d0ce3a" }, { "id": "37cf0d24-068d-4d2a-92fa-fe45144fed38", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) ", "key": "prompt", "value": "" }, { "key": "model_id", "value": "meta-llama/Meta-Llama-3.1-8B-Instruct" }, { "key": "system_msg", "value": "" }, { "key": "temperature", "value": "0.7" }, { "key": "max_tokens", "value": "256" }, { "key": "history", "value": "[]" }, { "key": "stream", "value": "false" } ] }, "url": { "raw": "{{baseUrl}}/api/generate/llm", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "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:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-37cf0d24-068d-4d2a-92fa-fe45144fed38" }, { "id": "e404155a-4b29-4805-a48b-35da8fa4d17e", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) ", "key": "prompt", "value": "" }, { "key": "model_id", "value": "meta-llama/Meta-Llama-3.1-8B-Instruct" }, { "key": "system_msg", "value": "" }, { "key": "temperature", "value": "0.7" }, { "key": "max_tokens", "value": "256" }, { "key": "history", "value": "[]" }, { "key": "stream", "value": "false" } ] }, "url": { "raw": "{{baseUrl}}/api/generate/llm", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "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:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-e404155a-4b29-4805-a48b-35da8fa4d17e" }, { "id": "7b96cb46-7f67-4550-984b-f5e4417db999", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) ", "key": "prompt", "value": "" }, { "key": "model_id", "value": "meta-llama/Meta-Llama-3.1-8B-Instruct" }, { "key": "system_msg", "value": "" }, { "key": "temperature", "value": "0.7" }, { "key": "max_tokens", "value": "256" }, { "key": "history", "value": "[]" }, { "key": "stream", "value": "false" } ] }, "url": { "raw": "{{baseUrl}}/api/generate/llm", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "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:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-7b96cb46-7f67-4550-984b-f5e4417db999" }, { "id": "7e8a9505-76d4-47b8-9a73-2425063c3a9f", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) ", "key": "prompt", "value": "" }, { "key": "model_id", "value": "meta-llama/Meta-Llama-3.1-8B-Instruct" }, { "key": "system_msg", "value": "" }, { "key": "temperature", "value": "0.7" }, { "key": "max_tokens", "value": "256" }, { "key": "history", "value": "[]" }, { "key": "stream", "value": "false" } ] }, "url": { "raw": "{{baseUrl}}/api/generate/llm", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "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:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-7e8a9505-76d4-47b8-9a73-2425063c3a9f" }, { "id": "41000ed6-ed29-4abc-89b2-84d8022f6c01", "name": "Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) ", "key": "prompt", "value": "" }, { "key": "model_id", "value": "meta-llama/Meta-Llama-3.1-8B-Instruct" }, { "key": "system_msg", "value": "" }, { "key": "temperature", "value": "0.7" }, { "key": "max_tokens", "value": "256" }, { "key": "history", "value": "[]" }, { "key": "stream", "value": "false" } ] }, "url": { "raw": "{{baseUrl}}/api/generate/llm", "host": [ "{{baseUrl}}" ], "path": [ "api", "generate", "llm" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n \"\"\n ]\n}", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-41000ed6-ed29-4abc-89b2-84d8022f6c01" } ], "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-d9dc019a-874f-4bd5-81d7-5f16e991727e" } ], "id": "53eafdd8-8a7f-4f75-8de0-e884d20c0d44", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-53eafdd8-8a7f-4f75-8de0-e884d20c0d44" } ], "id": "685baabe-6071-489c-b0d4-5d34b782dea5", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-685baabe-6071-489c-b0d4-5d34b782dea5" } ], "id": "d3a7d576-efcb-423e-8508-3959ae6225fb", "createdAt": "2026-06-05T15:10:30.000Z", "updatedAt": "2026-06-05T15:10:30.000Z", "uid": "35240-d3a7d576-efcb-423e-8508-3959ae6225fb" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://livepeer.studio/api" } ] }