{ "info": { "_postman_id": "b5382182-5547-4592-9a7e-c0571116cb0f", "name": "Unified.to account model API", "description": "One API to Rule Them All\n\nContact Support:\n Email: hello@unified.to", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:25:04.000Z", "updatedAt": "2026-07-28T03:25:04.000Z", "lastUpdatedBy": "35240", "uid": "35240-b5382182-5547-4592-9a7e-c0571116cb0f" }, "item": [ { "name": "genai", "item": [ { "name": "{connection_id}", "item": [ { "name": "model", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve a Model", "id": "570321f8-9b45-42ee-922e-b23db8717046", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/genai/:connection_id/model/:id?fields=max_tokens&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "genai", ":connection_id", "model", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "max_tokens" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "10e06a13-1304-48a2-987b-83d6af48b1ae", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "4ebd14b9-4d3f-410f-8f8d-d70519a13f42", "key": "id", "value": "", "description": "(Required) ID of the Model" } ] } }, "response": [ { "id": "2a935737-a5bc-4a35-bf0a-6d5750001b4a", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/genai/:connection_id/model/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "genai", ":connection_id", "model", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"description\": \"\",\n \"has_temperature\": \"\",\n \"id\": \"\",\n \"max_tokens\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"et_27\": \"aute velit Lorem\"\n },\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:25:05.000Z", "updatedAt": "2026-07-28T03:25:05.000Z", "uid": "35240-2a935737-a5bc-4a35-bf0a-6d5750001b4a" } ], "createdAt": "2026-07-28T03:25:05.000Z", "updatedAt": "2026-07-28T03:25:05.000Z", "uid": "35240-570321f8-9b45-42ee-922e-b23db8717046" } ], "id": "5ad5373e-0864-4265-b2cb-074bdd2c9841", "createdAt": "2026-07-28T03:25:05.000Z", "updatedAt": "2026-07-28T03:25:05.000Z", "uid": "35240-5ad5373e-0864-4265-b2cb-074bdd2c9841" }, { "name": "List All Models", "id": "27824668-b466-41e9-b5d4-9ab7614954fb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/genai/:connection_id/model?limit=&offset=&updated_gte=&sort=&order=&query=&fields=max_tokens&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "genai", ":connection_id", "model" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "max_tokens" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "4c1389f3-585c-40ea-be22-dca2317bd75d", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "b9b9f493-0791-4c41-bbe6-f76ef1507a2d", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/genai/:connection_id/model?limit=&offset=&updated_gte=&sort=&order=&query=&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "genai", ":connection_id", "model" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"description\": \"\",\n \"has_temperature\": \"\",\n \"id\": \"\",\n \"max_tokens\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"inf9\": -67261031.52872072,\n \"commodo6\": false\n },\n \"web_url\": \"\"\n },\n {\n \"description\": \"\",\n \"has_temperature\": \"\",\n \"id\": \"\",\n \"max_tokens\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"in_e\": true,\n \"essef\": -9763325,\n \"qui16\": -28143210.984466463,\n \"minim_80c\": false\n },\n \"web_url\": \"\"\n }\n]", "createdAt": "2026-07-28T03:25:05.000Z", "updatedAt": "2026-07-28T03:25:05.000Z", "uid": "35240-b9b9f493-0791-4c41-bbe6-f76ef1507a2d" } ], "createdAt": "2026-07-28T03:25:05.000Z", "updatedAt": "2026-07-28T03:25:05.000Z", "uid": "35240-27824668-b466-41e9-b5d4-9ab7614954fb" } ], "id": "4d71fb4e-f4ae-43b7-920d-8188841c8c19", "createdAt": "2026-07-28T03:25:05.000Z", "updatedAt": "2026-07-28T03:25:05.000Z", "uid": "35240-4d71fb4e-f4ae-43b7-920d-8188841c8c19" } ], "id": "c66c873f-4bd9-4857-8c44-cc28ff5ad157", "createdAt": "2026-07-28T03:25:05.000Z", "updatedAt": "2026-07-28T03:25:05.000Z", "uid": "35240-c66c873f-4bd9-4857-8c44-cc28ff5ad157" } ], "id": "cd294340-307a-4822-bbcf-ac938c096929", "createdAt": "2026-07-28T03:25:05.000Z", "updatedAt": "2026-07-28T03:25:05.000Z", "uid": "35240-cd294340-307a-4822-bbcf-ac938c096929" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.unified.to" } ] }