{"info":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","description":"<html><head></head><body><img src=\"https://github.com/user-attachments/assets/3c6a3f36-652d-4d7c-8866-3f9bf7ff1fab\">\n\n<p>The <strong>Clarifai Public API</strong> collection gives you direct access to the full Clarifai REST API — various endpoints across different resource areas. Use it to manage applications, upload inputs, train models, build workflows, search your data, run inference, and orchestrate compute infrastructure — all from Postman.</p>\n<hr>\n<h2 id=\"whats-in-this-collection\">What's in this Collection</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Folder</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Applications</strong></td>\n<td>Create and manage apps — the top-level container for all resources</td>\n</tr>\n<tr>\n<td><strong>Annotations</strong></td>\n<td>Label inputs, manage annotation filters, and detect duplicates</td>\n</tr>\n<tr>\n<td><strong>Collectors</strong></td>\n<td>Auto-capture inputs from external model calls into an app</td>\n</tr>\n<tr>\n<td><strong>Concepts</strong></td>\n<td>Manage labels, vocabularies, translations, and concept graphs</td>\n</tr>\n<tr>\n<td><strong>Datasets</strong></td>\n<td>Create datasets, add inputs, and version snapshots for training</td>\n</tr>\n<tr>\n<td><strong>Inputs</strong></td>\n<td>Upload images, video, text, and audio; stream and manage at scale</td>\n</tr>\n<tr>\n<td><strong>Models</strong></td>\n<td>Create, train, evaluate, predict, and export custom models</td>\n</tr>\n<tr>\n<td><strong>Search</strong></td>\n<td>Rank by visual similarity and filter by concept, task, or region</td>\n</tr>\n<tr>\n<td><strong>Workflows</strong></td>\n<td>Chain models into multi-step inference pipelines</td>\n</tr>\n<tr>\n<td><strong>Pipelines</strong></td>\n<td>Orchestrate multi-step data processing runs</td>\n</tr>\n<tr>\n<td><strong>Artifacts</strong></td>\n<td>Store and version model weights and configuration files</td>\n</tr>\n<tr>\n<td><strong>Secrets</strong></td>\n<td>Manage credentials for compute infrastructure</td>\n</tr>\n<tr>\n<td><strong>Runners</strong></td>\n<td>Register agents for on-premises model inference</td>\n</tr>\n<tr>\n<td><strong>Compute Orchestration</strong></td>\n<td>Provision clusters, nodepools, and model deployments</td>\n</tr>\n<tr>\n<td><strong>Walkthroughs</strong></td>\n<td>End-to-end guides (RAG, visual classifier, and more)</td>\n</tr>\n</tbody>\n</table>\n</div><hr>\n<h2 id=\"prerequisites\">Prerequisites</h2>\n<h3 id=\"1-personal-access-token-pat\">1. Personal Access Token (PAT)</h3>\n<p>All requests authenticate using your PAT in the <code>Authorization</code> header:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Authorization: Key &lt;YOUR_PAT&gt;\n\n</code></pre><p>The collection uses <strong>collection-level auth</strong> — your PAT is applied automatically to every request once set. Generate a PAT from your <a href=\"https://clarifai.com/settings/security\">Clarifai account security settings</a>.</p>\n<p>📖 <a href=\"https://docs.clarifai.com/control/authentication/pat\">Authentication Documentation</a></p>\n<h3 id=\"2-set-your-variables\">2. Set Your Variables</h3>\n<p>Open the collection → <strong>Variables</strong> tab and replace the placeholder values with your own:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Placeholder</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>key</code></td>\n<td><code>YOUR_PAT</code></td>\n<td>Your Personal Access Token</td>\n</tr>\n<tr>\n<td><code>user_id</code></td>\n<td><code>YOUR_USER_ID</code></td>\n<td>Your Clarifai username</td>\n</tr>\n<tr>\n<td><code>app_id</code></td>\n<td><code>YOUR_APP_ID</code></td>\n<td>The app to run requests against</td>\n</tr>\n<tr>\n<td><code>model_id</code></td>\n<td><code>YOUR_MODEL_ID</code></td>\n<td>Model ID for model endpoints</td>\n</tr>\n<tr>\n<td><code>version_id</code></td>\n<td><code>YOUR_VERSION_ID</code></td>\n<td>Model version ID</td>\n</tr>\n<tr>\n<td><code>workflow_id</code></td>\n<td><code>YOUR_WORKFLOW_ID</code></td>\n<td>Workflow ID</td>\n</tr>\n</tbody>\n</table>\n</div><p>All other variables (<code>concept_id</code>, <code>input_id</code>, <code>dataset_id</code>, etc.) follow the same pattern and are used by their respective endpoint groups.</p>\n<hr>\n<h2 id=\"authentication-setup\">Authentication Setup</h2>\n<ol>\n<li><p>Click the collection name in the sidebar</p>\n</li>\n<li><p>Go to the <strong>Variables</strong> tab</p>\n</li>\n<li><p>Set <code>key</code> to your PAT, <code>user_id</code> to your username, and <code>app_id</code> to your target app</p>\n</li>\n<li><p>All 235 requests will automatically use these values</p>\n</li>\n</ol>\n<p>Alternatively, create a <strong>Postman Environment</strong> with the same variable names to switch between accounts or apps without editing the collection directly.</p>\n<hr>\n<h2 id=\"api-reference\">API Reference</h2>\n<ul>\n<li><p><strong>Base URL:</strong> <code>https://api.clarifai.com</code></p>\n</li>\n<li><p><strong>Protocol:</strong> HTTPS only</p>\n</li>\n<li><p><strong>Auth header:</strong> <code>Authorization: Key YOUR_PAT</code></p>\n</li>\n<li><p><strong>Content-Type:</strong> <code>application/json</code> (all POST / PATCH / PUT requests)</p>\n</li>\n<li><p><strong>SDKs:</strong> <a href=\"https://docs.clarifai.com/resources/api-overview/python-sdk\">Python</a> | <a href=\"https://docs.clarifai.com/resources/api-overview/nodejs-sdk\">Node.js</a> | <a href=\"https://docs.clarifai.com/resources/api-overview/grpc-clients\">gRPC Clients</a></p>\n</li>\n<li><p><strong>Pagination:</strong> <code>page</code> and <code>per_page</code> query parameters on all list endpoints — <a href=\"https://docs.clarifai.com/resources/api-overview/pagination\">Pagination Docs</a></p>\n</li>\n<li><p><strong>Rate Limits:</strong> <a href=\"https://docs.clarifai.com/resources/api-overview/rate-limits\">Rate Limits Documentation</a></p>\n</li>\n<li><p><strong>Status Codes:</strong> <a href=\"https://docs.clarifai.com/resources/api-overview/status-codes\">Status Codes Reference</a></p>\n</li>\n</ul>\n<hr>\n<h2 id=\"useful-links\">Useful Links</h2>\n<ul>\n<li><p><a href=\"https://docs.clarifai.com/\">Documentation</a></p>\n</li>\n<li><p><a href=\"https://clarifai.com/explore\">Clarifai Platform</a></p>\n</li>\n<li><p><a href=\"https://docs.clarifai.com/resources/api-references/postman/\">Using Clarifai with Postman</a></p>\n</li>\n<li><p><a href=\"https://status.clarifai.com/\">API Status</a></p>\n</li>\n<li><p><a href=\"https://discord.gg/XAPE3Vtg\">Discord Community</a></p>\n</li>\n<li><p><a href=\"https://docs.clarifai.com/resources/api-overview/\">API Overview</a></p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"24309294","collectionId":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","publishedId":"2sBXijHWuM","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-03-20T12:29:50.000Z"},"item":[{"name":"Applications","item":[{"name":"Create Application","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"app_id\", encodeURIComponent(JSON.parse(responseBody).apps[0].id));","postman.setEnvironmentVariable(\"app_owner_id\", encodeURIComponent(JSON.parse(responseBody).apps[0].user_id));"],"type":"text/javascript","packages":{},"id":"7094aa4b-775e-4c3a-abda-9c2906d2f742"}}],"id":"513def45-6346-4e7c-9cde-1851b6ec0c7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"apps\": [\n        {\n            \"id\": \"postman-1777931642\",\n            \"default_workflow\": {\n                \"user_id\": \"clarifai\",\n                \"app_id\": \"main\",\n                \"id\": \"Universal\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps","description":"<p>Create a new application under the authenticated user's account. An application is the top-level container for all Clarifai resources (inputs, models, workflows, datasets, etc.).</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>apps[].id</code></td>\n<td>string</td>\n<td>Unique ID for the new application</td>\n</tr>\n<tr>\n<td><code>apps[].default_workflow</code></td>\n<td>object</td>\n<td>Base workflow applied to all new inputs. Reference a public workflow with <code>user_id</code>, <code>app_id</code>, and <code>id</code></td>\n</tr>\n<tr>\n<td><code>apps[].notes</code></td>\n<td>string</td>\n<td>Markdown notes for the application</td>\n</tr>\n<tr>\n<td><code>apps[].visibility.gettable</code></td>\n<td>integer</td>\n<td>Visibility level: <code>10</code> = private, <code>50</code> = public</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"da54551a-f19f-41a6-a83f-cc976d004537","name":"Create Application (Universal)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"apps\": [\n        {\n            \"id\": \"postman-1777931642\",\n            \"default_workflow\": {\n                \"user_id\": \"clarifai\",\n                \"app_id\": \"main\",\n                \"id\": \"Universal\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 May 2024 08:37:44 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"711"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Accept,X-Requested-With,Content-Type,Referer,Accept-Encoding,X-CSRF-Token,Authorization,X-Clarifai-Application-Id,X-Clarifai-REST-API-Key,X-Clarifai-Session-Token,X-Clarifai-Client,X-Clarifai-Site,X-RapidAPI-User,x-clarifai-request-id-prefix,x-request-id"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,POST,PUT,PATCH,OPTIONS,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Grpc-Metadata-Content-Type","value":"application/grpc"},{"key":"X-Clarifai-Request-Id","value":"bd819fc3f1534a8a8a2e91d78e3d5196"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"bd819fc3f1534a8a8a2e91d78e3d5196\"\n    },\n    \"apps\": [\n        {\n            \"id\": \"postman-1714639063\",\n            \"name\": \"postman-1714639063\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"postman-1714639063\",\n                \"created_at\": \"2024-05-02T08:37:44.502474Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"clarifai\",\n                \"modified_at\": \"2024-05-02T08:37:44.502474Z\",\n                \"version\": {\n                    \"id\": \"20468bbafd3e42c58c1fc908f076c2d2\"\n                },\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"clarifai\",\n            \"created_at\": \"2024-05-02T08:37:44.501812649Z\",\n            \"modified_at\": \"2024-05-02T08:37:44.501812649Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"is_template\": false\n        }\n    ]\n}"},{"id":"c07295fe-9c9f-4d51-98d9-7c5909f733fa","name":"Create Application (Text)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"apps\": [\n        {\n            \"id\": \"postman-1777931642\",\n            \"default_workflow\": {\n                \"user_id\": \"clarifai\",\n                \"app_id\": \"main\",\n                \"id\": \"Text\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 May 2024 08:40:52 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"701"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Accept,X-Requested-With,Content-Type,Referer,Accept-Encoding,X-CSRF-Token,Authorization,X-Clarifai-Application-Id,X-Clarifai-REST-API-Key,X-Clarifai-Session-Token,X-Clarifai-Client,X-Clarifai-Site,X-RapidAPI-User,x-clarifai-request-id-prefix,x-request-id"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,POST,PUT,PATCH,OPTIONS,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Grpc-Metadata-Content-Type","value":"application/grpc"},{"key":"X-Clarifai-Request-Id","value":"89645d72c73643b2a6ea06ecaabee981"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"89645d72c73643b2a6ea06ecaabee981\"\n    },\n    \"apps\": [\n        {\n            \"id\": \"postman-1714639251\",\n            \"name\": \"postman-1714639251\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Text\",\n            \"default_workflow\": {\n                \"id\": \"Text\",\n                \"app_id\": \"postman-1714639251\",\n                \"created_at\": \"2024-05-02T08:40:51.836107Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"clarifai\",\n                \"modified_at\": \"2024-05-02T08:40:51.836107Z\",\n                \"version\": {\n                    \"id\": \"d0e76d5a199d47f1b0f2760259b0a7b4\"\n                },\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"clarifai\",\n            \"created_at\": \"2024-05-02T08:40:51.809892767Z\",\n            \"modified_at\": \"2024-05-02T08:40:51.809892767Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"is_template\": false\n        }\n    ]\n}"},{"id":"b10d0d45-ceca-46b6-abca-37e3e3237780","name":"Create Application (Moderation)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"apps\": [\n        {\n            \"id\": \"postman-1777931642\",\n            \"default_workflow\": {\n                \"user_id\": \"clarifai\",\n                \"app_id\": \"main\",\n                \"id\": \"Moderation\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 May 2024 08:38:32 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"713"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Accept,X-Requested-With,Content-Type,Referer,Accept-Encoding,X-CSRF-Token,Authorization,X-Clarifai-Application-Id,X-Clarifai-REST-API-Key,X-Clarifai-Session-Token,X-Clarifai-Client,X-Clarifai-Site,X-RapidAPI-User,x-clarifai-request-id-prefix,x-request-id"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,POST,PUT,PATCH,OPTIONS,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Grpc-Metadata-Content-Type","value":"application/grpc"},{"key":"X-Clarifai-Request-Id","value":"d53bde6474e6400cbc5d4904d4476da6"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"d53bde6474e6400cbc5d4904d4476da6\"\n    },\n    \"apps\": [\n        {\n            \"id\": \"postman-1714639111\",\n            \"name\": \"postman-1714639111\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Moderation\",\n            \"default_workflow\": {\n                \"id\": \"Moderation\",\n                \"app_id\": \"postman-1714639111\",\n                \"created_at\": \"2024-05-02T08:38:32.246299Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"clarifai\",\n                \"modified_at\": \"2024-05-02T08:38:32.246299Z\",\n                \"version\": {\n                    \"id\": \"867e606aee5b42158e38c6ff64bce8db\"\n                },\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"clarifai\",\n            \"created_at\": \"2024-05-02T08:38:32.245583071Z\",\n            \"modified_at\": \"2024-05-02T08:38:32.245583071Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"is_template\": false\n        }\n    ]\n}"},{"id":"9422a081-aa28-4dab-8e1b-695887b947c0","name":"Create Application (Food)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"apps\": [\n        {\n            \"id\": \"postman-1777931642\",\n            \"default_workflow\": {\n                \"user_id\": \"clarifai\",\n                \"app_id\": \"main\",\n                \"id\": \"Food\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 May 2024 08:39:21 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"701"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Accept,X-Requested-With,Content-Type,Referer,Accept-Encoding,X-CSRF-Token,Authorization,X-Clarifai-Application-Id,X-Clarifai-REST-API-Key,X-Clarifai-Session-Token,X-Clarifai-Client,X-Clarifai-Site,X-RapidAPI-User,x-clarifai-request-id-prefix,x-request-id"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,POST,PUT,PATCH,OPTIONS,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Grpc-Metadata-Content-Type","value":"application/grpc"},{"key":"X-Clarifai-Request-Id","value":"e6fd7ee200514462bcfa1a848dae7eed"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"e6fd7ee200514462bcfa1a848dae7eed\"\n    },\n    \"apps\": [\n        {\n            \"id\": \"postman-1714639160\",\n            \"name\": \"postman-1714639160\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Food\",\n            \"default_workflow\": {\n                \"id\": \"Food\",\n                \"app_id\": \"postman-1714639160\",\n                \"created_at\": \"2024-05-02T08:39:20.802066Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"clarifai\",\n                \"modified_at\": \"2024-05-02T08:39:20.802066Z\",\n                \"version\": {\n                    \"id\": \"ac0934c8e68941e5ac72a087cb6ff88a\"\n                },\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"clarifai\",\n            \"created_at\": \"2024-05-02T08:39:20.801740059Z\",\n            \"modified_at\": \"2024-05-02T08:39:20.801740059Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"is_template\": false\n        }\n    ]\n}"},{"id":"2f5280c0-5e55-4519-b57e-7688c4b7cab2","name":"Create Application (Face)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"apps\": [\n        {\n            \"id\": \"postman-1777931642\",\n            \"default_workflow\": {\n                \"user_id\": \"clarifai\",\n                \"app_id\": \"main\",\n                \"id\": \"Face\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 May 2024 08:39:44 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"701"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Accept,X-Requested-With,Content-Type,Referer,Accept-Encoding,X-CSRF-Token,Authorization,X-Clarifai-Application-Id,X-Clarifai-REST-API-Key,X-Clarifai-Session-Token,X-Clarifai-Client,X-Clarifai-Site,X-RapidAPI-User,x-clarifai-request-id-prefix,x-request-id"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,POST,PUT,PATCH,OPTIONS,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Grpc-Metadata-Content-Type","value":"application/grpc"},{"key":"X-Clarifai-Request-Id","value":"774fa1a17e5f4b988d740a403e333232"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"774fa1a17e5f4b988d740a403e333232\"\n    },\n    \"apps\": [\n        {\n            \"id\": \"postman-1714639183\",\n            \"name\": \"postman-1714639183\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Face\",\n            \"default_workflow\": {\n                \"id\": \"Face\",\n                \"app_id\": \"postman-1714639183\",\n                \"created_at\": \"2024-05-02T08:39:44.295873Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"clarifai\",\n                \"modified_at\": \"2024-05-02T08:39:44.295873Z\",\n                \"version\": {\n                    \"id\": \"1d4debb95b4c4c488f3b2db10d356680\"\n                },\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"clarifai\",\n            \"created_at\": \"2024-05-02T08:39:44.295130960Z\",\n            \"modified_at\": \"2024-05-02T08:39:44.295130960Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"is_template\": false\n        }\n    ]\n}"},{"id":"92201f50-c7a0-46e3-993c-c7255635ac81","name":"Create Application (Empty)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"apps\": [\n        {\n            \"id\": \"postman-1777931642\",\n            \"default_workflow\": {\n                \"user_id\": \"clarifai\",\n                \"app_id\": \"main\",\n                \"id\": \"Empty\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 May 2024 08:40:07 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"703"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Accept,X-Requested-With,Content-Type,Referer,Accept-Encoding,X-CSRF-Token,Authorization,X-Clarifai-Application-Id,X-Clarifai-REST-API-Key,X-Clarifai-Session-Token,X-Clarifai-Client,X-Clarifai-Site,X-RapidAPI-User,x-clarifai-request-id-prefix,x-request-id"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,POST,PUT,PATCH,OPTIONS,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Grpc-Metadata-Content-Type","value":"application/grpc"},{"key":"X-Clarifai-Request-Id","value":"52df7cecde1945c0ba0a4f44556379fd"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"52df7cecde1945c0ba0a4f44556379fd\"\n    },\n    \"apps\": [\n        {\n            \"id\": \"postman-1714639206\",\n            \"name\": \"postman-1714639206\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Empty\",\n            \"default_workflow\": {\n                \"id\": \"Empty\",\n                \"app_id\": \"postman-1714639206\",\n                \"created_at\": \"2024-05-02T08:40:07.405199Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"clarifai\",\n                \"modified_at\": \"2024-05-02T08:40:07.405199Z\",\n                \"version\": {\n                    \"id\": \"73ec91bc75264290861eb89a66446611\"\n                },\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"clarifai\",\n            \"created_at\": \"2024-05-02T08:40:07.404485873Z\",\n            \"modified_at\": \"2024-05-02T08:40:07.404485873Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"is_template\": false\n        }\n    ]\n}"}],"_postman_id":"513def45-6346-4e7c-9cde-1851b6ec0c7a"},{"name":"List Applications","event":[{"listen":"test","script":{"exec":["if (JSON.parse(responseBody).apps.length > 0) {","    postman.setEnvironmentVariable(\"app_id\", encodeURIComponent(JSON.parse(responseBody).apps[0].id));","    postman.setEnvironmentVariable(\"app_owner_id\", encodeURIComponent(JSON.parse(responseBody).apps[0].user_id));","}",""],"type":"text/javascript","packages":{},"id":"514521c9-c13c-412f-bfa0-b7b37151366c"}}],"id":"929aa537-1fe7-4c7a-9c41-fef038fcd96a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps?additional_fields=stars&additional_fields=counts","description":"<p>Retrieve a paginated list of all applications owned by the authenticated user.</p>\n<h2 id=\"query-parameters\"><strong>Query Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td>integer</td>\n<td>Page number (default: 1)</td>\n</tr>\n<tr>\n<td><code>per_page</code></td>\n<td>integer</td>\n<td>Results per page (default: 20, max: 1000)</td>\n</tr>\n<tr>\n<td><code>sort_ascending</code></td>\n<td>boolean</td>\n<td>Sort order (default: false — newest first)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps"],"host":["https://api.clarifai.com"],"query":[{"key":"additional_fields","value":"stars"},{"key":"additional_fields","value":"counts"}],"variable":[]}},"response":[{"id":"099f6b1e-2245-44d7-be7b-bd200179e235","name":"List Applications","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps?additional_fields=stars&additional_fields=counts","host":["https://api.clarifai.com"],"path":["v2","users","YOUR_USER_ID","apps"],"query":[{"key":"page","value":"1","disabled":true},{"key":"sort_ascending","value":"true","disabled":true},{"key":"sort_by_name","value":"true","disabled":true},{"key":"sort_by_modified_at","value":"true","disabled":true},{"key":"sort_by_created_at","value":"true","disabled":true},{"key":"sort_by_star_count","value":"true","disabled":true},{"key":"starred_only","value":"true","disabled":true},{"key":"template_only","value":"true","disabled":true},{"key":"additional_fields","value":"stars"},{"key":"additional_fields","value":"counts"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 May 2024 08:57:45 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Accept,X-Requested-With,Content-Type,Referer,Accept-Encoding,X-CSRF-Token,Authorization,X-Clarifai-Application-Id,X-Clarifai-REST-API-Key,X-Clarifai-Session-Token,X-Clarifai-Client,X-Clarifai-Site,X-RapidAPI-User,x-clarifai-request-id-prefix,x-request-id"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,POST,PUT,PATCH,OPTIONS,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Grpc-Metadata-Content-Type","value":"application/grpc"},{"key":"X-Clarifai-Request-Id","value":"611246ed865c45039d3c3499751f3180"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"db8f327f9d824b9a84665f29de7ab8b4\"\n    },\n    \"apps\": [\n        {\n            \"id\": \"visual_sim\",\n            \"name\": \"visual_sim\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"visual_sim\",\n                \"created_at\": \"2024-07-08T10:34:54.113354Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-07-08T10:34:54.113354Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-07-08T10:34:54.113115Z\",\n            \"modified_at\": \"2024-07-08T10:34:54.113115Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"models\": \"2\",\n                    \"workflows\": \"2\",\n                    \"inputs\": \"2\"\n                }\n            }\n        },\n        {\n            \"id\": \"workflow_testing18\",\n            \"name\": \"workflow_testing18\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Empty\",\n            \"default_workflow\": {\n                \"id\": \"Empty\",\n                \"app_id\": \"workflow_testing18\",\n                \"created_at\": \"2024-07-02T12:24:10.560248Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-07-02T12:24:10.560248Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-07-02T12:24:10.558571Z\",\n            \"modified_at\": \"2024-07-02T12:24:10.558571Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"models\": \"1\",\n                    \"workflows\": \"2\"\n                }\n            }\n        },\n        {\n            \"id\": \"workflow_testing17\",\n            \"name\": \"workflow_testing17\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Empty\",\n            \"default_workflow\": {\n                \"id\": \"Empty\",\n                \"app_id\": \"workflow_testing17\",\n                \"created_at\": \"2024-07-02T12:22:55.631981Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-07-02T12:22:55.631981Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-07-02T12:22:55.631246Z\",\n            \"modified_at\": \"2024-07-02T12:22:55.631246Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"workflow_testing16\",\n            \"name\": \"workflow_testing16\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Empty\",\n            \"default_workflow\": {\n                \"id\": \"Empty\",\n                \"app_id\": \"workflow_testing16\",\n                \"created_at\": \"2024-07-02T12:20:24.859462Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-07-02T12:20:24.859462Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-07-02T12:20:24.858769Z\",\n            \"modified_at\": \"2024-07-02T12:20:24.858769Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"workflow_testing15\",\n            \"name\": \"workflow_testing15\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Empty\",\n            \"default_workflow\": {\n                \"id\": \"Empty\",\n                \"app_id\": \"workflow_testing15\",\n                \"created_at\": \"2024-07-02T12:20:00.072248Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-07-02T12:20:00.072248Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-07-02T12:20:00.071439Z\",\n            \"modified_at\": \"2024-07-02T12:20:00.071439Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"workflow_testing14\",\n            \"name\": \"workflow_testing14\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Empty\",\n            \"default_workflow\": {\n                \"id\": \"Empty\",\n                \"app_id\": \"workflow_testing14\",\n                \"created_at\": \"2024-07-02T12:19:10.251704Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-07-02T12:19:10.251704Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-07-02T12:19:10.250936Z\",\n            \"modified_at\": \"2024-07-02T12:19:10.250936Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\",\n                    \"inputs\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"workflow_testing13\",\n            \"name\": \"workflow_testing13\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Empty\",\n            \"default_workflow\": {\n                \"id\": \"Empty\",\n                \"app_id\": \"workflow_testing13\",\n                \"created_at\": \"2024-06-28T11:19:34.507841Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-06-28T11:19:34.507841Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-06-28T11:19:34.505829Z\",\n            \"modified_at\": \"2024-06-28T11:19:34.505829Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"models\": \"1\",\n                    \"workflows\": \"2\",\n                    \"inputs\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"workflow_testing12\",\n            \"name\": \"workflow_testing12\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Empty\",\n            \"default_workflow\": {\n                \"id\": \"Empty\",\n                \"app_id\": \"workflow_testing12\",\n                \"created_at\": \"2024-06-28T10:47:12.939785Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-06-28T10:47:12.939785Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-06-28T10:47:12.939130Z\",\n            \"modified_at\": \"2024-06-28T10:47:12.939130Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"models\": \"1\",\n                    \"workflows\": \"2\"\n                }\n            }\n        },\n        {\n            \"id\": \"workflow_testing11\",\n            \"name\": \"workflow_testing11\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Empty\",\n            \"default_workflow\": {\n                \"id\": \"Empty\",\n                \"app_id\": \"workflow_testing11\",\n                \"created_at\": \"2024-06-28T06:36:19.788621Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-06-28T06:36:19.788621Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-06-28T06:36:19.786880Z\",\n            \"modified_at\": \"2024-06-28T06:36:19.786880Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"models\": \"1\",\n                    \"workflows\": \"2\"\n                }\n            }\n        },\n        {\n            \"id\": \"workflow_testing10\",\n            \"name\": \"workflow_testing10\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Empty\",\n            \"default_workflow\": {\n                \"id\": \"Empty\",\n                \"app_id\": \"workflow_testing10\",\n                \"created_at\": \"2024-06-28T06:34:21.347227Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-06-28T06:34:21.347227Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-06-28T06:34:21.345421Z\",\n            \"modified_at\": \"2024-06-28T06:34:21.345421Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"workflow_testing9\",\n            \"name\": \"workflow_testing9\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Empty\",\n            \"default_workflow\": {\n                \"id\": \"Empty\",\n                \"app_id\": \"workflow_testing9\",\n                \"created_at\": \"2024-06-28T06:33:35.375509Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-06-28T06:33:35.375509Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-06-28T06:33:35.374773Z\",\n            \"modified_at\": \"2024-06-28T06:33:35.374773Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"workflow_testing8\",\n            \"name\": \"workflow_testing8\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Empty\",\n            \"default_workflow\": {\n                \"id\": \"Empty\",\n                \"app_id\": \"workflow_testing8\",\n                \"created_at\": \"2024-06-28T06:29:12.393259Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-06-28T06:29:12.393259Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-06-28T06:29:12.391545Z\",\n            \"modified_at\": \"2024-06-28T06:29:12.391545Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"models\": \"1\",\n                    \"workflows\": \"2\",\n                    \"inputs\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"workflow_testing7\",\n            \"name\": \"workflow_testing7\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Empty\",\n            \"default_workflow\": {\n                \"id\": \"Empty\",\n                \"app_id\": \"workflow_testing7\",\n                \"created_at\": \"2024-06-28T06:28:16.402678Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-06-28T06:28:16.402678Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-06-28T06:28:16.400863Z\",\n            \"modified_at\": \"2024-06-28T06:28:16.400863Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\",\n                    \"inputs\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"workflow_testing6\",\n            \"name\": \"workflow_testing6\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Empty\",\n            \"default_workflow\": {\n                \"id\": \"Empty\",\n                \"app_id\": \"workflow_testing6\",\n                \"created_at\": \"2024-06-26T14:02:27.984784Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-06-26T14:02:27.984784Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-06-26T14:02:27.984070Z\",\n            \"modified_at\": \"2024-06-26T14:02:27.984070Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"2\",\n                    \"models\": \"1\",\n                    \"workflows\": \"2\",\n                    \"inputs\": \"4\"\n                }\n            }\n        },\n        {\n            \"id\": \"workflow_testing5\",\n            \"name\": \"workflow_testing5\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Empty\",\n            \"default_workflow\": {\n                \"id\": \"Empty\",\n                \"app_id\": \"workflow_testing5\",\n                \"created_at\": \"2024-06-26T14:00:53.123999Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-06-26T14:00:53.123999Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-06-26T14:00:53.122181Z\",\n            \"modified_at\": \"2024-06-26T14:00:53.122181Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"workflow_testing4\",\n            \"name\": \"workflow_testing4\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Empty\",\n            \"default_workflow\": {\n                \"id\": \"Empty\",\n                \"app_id\": \"workflow_testing4\",\n                \"created_at\": \"2024-06-26T13:59:59.902637Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-06-26T13:59:59.902637Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-06-26T13:59:59.900921Z\",\n            \"modified_at\": \"2024-06-26T13:59:59.900921Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"workflow_testing3\",\n            \"name\": \"workflow_testing3\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Empty\",\n            \"default_workflow\": {\n                \"id\": \"Empty\",\n                \"app_id\": \"workflow_testing3\",\n                \"created_at\": \"2024-06-26T13:58:44.614296Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-06-26T13:58:44.614296Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-06-26T13:58:44.613309Z\",\n            \"modified_at\": \"2024-06-26T13:58:44.613309Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"workflow_testing2\",\n            \"name\": \"workflow_testing2\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Empty\",\n            \"default_workflow\": {\n                \"id\": \"Empty\",\n                \"app_id\": \"workflow_testing2\",\n                \"created_at\": \"2024-06-26T06:58:33.994009Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-06-26T06:58:33.994009Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-06-26T06:58:33.993167Z\",\n            \"modified_at\": \"2024-06-26T06:58:33.993167Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"models\": \"2\",\n                    \"workflows\": \"2\"\n                }\n            }\n        },\n        {\n            \"id\": \"workflow_testing\",\n            \"name\": \"workflow_testing\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Empty\",\n            \"default_workflow\": {\n                \"id\": \"Empty\",\n                \"app_id\": \"workflow_testing\",\n                \"created_at\": \"2024-06-26T06:58:16.457210Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-06-26T06:58:16.457210Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-06-26T06:58:16.456559Z\",\n            \"modified_at\": \"2024-06-26T06:58:16.456559Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"salesforce_app_3\",\n            \"name\": \"salesforce_app_3\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Text\",\n            \"default_workflow\": {\n                \"id\": \"Text\",\n                \"app_id\": \"salesforce_app_3\",\n                \"created_at\": \"2024-06-10T14:13:24.038413Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-06-10T14:13:24.038413Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-06-10T14:13:24.037564Z\",\n            \"modified_at\": \"2024-06-10T14:13:24.037564Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"models\": \"1\",\n                    \"workflows\": \"2\",\n                    \"inputs\": \"264\"\n                }\n            }\n        },\n        {\n            \"id\": \"salesforce_app_2\",\n            \"name\": \"salesforce_app_2\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Text\",\n            \"default_workflow\": {\n                \"id\": \"Text\",\n                \"app_id\": \"salesforce_app_2\",\n                \"created_at\": \"2024-06-06T08:56:54.554174Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-06-06T08:56:54.554174Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-06-06T08:56:54.553317Z\",\n            \"modified_at\": \"2024-06-06T08:56:54.553317Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\",\n                    \"inputs\": \"41\"\n                }\n            }\n        },\n        {\n            \"id\": \"text_ingestion\",\n            \"name\": \"text_ingestion\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Text\",\n            \"default_workflow\": {\n                \"id\": \"Text\",\n                \"app_id\": \"text_ingestion\",\n                \"created_at\": \"2024-06-03T12:49:21.227384Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-06-03T12:49:21.227384Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-06-03T12:49:21.226517Z\",\n            \"modified_at\": \"2024-06-03T12:49:21.226517Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"18\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"48\"\n                }\n            }\n        },\n        {\n            \"id\": \"img_annot4\",\n            \"name\": \"img_annot4\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"img_annot4\",\n                \"created_at\": \"2024-05-24T09:07:15.602255Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-05-24T09:07:15.602255Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-05-24T09:07:15.600308Z\",\n            \"modified_at\": \"2024-05-24T09:07:15.600308Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"workflows\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"salesforce_app\",\n            \"name\": \"salesforce_app\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Text\",\n            \"default_workflow\": {\n                \"id\": \"Text\",\n                \"app_id\": \"salesforce_app\",\n                \"created_at\": \"2024-05-16T14:09:46.032892Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-05-16T14:09:46.032892Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-05-16T14:09:46.032089Z\",\n            \"modified_at\": \"2024-05-16T14:09:46.032089Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\",\n                    \"inputs\": \"5451\"\n                }\n            }\n        },\n        {\n            \"id\": \"test_app10\",\n            \"name\": \"test_app10\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Empty\",\n            \"default_workflow\": {\n                \"id\": \"Empty\",\n                \"app_id\": \"test_app10\",\n                \"created_at\": \"2024-05-14T11:16:39.410636Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-05-14T11:16:39.410636Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-05-14T11:16:39.408783Z\",\n            \"modified_at\": \"2024-05-14T11:16:39.408783Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"rag_app_cf77e16792\",\n            \"name\": \"rag_app_cf77e16792\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Text\",\n            \"default_workflow\": {\n                \"id\": \"Text\",\n                \"app_id\": \"rag_app_cf77e16792\",\n                \"created_at\": \"2024-05-09T11:23:12.131641Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-05-09T11:23:12.131641Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-05-09T11:23:12.131007Z\",\n            \"modified_at\": \"2024-05-09T11:23:12.131007Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"models\": \"1\",\n                    \"workflows\": \"2\"\n                }\n            }\n        },\n        {\n            \"id\": \"cross_modal_search2\",\n            \"name\": \"cross_modal_search2\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"cross_modal_search2\",\n                \"created_at\": \"2024-05-09T10:55:24.061557Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-05-09T10:55:24.061557Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-05-09T10:55:24.059758Z\",\n            \"modified_at\": \"2024-05-09T10:55:24.059758Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\",\n                    \"inputs\": \"4\"\n                }\n            }\n        },\n        {\n            \"id\": \"rag_app_def6cc6378\",\n            \"name\": \"rag_app_def6cc6378\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Text\",\n            \"default_workflow\": {\n                \"id\": \"Text\",\n                \"app_id\": \"rag_app_def6cc6378\",\n                \"created_at\": \"2024-05-08T12:28:08.587935Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-05-08T12:28:08.587935Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-05-08T12:28:08.587253Z\",\n            \"modified_at\": \"2024-05-08T12:28:08.587253Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"models\": \"1\",\n                    \"workflows\": \"2\",\n                    \"inputs\": \"35\"\n                }\n            }\n        },\n        {\n            \"id\": \"alfrick_workflows\",\n            \"name\": \"alfrick_workflows\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"alfrick_workflows\",\n                \"created_at\": \"2024-05-06T09:07:07.301422Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-05-06T09:07:07.301422Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-05-06T09:07:07.299752Z\",\n            \"modified_at\": \"2024-05-07T10:47:48.127633Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"models\": \"8\",\n                    \"workflows\": \"6\"\n                }\n            }\n        },\n        {\n            \"id\": \"root_ca\",\n            \"name\": \"root_ca\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"root_ca\",\n                \"created_at\": \"2024-05-03T09:51:59.324301Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-05-03T09:51:59.324301Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-05-03T09:51:59.322815Z\",\n            \"modified_at\": \"2024-05-03T09:51:59.322815Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"workflows\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"logging_data\",\n            \"name\": \"logging_data\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"logging_data\",\n                \"created_at\": \"2024-05-03T07:48:27.426378Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-05-03T07:48:27.426378Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-05-03T07:48:27.425492Z\",\n            \"modified_at\": \"2024-05-03T07:48:27.425492Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"38\"\n                }\n            }\n        },\n        {\n            \"id\": \"rag_app\",\n            \"name\": \"rag_app\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Text\",\n            \"default_workflow\": {\n                \"id\": \"Text\",\n                \"app_id\": \"rag_app\",\n                \"created_at\": \"2024-04-29T12:31:31.649106Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-04-29T12:31:31.649106Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-04-29T12:31:31.647346Z\",\n            \"modified_at\": \"2024-04-29T12:31:31.647346Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"models\": \"3\",\n                    \"workflows\": \"4\",\n                    \"inputs\": \"51\"\n                }\n            }\n        },\n        {\n            \"id\": \"img_annot3\",\n            \"name\": \"img_annot3\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Empty\",\n            \"default_workflow\": {\n                \"id\": \"Empty\",\n                \"app_id\": \"img_annot3\",\n                \"created_at\": \"2024-04-24T09:13:15.281724Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-04-24T09:13:15.281724Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-04-24T09:13:15.280707Z\",\n            \"modified_at\": \"2024-04-24T09:13:15.280707Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"img_annot2\",\n            \"name\": \"img_annot2\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Empty\",\n            \"default_workflow\": {\n                \"id\": \"Empty\",\n                \"app_id\": \"img_annot2\",\n                \"created_at\": \"2024-04-24T09:01:31.677714Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-04-24T09:01:31.677714Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-04-24T09:01:31.676883Z\",\n            \"modified_at\": \"2024-04-24T09:01:31.676883Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"2\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"5796\"\n                }\n            }\n        },\n        {\n            \"id\": \"img_annot1\",\n            \"name\": \"img_annot1\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Empty\",\n            \"default_workflow\": {\n                \"id\": \"Empty\",\n                \"app_id\": \"img_annot1\",\n                \"created_at\": \"2024-04-22T13:35:11.223195Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-04-22T13:35:11.223195Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-04-22T13:35:11.222374Z\",\n            \"modified_at\": \"2024-04-22T13:35:11.222374Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"4631\"\n                }\n            }\n        },\n        {\n            \"id\": \"image_annot\",\n            \"name\": \"image_annot\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Empty\",\n            \"default_workflow\": {\n                \"id\": \"Empty\",\n                \"app_id\": \"image_annot\",\n                \"created_at\": \"2024-04-22T11:10:51.988934Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-04-22T11:10:51.988934Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-04-22T11:10:51.984881Z\",\n            \"modified_at\": \"2024-04-22T11:10:51.984881Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"2967\"\n                }\n            }\n        },\n        {\n            \"id\": \"image_annotation_loader_test\",\n            \"name\": \"image_annotation_loader_test\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"image_annotation_loader_test\",\n                \"created_at\": \"2024-04-22T10:30:16.999617Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-04-22T10:30:16.999617Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-04-22T10:30:16.997902Z\",\n            \"modified_at\": \"2024-04-22T10:30:16.997902Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"2952\"\n                }\n            }\n        },\n        {\n            \"id\": \"unst-clf\",\n            \"name\": \"unst-clf\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Text\",\n            \"default_workflow\": {\n                \"id\": \"Text\",\n                \"app_id\": \"unst-clf\",\n                \"created_at\": \"2024-04-15T10:31:10.865124Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-04-15T10:31:10.865124Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-04-15T10:31:10.864180Z\",\n            \"modified_at\": \"2024-04-15T10:31:10.864180Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"models\": \"3\",\n                    \"workflows\": \"3\",\n                    \"inputs\": \"5794\"\n                }\n            }\n        },\n        {\n            \"id\": \"dspy-demo\",\n            \"name\": \"dspy-demo\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Text\",\n            \"default_workflow\": {\n                \"id\": \"Text\",\n                \"app_id\": \"dspy-demo\",\n                \"created_at\": \"2024-04-09T13:11:58.457498Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-04-09T13:11:58.457498Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-04-09T13:11:58.456678Z\",\n            \"modified_at\": \"2024-04-09T13:11:58.456678Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\",\n                    \"inputs\": \"123\"\n                }\n            }\n        },\n        {\n            \"id\": \"upload-audio3\",\n            \"name\": \"upload-audio3\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"asr-sentiment\",\n            \"default_workflow\": {\n                \"id\": \"asr-sentiment\",\n                \"app_id\": \"upload-audio3\",\n                \"created_at\": \"2024-04-08T06:36:03.574514Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-04-08T06:36:03.574514Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-04-08T06:36:03.573684Z\",\n            \"modified_at\": \"2024-04-08T06:36:03.573684Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\",\n                    \"inputs\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"upload_audio2\",\n            \"name\": \"upload_audio2\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"General\",\n            \"default_workflow\": {\n                \"id\": \"General\",\n                \"app_id\": \"upload_audio2\",\n                \"created_at\": \"2024-04-08T06:30:58.469185Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-04-08T06:30:58.469185Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-04-08T06:30:58.465189Z\",\n            \"modified_at\": \"2024-04-08T06:30:58.465189Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"upload_audio\",\n            \"name\": \"upload_audio\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"upload_audio\",\n                \"created_at\": \"2024-04-08T06:30:17.085209Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-04-08T06:30:17.085209Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-04-08T06:30:17.081156Z\",\n            \"modified_at\": \"2024-04-08T06:30:17.081156Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"app_id_transfer\",\n            \"name\": \"app_id_transfer\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"app_id_transfer\",\n                \"created_at\": \"2024-04-05T09:13:30.647011Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-04-05T09:13:30.647011Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-04-05T09:13:30.646257Z\",\n            \"modified_at\": \"2024-04-05T09:13:30.646257Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"models\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"20\"\n                }\n            }\n        },\n        {\n            \"id\": \"transfer_learn_3\",\n            \"name\": \"transfer_learn_3\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"transfer_learn_3\",\n                \"created_at\": \"2024-04-05T09:09:56.147540Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-04-05T09:09:56.147540Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-04-05T09:09:56.146596Z\",\n            \"modified_at\": \"2024-04-05T09:09:56.146596Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"models\": \"2\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"20\"\n                }\n            }\n        },\n        {\n            \"id\": \"rag_app_1712050130\",\n            \"name\": \"rag_app_1712050130\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Text\",\n            \"default_workflow\": {\n                \"id\": \"Text\",\n                \"app_id\": \"rag_app_1712050130\",\n                \"created_at\": \"2024-04-02T09:28:51.031542Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-04-02T09:28:51.031542Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-04-02T09:28:51.029685Z\",\n            \"modified_at\": \"2024-04-02T09:28:51.029685Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"models\": \"1\",\n                    \"workflows\": \"2\",\n                    \"inputs\": \"35\"\n                }\n            }\n        },\n        {\n            \"id\": \"rag_app_1711985235\",\n            \"name\": \"rag_app_1711985235\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Text\",\n            \"default_workflow\": {\n                \"id\": \"Text\",\n                \"app_id\": \"rag_app_1711985235\",\n                \"created_at\": \"2024-04-01T15:27:16.029639Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-04-01T15:27:16.029639Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-04-01T15:27:16.027880Z\",\n            \"modified_at\": \"2024-04-01T15:27:16.027880Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"models\": \"1\",\n                    \"workflows\": \"2\"\n                }\n            }\n        },\n        {\n            \"id\": \"rag_app_1711984468\",\n            \"name\": \"rag_app_1711984468\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Text\",\n            \"default_workflow\": {\n                \"id\": \"Text\",\n                \"app_id\": \"rag_app_1711984468\",\n                \"created_at\": \"2024-04-01T15:14:29.517482Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-04-01T15:14:29.517482Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-04-01T15:14:29.513665Z\",\n            \"modified_at\": \"2024-04-01T15:14:29.513665Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"models\": \"1\",\n                    \"workflows\": \"2\",\n                    \"inputs\": \"35\"\n                }\n            }\n        },\n        {\n            \"id\": \"clusterer_eval\",\n            \"name\": \"clusterer_eval\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"clusterer_eval\",\n                \"created_at\": \"2024-04-01T14:27:07.421112Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-04-01T14:27:07.421112Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-04-01T14:27:07.420199Z\",\n            \"modified_at\": \"2024-04-01T14:27:07.420199Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"models\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"200\"\n                }\n            }\n        },\n        {\n            \"id\": \"embedding_classifier_eval\",\n            \"name\": \"embedding_classifier_eval\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"embedding_classifier_eval\",\n                \"created_at\": \"2024-04-01T13:35:57.767515Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-04-01T13:35:57.767515Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-04-01T13:35:57.766779Z\",\n            \"modified_at\": \"2024-04-01T13:35:57.766779Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"3\",\n                    \"models\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"471\"\n                }\n            }\n        },\n        {\n            \"id\": \"text_classification_eval\",\n            \"name\": \"text_classification_eval\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"text_classification_eval\",\n                \"created_at\": \"2024-04-01T10:24:27.496670Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-04-01T10:24:27.496670Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-04-01T10:24:27.494816Z\",\n            \"modified_at\": \"2024-04-01T10:24:27.494816Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"5\",\n                    \"models\": \"2\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"871\"\n                }\n            }\n        },\n        {\n            \"id\": \"rag_app_1711962429\",\n            \"name\": \"rag_app_1711962429\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Text\",\n            \"default_workflow\": {\n                \"id\": \"Text\",\n                \"app_id\": \"rag_app_1711962429\",\n                \"created_at\": \"2024-04-01T09:07:09.721528Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-04-01T09:07:09.721528Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-04-01T09:07:09.720634Z\",\n            \"modified_at\": \"2024-04-01T09:07:09.720634Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"models\": \"1\",\n                    \"workflows\": \"2\",\n                    \"inputs\": \"35\"\n                }\n            }\n        },\n        {\n            \"id\": \"visual_embedder_eval\",\n            \"name\": \"visual_embedder_eval\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"visual_embedder_eval\",\n                \"created_at\": \"2024-04-01T08:51:16.192640Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-04-01T08:51:16.192640Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-04-01T08:51:16.191667Z\",\n            \"modified_at\": \"2024-04-01T08:51:16.191667Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"models\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"20\"\n                }\n            }\n        },\n        {\n            \"id\": \"visual_segmenter_eval1\",\n            \"name\": \"visual_segmenter_eval1\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"visual_segmenter_eval1\",\n                \"created_at\": \"2024-04-01T06:44:33.291171Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-04-01T06:44:33.291171Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-04-01T06:44:33.289326Z\",\n            \"modified_at\": \"2024-04-01T06:44:33.289326Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"models\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"10\"\n                }\n            }\n        },\n        {\n            \"id\": \"visual_detector_eval2\",\n            \"name\": \"visual_detector_eval2\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"visual_detector_eval2\",\n                \"created_at\": \"2024-03-28T07:16:37.922052Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-03-28T07:16:37.922052Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-03-28T07:16:37.921048Z\",\n            \"modified_at\": \"2024-03-28T07:16:37.921048Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"3\",\n                    \"models\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"33\"\n                }\n            }\n        },\n        {\n            \"id\": \"visual_detector_eval\",\n            \"name\": \"visual_detector_eval\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"visual_detector_eval\",\n                \"created_at\": \"2024-03-27T09:21:23.483204Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-03-27T09:21:23.483204Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-03-27T09:21:23.479353Z\",\n            \"modified_at\": \"2024-03-27T09:21:23.479353Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"2\",\n                    \"models\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"20\"\n                }\n            }\n        },\n        {\n            \"id\": \"visual_classifier_eval2\",\n            \"name\": \"visual_classifier_eval2\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"visual_classifier_eval2\",\n                \"created_at\": \"2024-03-27T06:51:34.383345Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-03-27T06:51:34.383345Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-03-27T06:51:34.381399Z\",\n            \"modified_at\": \"2024-03-27T06:51:34.381399Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"8\",\n                    \"models\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"54\"\n                }\n            }\n        },\n        {\n            \"id\": \"rag_app_1711104114\",\n            \"name\": \"rag_app_1711104114\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Text\",\n            \"default_workflow\": {\n                \"id\": \"Text\",\n                \"app_id\": \"rag_app_1711104114\",\n                \"created_at\": \"2024-03-22T10:41:55.224895Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-03-22T10:41:55.224895Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-03-22T10:41:55.222908Z\",\n            \"modified_at\": \"2024-03-22T10:41:55.222908Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"models\": \"1\",\n                    \"workflows\": \"2\"\n                }\n            }\n        },\n        {\n            \"id\": \"rag_app_1711102396\",\n            \"name\": \"rag_app_1711102396\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Text\",\n            \"default_workflow\": {\n                \"id\": \"Text\",\n                \"app_id\": \"rag_app_1711102396\",\n                \"created_at\": \"2024-03-22T10:13:16.917560Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-03-22T10:13:16.917560Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-03-22T10:13:16.915719Z\",\n            \"modified_at\": \"2024-03-22T10:13:16.915719Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"models\": \"1\",\n                    \"workflows\": \"2\",\n                    \"inputs\": \"35\"\n                }\n            }\n        },\n        {\n            \"id\": \"visual_classifier_eval\",\n            \"name\": \"visual_classifier_eval\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"visual_classifier_eval\",\n                \"created_at\": \"2024-03-22T08:48:49.495234Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-03-22T08:48:49.495234Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-03-22T08:48:49.493202Z\",\n            \"modified_at\": \"2024-03-22T08:48:49.493202Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"models\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"23\"\n                }\n            }\n        },\n        {\n            \"id\": \"ml_training_error4\",\n            \"name\": \"ml_training_error4\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"ml_training_error4\",\n                \"created_at\": \"2024-03-21T09:42:16.769125Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-03-21T09:42:16.769125Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-03-21T09:42:16.768183Z\",\n            \"modified_at\": \"2024-03-21T09:42:16.768183Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"models\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"20\"\n                }\n            }\n        },\n        {\n            \"id\": \"ml_training_error3\",\n            \"name\": \"ml_training_error3\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"ml_training_error3\",\n                \"created_at\": \"2024-03-21T09:04:26.088843Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-03-21T09:04:26.088843Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-03-21T09:04:26.087944Z\",\n            \"modified_at\": \"2024-03-21T09:04:26.087944Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"models\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"200\"\n                }\n            }\n        },\n        {\n            \"id\": \"rag_app_1710930814\",\n            \"name\": \"rag_app_1710930814\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Text\",\n            \"default_workflow\": {\n                \"id\": \"Text\",\n                \"app_id\": \"rag_app_1710930814\",\n                \"created_at\": \"2024-03-20T10:33:35.124792Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-03-20T10:33:35.124792Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-03-20T10:33:35.120373Z\",\n            \"modified_at\": \"2024-03-20T10:33:35.120373Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"models\": \"1\",\n                    \"workflows\": \"2\",\n                    \"inputs\": \"35\"\n                }\n            }\n        },\n        {\n            \"id\": \"ml_training_error2\",\n            \"name\": \"ml_training_error2\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"ml_training_error2\",\n                \"created_at\": \"2024-03-20T09:41:54.795601Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-03-20T09:41:54.795601Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-03-20T09:41:54.794730Z\",\n            \"modified_at\": \"2024-03-20T09:41:54.794730Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"models\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"10\"\n                }\n            }\n        },\n        {\n            \"id\": \"rag_app_1710926677\",\n            \"name\": \"rag_app_1710926677\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Text\",\n            \"default_workflow\": {\n                \"id\": \"Text\",\n                \"app_id\": \"rag_app_1710926677\",\n                \"created_at\": \"2024-03-20T09:24:37.689779Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-03-20T09:24:37.689779Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-03-20T09:24:37.688984Z\",\n            \"modified_at\": \"2024-03-20T09:24:37.688984Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"models\": \"1\",\n                    \"workflows\": \"2\",\n                    \"inputs\": \"35\"\n                }\n            }\n        },\n        {\n            \"id\": \"ml_train_error\",\n            \"name\": \"ml_train_error\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"ml_train_error\",\n                \"created_at\": \"2024-03-20T08:49:09.999336Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-03-20T08:49:09.999336Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-03-20T08:49:09.997530Z\",\n            \"modified_at\": \"2024-03-20T08:49:09.997530Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"2\",\n                    \"models\": \"2\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"30\"\n                }\n            }\n        },\n        {\n            \"id\": \"patch_inputs3\",\n            \"name\": \"patch_inputs3\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"patch_inputs3\",\n                \"created_at\": \"2024-03-08T11:14:53.143150Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-03-08T11:14:53.143150Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-03-08T11:14:53.141309Z\",\n            \"modified_at\": \"2024-03-08T11:14:53.141309Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\",\n                    \"inputs\": \"3\"\n                }\n            }\n        },\n        {\n            \"id\": \"patch_inputs2\",\n            \"name\": \"patch_inputs2\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"patch_inputs2\",\n                \"created_at\": \"2024-03-08T11:11:16.068859Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-03-08T11:11:16.068859Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-03-08T11:11:16.067095Z\",\n            \"modified_at\": \"2024-03-08T11:11:16.067095Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\",\n                    \"inputs\": \"2\"\n                }\n            }\n        },\n        {\n            \"id\": \"patch_inputs\",\n            \"name\": \"patch_inputs\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"patch_inputs\",\n                \"created_at\": \"2024-03-08T10:02:00.686727Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-03-08T10:02:00.686727Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-03-08T10:02:00.685893Z\",\n            \"modified_at\": \"2024-03-08T10:02:00.685893Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\",\n                    \"inputs\": \"2\"\n                }\n            }\n        },\n        {\n            \"id\": \"transfer_learn\",\n            \"name\": \"transfer_learn\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"transfer_learn\",\n                \"created_at\": \"2024-03-08T08:34:24.527173Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-03-08T08:34:24.527173Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-03-08T08:34:24.526413Z\",\n            \"modified_at\": \"2024-03-08T08:34:24.526413Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"models\": \"1\",\n                    \"workflows\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"demo11\",\n            \"name\": \"demo11\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"demo11\",\n                \"created_at\": \"2024-03-08T08:32:16.817483Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-03-08T08:32:16.817483Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-03-08T08:32:16.816598Z\",\n            \"modified_at\": \"2024-03-08T08:32:16.816598Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"models\": \"1\",\n                    \"workflows\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"demo10\",\n            \"name\": \"demo10\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"demo10\",\n                \"created_at\": \"2024-03-08T08:28:30.532806Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-03-08T08:28:30.532806Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-03-08T08:28:30.531995Z\",\n            \"modified_at\": \"2024-03-08T08:28:30.531995Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"models\": \"1\",\n                    \"workflows\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"demo9\",\n            \"name\": \"demo9\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"demo9\",\n                \"created_at\": \"2024-03-08T08:24:26.379138Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-03-08T08:24:26.379138Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-03-08T08:24:26.378416Z\",\n            \"modified_at\": \"2024-03-08T08:24:26.378416Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"models\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"5\"\n                }\n            }\n        },\n        {\n            \"id\": \"demo_train8\",\n            \"name\": \"demo_train8\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"demo_train8\",\n                \"created_at\": \"2024-03-08T08:22:09.642428Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-03-08T08:22:09.642428Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-03-08T08:22:09.641531Z\",\n            \"modified_at\": \"2024-03-08T08:22:09.641531Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"models\": \"1\",\n                    \"workflows\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"ml_training5\",\n            \"name\": \"ml_training5\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"ml_training5\",\n                \"created_at\": \"2024-03-05T13:18:11.002373Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-03-05T13:18:11.002373Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-03-05T13:18:11.001394Z\",\n            \"modified_at\": \"2024-03-05T13:18:11.001394Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"models\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"29\"\n                }\n            }\n        },\n        {\n            \"id\": \"ml_training4\",\n            \"name\": \"ml_training4\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"ml_training4\",\n                \"created_at\": \"2024-03-05T13:14:39.898918Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-03-05T13:14:39.898918Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-03-05T13:14:39.897070Z\",\n            \"modified_at\": \"2024-03-05T13:14:39.897070Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"models\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"200\"\n                }\n            }\n        },\n        {\n            \"id\": \"ml_training3\",\n            \"name\": \"ml_training3\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"ml_training3\",\n                \"created_at\": \"2024-03-05T13:00:45.417347Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-03-05T13:00:45.417347Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-03-05T13:00:45.416445Z\",\n            \"modified_at\": \"2024-03-05T13:00:45.416445Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"2\",\n                    \"models\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"10\"\n                }\n            }\n        },\n        {\n            \"id\": \"ml_training2\",\n            \"name\": \"ml_training2\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"ml_training2\",\n                \"created_at\": \"2024-03-05T09:46:11.566184Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-03-05T09:46:11.566184Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-03-05T09:46:11.564363Z\",\n            \"modified_at\": \"2024-03-05T09:46:11.564363Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"models\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"10\"\n                }\n            }\n        },\n        {\n            \"id\": \"ml_training1\",\n            \"name\": \"ml_training1\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"ml_training1\",\n                \"created_at\": \"2024-03-05T09:44:03.352002Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-03-05T09:44:03.352002Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-03-05T09:44:03.350233Z\",\n            \"modified_at\": \"2024-03-05T09:44:03.350233Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"models\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"20\"\n                }\n            }\n        },\n        {\n            \"id\": \"base_url_app\",\n            \"name\": \"base_url_app\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"base_url_app\",\n                \"created_at\": \"2024-03-05T09:43:32.956770Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-03-05T09:43:32.956770Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-03-05T09:43:32.954918Z\",\n            \"modified_at\": \"2024-03-05T09:43:32.954918Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"demo_app3\",\n            \"name\": \"demo_app3\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"demo_app3\",\n                \"created_at\": \"2024-03-04T10:27:41.952007Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-03-04T10:27:41.952007Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-03-04T10:27:41.948197Z\",\n            \"modified_at\": \"2024-03-04T10:27:41.948197Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"demo_app2\",\n            \"name\": \"demo_app2\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"demo_app2\",\n                \"created_at\": \"2024-03-04T10:18:08.951591Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-03-04T10:18:08.951591Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-03-04T10:18:08.947968Z\",\n            \"modified_at\": \"2024-03-04T10:18:08.947968Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"9\"\n                }\n            }\n        },\n        {\n            \"id\": \"search_Concept_test4\",\n            \"name\": \"search_Concept_test4\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"General\",\n            \"default_workflow\": {\n                \"id\": \"General\",\n                \"app_id\": \"search_Concept_test4\",\n                \"created_at\": \"2024-02-29T15:36:14.110992Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-29T15:36:14.110992Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-29T15:36:14.108945Z\",\n            \"modified_at\": \"2024-02-29T15:36:14.108945Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"search_Concept_test3\",\n            \"name\": \"search_Concept_test3\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"General\",\n            \"default_workflow\": {\n                \"id\": \"General\",\n                \"app_id\": \"search_Concept_test3\",\n                \"created_at\": \"2024-02-29T15:33:29.592453Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-29T15:33:29.592453Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-29T15:33:29.588515Z\",\n            \"modified_at\": \"2024-02-29T15:33:29.588515Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"search_Concept_test2\",\n            \"name\": \"search_Concept_test2\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"General\",\n            \"default_workflow\": {\n                \"id\": \"General\",\n                \"app_id\": \"search_Concept_test2\",\n                \"created_at\": \"2024-02-29T15:29:01.922415Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-29T15:29:01.922415Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-29T15:29:01.920468Z\",\n            \"modified_at\": \"2024-02-29T15:29:01.920468Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"search_Concept_test\",\n            \"name\": \"search_Concept_test\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"General\",\n            \"default_workflow\": {\n                \"id\": \"General\",\n                \"app_id\": \"search_Concept_test\",\n                \"created_at\": \"2024-02-29T15:25:19.288761Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-29T15:25:19.288761Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-29T15:25:19.284837Z\",\n            \"modified_at\": \"2024-02-29T15:25:19.284837Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"and4\",\n            \"name\": \"and4\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"and4\",\n                \"created_at\": \"2024-02-29T11:12:20.002218Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-29T11:12:20.002218Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-29T11:12:20.000289Z\",\n            \"modified_at\": \"2024-02-29T11:12:20.000289Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"2\"\n                }\n            }\n        },\n        {\n            \"id\": \"and3\",\n            \"name\": \"and3\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"and3\",\n                \"created_at\": \"2024-02-29T09:46:19.841936Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-29T09:46:19.841936Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-29T09:46:19.841076Z\",\n            \"modified_at\": \"2024-02-29T09:46:19.841076Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\",\n                    \"inputs\": \"2\"\n                }\n            }\n        },\n        {\n            \"id\": \"and2\",\n            \"name\": \"and2\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"and2\",\n                \"created_at\": \"2024-02-29T09:41:32.982102Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-29T09:41:32.982102Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-29T09:41:32.981021Z\",\n            \"modified_at\": \"2024-02-29T09:41:32.981021Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"cross_modal_search_datasets1\",\n            \"name\": \"cross_modal_search_datasets1\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"cross_modal_search_datasets1\",\n                \"created_at\": \"2024-02-29T09:26:52.091607Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-29T09:26:52.091607Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-29T09:26:52.090720Z\",\n            \"modified_at\": \"2024-02-29T09:26:52.090720Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"3\"\n                }\n            }\n        },\n        {\n            \"id\": \"cross_modal_search_datasets\",\n            \"name\": \"cross_modal_search_datasets\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"cross_modal_search_datasets\",\n                \"created_at\": \"2024-02-29T09:22:52.041888Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-29T09:22:52.041888Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-29T09:22:52.040989Z\",\n            \"modified_at\": \"2024-02-29T09:22:52.040989Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"workflows\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"ranking_geo\",\n            \"name\": \"ranking_geo\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"ranking_geo\",\n                \"created_at\": \"2024-02-29T09:08:42.007549Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-29T09:08:42.007549Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-29T09:08:42.006667Z\",\n            \"modified_at\": \"2024-02-29T09:08:42.006667Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"ranking_metadata\",\n            \"name\": \"ranking_metadata\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"ranking_metadata\",\n                \"created_at\": \"2024-02-29T09:06:14.847658Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-29T09:06:14.847658Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-29T09:06:14.846909Z\",\n            \"modified_at\": \"2024-02-29T09:06:14.846909Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"filtering_img_url\",\n            \"name\": \"filtering_img_url\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"filtering_img_url\",\n                \"created_at\": \"2024-02-29T08:32:52.185141Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-29T08:32:52.185141Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-29T08:32:52.184418Z\",\n            \"modified_at\": \"2024-02-29T08:32:52.184418Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\",\n                    \"inputs\": \"4\"\n                }\n            }\n        },\n        {\n            \"id\": \"and1\",\n            \"name\": \"and1\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"and1\",\n                \"created_at\": \"2024-02-28T11:24:53.655046Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-28T11:24:53.655046Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-28T11:24:53.654243Z\",\n            \"modified_at\": \"2024-02-28T11:24:53.654243Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\",\n                    \"inputs\": \"2\"\n                }\n            }\n        },\n        {\n            \"id\": \"multimodal3\",\n            \"name\": \"multimodal3\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"multimodal3\",\n                \"created_at\": \"2024-02-28T11:16:00.698506Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-28T11:16:00.698506Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-28T11:16:00.697757Z\",\n            \"modified_at\": \"2024-02-28T11:16:00.697757Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\",\n                    \"inputs\": \"2\"\n                }\n            }\n        },\n        {\n            \"id\": \"metadata5\",\n            \"name\": \"metadata5\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"metadata5\",\n                \"created_at\": \"2024-02-28T09:02:58.142028Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-28T09:02:58.142028Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-28T09:02:58.140318Z\",\n            \"modified_at\": \"2024-02-28T09:02:58.140318Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\",\n                    \"inputs\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"OR\",\n            \"name\": \"OR\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"OR\",\n                \"created_at\": \"2024-02-27T10:14:06.408672Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-27T10:14:06.408672Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-27T10:14:06.407654Z\",\n            \"modified_at\": \"2024-02-27T10:14:06.407654Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"metadata4\",\n            \"name\": \"metadata4\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"metadata4\",\n                \"created_at\": \"2024-02-27T07:16:33.269817Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-27T07:16:33.269817Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-27T07:16:33.268081Z\",\n            \"modified_at\": \"2024-02-27T07:16:33.268081Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"metadata3\",\n            \"name\": \"metadata3\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"metadata3\",\n                \"created_at\": \"2024-02-27T07:15:57.628163Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-27T07:15:57.628163Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-27T07:15:57.627274Z\",\n            \"modified_at\": \"2024-02-27T07:15:57.627274Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"metadata2\",\n            \"name\": \"metadata2\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"metadata2\",\n                \"created_at\": \"2024-02-27T07:15:24.595532Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-27T07:15:24.595532Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-27T07:15:24.594596Z\",\n            \"modified_at\": \"2024-02-27T07:15:24.594596Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"metadata1\",\n            \"name\": \"metadata1\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"metadata1\",\n                \"created_at\": \"2024-02-27T07:14:20.696216Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-27T07:14:20.696216Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-27T07:14:20.694475Z\",\n            \"modified_at\": \"2024-02-27T07:14:20.694475Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"filtering1\",\n            \"name\": \"filtering1\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"filtering1\",\n                \"created_at\": \"2024-02-27T07:12:26.129116Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-27T07:12:26.129116Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-27T07:12:26.127326Z\",\n            \"modified_at\": \"2024-02-27T07:12:26.127326Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\",\n                    \"inputs\": \"4\"\n                }\n            }\n        },\n        {\n            \"id\": \"ranking1\",\n            \"name\": \"ranking1\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"ranking1\",\n                \"created_at\": \"2024-02-27T07:09:39.978492Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-27T07:09:39.978492Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-27T07:09:39.977617Z\",\n            \"modified_at\": \"2024-02-27T07:09:39.977617Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\",\n                    \"inputs\": \"3\"\n                }\n            }\n        },\n        {\n            \"id\": \"cross_modal_search1\",\n            \"name\": \"cross_modal_search1\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"cross_modal_search1\",\n                \"created_at\": \"2024-02-27T07:09:12.223340Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-27T07:09:12.223340Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-27T07:09:12.222502Z\",\n            \"modified_at\": \"2024-02-27T07:09:12.222502Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\",\n                    \"inputs\": \"4\"\n                }\n            }\n        },\n        {\n            \"id\": \"multimodal\",\n            \"name\": \"multimodal\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"multimodal\",\n                \"created_at\": \"2024-02-27T06:54:46.933852Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-27T06:54:46.933852Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-27T06:54:46.932730Z\",\n            \"modified_at\": \"2024-02-27T06:54:46.932730Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\",\n                    \"inputs\": \"2\"\n                }\n            }\n        },\n        {\n            \"id\": \"custom_concepts3\",\n            \"name\": \"custom_concepts3\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"custom_concepts3\",\n                \"created_at\": \"2024-02-26T10:54:28.309757Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-26T10:54:28.309757Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-26T10:54:28.308905Z\",\n            \"modified_at\": \"2024-02-26T10:54:28.308905Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\",\n                    \"inputs\": \"4\"\n                }\n            }\n        },\n        {\n            \"id\": \"custom_concepts2\",\n            \"name\": \"custom_concepts2\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"custom_concepts2\",\n                \"created_at\": \"2024-02-26T10:24:46.278747Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-26T10:24:46.278747Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-26T10:24:46.276922Z\",\n            \"modified_at\": \"2024-02-26T10:24:46.276922Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\",\n                    \"inputs\": \"3\"\n                }\n            }\n        },\n        {\n            \"id\": \"filtering\",\n            \"name\": \"filtering\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"filtering\",\n                \"created_at\": \"2024-02-26T09:24:10.104524Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-26T09:24:10.104524Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-26T09:24:10.103327Z\",\n            \"modified_at\": \"2024-02-26T09:24:10.103327Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\",\n                    \"inputs\": \"3\"\n                }\n            }\n        },\n        {\n            \"id\": \"metadata\",\n            \"name\": \"metadata\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"metadata\",\n                \"created_at\": \"2024-02-26T09:18:07.484875Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-26T09:18:07.484875Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-26T09:18:07.483940Z\",\n            \"modified_at\": \"2024-02-26T09:18:07.483940Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"ranking\",\n            \"name\": \"ranking\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"ranking\",\n                \"created_at\": \"2024-02-26T09:03:54.771451Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-26T09:03:54.771451Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-26T09:03:54.770618Z\",\n            \"modified_at\": \"2024-02-26T09:03:54.770618Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\",\n                    \"inputs\": \"4\"\n                }\n            }\n        },\n        {\n            \"id\": \"custom_concepts\",\n            \"name\": \"custom_concepts\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"custom_concepts\",\n                \"created_at\": \"2024-02-26T08:57:54.215937Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-26T08:57:54.215937Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-26T08:57:54.214171Z\",\n            \"modified_at\": \"2024-02-26T08:57:54.214171Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\",\n                    \"inputs\": \"3\"\n                }\n            }\n        },\n        {\n            \"id\": \"cross_modal_search\",\n            \"name\": \"cross_modal_search\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"cross_modal_search\",\n                \"created_at\": \"2024-02-26T08:27:32.669093Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-26T08:27:32.669093Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-26T08:27:32.668372Z\",\n            \"modified_at\": \"2024-02-26T08:27:32.668372Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\",\n                    \"inputs\": \"4\"\n                }\n            }\n        },\n        {\n            \"id\": \"APP_ID15\",\n            \"name\": \"APP_ID15\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Empty\",\n            \"default_workflow\": {\n                \"id\": \"Empty\",\n                \"app_id\": \"APP_ID15\",\n                \"created_at\": \"2024-02-21T14:37:17.174768Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-21T14:37:17.174768Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-21T14:37:17.173840Z\",\n            \"modified_at\": \"2024-02-21T14:37:17.173840Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"APP_ID14\",\n            \"name\": \"APP_ID14\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Empty\",\n            \"default_workflow\": {\n                \"id\": \"Empty\",\n                \"app_id\": \"APP_ID14\",\n                \"created_at\": \"2024-02-21T14:36:08.147878Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-21T14:36:08.147878Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-21T14:36:08.144470Z\",\n            \"modified_at\": \"2024-02-21T14:36:08.144470Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"2\"\n                }\n            }\n        },\n        {\n            \"id\": \"APP_ID13\",\n            \"name\": \"APP_ID13\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Empty\",\n            \"default_workflow\": {\n                \"id\": \"Empty\",\n                \"app_id\": \"APP_ID13\",\n                \"created_at\": \"2024-02-21T14:34:04.622868Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-21T14:34:04.622868Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-21T14:34:04.622041Z\",\n            \"modified_at\": \"2024-02-21T14:34:04.622041Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"APP_ID12\",\n            \"name\": \"APP_ID12\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Empty\",\n            \"default_workflow\": {\n                \"id\": \"Empty\",\n                \"app_id\": \"APP_ID12\",\n                \"created_at\": \"2024-02-21T14:33:20.411886Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-21T14:33:20.411886Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-21T14:33:20.408721Z\",\n            \"modified_at\": \"2024-02-21T14:33:20.408721Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"APP_ID11\",\n            \"name\": \"APP_ID11\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Empty\",\n            \"default_workflow\": {\n                \"id\": \"Empty\",\n                \"app_id\": \"APP_ID11\",\n                \"created_at\": \"2024-02-21T14:32:44.932359Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-21T14:32:44.932359Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-21T14:32:44.928159Z\",\n            \"modified_at\": \"2024-02-21T14:32:44.928159Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"workflows\": \"1\"\n                }\n            }\n        },\n        {\n            \"id\": \"demo_train13\",\n            \"name\": \"demo_train13\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"demo_train13\",\n                \"created_at\": \"2024-02-14T14:10:41.306978Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-14T14:10:41.306978Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-14T14:10:41.305924Z\",\n            \"modified_at\": \"2024-02-14T14:10:41.305924Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"models\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"10\"\n                }\n            }\n        },\n        {\n            \"id\": \"demo_train12\",\n            \"name\": \"demo_train12\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"demo_train12\",\n                \"created_at\": \"2024-02-14T14:02:59.778076Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-14T14:02:59.778076Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-14T14:02:59.777047Z\",\n            \"modified_at\": \"2024-02-14T14:02:59.777047Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"models\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"10\"\n                }\n            }\n        },\n        {\n            \"id\": \"demo_train10\",\n            \"name\": \"demo_train10\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"demo_train10\",\n                \"created_at\": \"2024-02-13T12:25:17.757185Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-13T12:25:17.757185Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-13T12:25:17.756369Z\",\n            \"modified_at\": \"2024-02-13T12:25:17.756369Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"20\"\n                }\n            }\n        },\n        {\n            \"id\": \"demo_train9\",\n            \"name\": \"demo_train9\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"demo_train9\",\n                \"created_at\": \"2024-02-12T09:34:08.165727Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-12T09:34:08.165727Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-12T09:34:08.163997Z\",\n            \"modified_at\": \"2024-02-12T09:34:08.163997Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"models\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"200\"\n                }\n            }\n        },\n        {\n            \"id\": \"demo_train7\",\n            \"name\": \"demo_train7\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"demo_train7\",\n                \"created_at\": \"2024-02-12T09:06:11.393324Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-12T09:06:11.393324Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-12T09:06:11.391550Z\",\n            \"modified_at\": \"2024-02-12T09:06:11.391550Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"models\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"20\"\n                }\n            }\n        },\n        {\n            \"id\": \"demo_train6\",\n            \"name\": \"demo_train6\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"demo_train6\",\n                \"created_at\": \"2024-02-09T08:55:04.692371Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-09T08:55:04.692371Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-09T08:55:04.691680Z\",\n            \"modified_at\": \"2024-02-09T08:55:04.691680Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"models\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"20\"\n                }\n            }\n        },\n        {\n            \"id\": \"demo_train5\",\n            \"name\": \"demo_train5\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"demo_train5\",\n                \"created_at\": \"2024-02-08T13:17:29.018858Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-08T13:17:29.018858Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-08T13:17:29.016474Z\",\n            \"modified_at\": \"2024-02-08T13:17:29.016474Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"models\": \"2\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"20\"\n                }\n            }\n        },\n        {\n            \"id\": \"demo_train4\",\n            \"name\": \"demo_train4\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"demo_train4\",\n                \"created_at\": \"2024-02-08T12:57:31.729395Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-08T12:57:31.729395Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-08T12:57:31.728353Z\",\n            \"modified_at\": \"2024-02-08T12:57:31.728353Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"models\": \"3\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"200\"\n                }\n            }\n        },\n        {\n            \"id\": \"demo_train3\",\n            \"name\": \"demo_train3\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"demo_train3\",\n                \"created_at\": \"2024-02-08T12:34:48.344523Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-08T12:34:48.344523Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-08T12:34:48.343273Z\",\n            \"modified_at\": \"2024-02-08T12:34:48.343273Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"models\": \"2\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"200\"\n                }\n            }\n        },\n        {\n            \"id\": \"demo_train2\",\n            \"name\": \"demo_train2\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"demo_train2\",\n                \"created_at\": \"2024-02-08T10:31:43.501283Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-08T10:31:43.501283Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-08T10:31:43.499522Z\",\n            \"modified_at\": \"2024-02-08T10:31:43.499522Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"models\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"200\"\n                }\n            }\n        },\n        {\n            \"id\": \"demo_train\",\n            \"name\": \"demo_train\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"demo_train\",\n                \"created_at\": \"2024-02-08T08:55:20.123523Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-02-08T08:55:20.123523Z\",\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-02-08T08:55:20.122804Z\",\n            \"modified_at\": \"2024-02-08T08:55:20.122804Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"is_template\": false,\n            \"extra_info\": {\n                \"counts\": {\n                    \"datasets\": \"1\",\n                    \"models\": \"1\",\n                    \"workflows\": \"1\",\n                    \"inputs\": \"10\"\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"929aa537-1fe7-4c7a-9c41-fef038fcd96a"},{"name":"Search Applications","event":[{"listen":"test","script":{"exec":["if (JSON.parse(responseBody).apps.length > 0) {","    postman.setEnvironmentVariable(\"app_id\", encodeURIComponent(JSON.parse(responseBody).apps[0].id));","    postman.setEnvironmentVariable(\"app_owner_id\", encodeURIComponent(JSON.parse(responseBody).apps[0].user_id));","}",""],"type":"text/javascript","packages":{},"id":"800cd6fe-6dba-49ee-ae22-c8ecedee775d"}}],"id":"5f3505f8-777b-464e-9845-e85ca9d2b8e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/apps?search=postman","description":"<p>Search for applications across the platform by name or ID.</p>\n<h2 id=\"query-parameters\"><strong>Query Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>search</code></td>\n<td>string</td>\n<td>Search query matched against app ID and name</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>integer</td>\n<td>Page number</td>\n</tr>\n<tr>\n<td><code>per_page</code></td>\n<td>integer</td>\n<td>Results per page</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","apps"],"host":["https://api.clarifai.com"],"query":[{"key":"search","value":"postman"}],"variable":[]}},"response":[{"id":"eb764643-67a9-4255-b597-fd92596d7f1a","name":"Search Applications","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.clarifai.com/v2/apps?search=postman&per_page=5","host":["https://api.clarifai.com"],"path":["v2","apps"],"query":[{"key":"search","value":"postman"},{"key":"page","value":"1","disabled":true},{"key":"per_page","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 May 2024 09:03:13 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"1437"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Accept,X-Requested-With,Content-Type,Referer,Accept-Encoding,X-CSRF-Token,Authorization,X-Clarifai-Application-Id,X-Clarifai-REST-API-Key,X-Clarifai-Session-Token,X-Clarifai-Client,X-Clarifai-Site,X-RapidAPI-User,x-clarifai-request-id-prefix,x-request-id"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,POST,PUT,PATCH,OPTIONS,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Grpc-Metadata-Content-Type","value":"application/grpc"},{"key":"X-Clarifai-Request-Id","value":"0d52b91c4eb843418b9f89613c72b51d"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"0d52b91c4eb843418b9f89613c72b51d\"\n    },\n    \"apps\": [\n        {\n            \"id\": \"postman-1714639111\",\n            \"name\": \"postman-1714639111\",\n            \"default_language\": \"en\",\n            \"user_id\": \"clarifai\",\n            \"created_at\": \"2024-05-02T08:38:32.245583Z\",\n            \"modified_at\": \"2024-05-02T09:02:56.125896Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"is_template\": false\n        },\n        {\n            \"id\": \"postman-1714639160\",\n            \"name\": \"postman-1714639160\",\n            \"default_language\": \"en\",\n            \"user_id\": \"clarifai\",\n            \"created_at\": \"2024-05-02T08:39:20.801740Z\",\n            \"modified_at\": \"2024-05-02T09:02:46.200162Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"is_template\": false\n        },\n        {\n            \"id\": \"postman-1714639183\",\n            \"name\": \"postman-1714639183\",\n            \"default_language\": \"en\",\n            \"user_id\": \"clarifai\",\n            \"created_at\": \"2024-05-02T08:39:44.295130Z\",\n            \"modified_at\": \"2024-05-02T09:02:38.431549Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"is_template\": false\n        },\n        {\n            \"id\": \"postman-1714639206\",\n            \"name\": \"postman-1714639206\",\n            \"default_language\": \"en\",\n            \"user_id\": \"clarifai\",\n            \"created_at\": \"2024-05-02T08:40:07.404485Z\",\n            \"modified_at\": \"2024-05-02T09:02:26.788354Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"is_template\": false\n        },\n        {\n            \"id\": \"postman-1714639251\",\n            \"name\": \"postman-1714639251\",\n            \"default_language\": \"en\",\n            \"user_id\": \"clarifai\",\n            \"created_at\": \"2024-05-02T08:40:51.809892Z\",\n            \"modified_at\": \"2024-05-02T09:02:17.195673Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"is_template\": false\n        }\n    ]\n}"}],"_postman_id":"5f3505f8-777b-464e-9845-e85ca9d2b8e2"},{"name":"Get Application","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"deb4723b-75a3-4a35-ad62-6321a523d218"}},{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"app_id\", encodeURIComponent(JSON.parse(responseBody).app.id));","postman.setEnvironmentVariable(\"app_owner_id\", encodeURIComponent(JSON.parse(responseBody).app.user_id));",""],"type":"text/javascript","packages":{},"id":"4afc1a14-db3a-47bf-a0af-ec93867b975e"}}],"id":"eb4d24f9-30a4-4e14-8a93-b76033d0f3d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID?additional_fields=stars&additional_fields=counts","description":"<p>Retrieve detailed information about a specific application.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>user_id</code></td>\n<td>string</td>\n<td>Owner's user ID</td>\n</tr>\n<tr>\n<td><code>app_id</code></td>\n<td>string</td>\n<td>Application ID</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"query-parameters\"><strong>Query Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>additional_fields</code></td>\n<td>string</td>\n<td>Comma-separated list of extra fields to include (e.g., <code>stars</code>)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID"],"host":["https://api.clarifai.com"],"query":[{"key":"additional_fields","value":"stars"},{"key":"additional_fields","value":"counts"}],"variable":[]}},"response":[{"id":"5e729346-9074-422e-a5fa-363bfd43745d","name":"Get Application","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID?additional_fields=stars&additional_fields=counts","host":["https://api.clarifai.com"],"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID"],"query":[{"key":"additional_fields","value":"stars"},{"key":"additional_fields","value":"counts"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 May 2024 09:10:55 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"829"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Accept,X-Requested-With,Content-Type,Referer,Accept-Encoding,X-CSRF-Token,Authorization,X-Clarifai-Application-Id,X-Clarifai-REST-API-Key,X-Clarifai-Session-Token,X-Clarifai-Client,X-Clarifai-Site,X-RapidAPI-User,x-clarifai-request-id-prefix,x-request-id"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,POST,PUT,PATCH,OPTIONS,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Grpc-Metadata-Content-Type","value":"application/grpc"},{"key":"X-Clarifai-Request-Id","value":"4f6c6f013b914bb3874a02e6f64e18ca"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"4a10a94b76f848208120d4b335649089\"\n    },\n    \"app\": {\n        \"id\": \"visual_sim\",\n        \"name\": \"visual_sim\",\n        \"default_language\": \"en\",\n        \"default_workflow_id\": \"Universal\",\n        \"default_workflow\": {\n            \"id\": \"Universal\",\n            \"app_id\": \"visual_sim\",\n            \"created_at\": \"2024-07-08T10:34:54.113354Z\",\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"modified_at\": \"2024-07-08T10:34:54.113354Z\",\n            \"version\": {\n                \"id\": \"a6757de5aafd47f3969b11cbbcd77678\"\n            },\n            \"use_cases\": [],\n            \"check_consents\": []\n        },\n        \"user_id\": \"8tzpjy1a841y\",\n        \"created_at\": \"2024-07-08T10:34:54.113115Z\",\n        \"modified_at\": \"2024-07-08T10:34:54.113115Z\",\n        \"metadata\": {},\n        \"sample_ms\": 1000,\n        \"visibility\": {\n            \"gettable\": 10\n        },\n        \"data_tier_id\": \"aurora-dst\",\n        \"is_template\": false,\n        \"extra_info\": {\n            \"search_revision_marker\": \"8643b94be58b9e26390b677c9d927ca96dd0cc3f\",\n            \"counts\": {\n                \"datasets\": \"1\",\n                \"models\": \"2\",\n                \"workflows\": \"2\",\n                \"inputs\": \"2\"\n            }\n        }\n    }\n}"}],"_postman_id":"eb4d24f9-30a4-4e14-8a93-b76033d0f3d9"},{"name":"Patch Application","id":"903afc40-1f0f-4625-81f5-c4da8554fd7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"apps\": [\n        {\n            \"id\": \"YOUR_APP_ID\",\n            \"notes\": \"# YOUR_APP_ID\",\n\t\t\t\t\t\t\"visibility\": {\n\t\t\t\t\t\t\t\"gettable\": 50\n\t\t\t\t\t\t}\n        }\n    ],\n    \"action\": \"overwrite\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID","description":"<p>Update one or more fields on an existing application, including name, notes, visibility, and metadata. Use the <code>overwrite</code> action to replace all values.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>user_id</code></td>\n<td>string</td>\n<td>Owner's user ID</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>apps[].id</code></td>\n<td>string</td>\n<td>ID of the application to update</td>\n</tr>\n<tr>\n<td><code>apps[].notes</code></td>\n<td>string</td>\n<td>Markdown notes</td>\n</tr>\n<tr>\n<td><code>apps[].visibility.gettable</code></td>\n<td>integer</td>\n<td><code>10</code> = private, <code>50</code> = public</td>\n</tr>\n<tr>\n<td><code>action</code></td>\n<td>string</td>\n<td>Merge strategy: <code>overwrite</code> or <code>merge</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"fb7c6eae-2974-4b4c-9885-04d1a90c5dd3","name":"Patch Application Notes and Visibility","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"apps\": [\n        {\n            \"id\": \"YOUR_APP_ID\",\n            \"notes\": \"# YOUR_APP_ID\",\n\t\t\t\t\t\t\"visibility\": {\n\t\t\t\t\t\t\t\"gettable\": 50\n\t\t\t\t\t\t}\n        }\n    ],\n    \"action\": \"overwrite\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 May 2024 09:16:23 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"741"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Accept,X-Requested-With,Content-Type,Referer,Accept-Encoding,X-CSRF-Token,Authorization,X-Clarifai-Application-Id,X-Clarifai-REST-API-Key,X-Clarifai-Session-Token,X-Clarifai-Client,X-Clarifai-Site,X-RapidAPI-User,x-clarifai-request-id-prefix,x-request-id"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,POST,PUT,PATCH,OPTIONS,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Grpc-Metadata-Content-Type","value":"application/grpc"},{"key":"X-Clarifai-Request-Id","value":"ec9448f2fe5040a4a423c130dc71c3ae"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"ec9448f2fe5040a4a423c130dc71c3ae\"\n    },\n    \"apps\": [\n        {\n            \"id\": \"postman-1714639111\",\n            \"name\": \"postman-1714639111\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Moderation\",\n            \"default_workflow\": {\n                \"id\": \"Moderation\",\n                \"app_id\": \"postman-1714639111\",\n                \"created_at\": \"2024-05-02T08:38:32.246299Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"clarifai\",\n                \"modified_at\": \"2024-05-02T08:38:32.246299Z\",\n                \"version\": {\n                    \"id\": \"867e606aee5b42158e38c6ff64bce8db\"\n                },\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"clarifai\",\n            \"created_at\": \"2024-05-02T08:38:32.245583Z\",\n            \"modified_at\": \"2024-05-02T09:16:23.828959412Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"notes\": \"# postman-1714639111\",\n            \"is_template\": false\n        }\n    ]\n}"},{"id":"77213e45-92c9-4829-bb57-9717440553b4","name":"Patch Application Metadata","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"apps\": [\n        {\n            \"id\": \"app-food5\",\n            \"metadata\": {\n                \"test\": 5\n            }\n        }\n    ],\n    \"metadata_action\": {\n        \"op\": \"merge\",\n        \"merge_conflict_resolution\": \"append\",\n        \"path\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api-dev.clarifai.com/v2/users/a0btrubbaefn/apps/"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"e702732493ee92138019c6dd0a7d1fa3\"\n    },\n    \"apps\": [\n        {\n            \"id\": \"app-food5\",\n            \"name\": \"app-food5\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"created_at\": \"2023-11-20T13:45:14.959981Z\",\n            \"modified_at\": \"2023-11-21T11:37:20.600806958Z\",\n            \"metadata\": {\n                \"test\": 5\n            },\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"rds\",\n            \"is_template\": false\n        }\n    ]\n}"}],"_postman_id":"903afc40-1f0f-4625-81f5-c4da8554fd7d"},{"name":"Patch Application Details(notes,description,image)","id":"f122ff17-9f65-4cf4-a912-b46ef370df48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"apps\": [\n        {\n            \"id\": \"YOUR_APP_ID\",\n            \"notes\": \"# YOUR_APP_ID\"\n        }\n    ],\n    \"action\": \"overwrite\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/partial","description":"<p>Update specific fields (notes, description, cover image) of an application using its partial update endpoint. Useful for updating metadata without replacing the entire app configuration.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>user_id</code></td>\n<td>string</td>\n<td>Owner's user ID</td>\n</tr>\n<tr>\n<td><code>app_id</code></td>\n<td>string</td>\n<td>Application ID</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>apps[].notes</code></td>\n<td>string</td>\n<td>Markdown notes</td>\n</tr>\n<tr>\n<td><code>action</code></td>\n<td>string</td>\n<td><code>overwrite</code> or <code>merge</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","partial"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"54d1d2ff-ada7-4736-b817-b72188a15253","name":"Patch Application Details(notes,description,image)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"apps\": [\n        {\n            \"id\": \"YOUR_APP_ID\",\n            \"notes\": \"# YOUR_APP_ID\"\n        }\n    ],\n    \"action\": \"overwrite\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/partial"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"c11ce32eaded4dcb90de96e3d65612e2\"\n    },\n    \"apps\": [\n        {\n            \"id\": \"visual_sim\",\n            \"name\": \"visual_sim\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Universal\",\n            \"default_workflow\": {\n                \"id\": \"Universal\",\n                \"app_id\": \"visual_sim\",\n                \"created_at\": \"2024-07-08T10:34:54.113354Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"8tzpjy1a841y\",\n                \"modified_at\": \"2024-07-08T10:34:54.113354Z\",\n                \"version\": {\n                    \"id\": \"a6757de5aafd47f3969b11cbbcd77678\"\n                },\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"created_at\": \"2024-07-08T10:34:54.113115Z\",\n            \"modified_at\": \"2024-07-25T07:38:53.640698638Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"aurora-dst\",\n            \"notes\": \"# visual_sim\",\n            \"is_template\": false\n        }\n    ]\n}"}],"_postman_id":"f122ff17-9f65-4cf4-a912-b46ef370df48"},{"name":"Patch Application Base Workflow","id":"2aa640cf-7535-465b-adf4-2ea1e75f43fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"apps\": [\n        {\n            \"id\": \"YOUR_APP_ID\",\n            \"default_workflow_id\": \"Text\"\n        }\n    ],\n    \"action\": \"overwrite\",\n    \"reindex\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID","description":"<p>Change the base workflow of an application. The base workflow is automatically run on every new input added to the app. Use <code>reindex: true</code> to re-process all existing inputs with the new workflow.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>apps[].id</code></td>\n<td>string</td>\n<td>Application ID</td>\n</tr>\n<tr>\n<td><code>apps[].default_workflow_id</code></td>\n<td>string</td>\n<td>ID of the new base workflow</td>\n</tr>\n<tr>\n<td><code>action</code></td>\n<td>string</td>\n<td>Must be <code>overwrite</code></td>\n</tr>\n<tr>\n<td><code>reindex</code></td>\n<td>boolean</td>\n<td>If <code>true</code>, re-run the new workflow on all existing inputs</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"672e5764-df2f-40a5-9d7f-d702abf4409e","name":"Patch Application Base Workflow","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"apps\": [\n        {\n            \"id\": \"YOUR_APP_ID\",\n            \"default_workflow_id\": \"Text\"\n        }\n    ],\n    \"action\": \"overwrite\",\n    \"reindex\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 May 2024 09:30:34 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"735"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Accept,X-Requested-With,Content-Type,Referer,Accept-Encoding,X-CSRF-Token,Authorization,X-Clarifai-Application-Id,X-Clarifai-REST-API-Key,X-Clarifai-Session-Token,X-Clarifai-Client,X-Clarifai-Site,X-RapidAPI-User,x-clarifai-request-id-prefix,x-request-id"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,POST,PUT,PATCH,OPTIONS,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Grpc-Metadata-Content-Type","value":"application/grpc"},{"key":"X-Clarifai-Request-Id","value":"ecc6b1585a7c4130889c16f6f7771bc6"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"ecc6b1585a7c4130889c16f6f7771bc6\"\n    },\n    \"apps\": [\n        {\n            \"id\": \"postman-1714639111\",\n            \"name\": \"postman-1714639111\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Text\",\n            \"default_workflow\": {\n                \"id\": \"Text\",\n                \"app_id\": \"postman-1714639111\",\n                \"created_at\": \"2024-05-02T09:30:34.251626817Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"clarifai\",\n                \"modified_at\": \"2024-05-02T09:30:34.251626817Z\",\n                \"version\": {\n                    \"id\": \"45663e11042a4986bb593d6191b93e24\"\n                },\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"clarifai\",\n            \"created_at\": \"2024-05-02T08:38:32.245583Z\",\n            \"modified_at\": \"2024-05-02T09:30:34.500830798Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"notes\": \"# postman-1714639111\",\n            \"is_template\": false\n        }\n    ]\n}"}],"_postman_id":"2aa640cf-7535-465b-adf4-2ea1e75f43fe"},{"name":"Patch Application ID","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"app_id\", encodeURIComponent(JSON.parse(responseBody).apps[0].id));",""],"type":"text/javascript","packages":{},"id":"3bbd4eba-12fb-4fe0-be6c-7b59030c05bf"}}],"id":"789c72f1-1b7c-4923-854e-9f5fa12f67a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        {\n            \"id\": \"YOUR_APP_ID\",\n            \"new_id\": \"updated-1777931642\"\n        }\n    ],\n    \"action\": \"overwrite\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/ids","description":"<p>Rename an application by changing its ID. All existing resources within the app remain unchanged.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>apps[].id</code></td>\n<td>string</td>\n<td>Current application ID</td>\n</tr>\n<tr>\n<td><code>apps[].new_id</code></td>\n<td>string</td>\n<td>New application ID</td>\n</tr>\n<tr>\n<td><code>action</code></td>\n<td>string</td>\n<td>Must be <code>overwrite</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","ids"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"f3a42e15-39f4-4e82-8273-20788ac2510a","name":"Patch Application ID","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        {\n            \"id\": \"YOUR_APP_ID\",\n            \"new_id\": \"updated-1777931642\"\n        }\n    ],\n    \"action\": \"overwrite\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/ids"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 May 2024 09:33:05 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"396"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Accept,X-Requested-With,Content-Type,Referer,Accept-Encoding,X-CSRF-Token,Authorization,X-Clarifai-Application-Id,X-Clarifai-REST-API-Key,X-Clarifai-Session-Token,X-Clarifai-Client,X-Clarifai-Site,X-RapidAPI-User,x-clarifai-request-id-prefix,x-request-id"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,POST,PUT,PATCH,OPTIONS,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Grpc-Metadata-Content-Type","value":"application/grpc"},{"key":"X-Clarifai-Request-Id","value":"33bbe427e08f4031b57d39679f8322d2"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"33bbe427e08f4031b57d39679f8322d2\"\n    },\n    \"apps\": [\n        {\n            \"id\": \"updated-1714642384\",\n            \"name\": \"postman-1714639111\",\n            \"default_language\": \"en\",\n            \"user_id\": \"clarifai\",\n            \"created_at\": \"2024-05-02T08:38:32.245583Z\",\n            \"modified_at\": \"2024-05-02T09:33:05.470622Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"notes\": \"# postman-1714639111\",\n            \"is_template\": false\n        }\n    ]\n}"}],"_postman_id":"789c72f1-1b7c-4923-854e-9f5fa12f67a3"},{"name":"Delete Application","id":"3c65d42f-297a-4f19-8c24-b8a55d436112","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID","description":"<p>Permanently delete an application and all of its contents (inputs, models, workflows, datasets, annotations). This action is irreversible.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>user_id</code></td>\n<td>string</td>\n<td>Owner's user ID</td>\n</tr>\n<tr>\n<td><code>app_id</code></td>\n<td>string</td>\n<td>Application ID to delete</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"6373118f-3ebd-49d8-9d7e-a2a2e1b204c3","name":"Delete Application","originalRequest":{"method":"DELETE","header":[],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 May 2024 09:34:04 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"141"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Accept,X-Requested-With,Content-Type,Referer,Accept-Encoding,X-CSRF-Token,Authorization,X-Clarifai-Application-Id,X-Clarifai-REST-API-Key,X-Clarifai-Session-Token,X-Clarifai-Client,X-Clarifai-Site,X-RapidAPI-User,x-clarifai-request-id-prefix,x-request-id"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,POST,PUT,PATCH,OPTIONS,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Grpc-Metadata-Content-Type","value":"application/grpc"},{"key":"X-Clarifai-Request-Id","value":"792dc85006f64b03b3789f92104af2b4"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"details\": \"application 'updated-1714642384' deleted\",\n        \"req_id\": \"792dc85006f64b03b3789f92104af2b4\"\n    }\n}"}],"_postman_id":"3c65d42f-297a-4f19-8c24-b8a55d436112"},{"name":"List Organizations","id":"29ba91bf-9e5e-4f3d-9c76-5e23897c1c2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/organizations","description":"<p>List all organizations the authenticated user belongs to.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>user_id</code></td>\n<td>string</td>\n<td>Authenticated user's ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","organizations"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"29ba91bf-9e5e-4f3d-9c76-5e23897c1c2e"}],"id":"7c42ca64-110d-43b1-b0b9-be025c52dd5e","description":"<p>Applications are the top-level containers for all resources on the Clarifai platform — inputs, models, workflows, datasets, annotations, and more. Each application has its own base workflow that runs automatically on every new input added to it.</p>\n<p><strong>Key operations:</strong> create, list, get, patch (update name/notes/visibility/base workflow/ID), delete, list organizations.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/create/applications/\">Applications Documentation</a></p>\n","_postman_id":"7c42ca64-110d-43b1-b0b9-be025c52dd5e","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Annotations","item":[{"name":"Find Duplicate Annotations Jobs","item":[{"name":"List Find Duplicate Annotations Jobs","event":[{"listen":"test","script":{"exec":["if (JSON.parse(responseBody).find_duplicate_annotations_jobs?.length > 0) {","    postman.setEnvironmentVariable(\"find_duplicate_annotations_job_id\", JSON.parse(responseBody).find_duplicate_annotations_jobs[0].id);","}"],"type":"text/javascript","id":"2e2920bf-a3dc-4c3d-9c04-cfedc5bc3485"}}],"id":"bfb4f448-f916-4100-9d68-bdeb6ce40f6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/find_duplicates/jobs?page=1&per_page=1000","description":"<p>Retrieve a paginated list of all find-duplicate-annotations jobs for the app. Each job scans annotations using a PCA projection comparator to surface near-duplicate label pairs.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>user_id</code></td>\n<td>string</td>\n<td>Owner's user ID</td>\n</tr>\n<tr>\n<td><code>app_id</code></td>\n<td>string</td>\n<td>Application ID</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"query-parameters\"><strong>Query Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td>integer</td>\n<td>Page number</td>\n</tr>\n<tr>\n<td><code>per_page</code></td>\n<td>integer</td>\n<td>Results per page</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotations","find_duplicates","jobs"],"host":["https://api.clarifai.com"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"1000"}],"variable":[]}},"response":[{"id":"e86b9290-774e-4d5d-8729-068c6c2b1cb8","name":"List Find Duplicate Annotations Jobs","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa","type":"text","disabled":true}],"url":{"raw":"https://api-dev.clarifai.com/v2/users/a0btrubbaefn/apps/test/annotations/find_duplicates/jobs?page=1&per_page=1000","protocol":"https","host":["api-dev","clarifai","com"],"path":["v2","users","a0btrubbaefn","apps","test","annotations","find_duplicates","jobs"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"1000"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"35a7840daf5f5775348120339e4feebd\"\n    },\n    \"find_duplicate_annotations_jobs\": []\n}"}],"_postman_id":"bfb4f448-f916-4100-9d68-bdeb6ce40f6b"},{"name":"Get Find Duplicate Annotations Job","event":[{"listen":"test","script":{"exec":["if (JSON.parse(responseBody).find_duplicate_annotations_jobs?.length > 0) {","    postman.setEnvironmentVariable(\"find_duplicate_annotations_job_id\", JSON.parse(responseBody).find_duplicate_annotations_jobs[0].id);","}"],"type":"text/javascript","id":"094aa7bc-38bf-422e-81df-3a9f0dc20137"}}],"id":"46e6ab4b-984d-4188-ba28-7d557593f767","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/find_duplicates/jobs/YOUR_FIND_DUPLICATE_JOB_ID","description":"<p>Retrieve the status and results of a single find-duplicate-annotations job by its ID.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>user_id</code></td>\n<td>string</td>\n<td>Owner's user ID</td>\n</tr>\n<tr>\n<td><code>app_id</code></td>\n<td>string</td>\n<td>Application ID</td>\n</tr>\n<tr>\n<td><code>find_duplicate_annotations_job_id</code></td>\n<td>string</td>\n<td>Job ID returned when the job was created</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotations","find_duplicates","jobs","YOUR_FIND_DUPLICATE_JOB_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"e77e2451-2814-4900-9c1c-0e9b23306e5c","name":"Get Find Duplicate Annotations Job","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa","type":"text","disabled":true}],"url":"https://api-dev.clarifai.com/v2/users/a0btrubbaefn/apps/test/annotations/find_duplicates/jobs/"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"a7990e4e72b4b68225dea4d21a520011\"\n    },\n    \"find_duplicate_annotations_job\": {\n        \"id\": \"f30849f4eb7b4c21b934ba21f5119ba7\",\n        \"pca_projection_comparator\": {\n            \"distance_threshold\": 0.000001\n        },\n        \"status\": {\n            \"code\": 64003,\n            \"description\": \"Unable to choose cluster model because cluster model version ID was not specified and there are 0 cluster models in the base workflow\"\n        }\n    }\n}"}],"_postman_id":"46e6ab4b-984d-4188-ba28-7d557593f767"},{"name":"Post Find Duplicate Annotations Job","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"find_duplicate_annotations_job_id\", JSON.parse(responseBody).find_duplicate_annotations_jobs[0].id);"],"type":"text/javascript","id":"befc72ab-b020-400c-8ea0-407b7fde6271"}}],"id":"7735df9e-27c6-4227-8950-ead497af9631","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"find_duplicate_annotations_jobs\": [\n        {\n            \"pca_projection_comparator\": {\n                \"distance_threshold\": 0.000001\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/find_duplicates/jobs","description":"<p>Start a new job to detect duplicate annotations across the app's inputs. The job uses PCA-based embedding comparison; results are available once the job completes.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>find_duplicate_annotations_jobs[].pca_projection_comparator.distance_threshold</code></td>\n<td>float</td>\n<td>Cosine distance below which two annotations are considered duplicates (e.g., <code>0.000001</code> for near-identical)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotations","find_duplicates","jobs"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"377d9b31-42eb-4c5f-b58f-123bc2115c54","name":"Post Find Duplicate Annotations Job","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"find_duplicate_annotations_jobs\": [\n        {\n            \"pca_projection_comparator\": {\n                \"distance_threshold\": 0.000001\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api-dev.clarifai.com/v2/users/a0btrubbaefn/apps/test/annotations/find_duplicates/jobs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"bb8f93c73198da32bb63f72c687c9bf5\"\n    },\n    \"find_duplicate_annotations_jobs\": [\n        {\n            \"id\": \"f30849f4eb7b4c21b934ba21f5119ba7\",\n            \"pca_projection_comparator\": {\n                \"distance_threshold\": 0.000001\n            },\n            \"status\": {\n                \"code\": 64000,\n                \"description\": \"Job is queued to be ran.\"\n            }\n        }\n    ]\n}"}],"_postman_id":"7735df9e-27c6-4227-8950-ead497af9631"},{"name":"Delete Find Duplicate Annotations Jobs","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"find_duplicate_annotations_job_id\", JSON.parse(responseBody).find_duplicate_annotations_jobs[0].id);"],"type":"text/javascript","id":"eda1f0f2-313c-4382-b5d8-e97bab913bfe"}}],"id":"9029c476-cbd0-4d4c-8b7c-2e0143031bf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        \"YOUR_FIND_DUPLICATE_JOB_ID\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/find_duplicates/jobs","description":"<p>Delete one or more find-duplicate-annotations jobs by ID.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ids</code></td>\n<td>array[string]</td>\n<td>List of job IDs to delete</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotations","find_duplicates","jobs"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"612097b2-7573-4dd7-b232-72b5c9dad140","name":"Delete Find Duplicate Annotations Jobs","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        \"\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api-dev.clarifai.com/v2/users/a0btrubbaefn/apps/test/annotations/find_duplicates/jobs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"528bddffe0bd3ab60aee6b3511d065bb\"\n    }\n}"}],"_postman_id":"9029c476-cbd0-4d4c-8b7c-2e0143031bf8"}],"id":"5f4932cf-220c-4d36-b105-d57f569f6332","description":"<p>Find Duplicate Annotations Jobs identify inputs that have been annotated more than once, helping maintain dataset quality and consistency. This is an enterprise-tier feature.</p>\n<p><strong>Key operations:</strong> post job, get job, list jobs, delete jobs.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code>, <code>YOUR_FIND_DUPLICATE_JOB_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/create/labeling/api/\">Labeling via API</a></p>\n","_postman_id":"5f4932cf-220c-4d36-b105-d57f569f6332","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Annotation Filters","item":[{"name":"Post Annotation Filters","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"annotation_filter_id\", JSON.parse(responseBody).annotation_filters[0].id);"],"type":"text/javascript","id":"b0469beb-8032-4a9b-a385-e6b0d47fab01"}}],"id":"ecb1ae07-a0c1-41f1-9d22-98b1a5e5cea8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"annotation_filters\": [\n        {\n            \"id\": \"ann-filter-1777931642\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotation_filters","description":"<p>Create a new annotation filter for the app. Annotation filters define reusable query criteria (concept, region, status, etc.) that can be applied when creating dataset versions or filtering annotations.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>annotation_filters[].id</code></td>\n<td>string</td>\n<td>Unique ID for the filter</td>\n</tr>\n<tr>\n<td><code>annotation_filters[].annotation_filter</code></td>\n<td>object</td>\n<td>Filter criteria (concepts, regions, statuses, etc.)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotation_filters"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"c1466df4-47ad-4c45-940f-17a2573fd4c3","name":"PostAnnotationFilters","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"annotation_filters\": [\n        {\n            \"id\": \"ann-filter-1777931642\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotation_filters"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"0c227d67f1ecc011b6aaea50b6d35d41\"\n    },\n    \"annotation_filters\": [\n        {\n            \"id\": \"ann-filter-1701181768\",\n            \"created_at\": \"2023-11-28T14:29:28.313369455Z\",\n            \"modified_at\": \"2023-11-28T14:29:28.313369455Z\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"app_id\": \"test-app-1700638575-empty\"\n        }\n    ]\n}"}],"_postman_id":"ecb1ae07-a0c1-41f1-9d22-98b1a5e5cea8"},{"name":"List Annotation Filters","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"annotation_filter_id\", JSON.parse(responseBody).annotation_filters[0].id);"],"type":"text/javascript","id":"2cce0807-fdd4-4fce-9894-399d7cefe90c"}}],"id":"4e6d46a8-cb8b-4705-a10b-e45cfaab8306","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotation_filters?page=1&per_page=100","description":"<p>Retrieve all annotation filters defined in the app.</p>\n<h2 id=\"query-parameters\"><strong>Query Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td>integer</td>\n<td>Page number</td>\n</tr>\n<tr>\n<td><code>per_page</code></td>\n<td>integer</td>\n<td>Results per page</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotation_filters"],"host":["https://api.clarifai.com"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"100"}],"variable":[]}},"response":[{"id":"112cd2a1-90f1-4f6a-9864-a5c08d5aec76","name":"ListAnnotationFilters","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"url":{"raw":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotation_filters?page=1&per_page=100","host":["https://api.clarifai.com"],"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotation_filters"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"100"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"37ca5f25be8eb845218c0e00759cb081\"\n    },\n    \"annotation_filters\": [\n        {\n            \"id\": \"ann-filter-1701181768\",\n            \"created_at\": \"2023-11-28T14:29:28.313369Z\",\n            \"modified_at\": \"2023-11-28T14:29:28.313369Z\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"app_id\": \"test-app-1700638575-empty\"\n        },\n        {\n            \"id\": \"dataset-1700752059-filter\",\n            \"created_at\": \"2023-11-23T15:07:38.946267Z\",\n            \"modified_at\": \"2023-11-23T15:07:38.946267Z\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"app_id\": \"test-app-1700638575-empty\"\n        },\n        {\n            \"id\": \"image-data-filter\",\n            \"created_at\": \"2023-11-23T07:14:17.188926Z\",\n            \"modified_at\": \"2023-11-23T07:14:17.188926Z\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"app_id\": \"test-app-1700638575-empty\"\n        }\n    ]\n}"}],"_postman_id":"4e6d46a8-cb8b-4705-a10b-e45cfaab8306"},{"name":"Get Annotation Filter","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"2d8a12d2-b2db-4d2a-888f-2cfbeb432395"}}],"id":"32d9dd04-13e6-40ef-a25d-ba058d8ea313","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotation_filters/YOUR_ANNOTATION_FILTER_ID","description":"<p>Retrieve a specific annotation filter by ID.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>annotation_filter_id</code></td>\n<td>string</td>\n<td>Annotation filter ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotation_filters","YOUR_ANNOTATION_FILTER_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"748b73c7-986a-44ce-8f2b-f39e6f7a5c64","name":"GetAnnotationFilter","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotation_filters/YOUR_ANNOTATION_FILTER_ID"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"421fb058a7d9c41a6aa9a1b7b8c50698\"\n    },\n    \"annotation_filter\": {\n        \"id\": \"ann-filter-1701181768\",\n        \"created_at\": \"2023-11-28T14:29:28.313369Z\",\n        \"modified_at\": \"2023-11-28T14:29:28.313369Z\",\n        \"user_id\": \"a0btrubbaefn\",\n        \"app_id\": \"test-app-1700638575-empty\"\n    }\n}"}],"_postman_id":"32d9dd04-13e6-40ef-a25d-ba058d8ea313"},{"name":"Delete Annotation Filters","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"85853ab0-f654-4c7f-b474-0431aa20e909"}}],"id":"44124f9b-f564-4018-ba77-93a25adbbe81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"annotation_filter_ids\": [\"YOUR_ANNOTATION_FILTER_ID\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotation_filters","description":"<p>Delete one or more annotation filters by ID.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>annotation_filter_ids</code></td>\n<td>array[string]</td>\n<td>List of filter IDs to delete</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotation_filters"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"813ab2e5-f161-42b2-8a23-2e8ddcdc0944","name":"DeleteAnnotationFilters","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"annotation_filter_ids\": [\"YOUR_ANNOTATION_FILTER_ID\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotation_filters"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"details\": \"Annotation filter 'ann-filter-1701181768' deleted\",\n        \"req_id\": \"c2d1e5ad2b0a39c68c1fda0e891e061d\"\n    }\n}"}],"_postman_id":"44124f9b-f564-4018-ba77-93a25adbbe81"}],"id":"feea0ca8-cc3b-4840-bf48-511562d2003e","description":"<p>Annotation Filters are reusable filter configurations that define subsets of annotations based on criteria such as concept, task, status, or user. Saved filters can be referenced when creating dataset versions or running search queries.</p>\n<p><strong>Key operations:</strong> post, list, get, delete.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code>, <code>YOUR_ANNOTATION_FILTER_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/create/datasets/filters\">Dataset Annotation Filters</a></p>\n","_postman_id":"feea0ca8-cc3b-4840-bf48-511562d2003e","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Get Annotation","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"annotation_id\", JSON.parse(responseBody).annotation.id);"],"type":"text/javascript","packages":{},"id":"b4eaefd2-7b8a-4cdc-b919-6d95f61cbeca"}}],"id":"a6b87a67-e243-4f21-9352-080b2a517bed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs/YOUR_INPUT_ID/annotations/YOUR_ANNOTATION_ID","description":"<p>Retrieve a specific annotation by its input ID and annotation ID.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>user_id</code></td>\n<td>string</td>\n<td>Owner's user ID</td>\n</tr>\n<tr>\n<td><code>app_id</code></td>\n<td>string</td>\n<td>Application ID</td>\n</tr>\n<tr>\n<td><code>input_id</code></td>\n<td>string</td>\n<td>ID of the input the annotation belongs to</td>\n</tr>\n<tr>\n<td><code>annotation_id</code></td>\n<td>string</td>\n<td>Annotation ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","inputs","YOUR_INPUT_ID","annotations","YOUR_ANNOTATION_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"f9f23cf1-bac5-4eff-bad4-03320256ac92","name":"Get Annotation","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa","type":"text","disabled":true}],"url":"https://api-dev.clarifai.com/v2/users/a0btrubbaefn/apps/test/inputs//annotations/"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"741959d0cd1935cbf892ab0d96c3ce76\"\n    },\n    \"annotation\": {\n        \"id\": \"89e09f2006734d528010178904b8b636\",\n        \"input_id\": \"ddf15aba61684e24902fb6127aa97e34\",\n        \"data\": {\n            \"concepts\": [\n                {\n                    \"id\": \"foo1\",\n                    \"name\": \"foo1\",\n                    \"value\": 1,\n                    \"app_id\": \"test-app-1700638575-empty\"\n                }\n            ]\n        },\n        \"user_id\": \"a0btrubbaefn\",\n        \"status\": {\n            \"code\": 24150,\n            \"description\": \"Annotation success\"\n        },\n        \"created_at\": \"2023-11-28T15:17:25.903311Z\",\n        \"modified_at\": \"2023-11-28T15:17:25.903311Z\",\n        \"trusted\": true\n    }\n}"}],"_postman_id":"a6b87a67-e243-4f21-9352-080b2a517bed"},{"name":"List All Annotations","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"annotation_id\", JSON.parse(responseBody).annotation.id);"],"type":"text/javascript","id":"15a01f60-02ca-4653-b774-3c50d735f45d"}}],"id":"0e578f62-8ea9-4453-bcc2-46964f3f7ed7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations?list_all_annotations=true","description":"<p>List all annotations in the app. Use <code>list_all_annotations=true</code> to include system-generated (model) annotations in addition to human annotations.</p>\n<h2 id=\"query-parameters\"><strong>Query Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>list_all_annotations</code></td>\n<td>boolean</td>\n<td>Include model-generated annotations (default: false)</td>\n</tr>\n<tr>\n<td><code>input_ids</code></td>\n<td>array[string]</td>\n<td>Filter by specific input IDs</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>integer</td>\n<td>Page number</td>\n</tr>\n<tr>\n<td><code>per_page</code></td>\n<td>integer</td>\n<td>Results per page</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotations"],"host":["https://api.clarifai.com"],"query":[{"key":"list_all_annotations","value":"true"}],"variable":[]}},"response":[{"id":"2f4b6434-cd66-4280-9a95-7e5bb82f6251","name":"Get all annotations","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa","type":"text","disabled":true}],"url":{"raw":"https://api-dev.clarifai.com/v2/users/a0btrubbaefn/apps/test/annotations?list_all_annotations=true","protocol":"https","host":["api-dev","clarifai","com"],"path":["v2","users","a0btrubbaefn","apps","test","annotations"],"query":[{"key":"list_all_annotations","value":"true"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"5f9e9ff9e492d27bfb520b74a179551e\"\n    },\n    \"annotations\": [\n        {\n            \"id\": \"89e09f2006734d528010178904b8b636\",\n            \"input_id\": \"ddf15aba61684e24902fb6127aa97e34\",\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"foo1\",\n                        \"name\": \"foo1\",\n                        \"value\": 1,\n                        \"app_id\": \"test-app-1700638575-empty\"\n                    }\n                ]\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T15:17:25.903311Z\",\n            \"modified_at\": \"2023-11-28T15:17:25.903311Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"7d8887406e3743319beeab8a9a6899b4\",\n            \"input_id\": \"27bec08f71a04715851101152340137e\",\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"foo1\",\n                        \"name\": \"foo1\",\n                        \"value\": 1,\n                        \"app_id\": \"test-app-1700638575-empty\"\n                    }\n                ]\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T15:17:10.774705Z\",\n            \"modified_at\": \"2023-11-28T15:17:10.774705Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"ff5d757971c94b56af2f1683dd6b0e7b\",\n            \"input_id\": \"ddf15aba61684e24902fb6127aa97e34\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T15:16:56.697241Z\",\n            \"modified_at\": \"2023-11-28T15:16:56.697241Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"be82651285cb42ab977bb6536c1f75f4\",\n            \"input_id\": \"27bec08f71a04715851101152340137e\",\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"foo1\",\n                        \"name\": \"foo1\",\n                        \"value\": 1,\n                        \"app_id\": \"test-app-1700638575-empty\"\n                    }\n                ]\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T15:15:11.402370Z\",\n            \"modified_at\": \"2023-11-28T15:15:11.402370Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"74c6c8a853674ba581ba091b9cf743ca\",\n            \"input_id\": \"2a7cc3011a0e4f72b18f1e2c3ea28711\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T15:15:07.204075Z\",\n            \"modified_at\": \"2023-11-28T15:15:07.204075Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"3b686104258243078e07136944de4745\",\n            \"input_id\": \"27bec08f71a04715851101152340137e\",\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"foo1\",\n                        \"name\": \"foo1\",\n                        \"value\": 1,\n                        \"app_id\": \"test-app-1700638575-empty\"\n                    }\n                ]\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T15:14:34.549037Z\",\n            \"modified_at\": \"2023-11-28T15:14:34.549037Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"8955d5c059334b8ca996b5c530aabd57\",\n            \"input_id\": \"e8790b8a89c34606bb927426ce75c282\",\n            \"data\": {\n                \"text\": {\n                    \"raw\": \"foo\",\n                    \"text_info\": {\n                        \"encoding\": \"UnknownTextEnc\"\n                    }\n                }\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T15:10:11.910907Z\",\n            \"modified_at\": \"2023-11-28T15:10:11.910907Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"eb694645854f4c1dba247c740244dc34\",\n            \"input_id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n            \"data\": {\n                \"frames\": [\n                    {\n                        \"frame_info\": {\n                            \"index\": 1,\n                            \"time\": 1500\n                        },\n                        \"data\": {\n                            \"regions\": [\n                                {\n                                    \"id\": \"b90545a9af67c671ab9dba294dd10717\",\n                                    \"region_info\": {\n                                        \"bounding_box\": {\n                                            \"top_row\": 0,\n                                            \"left_col\": 0,\n                                            \"bottom_row\": 0.5,\n                                            \"right_col\": 0.9272\n                                        }\n                                    },\n                                    \"data\": {\n                                        \"concepts\": [\n                                            {\n                                                \"id\": \"wendy_williams\",\n                                                \"name\": \"wendy williams\",\n                                                \"value\": 1,\n                                                \"app_id\": \"test-app-1700638575-empty\"\n                                            }\n                                        ]\n                                    }\n                                }\n                            ]\n                        },\n                        \"id\": \"8e5f8672bdda2f2682d59ccc019d48c0\"\n                    }\n                ]\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T15:09:27.799110Z\",\n            \"modified_at\": \"2023-11-28T15:09:27.799110Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"30ca257a08c543f5b06deeeaccd1b094\",\n            \"input_id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"3d3ebd63764f2a1e75ea05457e625c52\",\n                        \"region_info\": {\n                            \"polygon\": {\n                                \"points\": [\n                                    {\n                                        \"row\": 0,\n                                        \"col\": 0\n                                    },\n                                    {\n                                        \"row\": 0,\n                                        \"col\": 0\n                                    },\n                                    {\n                                        \"row\": 0,\n                                        \"col\": 0\n                                    },\n                                    {\n                                        \"row\": 0,\n                                        \"col\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"foo1\",\n                                    \"name\": \"foo1\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1700638575-empty\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T15:08:38.544740Z\",\n            \"modified_at\": \"2023-11-28T15:08:38.544740Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"9e860e777a2b44b9b3db4d67e1ac866f\",\n            \"input_id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"7d0665438e81d8eceb98c1e31fca80c1\",\n                        \"region_info\": {\n                            \"token\": {\n                                \"char_start\": 0,\n                                \"char_end\": 4,\n                                \"raw_text\": \"token\"\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"foo1\",\n                                    \"name\": \"foo1\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1700638575-empty\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T15:08:16.491322Z\",\n            \"modified_at\": \"2023-11-28T15:08:16.491322Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"790fcddd4f0c468fa7d2970b9bf21e85\",\n            \"input_id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"e45ee7ce7e88149af8dd32b27f9512ce\",\n                        \"region_info\": {\n                            \"span\": {\n                                \"char_start\": 0,\n                                \"char_end\": 3\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"foo1\",\n                                    \"name\": \"foo1\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1700638575-empty\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T15:08:03.271061Z\",\n            \"modified_at\": \"2023-11-28T15:08:03.271061Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"c7fc57086f924d91948dc665fe71f6c1\",\n            \"input_id\": \"99fbcb0deb1e4d0b9cc4bec44942e817\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"7239bb5a1e159da52e15f809413ebbab\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 1,\n                                \"right_col\": 1\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"foo1\",\n                                    \"name\": \"foo1\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1700638575-empty\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T15:07:30.764017Z\",\n            \"modified_at\": \"2023-11-28T15:07:30.764017Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"59df84ee7649422bb32d516d97ac490d\",\n            \"input_id\": \"b37e4ba200b74a6d95688ab62934c6e2\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T15:06:24.908570Z\",\n            \"modified_at\": \"2023-11-28T15:06:24.908570Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"4aa9565f28c74aff8698005d913db37b\",\n            \"input_id\": \"e8790b8a89c34606bb927426ce75c282\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T15:05:33.995661Z\",\n            \"modified_at\": \"2023-11-28T15:05:33.995661Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"58361fecc89e411cb5dfd12e4dc9640d\",\n            \"input_id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n            \"data\": {},\n            \"annotation_info\": {\n                \"task_id\": \"YOUR_TASK_ID\"\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24151,\n                \"description\": \"Annotation pending\"\n            },\n            \"created_at\": \"2023-11-28T15:04:45.986955Z\",\n            \"modified_at\": \"2023-11-28T15:04:45.986955Z\"\n        },\n        {\n            \"id\": \"6bc4b618b68442dd9c2c58d915dfb78e\",\n            \"input_id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"foo1\",\n                        \"name\": \"foo1\",\n                        \"value\": 1,\n                        \"app_id\": \"test-app-1700638575-empty\"\n                    }\n                ]\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T14:46:30.108461Z\",\n            \"modified_at\": \"2023-11-28T14:46:30.108461Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"616a1de6ecb44d78ab157e9e17ee4931\",\n            \"input_id\": \"99fbcb0deb1e4d0b9cc4bec44942e817\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T14:46:20.071529Z\",\n            \"modified_at\": \"2023-11-28T14:46:20.071529Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"GULp2C6Bz4etXcPK\",\n            \"input_id\": \"27bec08f71a04715851101152340137e\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"a19564f0e0cbd2f25f27b98593be6852\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0.57620186,\n                                \"left_col\": 0.74288327,\n                                \"bottom_row\": 0.8161955,\n                                \"right_col\": 0.8783909\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"apple1\",\n                                    \"name\": \"apple1\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1700638575-empty\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T14:45:48.343220Z\",\n            \"modified_at\": \"2023-11-28T14:45:48.343220Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"3aff1a9c0de8463382052765c01bb3f5\",\n            \"input_id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"foo1\",\n                        \"name\": \"foo1\",\n                        \"value\": 1,\n                        \"app_id\": \"test-app-1700638575-empty\"\n                    }\n                ]\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T14:44:54.739601Z\",\n            \"modified_at\": \"2023-11-28T14:44:54.739601Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"2838e5b9cf824f489132300e3ee80e13\",\n            \"input_id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"foo1\",\n                        \"name\": \"foo1\",\n                        \"value\": 1,\n                        \"app_id\": \"test-app-1700638575-empty\"\n                    }\n                ]\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T14:43:36.236495Z\",\n            \"modified_at\": \"2023-11-28T14:43:36.236495Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"fefa3ecbb8764a3491b6e483337a3a08\",\n            \"input_id\": \"27bec08f71a04715851101152340137e\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T14:43:20.985137Z\",\n            \"modified_at\": \"2023-11-28T14:43:20.985137Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"b9b36b58d01d49dc91ec368601bf27cc\",\n            \"input_id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"foo1\",\n                        \"name\": \"foo1\",\n                        \"value\": 1,\n                        \"app_id\": \"test-app-1700638575-empty\"\n                    }\n                ]\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T14:37:22.476101Z\",\n            \"modified_at\": \"2023-11-28T14:37:22.476101Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"58aba3e48ea240e1b676f50dfe72b995\",\n            \"input_id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"7239bb5a1e159da52e15f809413ebbab\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 1,\n                                \"right_col\": 1\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"foo1\",\n                                    \"name\": \"foo1\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1700638575-empty\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T14:21:02.592031Z\",\n            \"modified_at\": \"2023-11-28T14:21:02.592031Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"9ec8cbe80b07435da463287e9a8ced37\",\n            \"input_id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n            \"data\": {\n                \"frames\": [\n                    {\n                        \"frame_info\": {\n                            \"index\": 1,\n                            \"time\": 1500\n                        },\n                        \"data\": {\n                            \"regions\": [\n                                {\n                                    \"id\": \"b90545a9af67c671ab9dba294dd10717\",\n                                    \"region_info\": {\n                                        \"bounding_box\": {\n                                            \"top_row\": 0,\n                                            \"left_col\": 0,\n                                            \"bottom_row\": 0.5,\n                                            \"right_col\": 0.9272\n                                        }\n                                    },\n                                    \"data\": {\n                                        \"concepts\": [\n                                            {\n                                                \"id\": \"foo1\",\n                                                \"name\": \"foo1\",\n                                                \"value\": 1,\n                                                \"app_id\": \"test-app-1700638575-empty\"\n                                            }\n                                        ]\n                                    },\n                                    \"track_id\": \"track1\"\n                                }\n                            ]\n                        },\n                        \"id\": \"8e5f8672bdda2f2682d59ccc019d48c0\"\n                    }\n                ]\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T14:16:34.637498Z\",\n            \"modified_at\": \"2023-11-28T14:18:50.837394Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"1607095340b645a4b513424127ec07e4\",\n            \"input_id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T14:16:12.338352Z\",\n            \"modified_at\": \"2023-11-28T14:16:12.338352Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"83c4fc71a75a483cae663b2cb612b6a5\",\n            \"input_id\": \"bda54f69edd94e7abe505079adfbfe7d\",\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"foo1\",\n                        \"name\": \"foo1\",\n                        \"value\": 0,\n                        \"app_id\": \"test-app-1700638575-empty\"\n                    }\n                ]\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T14:13:01.415130Z\",\n            \"modified_at\": \"2023-11-28T14:14:21.645486Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"595511713aba4313bac5dc45d22b2e38\",\n            \"input_id\": \"8d47d99a0d8948468c6d988384099be5\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T14:12:35.315987Z\",\n            \"modified_at\": \"2023-11-28T14:12:35.315987Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"bae92dc166c440e2bc046380d62c16f8\",\n            \"input_id\": \"3722e028d0fa412d9d7eb31e4501b856\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-27T13:46:42.245646Z\",\n            \"modified_at\": \"2023-11-27T13:46:42.245646Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"4a032a02b87546c29cddd626661d365f\",\n            \"input_id\": \"bda54f69edd94e7abe505079adfbfe7d\",\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"foo\",\n                        \"name\": \"blah\",\n                        \"value\": 1,\n                        \"app_id\": \"test-app-1700638575-empty\"\n                    }\n                ]\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-27T10:14:03.184058Z\",\n            \"modified_at\": \"2023-11-27T10:14:03.184058Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"08e4c9ca38864552a079cba613c96014\",\n            \"input_id\": \"e51e7a1feaa94691b6479818a72f1bf5\",\n            \"data\": {},\n            \"annotation_info\": {\n                \"anchor\": true\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24151,\n                \"description\": \"Annotation pending\"\n            },\n            \"created_at\": \"2023-11-23T07:21:44.458578Z\",\n            \"modified_at\": \"2023-11-23T07:21:44.458578Z\",\n            \"task_id\": \"b732fb7c9f7149429686ad4f6241256a\"\n        },\n        {\n            \"id\": \"1dab10c56d3b4bb1963394e8593751b7\",\n            \"input_id\": \"de54f0c910894d6cbe5c19fc46ea2941\",\n            \"data\": {},\n            \"annotation_info\": {\n                \"anchor\": true\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24151,\n                \"description\": \"Annotation pending\"\n            },\n            \"created_at\": \"2023-11-23T07:21:44.458578Z\",\n            \"modified_at\": \"2023-11-23T07:21:44.458578Z\",\n            \"task_id\": \"b732fb7c9f7149429686ad4f6241256a\"\n        },\n        {\n            \"id\": \"2526ad91ea564d6ba756e1d449656235\",\n            \"input_id\": \"d257dfb4a98246a6abcb3d0a77bf8228\",\n            \"data\": {},\n            \"annotation_info\": {\n                \"anchor\": true\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24151,\n                \"description\": \"Annotation pending\"\n            },\n            \"created_at\": \"2023-11-23T07:21:44.458578Z\",\n            \"modified_at\": \"2023-11-23T07:21:44.458578Z\",\n            \"task_id\": \"b732fb7c9f7149429686ad4f6241256a\"\n        },\n        {\n            \"id\": \"35eaa3a36f0b463faea539e8d874f786\",\n            \"input_id\": \"d225f7e567b340808a010903c02bb026\",\n            \"data\": {},\n            \"annotation_info\": {\n                \"anchor\": true\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24151,\n                \"description\": \"Annotation pending\"\n            },\n            \"created_at\": \"2023-11-23T07:21:44.458578Z\",\n            \"modified_at\": \"2023-11-23T07:21:44.458578Z\",\n            \"task_id\": \"b732fb7c9f7149429686ad4f6241256a\"\n        },\n        {\n            \"id\": \"36e654668f79487d867e2013a5427a2a\",\n            \"input_id\": \"c8f905341d184acb88e0c4a541bdfeb4\",\n            \"data\": {},\n            \"annotation_info\": {\n                \"anchor\": true\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24151,\n                \"description\": \"Annotation pending\"\n            },\n            \"created_at\": \"2023-11-23T07:21:44.458578Z\",\n            \"modified_at\": \"2023-11-23T07:21:44.458578Z\",\n            \"task_id\": \"b732fb7c9f7149429686ad4f6241256a\"\n        },\n        {\n            \"id\": \"61ee59ecfd79412c93c89bff9beab4d3\",\n            \"input_id\": \"d8a29f71ce39476fbe34c1dde3e5ae0a\",\n            \"data\": {},\n            \"annotation_info\": {\n                \"anchor\": true\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24151,\n                \"description\": \"Annotation pending\"\n            },\n            \"created_at\": \"2023-11-23T07:21:44.458578Z\",\n            \"modified_at\": \"2023-11-23T07:21:44.458578Z\",\n            \"task_id\": \"b732fb7c9f7149429686ad4f6241256a\"\n        },\n        {\n            \"id\": \"6ed6eb7659ff47fa98100ce93094b653\",\n            \"input_id\": \"e6c00844946d4ffa941295175e6146fe\",\n            \"data\": {},\n            \"annotation_info\": {\n                \"anchor\": true\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24151,\n                \"description\": \"Annotation pending\"\n            },\n            \"created_at\": \"2023-11-23T07:21:44.458578Z\",\n            \"modified_at\": \"2023-11-23T07:21:44.458578Z\",\n            \"task_id\": \"b732fb7c9f7149429686ad4f6241256a\"\n        },\n        {\n            \"id\": \"8b5a02454dee4460bca72f489e860c0c\",\n            \"input_id\": \"d178f869b66f4b258b4a42c898cc8776\",\n            \"data\": {},\n            \"annotation_info\": {\n                \"anchor\": true\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24151,\n                \"description\": \"Annotation pending\"\n            },\n            \"created_at\": \"2023-11-23T07:21:44.458578Z\",\n            \"modified_at\": \"2023-11-23T07:21:44.458578Z\",\n            \"task_id\": \"b732fb7c9f7149429686ad4f6241256a\"\n        },\n        {\n            \"id\": \"9ab5eb958db748e294fe61b82f35ca11\",\n            \"input_id\": \"da4c3e128b604251a00045b7fa129e65\",\n            \"data\": {},\n            \"annotation_info\": {\n                \"anchor\": true\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24151,\n                \"description\": \"Annotation pending\"\n            },\n            \"created_at\": \"2023-11-23T07:21:44.458578Z\",\n            \"modified_at\": \"2023-11-23T07:21:44.458578Z\",\n            \"task_id\": \"b732fb7c9f7149429686ad4f6241256a\"\n        },\n        {\n            \"id\": \"e74b7f07bb924a8698620422430616ec\",\n            \"input_id\": \"dea3f682e9ac4fbd9871ba94ab2a799d\",\n            \"data\": {},\n            \"annotation_info\": {\n                \"anchor\": true\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24151,\n                \"description\": \"Annotation pending\"\n            },\n            \"created_at\": \"2023-11-23T07:21:44.458578Z\",\n            \"modified_at\": \"2023-11-23T07:21:44.458578Z\",\n            \"task_id\": \"b732fb7c9f7149429686ad4f6241256a\"\n        },\n        {\n            \"id\": \"005f42ddf4e941c7acb0c1322bf03b2d\",\n            \"input_id\": \"c80ad5704854403992bf147c65f3a5e3\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"0325b11fa543478e8bd0edd8d06bbf73\",\n            \"input_id\": \"038319f4b7f74486b0ba4706bd08ab84\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"08ffa773cc174e16be89015a4cf7b7c4\",\n            \"input_id\": \"18c5861e166348bba4a8fc9b5d4e8efe\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"0900b37a38cd495789296996f077c6c5\",\n            \"input_id\": \"22cd64042dc843258ae7e46c1967dc0e\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"093e28a1e73e485384c6b135e1c6300a\",\n            \"input_id\": \"eb128e6bdd684dab81c0e78449640508\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"0cd0e809f2ae465a90321ac785255eae\",\n            \"input_id\": \"1c9e7e03b3104c58b97c7100bd034164\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"0eb48c4556b048adbd07b791279f7e21\",\n            \"input_id\": \"53494e5eb2fb4c49869df0f349dfadee\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"106189262ec24fbfb12fa82d8e66eb3e\",\n            \"input_id\": \"695aa7e9e31344c2bf168eed6a87c2fb\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"10f246baeb2941209849d2cf46e6da4f\",\n            \"input_id\": \"a27bf61aebf542de8d597a2bc75e479c\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"118f376bc6744894b80f908da1bb9d1f\",\n            \"input_id\": \"20827215041d42d9bfb1d582023ce349\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"11baf826b78242ee91b487456b734892\",\n            \"input_id\": \"a69307bb583d4a35952f25b1fe8923be\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"1210eecb033f4951a9894c5071aa2117\",\n            \"input_id\": \"7d0b35c69c124a9a8d5247065b4650c5\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"124db11b030d4127b43dc6933aa5849b\",\n            \"input_id\": \"0d63a788ec8548c6900034b478b219f2\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"170ea38d3ef345a5b4249358191fddd7\",\n            \"input_id\": \"47dd78a98b284520817cc73b601266f1\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"18dee0bd62bb4a71a87b326885fff6ea\",\n            \"input_id\": \"f4688fe52246405caf31b7fdcf594cb5\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"1b9257ac1ffd48dfb535a25d18aeb234\",\n            \"input_id\": \"15f0f17eb4fb4b53a658fea72190894e\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"1c6da5f604d04362bb0e9f7badd70c62\",\n            \"input_id\": \"0079b17388f84a169919f69c6eab1be1\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"1e2591bc2ffe472b89ae465af971cd19\",\n            \"input_id\": \"e6c00844946d4ffa941295175e6146fe\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"1f0a35b6b2f84285b8ac08b7de904e32\",\n            \"input_id\": \"8bf7fd215cae4a3dbf3e01fd9bdaace6\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"243b16f978f643e9bafe43f517516ac3\",\n            \"input_id\": \"9e2ff13741bc4abc9999ee311671373e\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"24844af5017849718b0dd8a1bdf575a7\",\n            \"input_id\": \"4021911b3d174ad0a1284b7eab5854c6\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"2ab0041142e24afbb80acdb407ae2a2e\",\n            \"input_id\": \"98ca152f6ec445d28bb011925dcd6243\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"2ed63ceeda284c428907d68c3e0de8e6\",\n            \"input_id\": \"0a89bf3d81fc45ecb586c37c98d6dca7\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"34b27690f2c343ac8d0c3761feb46cfd\",\n            \"input_id\": \"7460e2391fcf4ba3bce767621f39e38b\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"35207ece2a884ba5b00212c20129169d\",\n            \"input_id\": \"24730351ff2043c8b0a876376338cc16\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"36084c079d114fba97b3cd92a15d00fd\",\n            \"input_id\": \"c55f9f9e031e4351be508dd840e338e1\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"36d07ae59f9243ba98e86921cca8a58c\",\n            \"input_id\": \"68159658e7cf4c968b6b2be9a6dd4260\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"37d9286b7b164f9eadcbb8e4d481d30f\",\n            \"input_id\": \"c8a48bb52ef9454bbe0ea4d0c927a7a9\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"37fbb98753744d26b1ddfe7f92a3ba66\",\n            \"input_id\": \"1f351537a54c42e9bb0b2cae4a1d5694\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"42441877c24548499deb9c98b35a69bd\",\n            \"input_id\": \"b390ad8e25ac478f95951d58d6b3cc1b\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"447b79a363374b0a89988c766e5b30ff\",\n            \"input_id\": \"d178f869b66f4b258b4a42c898cc8776\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"4708d147f278481f8d958031918d8982\",\n            \"input_id\": \"3695d03ec077404193c3a5b83a7916c8\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"48bbd6f669954f3c8bb8edc99bd5255d\",\n            \"input_id\": \"de54f0c910894d6cbe5c19fc46ea2941\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"4a409b9d06fb4963b77442c08b538681\",\n            \"input_id\": \"02e7c207f76e4606b2079e980e4b7266\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"4b752390ed7a4646ab430d4d8f09a5a2\",\n            \"input_id\": \"b1c3b67c24984cf3b486bf36950dcde5\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"5142361f23e04f7c97709e599fbfd76f\",\n            \"input_id\": \"31df5a741f094caa9db2fd1af60a6a0f\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"51ff99eec4cc4625aa1739ba03ccf20f\",\n            \"input_id\": \"9b62b8c6337c416aba1f647c14c3e963\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"5208d4fe8cfc4b649225d2c36a600c8b\",\n            \"input_id\": \"5a705dee0577496cb05f73dc829bf047\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"53d6f6263b8b4d9ca1a8f044d0e84a13\",\n            \"input_id\": \"74e901bfd19040a8aa585c9ecbe6631f\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"583318bbc1d34dd5826fa4993040fc5d\",\n            \"input_id\": \"78c856c76268479e94d9658760f1218f\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"58c248324f77484cbd8e079a70331533\",\n            \"input_id\": \"6552defff388440d8ce5919ba12d3cec\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"5aaa9e8bcdc442de8a06675352559a79\",\n            \"input_id\": \"401f39d43a414bc6aa7aef415abbcbda\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"5adb816d2f244e3fbf5026f7e1ebd4d6\",\n            \"input_id\": \"4aee9930481f47f7b56cf574b443b3a7\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"5baae04c086b468c8195543a8e61d880\",\n            \"input_id\": \"da4c3e128b604251a00045b7fa129e65\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"6181df8302de43a09f5f028da7a4c33a\",\n            \"input_id\": \"25f23fc11571493b9f3ba7ea5b644230\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"676c40a9125e47699a3a0aa92a975733\",\n            \"input_id\": \"17fda261ab524ed0b16c5ae2bee44838\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"75c3f91a37894b51b9a0b25150df3b7e\",\n            \"input_id\": \"c1de94978e894bda8645e216a9f3671e\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"76e34ea208cc4187abf5617d04bfcee5\",\n            \"input_id\": \"02fb56fb2b554fed9191da67204e6217\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"7870df7740b749228f5033bfd7b8c42c\",\n            \"input_id\": \"486488a404da48728422d345c6acfcea\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"7a4767d9f987467ebd2dee4942d99188\",\n            \"input_id\": \"324b5440c38448de9bcc4c34851235a1\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"7d52396d82684fcc816b62524397110b\",\n            \"input_id\": \"1d83ad30b36946b89c296d2352fe94f6\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"7e3f58ccc4b74922bcc727562889d6a8\",\n            \"input_id\": \"41368593f5804a81b9efbe7bf6815a96\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"7f5f109ad32943afba7d6c45808c0add\",\n            \"input_id\": \"39b07c6112ba4ac5b4f4ceffb0e5dba4\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"84173cdbd53146419d76050a61bf2ccc\",\n            \"input_id\": \"65b57abe4c26459ab2fb6ac47423bb6d\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"86ad23835a274758a7cc7841c0060281\",\n            \"input_id\": \"7bb4a7f2c468430c8fec6f914583a893\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"88ae8d382b7e42a9b4911618b9317c3a\",\n            \"input_id\": \"82133ffead89494d84f0dd09f43cf2d6\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"8cabfa70d3654143871a700511d068ad\",\n            \"input_id\": \"d225f7e567b340808a010903c02bb026\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"8dcea46e692d4c1996afb57f00be3a09\",\n            \"input_id\": \"25ebb874c56b4160b11d65060054a474\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"8e7abea9372a4e4fb7c26a8abf0c6403\",\n            \"input_id\": \"f1b789044b694d5ead2bf23d41ba7dc2\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"8ec770a889494162b3d8aee2b54ebac1\",\n            \"input_id\": \"e51e7a1feaa94691b6479818a72f1bf5\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"93222e2008234765987e537842d1371c\",\n            \"input_id\": \"907d893016ca4c72b9fcd9d22c74e905\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"93a97d942ced44d2a17872fced8c90bc\",\n            \"input_id\": \"4fef44f97f5a4e29946b9e6c6b48bdc7\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"94e534ac7fa24c8ea842c610595da654\",\n            \"input_id\": \"4219fb7bb4514db0adc3d31dcf4829d4\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"9816346934f94b3d9ee1b9a2790ae6f1\",\n            \"input_id\": \"6e8efd42a61746e6abb70e92fb135a10\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"987d360fa51c4845a5110a0ee878130a\",\n            \"input_id\": \"701bd1375c6448658846c9e39679dd48\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"9b5ead7dd7944ff7ae0986d7972ccce2\",\n            \"input_id\": \"d257dfb4a98246a6abcb3d0a77bf8228\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"9c47c4a923664ccaa88d948f44eb83c5\",\n            \"input_id\": \"f2172db640794a748cb456e926ab7ebd\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"9d273da6551a41cca201858a1b37cbf0\",\n            \"input_id\": \"5e75774f90db45399a89aeab24e8d98e\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"a027ab747a68480aa45166805ed6ae4b\",\n            \"input_id\": \"a17b44b937944971a7a74f858837b618\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"a09f2264ba524583a665e757d8163adc\",\n            \"input_id\": \"c8f905341d184acb88e0c4a541bdfeb4\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"a0faa14ba4a74164ba099870d064fdc0\",\n            \"input_id\": \"e772a34859654655b5dd1afa40892908\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"a552af12fee043c9a3132554b1e9288c\",\n            \"input_id\": \"186edf41d8674282b4973da2973030bc\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"a6cb8627c7614158bd2340a63afff124\",\n            \"input_id\": \"5fb23b54b96a4d9398a0e230bfbb28c8\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"aed99d1eb41747f09ce54d2b3caa1c88\",\n            \"input_id\": \"57754a14c6914deda6878f3c8dcadc89\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"aee53c2c32244054b1c473a4cbc796d6\",\n            \"input_id\": \"3e68ab110dfb403dbe10759d7216af26\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"aeee9e43a8a942f6a08fa56f667a7547\",\n            \"input_id\": \"5d3cfaa915894caeb530a88eeef045de\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"b4518671188b4d9b8359d4c4ea4f0fd6\",\n            \"input_id\": \"ad57e827fca14d64a3ced6b3ec686ce9\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"b59ab1b8b54441ca9fbac0aa229752bf\",\n            \"input_id\": \"a624489d6ea3459b9ea1dd3dc3646532\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"b5e5c178af284ecb99325e23c199a949\",\n            \"input_id\": \"679ba226b4934a19a9b1fd507843da31\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"c09575a47b064905a62c4a3cf8f73e8d\",\n            \"input_id\": \"eb7d8719affc458d9ce0ed95fb924042\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"c2a8896d8878450c900cd40f4cc5002c\",\n            \"input_id\": \"f96aed2d7e6a4408b40a4a1e875a3d7e\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"c3ab2cb9d85242a7b8690acbbc2dc1ae\",\n            \"input_id\": \"582cea4b10fb4900bc773fc3bd7132fe\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"c83cb6934b3246fca2c4e7a21b48d823\",\n            \"input_id\": \"06859d741b4044369c67bbcc0297ca36\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"c99bedcd5c9e441ea2545b650fca7735\",\n            \"input_id\": \"6cc22f46566b447582a0b85ad80f2dac\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"c99c80efd9d34e648a6be717d9417c24\",\n            \"input_id\": \"bda54f69edd94e7abe505079adfbfe7d\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"cfe435df069148219ba211c2e500647b\",\n            \"input_id\": \"dea3f682e9ac4fbd9871ba94ab2a799d\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"d050bf3e2d054cc5a9f0148e9a383543\",\n            \"input_id\": \"23338628487c4fa8878f22ec4ed619c5\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"d3b49bf14dcd49abb59e66a6901ca6cc\",\n            \"input_id\": \"ece4d71de7eb4e63b92a6f9e0131b14c\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"d5882637d4644c63a886e579241f31e0\",\n            \"input_id\": \"55e027bd738e4d3ba064b09fb01bf0ad\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        }\n    ]\n}"},{"id":"3ffdef56-07bc-40e1-adf2-033f152d9874","name":"Get all annotations by Input ID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa","type":"text","disabled":true}],"url":{"raw":"https://api-dev.clarifai.com/v2/users/a0btrubbaefn/apps/test/annotations?list_all_annotations=true&input_ids=","protocol":"https","host":["api-dev","clarifai","com"],"path":["v2","users","a0btrubbaefn","apps","test","annotations"],"query":[{"key":"list_all_annotations","value":"true"},{"key":"input_ids","value":""}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"5c59b7543b01871e1f7f3056b5e44b3d\"\n    },\n    \"annotations\": [\n        {\n            \"id\": \"89e09f2006734d528010178904b8b636\",\n            \"input_id\": \"ddf15aba61684e24902fb6127aa97e34\",\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"foo1\",\n                        \"name\": \"foo1\",\n                        \"value\": 1,\n                        \"app_id\": \"test-app-1700638575-empty\"\n                    }\n                ]\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T15:17:25.903311Z\",\n            \"modified_at\": \"2023-11-28T15:17:25.903311Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"ff5d757971c94b56af2f1683dd6b0e7b\",\n            \"input_id\": \"ddf15aba61684e24902fb6127aa97e34\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T15:16:56.697241Z\",\n            \"modified_at\": \"2023-11-28T15:16:56.697241Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        }\n    ]\n}"},{"id":"d56bd4ae-2caa-4827-b96f-7bfbdf318084","name":"List annotations by input ID and annotation ID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa","type":"text","disabled":true}],"url":{"raw":"https://api-dev.clarifai.com/v2/users/a0btrubbaefn/apps/test/annotations?input_ids=&ids=","protocol":"https","host":["api-dev","clarifai","com"],"path":["v2","users","a0btrubbaefn","apps","test","annotations"],"query":[{"key":"input_ids","value":""},{"key":"ids","value":""}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"c3eade2385fc921fbe1e1d97bdffc0c6\"\n    },\n    \"annotations\": [\n        {\n            \"id\": \"89e09f2006734d528010178904b8b636\",\n            \"input_id\": \"ddf15aba61684e24902fb6127aa97e34\",\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"foo1\",\n                        \"name\": \"foo1\",\n                        \"value\": 1,\n                        \"app_id\": \"test-app-1700638575-empty\"\n                    }\n                ]\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T15:17:25.903311Z\",\n            \"modified_at\": \"2023-11-28T15:17:25.903311Z\",\n            \"trusted\": true\n        }\n    ]\n}"}],"_postman_id":"0e578f62-8ea9-4453-bcc2-46964f3f7ed7"},{"name":"Post Annotations","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"annotation_id\", JSON.parse(responseBody).annotations[0].id);",""],"type":"text/javascript","packages":{},"id":"16089706-f0c5-496b-a434-c8e5da57119d"}}],"id":"8b9d5598-a28c-4a19-b55f-2684d25a664d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"annotations\": [\n        {\n            \"input_id\": \"YOUR_INPUT_ID\",\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"YOUR_CONCEPT_ID\",\n                        \"name\": \"YOUR_CONCEPT_ID\",\n                        \"value\": 1\n                    }\n                ]\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations","description":"<p>Add human annotations (labels, bounding boxes, polygons, etc.) to inputs. Annotations created here are attributed to the authenticated user and can be used for model training and evaluation.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>annotations[].input_id</code></td>\n<td>string</td>\n<td>ID of the input to annotate</td>\n</tr>\n<tr>\n<td><code>annotations[].data.concepts</code></td>\n<td>array</td>\n<td>Concept labels with <code>id</code> and <code>value</code> (1 = positive, 0 = negative)</td>\n</tr>\n<tr>\n<td><code>annotations[].data.regions</code></td>\n<td>array</td>\n<td>Region annotations (bounding boxes, polygons, etc.)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotations"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"616544a7-0d04-4d8b-8cfe-848f696c6e1d","name":"Post Annotations With ID (App Owner)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"annotations\": [\n        {\n            \"input_id\": \"84e08c61667444519a59c9beb88b31c0\",\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"car\",\n                        \"name\": \"car\",\n                        \"value\": 1\n                    }\n                ]\n            },\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api-dev.clarifai.com/v2/users/a0btrubbaefn/apps/test/annotations"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"6031c9c8d96581e5c1349eb46df00786\"\n    },\n    \"annotations\": [\n        {\n            \"id\": \"b619c034e5ec4482af9b8b7345d3d32b\",\n            \"input_id\": \"27bec08f71a04715851101152340137e\",\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"foo1\",\n                        \"name\": \"foo1\",\n                        \"value\": 1,\n                        \"app_id\": \"test-app-1700638575-empty\"\n                    }\n                ]\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T14:48:26.177346809Z\",\n            \"modified_at\": \"2023-11-28T14:48:26.177346809Z\",\n            \"trusted\": true\n        }\n    ]\n}"},{"id":"2287fbb9-c848-42e5-b5eb-8b89c68ae03c","name":"Post Annotations With Pending Status for Task","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"annotations\": [\n        {\n            \"input_id\": \"\",\n            \"annotation_info\": {\n                \"task_id\": \"YOUR_TASK_ID\"\n            },\n            \"status\": {\n                \"code\": \"ANNOTATION_PENDING\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api-dev.clarifai.com/v2/users/a0btrubbaefn/apps/test/annotations"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"3aeabbe0ed8a639dc8b3f7f9236abef3\"\n    },\n    \"annotations\": [\n        {\n            \"id\": \"58361fecc89e411cb5dfd12e4dc9640d\",\n            \"input_id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n            \"data\": {},\n            \"annotation_info\": {\n                \"task_id\": \"YOUR_TASK_ID\"\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24151,\n                \"description\": \"Annotation pending\"\n            },\n            \"created_at\": \"2023-11-28T15:04:45.986955916Z\",\n            \"modified_at\": \"2023-11-28T15:04:45.986955916Z\"\n        }\n    ]\n}"},{"id":"9d48db0a-597f-42e4-8eb9-ee4b4a5e460e","name":"Post Annotations BBox (App Owner)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"annotations\": [\n        {\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 1,\n                                \"right_col\": 1\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"car\",\n                                    \"name\": \"car\",\n                                    \"value\": 1\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"input_id\": \"84e08c61667444519a59c9beb88b31c0\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api-dev.clarifai.com/v2/users/a0btrubbaefn/apps/test/annotations"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"a478391452b796430cc3872440b53e22\"\n    },\n    \"annotations\": [\n        {\n            \"id\": \"c7fc57086f924d91948dc665fe71f6c1\",\n            \"input_id\": \"99fbcb0deb1e4d0b9cc4bec44942e817\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"7239bb5a1e159da52e15f809413ebbab\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 1,\n                                \"right_col\": 1\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"foo1\",\n                                    \"name\": \"foo1\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1700638575-empty\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T15:07:30.764017643Z\",\n            \"modified_at\": \"2023-11-28T15:07:30.764017643Z\",\n            \"trusted\": true\n        }\n    ]\n}"},{"id":"08700712-3989-4c9f-99b6-91215ed14b8b","name":"Post Annotations Span (App Owner)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"annotations\": [\n        {\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"region_info\": {\n                            \"span\": {\n                                \"char_start\": 0,\n                                \"char_end\": 3,\n                                \"raw_text\": \"span\"\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"car\",\n                                    \"name\": \"car\",\n                                    \"value\": 1\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"input_id\": \"\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api-dev.clarifai.com/v2/users/a0btrubbaefn/apps/test/annotations"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"a0bff36d38de880f0bc7da2486c92c97\"\n    },\n    \"annotations\": [\n        {\n            \"id\": \"790fcddd4f0c468fa7d2970b9bf21e85\",\n            \"input_id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"e45ee7ce7e88149af8dd32b27f9512ce\",\n                        \"region_info\": {\n                            \"span\": {\n                                \"char_start\": 0,\n                                \"char_end\": 3\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"foo1\",\n                                    \"name\": \"foo1\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1700638575-empty\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T15:08:03.271061838Z\",\n            \"modified_at\": \"2023-11-28T15:08:03.271061838Z\",\n            \"trusted\": true\n        }\n    ]\n}"},{"id":"3130546d-5fd7-4d2f-839e-ed9767f5c156","name":"Post Annotations Token (App Owner)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"annotations\": [\n        {\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"region_info\": {\n                            \"token\": {\n                                \"char_start\": 0,\n                                \"char_end\": 4,\n                                \"raw_text\": \"token\"\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"car\",\n                                    \"name\": \"car\",\n                                    \"value\": 1\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"input_id\": \"\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api-dev.clarifai.com/v2/users/a0btrubbaefn/apps/test/annotations"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"5787e52d30fb0c90d3a7b8bbedd1416c\"\n    },\n    \"annotations\": [\n        {\n            \"id\": \"9e860e777a2b44b9b3db4d67e1ac866f\",\n            \"input_id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"7d0665438e81d8eceb98c1e31fca80c1\",\n                        \"region_info\": {\n                            \"token\": {\n                                \"char_start\": 0,\n                                \"char_end\": 4,\n                                \"raw_text\": \"token\"\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"foo1\",\n                                    \"name\": \"foo1\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1700638575-empty\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T15:08:16.491322294Z\",\n            \"modified_at\": \"2023-11-28T15:08:16.491322294Z\",\n            \"trusted\": true\n        }\n    ]\n}"},{"id":"76e5f4dd-fa0f-469d-bfad-30ca38716b8a","name":"Post Annotations on existing bbox (App Owner)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"annotations\": [\n        {\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"vi0q6ggr13zk\",\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"car\",\n                                    \"name\": \"car\",\n                                    \"value\": 1\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"input_id\": \"\",\n            \"embed_model_version_id\": \"YOUR_EMBED_MODEL_VERSION_ID\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api-dev.clarifai.com/v2/users/a0btrubbaefn/apps/test/annotations"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"f6660c8c2be9d50610a89cd60fc8583b\"\n    },\n    \"annotations\": [\n        {\n            \"id\": \"58aba3e48ea240e1b676f50dfe72b995\",\n            \"input_id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"7239bb5a1e159da52e15f809413ebbab\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 1,\n                                \"right_col\": 1\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"foo1\",\n                                    \"name\": \"foo1\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1700638575-empty\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T14:21:02.592031095Z\",\n            \"modified_at\": \"2023-11-28T14:21:02.592031095Z\",\n            \"trusted\": true\n        }\n    ]\n}"},{"id":"65537c73-646a-471b-9a2b-54c5a30801d6","name":"Post Annotations Polygon (App Owner)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"annotations\": [\n        {\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"region_info\": {\n                            \"polygon\": {\n                                \"points\": [\n                                    {\n                                        \"col\": 0,\n                                        \"row\": 0\n                                    },\n                                    {\n                                        \"col\": 0.0,\n                                        \"row\": 0.0\n                                    },\n                                    {\n                                        \"col\": 0.0,\n                                        \"row\": 0.0\n                                    },\n                                    {\n                                        \"col\": 0,\n                                        \"row\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"car\",\n                                    \"name\": \"car\",\n                                    \"value\": 1\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"input_id\": \"\",\n            \"embed_model_version_id\": \"YOUR_EMBED_MODEL_VERSION_ID\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api-dev.clarifai.com/v2/users/a0btrubbaefn/apps/test/annotations"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"576bbc72c8cbc57c3838a5a3f7876d08\"\n    },\n    \"annotations\": [\n        {\n            \"id\": \"30ca257a08c543f5b06deeeaccd1b094\",\n            \"input_id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"3d3ebd63764f2a1e75ea05457e625c52\",\n                        \"region_info\": {\n                            \"polygon\": {\n                                \"points\": [\n                                    {\n                                        \"row\": 0,\n                                        \"col\": 0\n                                    },\n                                    {\n                                        \"row\": 0,\n                                        \"col\": 0\n                                    },\n                                    {\n                                        \"row\": 0,\n                                        \"col\": 0\n                                    },\n                                    {\n                                        \"row\": 0,\n                                        \"col\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"foo1\",\n                                    \"name\": \"foo1\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1700638575-empty\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T15:08:38.544740632Z\",\n            \"modified_at\": \"2023-11-28T15:08:38.544740632Z\",\n            \"trusted\": true\n        }\n    ]\n}"},{"id":"cba43d97-a7f5-4095-8281-dd4b7d7ad16b","name":"Post Annotations video (draw bbox in frame)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"annotations\": [\n        {\n            \"data\": {\n                \"frames\": [\n                    {\n                        \"frame_info\": {\n                            \"index\": 1\n                        },\n                        \"data\": {\n                            \"regions\": [\n                                {\n                                    \"region_info\": {\n                                        \"bounding_box\": {\n                                            \"top_row\": 0,\n                                            \"left_col\": 0,\n                                            \"bottom_row\": 0.5,\n                                            \"right_col\": 0.9272\n                                        }\n                                    },\n                                    \"data\": {\n                                        \"concepts\": [\n                                            {\n                                                \"id\": \"wendy_williams\",\n                                                \"name\": \"wendy williams\"\n                                            }\n                                        ]\n                                    }\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"input_id\": \"hz82hbOEr0MryzvI\",\n            \"embed_model_version_id\": \"YOUR_EMBED_MODEL_VERSION_ID\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api-dev.clarifai.com/v2/users/a0btrubbaefn/apps/test/annotations"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"2bb53bee47775513e92b9c9372330a3c\"\n    },\n    \"annotations\": [\n        {\n            \"id\": \"eb694645854f4c1dba247c740244dc34\",\n            \"input_id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n            \"data\": {\n                \"frames\": [\n                    {\n                        \"frame_info\": {\n                            \"index\": 1,\n                            \"time\": 1500\n                        },\n                        \"data\": {\n                            \"regions\": [\n                                {\n                                    \"id\": \"b90545a9af67c671ab9dba294dd10717\",\n                                    \"region_info\": {\n                                        \"bounding_box\": {\n                                            \"top_row\": 0,\n                                            \"left_col\": 0,\n                                            \"bottom_row\": 0.5,\n                                            \"right_col\": 0.9272\n                                        }\n                                    },\n                                    \"data\": {\n                                        \"concepts\": [\n                                            {\n                                                \"id\": \"wendy_williams\",\n                                                \"name\": \"wendy williams\",\n                                                \"value\": 1,\n                                                \"app_id\": \"test-app-1700638575-empty\"\n                                            }\n                                        ]\n                                    }\n                                }\n                            ]\n                        },\n                        \"id\": \"8e5f8672bdda2f2682d59ccc019d48c0\"\n                    }\n                ]\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T15:09:27.799110667Z\",\n            \"modified_at\": \"2023-11-28T15:09:27.799110667Z\",\n            \"trusted\": true\n        }\n    ]\n}"},{"id":"6f6d35fa-a921-480a-8de3-2511aeb38f79","name":"Post Annotations with track id (draw bbox with track id in frame)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"annotations\": [\n        {\n            \"data\": {\n                \"frames\": [\n                    {\n                        \"frame_info\": {\n                            \"index\": 1\n                        },\n                        \"data\": {\n                            \"regions\": [\n                                {\n                                    \"region_info\": {\n                                        \"bounding_box\": {\n                                            \"top_row\": 0,\n                                            \"left_col\": 0,\n                                            \"bottom_row\": 0.5,\n                                            \"right_col\": 0.9272\n                                        }\n                                    },\n                                    \"track_id\": \"track1\",\n                                    \"data\": {\n                                        \"concepts\": [\n                                            {\n                                                \"id\": \"car\"\n                                            }\n                                        ]\n                                    }\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"input_id\": \"hz82hbOEr0MryzvI\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api-dev.clarifai.com/v2/users/a0btrubbaefn/apps/test/annotations"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"b244918126d9a4e44949837f3bc0c553\"\n    },\n    \"annotations\": [\n        {\n            \"id\": \"9ec8cbe80b07435da463287e9a8ced37\",\n            \"input_id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n            \"data\": {\n                \"frames\": [\n                    {\n                        \"frame_info\": {\n                            \"index\": 1,\n                            \"time\": 1500\n                        },\n                        \"data\": {\n                            \"regions\": [\n                                {\n                                    \"id\": \"b90545a9af67c671ab9dba294dd10717\",\n                                    \"region_info\": {\n                                        \"bounding_box\": {\n                                            \"top_row\": 0,\n                                            \"left_col\": 0,\n                                            \"bottom_row\": 0.5,\n                                            \"right_col\": 0.9272\n                                        }\n                                    },\n                                    \"data\": {\n                                        \"concepts\": [\n                                            {\n                                                \"id\": \"foo1\",\n                                                \"name\": \"foo1\",\n                                                \"value\": 1,\n                                                \"app_id\": \"test-app-1700638575-empty\"\n                                            }\n                                        ]\n                                    },\n                                    \"track_id\": \"track1\"\n                                }\n                            ]\n                        },\n                        \"id\": \"8e5f8672bdda2f2682d59ccc019d48c0\"\n                    }\n                ]\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T14:16:34.637498982Z\",\n            \"modified_at\": \"2023-11-28T14:16:34.637498982Z\",\n            \"trusted\": true\n        }\n    ]\n}"},{"id":"38b44284-f500-4bed-8bd7-d470d47426ca","name":"Post Annotations with text","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"annotations\": [\n        {\n            \"input_id\": \"84e08c61667444519a59c9beb88b31c0\",\n            \"data\": {\n                \"text\": {\n                    \"raw\": \"foo\"\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api-dev.clarifai.com/v2/users/a0btrubbaefn/apps/test/annotations"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"2bcd474fd3e8746cd49e29f239dacf12\"\n    },\n    \"annotations\": [\n        {\n            \"id\": \"8955d5c059334b8ca996b5c530aabd57\",\n            \"input_id\": \"e8790b8a89c34606bb927426ce75c282\",\n            \"data\": {\n                \"text\": {\n                    \"raw\": \"foo\",\n                    \"text_info\": {\n                        \"encoding\": \"UnknownTextEnc\"\n                    }\n                }\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-11-28T15:10:11.910907855Z\",\n            \"modified_at\": \"2023-11-28T15:10:11.910907855Z\",\n            \"trusted\": true\n        }\n    ]\n}"}],"_postman_id":"8b9d5598-a28c-4a19-b55f-2684d25a664d"},{"name":"Patch Annotations","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"057a33cf-1c9a-47fe-a2a9-5700b7af320a"}}],"id":"78989fcf-33df-494a-9be8-686c96a0104b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"annotations\": [\n        {\n            \"input_id\": \"YOUR_INPUT_ID\",\n            \"id\": \"YOUR_ANNOTATION_ID\",\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"people4\",\n                        \"name\": \"people4\",\n                        \"value\": 1\n                    }\n                ]\n            }\n        }\n    ],\n    \"action\": \"overwrite\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations","description":"<p>Update existing annotations. Supports merging or overwriting annotation data such as concepts and region labels.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>annotations[].id</code></td>\n<td>string</td>\n<td>Annotation ID</td>\n</tr>\n<tr>\n<td><code>annotations[].input_id</code></td>\n<td>string</td>\n<td>Input ID the annotation belongs to</td>\n</tr>\n<tr>\n<td><code>annotations[].data</code></td>\n<td>object</td>\n<td>Updated annotation data (concepts, regions, etc.)</td>\n</tr>\n<tr>\n<td><code>action</code></td>\n<td>string</td>\n<td><code>overwrite</code> to replace or <code>merge</code> to add to existing data</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotations"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"d70bf228-283b-44c7-8053-9557393e0c92","name":"Patch Annotations","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"annotations\": [\n        {\n            \"input_id\": \"\",\n            \"id\": \"\",\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"people4\",\n                        \"name\": \"people4\",\n                        \"value\": 1\n                    }\n                ]\n            }\n        }\n    ],\n    \"action\": \"overwrite\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-dev.clarifai.com/v2/users/a0btrubbaefn/apps/test/annotations"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"1780a55d3529264163d0ff66db4e06cf\"\n    },\n    \"annotations\": [\n        {\n            \"id\": \"89e09f2006734d528010178904b8b636\",\n            \"input_id\": \"ddf15aba61684e24902fb6127aa97e34\",\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"people4\",\n                        \"name\": \"people4\",\n                        \"value\": 1,\n                        \"app_id\": \"test-app-1700638575-empty\"\n                    }\n                ]\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24250,\n                \"description\": \"Annotation modification success\"\n            },\n            \"created_at\": \"2023-11-28T15:17:25.903311Z\",\n            \"modified_at\": \"2023-11-28T15:19:48.390465842Z\",\n            \"trusted\": true\n        }\n    ]\n}"},{"id":"6c259694-b5f3-4ef6-b750-67a465bff147","name":"Patch Annotation Status to Awaiting Review","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"annotations\": [\n        {\n            \"input_id\": \"\",\n            \"id\": \"\",\n            \"status\": {\n                \"code\": 24157\n            },\n            \"annotation_info\": {\n                \"task_id\": \"a23640ca439d4ad4bbb0b55095b91b21\"\n            }\n        }\n    ],\n    \"action\": \"overwrite\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-dev.clarifai.com/v2/users/a0btrubbaefn/apps/test/annotations"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"01c78185e9be565a84e227a24c95ca67\"\n    },\n    \"annotations\": [\n        {\n            \"id\": \"89e09f2006734d528010178904b8b636\",\n            \"input_id\": \"ddf15aba61684e24902fb6127aa97e34\",\n            \"data\": {},\n            \"annotation_info\": {\n                \"task_id\": \"a23640ca439d4ad4bbb0b55095b91b21\"\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24250,\n                \"description\": \"Annotation modification success\"\n            },\n            \"created_at\": \"2023-11-28T15:17:25.903311Z\",\n            \"modified_at\": \"2023-11-28T15:20:12.136734690Z\"\n        }\n    ]\n}"},{"id":"65b3bfd0-417b-49ba-9207-462ff976e812","name":"Patch Annotations metadata and geo","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"annotations\": [\n        {\n            \"input_id\": \"84e08c61667444519a59c9beb88b31c0\",\n            \"id\": \"\",\n\n\t\t    \"annotation_info\": {\n\t            \"asset_sets\": [\n\t                \"102\"\n\t            ],\n\t            \"is_golden\": true,\n\t            \"key\": \"value\"\n\t\t   }\n        }\n    ],\n    \"action\": \"overwrite\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-dev.clarifai.com/v2/users/a0btrubbaefn/apps/test/annotations"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"f83533afdb69ee8010b6b8ea532a7da3\"\n    },\n    \"annotations\": [\n        {\n            \"id\": \"89e09f2006734d528010178904b8b636\",\n            \"input_id\": \"ddf15aba61684e24902fb6127aa97e34\",\n            \"data\": {},\n            \"annotation_info\": {\n                \"asset_sets\": [\n                    \"102\"\n                ],\n                \"is_golden\": true,\n                \"key\": \"value\"\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24250,\n                \"description\": \"Annotation modification success\"\n            },\n            \"created_at\": \"2023-11-28T15:17:25.903311Z\",\n            \"modified_at\": \"2023-11-28T15:20:37.440163418Z\"\n        }\n    ]\n}"},{"id":"715cee87-9cd2-4ae7-879b-7aa1c806841e","name":"Update Concepts Bulk (remove by concept id list)","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"inputs\": [\n        {\n            \"id\": \"input1\",\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"car\"\n                    }\n                ]\n            }\n        },\n        {\n            \"id\": \"input2\",\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"car\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"action\": \"merge\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-dev.clarifai.com/v2/users/a0btrubbaefn/apps/test/inputs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"details\": \"All inputs successfully added\",\n        \"req_id\": \"c18eb4c707c6803f322913e5df272bb6\"\n    },\n    \"inputs\": [\n        {\n            \"id\": \"9177dc72a85f46b69bcc6cb7045554df\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                    \"hosted\": {\n                        \"prefix\": \"https://data-dev.clarifai.com\",\n                        \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                        \"sizes\": [\n                            \"orig\",\n                            \"tiny\",\n                            \"small\",\n                            \"large\"\n                        ],\n                        \"crossorigin\": \"use-credentials\"\n                    },\n                    \"image_info\": {\n                        \"width\": 512,\n                        \"height\": 384,\n                        \"format\": \"JPEG\",\n                        \"color_mode\": \"YUV\"\n                    }\n                },\n                \"concepts\": [\n                    {\n                        \"id\": \"foo1\",\n                        \"name\": \"foo1\",\n                        \"value\": 1,\n                        \"app_id\": \"test-app-1700638575-empty\"\n                    }\n                ]\n            },\n            \"created_at\": \"2023-11-28T15:24:44.862758Z\",\n            \"modified_at\": \"2023-11-28T15:24:45.101932Z\",\n            \"status\": {\n                \"code\": 30200,\n                \"description\": \"Input modification success\"\n            }\n        }\n    ]\n}"},{"id":"97c51f89-ed8f-4d60-bac0-69fe60e6ebc5","name":"Patch Annotations (Bulk inputs)","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"annotations\": [\n        {\n            \"input_id\": \"\",\n            \"id\": \"\",\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"car\",\n                        \"value\": 0\n                    },\n                    {\n                        \"id\": \"YOUR_CONCEPT_ID_2\",\n                        \"value\": 1\n                    }\n                ]\n            }\n        },\n        {\n            \"input_id\": \"\",\n            \"id\": \"\",\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"car\",\n                        \"value\": 1\n                    },\n                    {\n                        \"id\": \"YOUR_CONCEPT_ID_2\",\n                        \"value\": 0\n                    }\n                ]\n            }\n        }\n    ],\n    \"action\": \"merge\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-dev.clarifai.com/v2/users/a0btrubbaefn/apps/test/inputs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"3a20dd4a75d30f2be9c43791e68481ff\"\n    },\n    \"annotations\": [\n        {\n            \"id\": \"83c4fc71a75a483cae663b2cb612b6a5\",\n            \"input_id\": \"bda54f69edd94e7abe505079adfbfe7d\",\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"foo1\",\n                        \"name\": \"foo1\",\n                        \"value\": 0,\n                        \"app_id\": \"test-app-1700638575-empty\"\n                    }\n                ]\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24250,\n                \"description\": \"Annotation modification success\"\n            },\n            \"created_at\": \"2023-11-28T14:13:01.415130Z\",\n            \"modified_at\": \"2023-11-28T14:14:21.645486334Z\",\n            \"trusted\": true\n        }\n    ]\n}"},{"id":"313140fe-da05-49d2-870a-c0192d571fab","name":"Patch Annotations (bbox)","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"annotations\": [\n        {\n            \"input_id\": \"\",\n            \"id\": \"\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0.0,\n                                \"left_col\": 0.0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"car\",\n                                    \"name\": \"car\",\n                                    \"value\": 1\n                                }\n                            ]\n                        }\n                    }\n                ]\n            }\n        }\n    ],\n    \"action\": \"merge\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-dev.clarifai.com/v2/users/a0btrubbaefn/apps/test/annotations"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"eefa532247842ebc3359d0f0450fff7a\"\n    },\n    \"annotations\": [\n        {\n            \"id\": \"f2520ee1dede4955b4bfc9e2edbd3d43\",\n            \"input_id\": \"2f0336587c564033b40b8d08c32c31ce\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"foo1\",\n                                    \"name\": \"foo1\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1700638575-empty\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24250,\n                \"description\": \"Annotation modification success\"\n            },\n            \"created_at\": \"2023-11-28T15:29:32.199257Z\",\n            \"modified_at\": \"2023-11-28T15:31:00.192895421Z\",\n            \"trusted\": true\n        }\n    ]\n}"},{"id":"4de66025-3238-4f5a-82a7-048d7f6a97e5","name":"Patch Annotation Track ID","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"annotations\": [\n        {\n            \"id\": \"\",\n            \"input_id\": \"\",\n            \"data\": {\n                \"frames\": [\n                    {\n                        \"id\": \"\",\n                        \"data\": {\n                            \"regions\": [\n                                {\n                                    \"id\": \"\",\n                                    \"track_id\": \"track1001\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            }\n        }\n    ],\n    \"action\": \"overwrite\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-dev.clarifai.com/v2/users/a0btrubbaefn/apps/test/annotations"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"597f895ba93de1c1e349efafec3d80c2\"\n    },\n    \"annotations\": [\n        {\n            \"id\": \"9ec8cbe80b07435da463287e9a8ced37\",\n            \"input_id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n            \"data\": {\n                \"frames\": [\n                    {\n                        \"frame_info\": {\n                            \"index\": 1,\n                            \"time\": 1500\n                        },\n                        \"data\": {\n                            \"regions\": [\n                                {\n                                    \"id\": \"b90545a9af67c671ab9dba294dd10717\",\n                                    \"region_info\": {\n                                        \"bounding_box\": {\n                                            \"top_row\": 0,\n                                            \"left_col\": 0,\n                                            \"bottom_row\": 0.5,\n                                            \"right_col\": 0.9272\n                                        }\n                                    },\n                                    \"data\": {\n                                        \"concepts\": [\n                                            {\n                                                \"id\": \"foo1\",\n                                                \"name\": \"foo1\",\n                                                \"value\": 1,\n                                                \"app_id\": \"test-app-1700638575-empty\"\n                                            }\n                                        ]\n                                    },\n                                    \"track_id\": \"track1\"\n                                }\n                            ]\n                        },\n                        \"id\": \"8e5f8672bdda2f2682d59ccc019d48c0\"\n                    }\n                ]\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"status\": {\n                \"code\": 24250,\n                \"description\": \"Annotation modification success\"\n            },\n            \"created_at\": \"2023-11-28T14:16:34.637498Z\",\n            \"modified_at\": \"2023-11-28T14:18:50.837394722Z\",\n            \"trusted\": true\n        }\n    ]\n}"}],"_postman_id":"78989fcf-33df-494a-9be8-686c96a0104b"},{"name":"Delete By ID","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"ab9f256c-9a40-4a99-b4a0-2121b870d9cd"}}],"id":"8abbb69f-57a2-43be-8f14-3ca9e51fa93b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"input_ids\":[\"YOUR_INPUT_ID\"],\n    \"ids\": [\"YOUR_ANNOTATION_ID\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations","description":"<p>Delete one or more annotations by input ID and annotation ID.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>input_ids</code></td>\n<td>array[string]</td>\n<td>Input IDs of the annotations to delete</td>\n</tr>\n<tr>\n<td><code>ids</code></td>\n<td>array[string]</td>\n<td>Annotation IDs to delete</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotations"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"55ab46da-7d3d-43a1-b816-297dde163494","name":"Delete by ID","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa","type":"text","disabled":true}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api-dev.clarifai.com/v2/users/a0btrubbaefn/apps/test/annotations/"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"c73f80073ce35a924bbef1ac5b476751\"\n    }\n}"}],"_postman_id":"8abbb69f-57a2-43be-8f14-3ca9e51fa93b"},{"name":"Patch Annotation Status By Task ID","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"437185ed-dcad-4747-92fb-77b319591c6e"}}],"id":"155e6588-9dcc-4a7a-b703-954af67cc5fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"user_ids\": [\n        \"YOUR_USER_ID\"\n    ],\n    \"status_code\": 24150,\n    \"action\": \"overwrite\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/tasks/YOUR_TASK_ID/annotations/status","description":"<p>Bulk-update the status of all annotations associated with a labeling task. Useful for approving, rejecting, or resetting annotations as part of a review workflow.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>annotations[].task_id</code></td>\n<td>string</td>\n<td>Task ID whose annotations should be updated</td>\n</tr>\n<tr>\n<td><code>annotations[].status.code</code></td>\n<td>integer</td>\n<td>New status code (e.g., <code>24150</code> = success, <code>24151</code> = pending review)</td>\n</tr>\n<tr>\n<td><code>action</code></td>\n<td>string</td>\n<td><code>overwrite</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","tasks","YOUR_TASK_ID","annotations","status"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"8e540df3-b0c6-46ab-9e5f-4461b6a863a9","name":"Patch annotation status by task id","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"user_ids\": [\n        \"riw30g9iohbz\",\n        \"68pfts0wgbzi\",\n        \"p596567v11tu\",\n        \"8bxqfjjobkl7\",\n        \"3b9jrtw9cq23\",\n        \"8tzsw24al405\",\n        \"vkeunn33hybs\",\n        \"uw31f07inqwg\",\n        \"y7s2svtahppz\",\n        \"glk5m17xmgux\",\n        \"yy21oyf7lars\",\n        \"nscu0t6xnuy3\",\n        \"s9iq4pagss7b\",\n        \"4198vnvln5sq\",\n        \"3bylemxemnwx\"\n    ],\n    \"status_code\": 24150,\n    \"action\": \"overwrite\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/task/YOUR_TASK_ID/annotations/status"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"cdeb4595a09a0dcaab6b822431b0b665\"\n    },\n    \"user_ids\": [\n        \"a0btrubbaefn\"\n    ]\n}"}],"_postman_id":"155e6588-9dcc-4a7a-b703-954af67cc5fe"},{"name":"List Annotation Workers","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"37e95d2f-46a4-4579-ba8a-7a7ec918bf90"}}],"id":"78e0e0ed-d173-4b19-a646-81f8dad6133d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/workers?trusted_only=true&additional_fields=all","description":"<p>List all workers (users and models) that have created annotations in the app.</p>\n<h2 id=\"query-parameters\"><strong>Query Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>trusted_only</code></td>\n<td>boolean</td>\n<td>If <code>true</code>, return only trusted human annotators</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotations","workers"],"host":["https://api.clarifai.com"],"query":[{"key":"trusted_only","value":"true"},{"key":"additional_fields","value":"all"}],"variable":[]}},"response":[{"id":"9f591735-1fc1-4600-83a9-7ef1643ea01c","name":"List annotation workers","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"url":{"raw":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/workers?trusted_only=true&additional_fields=all","host":["https://api.clarifai.com"],"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotations","workers"],"query":[{"key":"trusted_only","value":"true"},{"key":"additional_fields","value":"all"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"b57bd1da52c6d4d2f08e08e0a4fd9c88\"\n    },\n    \"workers\": [\n        {\n            \"user\": {\n                \"id\": \"a0btrubbaefn\",\n                \"first_name\": \"adithyan \",\n                \"last_name\": \"Sukumar\",\n                \"company_name\": \"Clarifai\",\n                \"job_title\": \"ML Documentation Analyst\",\n                \"job_role\": \"Data Science / Machine Learning\",\n                \"created_at\": \"2023-10-26T12:44:52.576110Z\",\n                \"visibility\": {\n                    \"gettable\": 50\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"78e0e0ed-d173-4b19-a646-81f8dad6133d"}],"id":"4286b9e8-36f1-4666-8444-e327738c9857","description":"<p>Annotations are labels attached to inputs (or regions within inputs) used to train and evaluate models. This folder covers the full annotations lifecycle, including creating, filtering, searching, and managing annotation jobs.</p>\n<p><strong>Subfolders:</strong></p>\n<ul>\n<li><strong>Find Duplicate Annotations Jobs</strong> — Detect and manage duplicate annotations across your dataset (enterprise)</li>\n<li><strong>Annotation Filters</strong> — Save and reuse filter configurations to query annotations consistently</li>\n</ul>\n<p><strong>Key operations:</strong> post, patch, delete, list, get, filter by task/status/concept/user, list workers.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code>, <code>YOUR_INPUT_ID</code>, <code>YOUR_ANNOTATION_ID</code>, <code>YOUR_ANNOTATION_FILTER_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/create/labeling/api/annotations\">Annotations Documentation</a> | <a href=\"https://docs.clarifai.com/create/labeling/api/\">Labeling via API</a></p>\n","_postman_id":"4286b9e8-36f1-4666-8444-e327738c9857","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Collectors","item":[{"name":"Add Collectors","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"collector_id\", encodeURIComponent(JSON.parse(responseBody).collectors[0].id));"],"type":"text/javascript","id":"b461be00-7c8d-4e45-8032-cd9837bf3b12"}}],"id":"afbab598-c4ed-4d6c-9c35-6dfffa8fdf12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"collectors\": [\n        {\n            \"id\": \"collector\",\n            \"description\": \"collector\",\n            \"pre_queue_workflow_id\": \"YOUR_WORKFLOW_ID\",\n            \"collector_source\": {\n            \t\"api_post_model_outputs_collector_source\": {\n            \t\t\"caller_user_id\": \"\", \n            \t\t\"model_user_id\": \"YOUR_USER_ID\", \n            \t\t\"model_app_id\": \"YOUR_APP_ID\", \n            \t\t\"model_id\": \"YOUR_MODEL_ID\",\n            \t\t\"model_version_id\": \"YOUR_VERSION_ID\",\n            \t\t\"post_inputs_key_id\": \"YOUR_PAT\"\n            \t}\n            }\n            \n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/collectors","description":"<p>Create a new collector that automatically captures model prediction outputs as new inputs to the app. Collectors enable passive data collection by intercepting API calls to a specified model.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>collectors[].id</code></td>\n<td>string</td>\n<td>Unique collector ID</td>\n</tr>\n<tr>\n<td><code>collectors[].description</code></td>\n<td>string</td>\n<td>Human-readable description</td>\n</tr>\n<tr>\n<td><code>collectors[].pre_queue_workflow_id</code></td>\n<td>string</td>\n<td>ID of a workflow in this app used to pre-filter inputs before they are saved</td>\n</tr>\n<tr>\n<td><code>collectors[].collector_source.api_post_model_outputs_collector_source.model_user_id</code></td>\n<td>string</td>\n<td>User ID of the model to intercept</td>\n</tr>\n<tr>\n<td><code>collectors[].collector_source.api_post_model_outputs_collector_source.model_app_id</code></td>\n<td>string</td>\n<td>App ID of the model to intercept</td>\n</tr>\n<tr>\n<td><code>collectors[].collector_source.api_post_model_outputs_collector_source.model_id</code></td>\n<td>string</td>\n<td>Model ID to intercept</td>\n</tr>\n<tr>\n<td><code>collectors[].collector_source.api_post_model_outputs_collector_source.post_inputs_key_id</code></td>\n<td>string</td>\n<td>PAT used to post the collected inputs</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","collectors"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"b8f560b6-4493-4902-95bb-deb3eec8f1ed","name":"Add Collectors","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"collectors\": [\n        {\n            \"id\": \"collector\",\n            \"description\": \"collector\",\n            \"pre_queue_workflow_id\": \"apparel\",\n            \"collector_source\": {\n            \t\"api_post_model_outputs_collector_source\": {\n            \t\t\"caller_user_id\": \"\", \n            \t\t\"model_user_id\": \"YOUR_USER_ID\", \n            \t\t\"model_app_id\": \"YOUR_APP_ID\", \n            \t\t\"model_id\": \"YOUR_MODEL_ID\",\n            \t\t\"model_version_id\": \"YOUR_VERSION_ID\",\n            \t\t\"post_inputs_key_id\": \"YOUR_PAT\"\n            \t}\n            }\n            \n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/collectors"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"48467e4c997cfdf7ad7f1559d72e271d\"\n    },\n    \"collectors\": [\n        {\n            \"id\": \"collector\",\n            \"description\": \"collector\",\n            \"created_at\": \"2023-11-27T09:13:29.345719123Z\",\n            \"pre_queue_workflow_id\": \"apparel\",\n            \"collector_source\": {\n                \"api_post_model_outputs_collector_source\": {\n                    \"model_user_id\": \"a0btrubbaefn\",\n                    \"model_app_id\": \"test-app-1700638575-empty\",\n                    \"model_id\": \"custom-config\",\n                    \"model_version_id\": \"6166f5c0fd844e2ba62814819fa72ae6\",\n                    \"post_inputs_key_id\": \"60d6c5e1e9f7449b8d7e4ed67c2bb6aa\"\n                }\n            },\n            \"status\": {\n                \"code\": 52001\n            }\n        }\n    ]\n}"}],"_postman_id":"afbab598-c4ed-4d6c-9c35-6dfffa8fdf12"},{"name":"Patch Collectors  To Overwrite Status","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"collector_id\", encodeURIComponent(JSON.parse(responseBody).collectors[0].id));"],"type":"text/javascript","id":"9b930b67-5c07-4847-9413-1d07bacefa30"}}],"id":"7fd96445-0882-45de-93ce-934880993c9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"collectors\": [\n        {\n            \"id\": \"collector\",\n            \"description\": \"collector\",\n            \"pre_queue_workflow_id\": \"YOUR_WORKFLOW_ID\",\n            \"collector_source\": {\n                \"api_post_model_outputs_collector_source\": {\n                    \"caller_user_id\": \"\",\n                    \"model_user_id\": \"YOUR_USER_ID\",\n                    \"model_app_id\": \"YOUR_APP_ID\",\n                    \"model_id\": \"YOUR_MODEL_ID\",\n                    \"model_version_id\": \"YOUR_VERSION_ID\",\n                    \"post_inputs_key_id\": \"YOUR_PAT\"\n                }\n            },\n            \"status\": {\n                \"code\": 52002\n            }\n        }\n    ],\n    \"action\":\"overwrite\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/collectors","description":"<p>Update a collector's configuration or status. Use <code>status.code: 52002</code> to disable a collector, or <code>52001</code> to enable it.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>collectors[].id</code></td>\n<td>string</td>\n<td>Collector ID</td>\n</tr>\n<tr>\n<td><code>collectors[].status.code</code></td>\n<td>integer</td>\n<td><code>52001</code> = enabled, <code>52002</code> = disabled</td>\n</tr>\n<tr>\n<td><code>action</code></td>\n<td>string</td>\n<td>Must be <code>overwrite</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","collectors"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"89193695-feb0-4e05-a61e-982b46e896d0","name":"Add Collectors","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"collectors\": [\n        {\n            \"id\": \"collector\",\n            \"description\": \"collector\",\n            \"pre_queue_workflow_id\": \"apparel\",\n            \"collector_source\": {\n            \t\"api_post_model_outputs_collector_source\": {\n            \t\t\"caller_user_id\": \"\", \n            \t\t\"model_user_id\": \"YOUR_USER_ID\", \n            \t\t\"model_app_id\": \"YOUR_APP_ID\", \n            \t\t\"model_id\": \"YOUR_MODEL_ID\",\n            \t\t\"model_version_id\": \"YOUR_VERSION_ID\",\n            \t\t\"post_inputs_key_id\": \"YOUR_PAT\"\n            \t}\n            }\n            \n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/collectors"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"a8420f59a3ace78f66379eec5354f05f\"\n    },\n    \"collectors\": [\n        {\n            \"id\": \"collector\",\n            \"description\": \"collector\",\n            \"created_at\": \"2023-11-27T09:13:29.345719Z\",\n            \"pre_queue_workflow_id\": \"apparel\",\n            \"collector_source\": {\n                \"api_post_model_outputs_collector_source\": {\n                    \"model_user_id\": \"a0btrubbaefn\",\n                    \"model_app_id\": \"test-app-1700638575-empty\",\n                    \"model_id\": \"custom-config\",\n                    \"model_version_id\": \"6166f5c0fd844e2ba62814819fa72ae6\",\n                    \"post_inputs_key_id\": \"60d6c5e1e9f7449b8d7e4ed67c2bb6aa\"\n                }\n            },\n            \"status\": {\n                \"code\": 52002\n            }\n        }\n    ]\n}"}],"_postman_id":"7fd96445-0882-45de-93ce-934880993c9b"},{"name":"Get Collector","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"3b8020aa-6c4c-4f7c-b92c-f9add917dc26"}}],"id":"e52a1af8-b0e0-4e49-ba9d-e5d77c888271","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/collectors/YOUR_COLLECTOR_ID","description":"<p>Retrieve the full configuration and status of a specific collector.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>collector_id</code></td>\n<td>string</td>\n<td>Collector ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","collectors","YOUR_COLLECTOR_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"a552f1a9-7230-4606-a127-08efa658c2f1","name":"Add Collectors","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/collectors"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"a8420f59a3ace78f66379eec5354f05f\"\n    },\n    \"collectors\": [\n        {\n            \"id\": \"collector\",\n            \"description\": \"collector\",\n            \"created_at\": \"2023-11-27T09:13:29.345719Z\",\n            \"pre_queue_workflow_id\": \"apparel\",\n            \"collector_source\": {\n                \"api_post_model_outputs_collector_source\": {\n                    \"model_user_id\": \"a0btrubbaefn\",\n                    \"model_app_id\": \"test-app-1700638575-empty\",\n                    \"model_id\": \"custom-config\",\n                    \"model_version_id\": \"6166f5c0fd844e2ba62814819fa72ae6\",\n                    \"post_inputs_key_id\": \"60d6c5e1e9f7449b8d7e4ed67c2bb6aa\"\n                }\n            },\n            \"status\": {\n                \"code\": 52002\n            }\n        }\n    ]\n}"}],"_postman_id":"e52a1af8-b0e0-4e49-ba9d-e5d77c888271"},{"name":"List All Collectors (app only)","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"994c8f18-476b-479a-a2ce-77667e484401"}}],"id":"4bc5e4a9-0797-4865-ba73-193bba94820b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/collectors?page=1&per_page=10","description":"<p>List all collectors configured in the app.</p>\n<h2 id=\"query-parameters\"><strong>Query Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td>integer</td>\n<td>Page number</td>\n</tr>\n<tr>\n<td><code>per_page</code></td>\n<td>integer</td>\n<td>Results per page</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","collectors"],"host":["https://api.clarifai.com"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"10"}],"variable":[]}},"response":[{"id":"f70e7697-977f-4777-9f3b-0e05d780e058","name":"Add Collectors","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"url":{"raw":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/collectors?page=1&per_page=10","host":["https://api.clarifai.com"],"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","collectors"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"10"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"ad8a31c846d113aa5bea1edd08a055bd\"\n    },\n    \"collectors\": [\n        {\n            \"id\": \"collector\",\n            \"description\": \"collector\",\n            \"created_at\": \"2023-11-27T09:13:29.345719Z\",\n            \"pre_queue_workflow_id\": \"apparel\",\n            \"collector_source\": {\n                \"api_post_model_outputs_collector_source\": {\n                    \"model_user_id\": \"a0btrubbaefn\",\n                    \"model_app_id\": \"test-app-1700638575-empty\",\n                    \"model_id\": \"custom-config\",\n                    \"model_version_id\": \"6166f5c0fd844e2ba62814819fa72ae6\",\n                    \"post_inputs_key_id\": \"60d6c5e1e9f7449b8d7e4ed67c2bb6aa\"\n                }\n            },\n            \"status\": {\n                \"code\": 52002\n            }\n        }\n    ]\n}"}],"_postman_id":"4bc5e4a9-0797-4865-ba73-193bba94820b"},{"name":"Delete Collector","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"f7e53824-cd86-40cb-aad8-3a6afd2c1f50"}}],"id":"6a710739-c966-4277-889e-97702a09bdfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"ids\":[\"YOUR_COLLECTOR_ID\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/collectors","description":"<p>Delete one or more collectors by ID.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ids</code></td>\n<td>array[string]</td>\n<td>Collector IDs to delete</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","collectors"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"4b029032-c9ef-4cb8-bc66-3abb3e3bfd33","name":"Add Collectors","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/collectors"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"details\": \"collectors collector deleted\",\n        \"req_id\": \"22a518ed8f54f3f4e75856de91b416c2\"\n    }\n}"}],"_postman_id":"6a710739-c966-4277-889e-97702a09bdfb"}],"id":"46150ae0-3161-44b2-a3cd-18e6d2ce3e9c","description":"<p>Collectors automatically route inputs from an external model deployment into a Clarifai application. When a model is called via the Collector's trigger key, the inputs and outputs are captured and stored for further review, annotation, or training.</p>\n<p><strong>Key operations:</strong> add, patch, get, list, delete.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code>, <code>YOUR_COLLECTOR_ID</code>, <code>YOUR_WORKFLOW_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/\">Clarifai Documentation</a></p>\n","_postman_id":"46150ae0-3161-44b2-a3cd-18e6d2ce3e9c","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Concepts","item":[{"name":"Concept Essentials","item":[{"name":"By ID","id":"d21d31bd-f6c1-4fcf-80cf-7e9dbdf41da7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts/YOUR_CONCEPT_ID","description":"<p>Retrieve a specific concept by its ID.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>concept_id</code></td>\n<td>string</td>\n<td>Concept ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","concepts","YOUR_CONCEPT_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"bc238739-75b7-4381-9abb-3cbb6a66f672","name":"By ID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts/YOUR_CONCEPT_ID"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"20de9a514196392e8e94855eb894f979\"\n    },\n    \"concept\": {\n        \"id\": \"foo\",\n        \"name\": \"blah\",\n        \"value\": 1,\n        \"created_at\": \"2023-11-22T09:22:33.743356Z\",\n        \"language\": \"en\",\n        \"app_id\": \"test-app-1700638575-empty\",\n        \"visibility\": {\n            \"gettable\": 10\n        },\n        \"user_id\": \"a0btrubbaefn\"\n    }\n}"}],"_postman_id":"d21d31bd-f6c1-4fcf-80cf-7e9dbdf41da7"},{"name":"List All Concepts (does app only)","id":"5e9a3f89-f5b6-4283-8672-0625db1b783e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts?page=1&per_page=100","description":"<p>List all concepts defined in the app.</p>\n<h2 id=\"query-parameters\"><strong>Query Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td>integer</td>\n<td>Page number</td>\n</tr>\n<tr>\n<td><code>per_page</code></td>\n<td>integer</td>\n<td>Results per page</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","concepts"],"host":["https://api.clarifai.com"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"100"}],"variable":[]}},"response":[{"id":"31d5b6b8-0732-46ae-9f69-17e9137d0471","name":"List All Concepts (does app only)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":{"raw":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts?page=1&per_page=100","host":["https://api.clarifai.com"],"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","concepts"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"100"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"9d5967bf638b82088bf28100ba7ae037\"\n    },\n    \"concepts\": [\n        {\n            \"id\": \"apple1\",\n            \"name\": \"apple1\",\n            \"value\": 1,\n            \"created_at\": \"2023-11-27T13:30:08.838951Z\",\n            \"language\": \"en\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\"\n        },\n        {\n            \"id\": \"bar1\",\n            \"name\": \"bar1\",\n            \"value\": 1,\n            \"created_at\": \"2023-11-27T13:30:08.838949Z\",\n            \"language\": \"en\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\"\n        },\n        {\n            \"id\": \"foo1\",\n            \"name\": \"foo1\",\n            \"value\": 1,\n            \"created_at\": \"2023-11-27T13:30:08.838946Z\",\n            \"language\": \"en\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\"\n        },\n        {\n            \"id\": \"id-toxic\",\n            \"name\": \"id-toxic\",\n            \"value\": 1,\n            \"created_at\": \"2023-11-23T09:41:18.499746Z\",\n            \"language\": \"en\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\"\n        },\n        {\n            \"id\": \"id-severe_toxic\",\n            \"name\": \"id-severe_toxic\",\n            \"value\": 1,\n            \"created_at\": \"2023-11-23T09:41:18.499743Z\",\n            \"language\": \"en\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\"\n        },\n        {\n            \"id\": \"id-obscene\",\n            \"name\": \"id-obscene\",\n            \"value\": 1,\n            \"created_at\": \"2023-11-23T09:41:18.499741Z\",\n            \"language\": \"en\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\"\n        },\n        {\n            \"id\": \"id-threat\",\n            \"name\": \"id-threat\",\n            \"value\": 1,\n            \"created_at\": \"2023-11-23T09:41:18.499738Z\",\n            \"language\": \"en\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\"\n        },\n        {\n            \"id\": \"id-insult\",\n            \"name\": \"id-insult\",\n            \"value\": 1,\n            \"created_at\": \"2023-11-23T09:41:18.499734Z\",\n            \"language\": \"en\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\"\n        },\n        {\n            \"id\": \"id-identity_hate\",\n            \"name\": \"id-identity_hate\",\n            \"value\": 1,\n            \"created_at\": \"2023-11-23T09:41:18.499731Z\",\n            \"language\": \"en\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\"\n        },\n        {\n            \"id\": \"product\",\n            \"name\": \"product\",\n            \"value\": 1,\n            \"created_at\": \"2023-11-23T07:33:43.888526Z\",\n            \"language\": \"en\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\"\n        },\n        {\n            \"id\": \"lifestyle\",\n            \"name\": \"lifestyle\",\n            \"value\": 1,\n            \"created_at\": \"2023-11-23T07:33:43.888523Z\",\n            \"language\": \"en\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\"\n        },\n        {\n            \"id\": \"abacus\",\n            \"name\": \"abacus\",\n            \"value\": 1,\n            \"created_at\": \"2023-11-23T07:21:39.949084Z\",\n            \"language\": \"en\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\"\n        },\n        {\n            \"id\": \"apple\",\n            \"name\": \"apple\",\n            \"value\": 1,\n            \"created_at\": \"2023-11-22T09:22:33.743361Z\",\n            \"language\": \"en\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\"\n        },\n        {\n            \"id\": \"bar\",\n            \"name\": \"bar\",\n            \"value\": 1,\n            \"created_at\": \"2023-11-22T09:22:33.743359Z\",\n            \"language\": \"en\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\"\n        },\n        {\n            \"id\": \"foo\",\n            \"name\": \"blah\",\n            \"value\": 1,\n            \"created_at\": \"2023-11-22T09:22:33.743356Z\",\n            \"language\": \"en\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\"\n        },\n        {\n            \"id\": \"lambo\",\n            \"name\": \"lambo\",\n            \"value\": 1,\n            \"created_at\": \"2023-11-22T07:48:10.023930Z\",\n            \"language\": \"en\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\"\n        },\n        {\n            \"id\": \"asdf123\",\n            \"name\": \"asdf123\",\n            \"value\": 1,\n            \"created_at\": \"2023-11-22T07:44:21.573542Z\",\n            \"language\": \"en\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\"\n        },\n        {\n            \"id\": \"ferrari\",\n            \"name\": \"ferrari\",\n            \"value\": 1,\n            \"created_at\": \"2023-11-22T07:43:00.757259Z\",\n            \"language\": \"en\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\"\n        },\n        {\n            \"id\": \"mattid2\",\n            \"name\": \"mattid2\",\n            \"value\": 1,\n            \"created_at\": \"2023-11-22T07:43:00.757257Z\",\n            \"language\": \"en\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\"\n        },\n        {\n            \"id\": \"ferrari23\",\n            \"name\": \"ferrari23\",\n            \"value\": 1,\n            \"created_at\": \"2023-11-22T07:42:25.283829Z\",\n            \"language\": \"en\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\"\n        },\n        {\n            \"id\": \"outdoors23\",\n            \"name\": \"outdoors23\",\n            \"value\": 1,\n            \"created_at\": \"2023-11-22T07:41:17.634334Z\",\n            \"language\": \"en\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\"\n        },\n        {\n            \"id\": \"louis-vuitton\",\n            \"name\": \"louis-vuitton\",\n            \"value\": 1,\n            \"created_at\": \"2023-11-22T07:40:13.306628Z\",\n            \"language\": \"en\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\"\n        },\n        {\n            \"id\": \"train\",\n            \"name\": \"train\",\n            \"value\": 1,\n            \"created_at\": \"2023-11-22T07:39:41.417902Z\",\n            \"language\": \"en\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\"\n        },\n        {\n            \"id\": \"car\",\n            \"name\": \"car\",\n            \"value\": 1,\n            \"created_at\": \"2023-11-22T07:39:41.417900Z\",\n            \"language\": \"en\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\"\n        },\n        {\n            \"id\": \"test_concept1\",\n            \"name\": \"test_concept1\",\n            \"value\": 1,\n            \"created_at\": \"2023-11-22T07:39:18.273331Z\",\n            \"language\": \"en\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\"\n        }\n    ]\n}"}],"_postman_id":"5e9a3f89-f5b6-4283-8672-0625db1b783e"},{"name":"Status","id":"b04f3feb-0376-42b1-b555-96c4ab806ef5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts/status?page=1&per_page=30","description":"<p>Get the total count of concepts in the app, broken down by status.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>user_id</code></td>\n<td>string</td>\n<td>Owner's user ID</td>\n</tr>\n<tr>\n<td><code>app_id</code></td>\n<td>string</td>\n<td>Application ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","concepts","status"],"host":["https://api.clarifai.com"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"30"}],"variable":[]}},"response":[{"id":"b1455b8e-23c3-461a-b4b0-cb1154b0ea15","name":"Status","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":{"raw":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts/status?page=1&per_page=30","host":["https://api.clarifai.com"],"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","concepts","status"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"30"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"4644713c08fffc69847886aff71f5c8e\"\n    },\n    \"concept_counts\": [\n        {\n            \"id\": \"mattid2\",\n            \"name\": \"mattid2\",\n            \"concept_type_count\": {\n                \"positive\": 2,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 2,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"apple1\",\n            \"name\": \"apple1\",\n            \"concept_type_count\": {\n                \"positive\": 0,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"id-insult\",\n            \"name\": \"id-insult\",\n            \"concept_type_count\": {\n                \"positive\": 0,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"id-obscene\",\n            \"name\": \"id-obscene\",\n            \"concept_type_count\": {\n                \"positive\": 0,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"id-toxic\",\n            \"name\": \"id-toxic\",\n            \"concept_type_count\": {\n                \"positive\": 0,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"bar\",\n            \"name\": \"bar\",\n            \"concept_type_count\": {\n                \"positive\": 0,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"id-threat\",\n            \"name\": \"id-threat\",\n            \"concept_type_count\": {\n                \"positive\": 0,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"louis-vuitton\",\n            \"name\": \"louis-vuitton\",\n            \"concept_type_count\": {\n                \"positive\": 1,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 1,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"foo\",\n            \"name\": \"blah\",\n            \"concept_type_count\": {\n                \"positive\": 1,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 1,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"foo1\",\n            \"name\": \"foo1\",\n            \"concept_type_count\": {\n                \"positive\": 0,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"abacus\",\n            \"name\": \"abacus\",\n            \"concept_type_count\": {\n                \"positive\": 0,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"train\",\n            \"name\": \"train\",\n            \"concept_type_count\": {\n                \"positive\": 1,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 1,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"asdf123\",\n            \"name\": \"asdf123\",\n            \"concept_type_count\": {\n                \"positive\": 1,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 1,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"bar1\",\n            \"name\": \"bar1\",\n            \"concept_type_count\": {\n                \"positive\": 0,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"ferrari23\",\n            \"name\": \"ferrari23\",\n            \"concept_type_count\": {\n                \"positive\": 3,\n                \"negative\": 4\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 3,\n                    \"negative\": 4\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"lambo\",\n            \"name\": \"lambo\",\n            \"concept_type_count\": {\n                \"positive\": 0,\n                \"negative\": 1\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 0,\n                    \"negative\": 1\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"lifestyle\",\n            \"name\": \"lifestyle\",\n            \"concept_type_count\": {\n                \"positive\": 0,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"outdoors23\",\n            \"name\": \"outdoors23\",\n            \"concept_type_count\": {\n                \"positive\": 7,\n                \"negative\": 1\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 7,\n                    \"negative\": 1\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"test_concept1\",\n            \"name\": \"test_concept1\",\n            \"concept_type_count\": {\n                \"positive\": 1,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 1,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"apple\",\n            \"name\": \"apple\",\n            \"concept_type_count\": {\n                \"positive\": 0,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"car\",\n            \"name\": \"car\",\n            \"concept_type_count\": {\n                \"positive\": 1,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 1,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"ferrari\",\n            \"name\": \"ferrari\",\n            \"concept_type_count\": {\n                \"positive\": 1,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 1,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"id-identity_hate\",\n            \"name\": \"id-identity_hate\",\n            \"concept_type_count\": {\n                \"positive\": 0,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"id-severe_toxic\",\n            \"name\": \"id-severe_toxic\",\n            \"concept_type_count\": {\n                \"positive\": 0,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"product\",\n            \"name\": \"product\",\n            \"concept_type_count\": {\n                \"positive\": 0,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"b04f3feb-0376-42b1-b555-96c4ab806ef5"},{"name":"Add Concept","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"concept_id\", encodeURIComponent(JSON.parse(responseBody).concepts[0].id));"],"type":"text/javascript","id":"641b5e9b-d144-4ee2-8988-a5fc04d6a3ba"}}],"id":"0bc75802-30e6-45b0-940d-d83018753eae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"concepts\": [\n        {\n            \"id\": \"foo\"\n        },\n        {\n            \"id\": \"bar\"\n        },\n        {\n            \"id\": \"apple\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts","description":"<p>Add one or more new concepts to the app. Concepts represent labels or categories that can be used to annotate inputs and train models.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>concepts[].id</code></td>\n<td>string</td>\n<td>Unique concept ID (used in annotations and training)</td>\n</tr>\n<tr>\n<td><code>concepts[].name</code></td>\n<td>string</td>\n<td>Human-readable concept name</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","concepts"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"37490fe4-8daa-4705-b9da-1893f0a141a0","name":"Add Concept","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"concepts\": [\n        {\n            \"id\": \"foo\"\n        },\n        {\n            \"id\": \"bar\"\n        },\n        {\n            \"id\": \"apple\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"adcb480e025ae5e6166bc851a9b2f16a\"\n    },\n    \"concepts\": [\n        {\n            \"id\": \"foo1\",\n            \"name\": \"foo1\",\n            \"value\": 1,\n            \"created_at\": \"2023-11-27T13:30:08.838946702Z\",\n            \"language\": \"en\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\"\n        },\n        {\n            \"id\": \"bar1\",\n            \"name\": \"bar1\",\n            \"value\": 1,\n            \"created_at\": \"2023-11-27T13:30:08.838949138Z\",\n            \"language\": \"en\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\"\n        },\n        {\n            \"id\": \"apple1\",\n            \"name\": \"apple1\",\n            \"value\": 1,\n            \"created_at\": \"2023-11-27T13:30:08.838951133Z\",\n            \"language\": \"en\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\"\n        }\n    ]\n}"}],"_postman_id":"0bc75802-30e6-45b0-940d-d83018753eae"},{"name":"Search Concepts","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"concept_id\", encodeURIComponent(JSON.parse(responseBody).concepts[0].id));"],"type":"text/javascript","id":"491a53ee-0584-467e-acbf-8c8e3c038959"}}],"id":"59627954-276d-4de8-b1dd-0f8aaeb3c706","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"concept_query\": {\n        \"name\": \"l*\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts/searches","description":"<p>Search for concepts in the app by name using a wildcard pattern.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>concept_query.name</code></td>\n<td>string</td>\n<td>Name pattern to search (supports <code>*</code> wildcard, e.g., <code>\"dog*\"</code>)</td>\n</tr>\n<tr>\n<td><code>concept_query.language</code></td>\n<td>string</td>\n<td>Language code for name matching (e.g., <code>\"en\"</code>)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","concepts","searches"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"4203075a-649f-47cc-8f90-8d951d230794","name":"Search Concepts","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"concept_query\": {\n        \"name\": \"l*\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts/searches"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"6f34ea8a5c38bf2fc30557fb16f98e31\"\n    },\n    \"concepts\": [\n        {\n            \"id\": \"lambo\",\n            \"name\": \"lambo\",\n            \"value\": 1,\n            \"created_at\": \"2023-11-22T07:48:10.023930Z\",\n            \"language\": \"en\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\"\n        },\n        {\n            \"id\": \"lifestyle\",\n            \"name\": \"lifestyle\",\n            \"value\": 1,\n            \"created_at\": \"2023-11-23T07:33:43.888523Z\",\n            \"language\": \"en\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\"\n        },\n        {\n            \"id\": \"louis-vuitton\",\n            \"name\": \"louis-vuitton\",\n            \"value\": 1,\n            \"created_at\": \"2023-11-22T07:40:13.306628Z\",\n            \"language\": \"en\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\"\n        }\n    ]\n}"}],"_postman_id":"59627954-276d-4de8-b1dd-0f8aaeb3c706"},{"name":"Search Concepts in Chinese","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"45a587bd-929e-48bb-8949-e1546d5a6d9f"}}],"id":"0031f03a-b1c7-4d3a-a93b-edf67d2c8159","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"concept_query\": {\n        \"name\": \"人*\",\n        \"language\": \"zh\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts/searches","description":"<p>Search for concepts by name in Chinese (or any non-English language). Uses the same search endpoint as English but with a <code>language</code> field set to the target language code.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>concept_query.name</code></td>\n<td>string</td>\n<td>Concept name in the target language (supports <code>*</code> wildcard)</td>\n</tr>\n<tr>\n<td><code>concept_query.language</code></td>\n<td>string</td>\n<td>BCP-47 language code, e.g., <code>\"zh\"</code> for Chinese</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","concepts","searches"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"2c374583-0ce0-4a46-8cdd-822c411105ee","name":"Search Concepts in Chinese","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"concept_query\": {\n        \"name\": \"人*\",\n        \"language\": \"zh\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts/searches"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"ad684f45cb83ec93306907c593e60d56\"\n    },\n    \"concepts\": []\n}"}],"_postman_id":"0031f03a-b1c7-4d3a-a93b-edf67d2c8159"},{"name":"Patch Concepts","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"concept_id\", encodeURIComponent(JSON.parse(responseBody).concepts[0].id));"],"type":"text/javascript","id":"c22d4636-807b-4371-bd06-94a0a6449d7a"}}],"id":"f53d41f1-a853-4d43-934b-68f87dcfa221","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"concepts\": [\n        {\n            \"id\": \"foo\",\n            \"name\": \"blah\"\n        }\n    ],\n    \"action\": \"overwrite\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts","description":"<p>Update one or more existing concepts. Use <code>overwrite</code> to replace the concept name.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>concepts[].id</code></td>\n<td>string</td>\n<td>Concept ID to update</td>\n</tr>\n<tr>\n<td><code>concepts[].name</code></td>\n<td>string</td>\n<td>New display name</td>\n</tr>\n<tr>\n<td><code>action</code></td>\n<td>string</td>\n<td><code>overwrite</code> to replace or <code>merge</code> to update fields</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","concepts"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"a035cf98-b9ea-4cc6-adc2-6d321f833bfc","name":"Patch Concepts","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"concepts\": [\n        {\n            \"id\": \"foo\",\n            \"name\": \"blah\"\n        }\n    ],\n    \"action\": \"overwrite\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"c9f38ea0fef8738f212b28446c1c22f2\"\n    },\n    \"concepts\": [\n        {\n            \"id\": \"foo\",\n            \"name\": \"blah\",\n            \"value\": 1,\n            \"created_at\": \"2023-11-27T13:31:02.410658239Z\",\n            \"language\": \"en\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\"\n        }\n    ]\n}"}],"_postman_id":"f53d41f1-a853-4d43-934b-68f87dcfa221"},{"name":"Get Concepts Count","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"7573eb59-aaa2-4f43-8933-5ae5e36e18fa"}}],"id":"2c2c0461-a76e-476b-98af-c88e8642dc7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts/status","description":"<p>Return the total number of concepts in the app along with a status breakdown.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","concepts","status"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"84e8255c-9172-40a4-b197-2f0299994f94","name":"Get Concepts Count","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts/status"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"83abc992f832317e4bcc48677ef38038\"\n    },\n    \"concept_counts\": [\n        {\n            \"id\": \"ferrari23\",\n            \"name\": \"ferrari23\",\n            \"concept_type_count\": {\n                \"positive\": 3,\n                \"negative\": 4\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 3,\n                    \"negative\": 4\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"foo\",\n            \"name\": \"blah\",\n            \"concept_type_count\": {\n                \"positive\": 1,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 1,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"id-toxic\",\n            \"name\": \"id-toxic\",\n            \"concept_type_count\": {\n                \"positive\": 0,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"bar1\",\n            \"name\": \"bar1\",\n            \"concept_type_count\": {\n                \"positive\": 0,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"louis-vuitton\",\n            \"name\": \"louis-vuitton\",\n            \"concept_type_count\": {\n                \"positive\": 1,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 1,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"bar\",\n            \"name\": \"bar\",\n            \"concept_type_count\": {\n                \"positive\": 0,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"ferrari\",\n            \"name\": \"ferrari\",\n            \"concept_type_count\": {\n                \"positive\": 1,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 1,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"id-insult\",\n            \"name\": \"id-insult\",\n            \"concept_type_count\": {\n                \"positive\": 0,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"id-obscene\",\n            \"name\": \"id-obscene\",\n            \"concept_type_count\": {\n                \"positive\": 0,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"id-threat\",\n            \"name\": \"id-threat\",\n            \"concept_type_count\": {\n                \"positive\": 0,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"train\",\n            \"name\": \"train\",\n            \"concept_type_count\": {\n                \"positive\": 1,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 1,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"asdf123\",\n            \"name\": \"asdf123\",\n            \"concept_type_count\": {\n                \"positive\": 1,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 1,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"test_concept1\",\n            \"name\": \"test_concept1\",\n            \"concept_type_count\": {\n                \"positive\": 1,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 1,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"outdoors23\",\n            \"name\": \"outdoors23\",\n            \"concept_type_count\": {\n                \"positive\": 7,\n                \"negative\": 1\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 7,\n                    \"negative\": 1\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"car\",\n            \"name\": \"car\",\n            \"concept_type_count\": {\n                \"positive\": 1,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 1,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"foo1\",\n            \"name\": \"foo1\",\n            \"concept_type_count\": {\n                \"positive\": 0,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"id-identity_hate\",\n            \"name\": \"id-identity_hate\",\n            \"concept_type_count\": {\n                \"positive\": 0,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"lambo\",\n            \"name\": \"lambo\",\n            \"concept_type_count\": {\n                \"positive\": 0,\n                \"negative\": 1\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 0,\n                    \"negative\": 1\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"lifestyle\",\n            \"name\": \"lifestyle\",\n            \"concept_type_count\": {\n                \"positive\": 0,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"apple1\",\n            \"name\": \"apple1\",\n            \"concept_type_count\": {\n                \"positive\": 0,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"mattid2\",\n            \"name\": \"mattid2\",\n            \"concept_type_count\": {\n                \"positive\": 2,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 2,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"id-severe_toxic\",\n            \"name\": \"id-severe_toxic\",\n            \"concept_type_count\": {\n                \"positive\": 0,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"apple\",\n            \"name\": \"apple\",\n            \"concept_type_count\": {\n                \"positive\": 0,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"product\",\n            \"name\": \"product\",\n            \"concept_type_count\": {\n                \"positive\": 0,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        },\n        {\n            \"id\": \"abacus\",\n            \"name\": \"abacus\",\n            \"concept_type_count\": {\n                \"positive\": 0,\n                \"negative\": 0\n            },\n            \"detail_concept_count\": {\n                \"processed\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"to_process\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"errors\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                },\n                \"processing\": {\n                    \"positive\": 0,\n                    \"negative\": 0\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"2c2c0461-a76e-476b-98af-c88e8642dc7e"},{"name":"References by concept id","id":"26fa3d05-49f6-4843-a025-264f67f2ac46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts/YOUR_CONCEPT_ID/references","description":"<p>Retrieve all external references (links, citations, knowledge graph entries) associated with a concept.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>concept_id</code></td>\n<td>string</td>\n<td>Concept ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","concepts","YOUR_CONCEPT_ID","references"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"eb5fcea0-e0f3-4016-856e-f522c3c25a44","name":"References by concept id","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts/YOUR_CONCEPT_ID/references"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"56c3241a85ee9a5165ab5d471200892d\"\n    },\n    \"concept_references\": []\n}"}],"_postman_id":"26fa3d05-49f6-4843-a025-264f67f2ac46"}],"id":"2320b60c-21cd-40d7-b9b8-1aa9a522e68c","description":"<p>Core operations for managing concepts within an application — adding, listing, searching, patching, and checking concept counts and references.</p>\n<p><strong>Key operations:</strong> add, get by ID, list, search, patch, get count, get references.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code>, <code>YOUR_CONCEPT_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/create/concepts/create\">Create Concepts</a> | <a href=\"https://docs.clarifai.com/create/concepts/manage\">Manage Concepts</a></p>\n","_postman_id":"2320b60c-21cd-40d7-b9b8-1aa9a522e68c","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Concept Vocabs","item":[{"name":"By ID","id":"2da20c5c-673b-4d76-89db-1b4442c40cc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/vocabs/YOUR_VOCAB_ID","description":"<p>Retrieve a specific concept vocabulary (vocab) by its ID. A vocab is a named, ordered collection of concepts.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>vocab_id</code></td>\n<td>string</td>\n<td>Vocabulary ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","vocabs","YOUR_VOCAB_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"3e056e1e-5a35-4859-8f80-cc5bf7aad653","name":"By ID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/vocabs/YOUR_VOCAB_ID"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"09b24cf91835de9d9fb5bb6577ddef4d\"\n    },\n    \"vocab\": {\n        \"id\": \"vocab_something_id\",\n        \"name\": \"new name\",\n        \"description\": \"new description\",\n        \"app_id\": \"test-app-1700638575-empty\",\n        \"created_at\": \"2023-11-27T13:32:25.837695Z\",\n        \"visibility\": {\n            \"gettable\": 10\n        }\n    }\n}"}],"_postman_id":"2da20c5c-673b-4d76-89db-1b4442c40cc9"},{"name":"List All Vocabs (does app only)","event":[{"listen":"test","script":{"exec":["body = JSON.parse(responseBody);","if (body.vocabs.length > 0) {","    postman.setEnvironmentVariable(\"vocab_id\", encodeURIComponent(JSON.parse(responseBody).vocabs[0].id));","}"],"type":"text/javascript","id":"76362e9a-63aa-47a6-86cb-35656748d627"}}],"id":"8cb009c8-280e-4932-af3f-2e40115bef38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/vocabs?page=1&per_page=100","description":"<p>List all concept vocabularies in the app.</p>\n<h2 id=\"query-parameters\"><strong>Query Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td>integer</td>\n<td>Page number</td>\n</tr>\n<tr>\n<td><code>per_page</code></td>\n<td>integer</td>\n<td>Results per page</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","vocabs"],"host":["https://api.clarifai.com"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"100"}],"variable":[]}},"response":[{"id":"5f7943a5-3791-4d59-9ea6-f66907dba584","name":"List All Vocabs (does app only)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":{"raw":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/vocabs?page=1&per_page=100","host":["https://api.clarifai.com"],"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","vocabs"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"100"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"b3c0a00c0a3721932caa719caeadf04b\"\n    },\n    \"vocabs\": [\n        {\n            \"id\": \"vocab_something_id\",\n            \"name\": \"new name\",\n            \"description\": \"new description\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"created_at\": \"2023-11-27T13:32:25.837695Z\",\n            \"visibility\": {\n                \"gettable\": 10\n            }\n        }\n    ]\n}"}],"_postman_id":"8cb009c8-280e-4932-af3f-2e40115bef38"},{"name":"Add Vocab","event":[{"listen":"test","script":{"exec":["body = JSON.parse(responseBody);","if (body.vocabs.length > 0) {","    postman.setEnvironmentVariable(\"vocab_id\", encodeURIComponent(JSON.parse(responseBody).vocabs[0].id));","}"],"type":"text/javascript","id":"2ccde3ab-1db6-4b12-967b-33eb5b8d83fa"}}],"id":"01a5c920-d830-4b4f-bd35-c90963a0eda1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"vocabs\": [\n        {\n            \"id\": \"vocab_something_id\",\n            \"name\": \"vocab_something_name\",\n            \"description\": \"this is a simple vocab for local\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/vocabs","description":"<p>Create a new concept vocabulary (named collection of concepts) in the app.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>vocabs[].id</code></td>\n<td>string</td>\n<td>Unique vocab ID</td>\n</tr>\n<tr>\n<td><code>vocabs[].name</code></td>\n<td>string</td>\n<td>Human-readable vocab name</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","vocabs"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"7b33e237-0bfb-474f-9179-cc8b3ef8df5c","name":"Add Vocab","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"vocabs\": [\n        {\n            \"id\": \"vocab_something_id\",\n            \"name\": \"vocab_something_name\",\n            \"description\": \"this is a simple vocab for local\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/vocabs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"629a546ae6a7b58887f105d34aefd003\"\n    },\n    \"vocabs\": [\n        {\n            \"id\": \"vocab_something_id\",\n            \"name\": \"vocab_something_name\",\n            \"description\": \"this is a simple vocab for local\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"created_at\": \"2023-11-27T13:32:25.837695200Z\",\n            \"visibility\": {\n                \"gettable\": 10\n            }\n        }\n    ]\n}"}],"_postman_id":"01a5c920-d830-4b4f-bd35-c90963a0eda1"},{"name":"Patch Vocabs","event":[{"listen":"test","script":{"exec":["body = JSON.parse(responseBody);","if (body.vocabs.length > 0) {","    postman.setEnvironmentVariable(\"vocab_id\", encodeURIComponent(JSON.parse(responseBody).vocabs[0].id));","}",""],"type":"text/javascript","id":"84529f82-da06-4e7d-bd46-edd2e615eb9c"}}],"id":"9d26f28b-849c-413e-8bb7-ef46b63e5f66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"vocabs\": [\n        {\n            \"id\": \"vocab_something_id\",\n            \"name\": \"new name\",\n            \"description\": \"new description\"\n        }\n    ],\n    \"action\": \"overwrite\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/vocabs","description":"<p>Update one or more concept vocabularies, such as renaming them.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>vocabs[].id</code></td>\n<td>string</td>\n<td>Vocab ID to update</td>\n</tr>\n<tr>\n<td><code>vocabs[].name</code></td>\n<td>string</td>\n<td>New vocab name</td>\n</tr>\n<tr>\n<td><code>action</code></td>\n<td>string</td>\n<td><code>overwrite</code> or <code>merge</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","vocabs"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"56f0de1b-3665-423d-95f1-8f95272d8fdc","name":"Patch Vocabs","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"vocabs\": [\n        {\n            \"id\": \"vocab_something_id\",\n            \"name\": \"new name\",\n            \"description\": \"new description\"\n        }\n    ],\n    \"action\": \"overwrite\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/vocabs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"3f2c1c82f319f36efad9cb7cd4516c1c\"\n    },\n    \"vocabs\": [\n        {\n            \"id\": \"vocab_something_id\",\n            \"name\": \"new name\",\n            \"description\": \"new description\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"created_at\": \"2023-11-27T13:32:36.739471070Z\",\n            \"visibility\": {\n                \"gettable\": 10\n            }\n        }\n    ]\n}"}],"_postman_id":"9d26f28b-849c-413e-8bb7-ef46b63e5f66"},{"name":"Delete Vocab","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"13d9d693-ef68-46cb-b3f6-e41f51bd9370"}}],"id":"a366983c-44aa-4436-a435-f9192ab485d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/vocabs/YOUR_VOCAB_ID","description":"<p>Delete a single concept vocabulary by ID.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>vocab_id</code></td>\n<td>string</td>\n<td>Vocabulary ID to delete</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","vocabs","YOUR_VOCAB_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"c1d64f6a-1050-4b3a-8fb3-c4a6f8b6fe70","name":"Delete Vocab","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/vocabs/YOUR_VOCAB_ID"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"f08b110f023cdba1d0e47262647221bd\"\n    }\n}"}],"_postman_id":"a366983c-44aa-4436-a435-f9192ab485d0"},{"name":"Delete Batch of Vocabs","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"e4320e02-5912-447c-8176-f5e911612a8e"}}],"id":"0b45a2bb-6e21-4ec7-b7a0-59ad36652272","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"ids\":[\"YOUR_VOCAB_ID\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/vocabs","description":"<p>Delete multiple concept vocabularies in a single request.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ids</code></td>\n<td>array[string]</td>\n<td>List of vocab IDs to delete</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","vocabs"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"ac7d3e12-f621-4fbf-942c-9f647b861bb8","name":"Delete Batch of Vocabs","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"ids\":[\"YOUR_VOCAB_ID\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/vocabs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"6302b2703e9c90b1ef49126c1c910f0f\"\n    }\n}"}],"_postman_id":"0b45a2bb-6e21-4ec7-b7a0-59ad36652272"},{"name":"List All Concepts in Vocabs (does app only)","event":[{"listen":"test","script":{"exec":["body = JSON.parse(responseBody);","if (body.concepts.length > 0) {","    postman.setEnvironmentVariable(\"concept_id\", encodeURIComponent(JSON.parse(responseBody).concepts[0].id));","}"],"type":"text/javascript","id":"46c25e15-ba60-46fe-a279-d1384f2c8e32"}}],"id":"4c79c58c-2246-4c06-84e3-70c4c58d941b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/vocabs/YOUR_VOCAB_ID/concepts","description":"<p>List all concepts that belong to a specific vocabulary.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>vocab_id</code></td>\n<td>string</td>\n<td>Vocabulary ID</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"query-parameters\"><strong>Query Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td>integer</td>\n<td>Page number</td>\n</tr>\n<tr>\n<td><code>per_page</code></td>\n<td>integer</td>\n<td>Results per page</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","vocabs","YOUR_VOCAB_ID","concepts"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"e4079f2e-1052-4321-a788-c562f4588cac","name":"List All Concepts in Vocabs (does app only)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/vocabs/YOUR_VOCAB_ID/concepts"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"ef879496138ac610dc2d8d3ee71d1e08\"\n    },\n    \"concepts\": [\n        {\n            \"id\": \"foo1\",\n            \"name\": \"foo1\",\n            \"value\": 1,\n            \"created_at\": \"2023-11-27T13:30:08.838946Z\",\n            \"language\": \"en\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\"\n        }\n    ]\n}"}],"_postman_id":"4c79c58c-2246-4c06-84e3-70c4c58d941b"},{"name":"Add Concepts to Vocab","event":[{"listen":"test","script":{"exec":["body = JSON.parse(responseBody);","if (body.concepts.length > 0) {","    postman.setEnvironmentVariable(\"concept_id\", encodeURIComponent(JSON.parse(responseBody).concepts[0].id));","}"],"type":"text/javascript","id":"226766f5-a744-4966-97c7-44f748cd3424"}}],"id":"02873874-d081-4f4a-9c71-f8f4654f2c1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"concepts\": [\n        {\n            \"id\": \"foo1\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/vocabs/YOUR_VOCAB_ID/concepts","description":"<p>Add one or more concepts to an existing vocabulary.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>vocab_id</code></td>\n<td>string</td>\n<td>Target vocabulary ID</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>concepts[].id</code></td>\n<td>string</td>\n<td>Concept ID to add</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","vocabs","YOUR_VOCAB_ID","concepts"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"03b37454-48ee-4044-acc2-3e310cb3ffa0","name":"Add Concepts to Vocab","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"concepts\": [\n        {\n            \"id\": \"Foo\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/vocabs/YOUR_VOCAB_ID/concepts"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"81ceb7e4b998a0331c24cae9614f797b\"\n    },\n    \"concepts\": [\n        {\n            \"id\": \"foo1\",\n            \"name\": \"foo1\",\n            \"value\": 1,\n            \"created_at\": \"2023-11-27T13:30:08.838946Z\",\n            \"language\": \"en\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\"\n        }\n    ]\n}"}],"_postman_id":"02873874-d081-4f4a-9c71-f8f4654f2c1c"},{"name":"Delete Concept from Vocab","event":[{"listen":"test","script":{"exec":["body = JSON.parse(responseBody);","if (body.concepts.length > 0) {","    postman.setEnvironmentVariable(\"concept_id\", encodeURIComponent(JSON.parse(responseBody).concepts[0].id));","}"],"type":"text/javascript","id":"dfaa2ee9-6ce9-4ecc-993b-2e84e055a38f"}}],"id":"69bb7739-4292-48b8-9ec8-06cf09078e9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"concepts\": [\n        {\n            \"id\": \"Foo\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/vocabs/YOUR_VOCAB_ID/concepts/YOUR_CONCEPT_ID","description":"<p>Remove a single concept from a vocabulary.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>vocab_id</code></td>\n<td>string</td>\n<td>Vocabulary ID</td>\n</tr>\n<tr>\n<td><code>concept_id</code></td>\n<td>string</td>\n<td>Concept ID to remove</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","vocabs","YOUR_VOCAB_ID","concepts","YOUR_CONCEPT_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"83170265-3a77-49d8-8ddc-fd40ac520aa7","name":"Delete Concept from Vocab","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"concepts\": [\n        {\n            \"id\": \"Foo\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/vocabs/YOUR_VOCAB_ID/concepts/YOUR_CONCEPT_ID"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"76fb63fb07a721c11d8e4ecd846b1a7f\"\n    }\n}"}],"_postman_id":"69bb7739-4292-48b8-9ec8-06cf09078e9e"},{"name":"Delete Batch of Concepts in Vocab","event":[{"listen":"test","script":{"exec":["body = JSON.parse(responseBody);","if (body.concepts.length > 0) {","    postman.setEnvironmentVariable(\"concept_id\", encodeURIComponent(JSON.parse(responseBody).concepts[0].id));","}"],"type":"text/javascript","id":"32903079-5653-469f-bc97-68a7ee291e36"}}],"id":"3a04cb1f-877a-4edc-ab7c-8949626853a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        \"Foo\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/vocabs/YOUR_VOCAB_ID/concepts","description":"<p>Remove a batch of concepts from a vocabulary in a single request.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>vocab_id</code></td>\n<td>string</td>\n<td>Vocabulary ID</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ids</code></td>\n<td>array[string]</td>\n<td>Concept IDs to remove from the vocab</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","vocabs","YOUR_VOCAB_ID","concepts"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"17ba1300-e6c7-4098-88b1-a6a1e0a60720","name":"Delete Batch of Concepts in Vocab","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        \"Foo\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/vocabs/YOUR_VOCAB_ID/concepts"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"633de3a43257c5181891a029112bc6de\"\n    }\n}"}],"_postman_id":"3a04cb1f-877a-4edc-ab7c-8949626853a8"},{"name":"Delete ALL Concepts in Vocab","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"00c4625a-23a5-42c5-a3d7-d1ff4a02c404"}}],"id":"785bac71-88af-4288-b4fe-c15946dbee05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"delete_all\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/vocabs/YOUR_VOCAB_ID/concepts","description":"<p>Remove all concepts from a vocabulary, leaving it empty. The vocabulary itself is not deleted.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>vocab_id</code></td>\n<td>string</td>\n<td>Vocabulary ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","vocabs","YOUR_VOCAB_ID","concepts"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"eac3b447-250b-4c7d-a091-53a887f07d6f","name":"Delete ALL Concepts in Vocab","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"delete_all\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/vocabs/YOUR_VOCAB_ID/concepts"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"b03bf720d26530b2335830b1a12a9d5f\"\n    }\n}"}],"_postman_id":"785bac71-88af-4288-b4fe-c15946dbee05"}],"id":"ab6993ef-cdeb-450f-96c3-0e330f5f2fd7","description":"<p>Concept Vocabularies group related concepts into named sets, making it easier to manage large taxonomies and reuse label sets across models.</p>\n<p><strong>Key operations:</strong> add vocab, get, list, patch, delete vocab, add/list/delete concepts within a vocab.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code>, <code>YOUR_VOCAB_ID</code>, <code>YOUR_CONCEPT_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/create/concepts/manage\">Manage Concepts</a></p>\n","_postman_id":"ab6993ef-cdeb-450f-96c3-0e330f5f2fd7","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Concept Languages","item":[{"name":"By ID List Languages","id":"fad5d042-0444-455d-a014-4e65dcdb6e5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts/YOUR_CONCEPT_ID/languages","description":"<p>List all language translations available for a concept.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>concept_id</code></td>\n<td>string</td>\n<td>Concept ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","concepts","YOUR_CONCEPT_ID","languages"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"2f03d97f-c1b6-4c24-9b6d-a037e83a52c1","name":"By ID List Languages","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts/YOUR_CONCEPT_ID/languages"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"60d9c59477e9fd25d55c1d165f7f53bc\"\n    },\n    \"concept_languages\": [\n        {\n            \"id\": \"ko\",\n            \"name\": \"개\"\n        },\n        {\n            \"id\": \"en\",\n            \"name\": \"foo1\"\n        }\n    ]\n}"}],"_postman_id":"fad5d042-0444-455d-a014-4e65dcdb6e5f"},{"name":"By ID By Language Translation","id":"b47e93f4-81ee-4925-9c5e-0f9186920b2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts/YOUR_CONCEPT_ID/languages/ko","description":"<p>Retrieve the translated name of a concept in a specific language.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>concept_id</code></td>\n<td>string</td>\n<td>Concept ID</td>\n</tr>\n<tr>\n<td><code>language</code></td>\n<td>string</td>\n<td>BCP-47 language code (e.g., <code>en</code>, <code>zh</code>, <code>ko</code>)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","concepts","YOUR_CONCEPT_ID","languages","ko"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"061de7b9-3faa-4e30-a860-b2bec27500c3","name":"By ID By Language Translation","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts/YOUR_CONCEPT_ID/languages/ko"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"780494ac6640ea4ce06bc4984a09a202\"\n    },\n    \"concept_language\": {\n        \"id\": \"ko\",\n        \"name\": \"개\"\n    }\n}"}],"_postman_id":"b47e93f4-81ee-4925-9c5e-0f9186920b2d"},{"name":"By ID Patch Translated names","id":"63c9c425-9f83-4043-9bed-263acdebf46d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"concept_languages\": [\n        {\n            \"id\": \"ko\",\n            \"name\": \"개\"\n        }\n    ],\n    \"action\": \"overwrite\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts/YOUR_CONCEPT_ID/languages","description":"<p>Update the translated name of a concept in one or more languages.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>concept_id</code></td>\n<td>string</td>\n<td>Concept ID</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>concept_languages[].id</code></td>\n<td>string</td>\n<td>BCP-47 language code</td>\n</tr>\n<tr>\n<td><code>concept_languages[].name</code></td>\n<td>string</td>\n<td>Updated translation</td>\n</tr>\n<tr>\n<td><code>action</code></td>\n<td>string</td>\n<td><code>overwrite</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","concepts","YOUR_CONCEPT_ID","languages"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"50a87282-d826-410f-89ab-a8c10cdc19b9","name":"By ID Patch Translationed names","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"concept_languages\": [\n        {\n            \"id\": \"ko\",\n            \"name\": \"개\"\n        }\n    ],\n    \"action\": \"overwrite\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts/YOUR_CONCEPT_ID/languages"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"592e0a09886025d7547c494af88a7dbe\"\n    },\n    \"concept_languages\": [\n        {\n            \"id\": \"ko\",\n            \"name\": \"개\"\n        }\n    ]\n}"}],"_postman_id":"63c9c425-9f83-4043-9bed-263acdebf46d"},{"name":"By ID Add Translations","id":"a29a7a06-51aa-4c19-92dc-42dc35eb863c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"concept_languages\": [\n        {\n            \"id\": \"ko\",\n            \"name\": \"개\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts/YOUR_CONCEPT_ID/languages","description":"<p>Add translated names for a concept in one or more languages.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>concept_id</code></td>\n<td>string</td>\n<td>Concept ID</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>concept_languages[].id</code></td>\n<td>string</td>\n<td>BCP-47 language code (e.g., <code>\"ko\"</code>)</td>\n</tr>\n<tr>\n<td><code>concept_languages[].name</code></td>\n<td>string</td>\n<td>Translated concept name</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","concepts","YOUR_CONCEPT_ID","languages"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"638ddca6-cd6a-4e87-b4d1-e5ae89d0aa72","name":"By ID Add Translations","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"concept_languages\": [\n        {\n            \"id\": \"ko\",\n            \"name\": \"개\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts/YOUR_CONCEPT_ID/languages"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"f0f3886b4b9c0b1f3d2b7bd6387e2dd8\"\n    },\n    \"concept_languages\": [\n        {\n            \"id\": \"ko\",\n            \"name\": \"개\"\n        }\n    ]\n}"}],"_postman_id":"a29a7a06-51aa-4c19-92dc-42dc35eb863c"}],"id":"0c59ff43-33ec-49eb-9526-9c6e09a8900e","description":"<p>Concept Languages enable multilingual support by attaching translated names to concepts. Each concept can have translations in any number of languages identified by a language code (e.g. <code>ko</code> for Korean).</p>\n<p><strong>Key operations:</strong> list translations, get by language, add translations, patch translations.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code>, <code>YOUR_CONCEPT_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/create/concepts/manage\">Manage Concepts</a></p>\n","_postman_id":"0c59ff43-33ec-49eb-9526-9c6e09a8900e","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Concept Graph","item":[{"name":"Get all relations for concept id","id":"695f004c-b7a0-4da6-8b79-95fbdcbb21cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts/YOUR_CONCEPT_ID/relations","description":"<p>Retrieve all semantic relations (hypernyms and hyponyms) for a specific concept.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>concept_id</code></td>\n<td>string</td>\n<td>Concept ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","concepts","YOUR_CONCEPT_ID","relations"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"aa04ee50-de9c-44ca-908b-24dec874548c","name":"Get all relations for concept id","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts/YOUR_CONCEPT_ID/relations"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"52b0a5daaccd4eae7e4ec9b9efdc8e28\"\n    },\n    \"concept_relations\": [\n        {\n            \"id\": \"158b66413419406a8819dc3327e72ca2\",\n            \"subject_concept\": {\n                \"id\": \"foo1\",\n                \"name\": \"foo1\",\n                \"value\": 1,\n                \"created_at\": \"2023-11-27T13:30:08.838946Z\",\n                \"language\": \"en\",\n                \"app_id\": \"test-app-1700638575-empty\",\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"a0btrubbaefn\"\n            },\n            \"object_concept\": {\n                \"id\": \"foo\",\n                \"name\": \"blah\",\n                \"value\": 1,\n                \"created_at\": \"2023-11-22T09:22:33.743356Z\",\n                \"language\": \"en\",\n                \"app_id\": \"test-app-1700638575-empty\",\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"a0btrubbaefn\"\n            },\n            \"predicate\": \"hyponym\",\n            \"visibility\": {\n                \"gettable\": 10\n            }\n        }\n    ]\n}"}],"_postman_id":"695f004c-b7a0-4da6-8b79-95fbdcbb21cc"},{"name":"Get all relations in app","id":"515d3990-6b9d-4faf-bbe6-83adbc1e9148","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts/YOUR_CONCEPT_ID/relations","description":"<p>Retrieve all semantic relations across all concepts in the app. Returns all hypernym/hyponym pairs defined in the concept graph.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","concepts","YOUR_CONCEPT_ID","relations"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"f8ca6fcc-bab0-404a-b81d-68f171fccced","name":"Get all relations in app","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts/YOUR_CONCEPT_ID/relations"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"d2fa8fcc7da5089ecf24fa34be303c73\"\n    },\n    \"concept_relations\": [\n        {\n            \"id\": \"158b66413419406a8819dc3327e72ca2\",\n            \"subject_concept\": {\n                \"id\": \"foo1\",\n                \"name\": \"foo1\",\n                \"value\": 1,\n                \"created_at\": \"2023-11-27T13:30:08.838946Z\",\n                \"language\": \"en\",\n                \"app_id\": \"test-app-1700638575-empty\",\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"a0btrubbaefn\"\n            },\n            \"object_concept\": {\n                \"id\": \"foo\",\n                \"name\": \"blah\",\n                \"value\": 1,\n                \"created_at\": \"2023-11-22T09:22:33.743356Z\",\n                \"language\": \"en\",\n                \"app_id\": \"test-app-1700638575-empty\",\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"a0btrubbaefn\"\n            },\n            \"predicate\": \"hyponym\",\n            \"visibility\": {\n                \"gettable\": 10\n            }\n        }\n    ]\n}"}],"_postman_id":"515d3990-6b9d-4faf-bbe6-83adbc1e9148"},{"name":"Hypernyms by concept id","id":"03e32f91-2218-4832-8b71-611d9dce9b29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts/YOUR_CONCEPT_ID/relations?predicate=hypernym","description":"<p>Retrieve all hypernyms (broader/more general concepts) of a given concept. For example, the hypernym of \"labrador\" is \"dog\".</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>concept_id</code></td>\n<td>string</td>\n<td>Concept ID</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"query-parameters\"><strong>Query Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>predicate</code></td>\n<td>string</td>\n<td>Must be <code>hypernym</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","concepts","YOUR_CONCEPT_ID","relations"],"host":["https://api.clarifai.com"],"query":[{"key":"predicate","value":"hypernym"}],"variable":[]}},"response":[{"id":"e1d2e213-4719-4720-942f-afab829cec52","name":"Hypernyms by concept id","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts/YOUR_CONCEPT_ID/relations"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"42a114a52757931b0f0afd287aaf2d43\"\n    },\n    \"concept_relations\": [\n        {\n            \"id\": \"158b66413419406a8819dc3327e72ca2\",\n            \"subject_concept\": {\n                \"id\": \"foo1\",\n                \"name\": \"foo1\",\n                \"value\": 1,\n                \"created_at\": \"2023-11-27T13:30:08.838946Z\",\n                \"language\": \"en\",\n                \"app_id\": \"test-app-1700638575-empty\",\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"a0btrubbaefn\"\n            },\n            \"object_concept\": {\n                \"id\": \"foo\",\n                \"name\": \"blah\",\n                \"value\": 1,\n                \"created_at\": \"2023-11-22T09:22:33.743356Z\",\n                \"language\": \"en\",\n                \"app_id\": \"test-app-1700638575-empty\",\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"a0btrubbaefn\"\n            },\n            \"predicate\": \"hyponym\",\n            \"visibility\": {\n                \"gettable\": 10\n            }\n        }\n    ]\n}"}],"_postman_id":"03e32f91-2218-4832-8b71-611d9dce9b29"},{"name":"Hyponyms by concept id","id":"3c893837-f189-4523-8a50-736e4c2dcb7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts/YOUR_CONCEPT_ID/relations?predicate=hyponym","description":"<p>Retrieve all hyponyms (narrower/more specific concepts) of a given concept. For example, a hyponym of \"dog\" is \"labrador\".</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>concept_id</code></td>\n<td>string</td>\n<td>Concept ID</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"query-parameters\"><strong>Query Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>predicate</code></td>\n<td>string</td>\n<td>Must be <code>hyponym</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","concepts","YOUR_CONCEPT_ID","relations"],"host":["https://api.clarifai.com"],"query":[{"key":"predicate","value":"hyponym"}],"variable":[]}},"response":[{"id":"c3bed21c-e74c-435d-8f66-c7965a07ab95","name":"Hyponyms by concept id","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":{"raw":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts/YOUR_CONCEPT_ID/relations?predicate=hyponym","host":["https://api.clarifai.com"],"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","concepts","YOUR_CONCEPT_ID","relations"],"query":[{"key":"predicate","value":"hyponym"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"5cc609ef33d11c8d1e9fe85cd6633b50\"\n    },\n    \"concept_relations\": [\n        {\n            \"id\": \"158b66413419406a8819dc3327e72ca2\",\n            \"subject_concept\": {\n                \"id\": \"foo1\",\n                \"name\": \"foo1\",\n                \"value\": 1,\n                \"created_at\": \"2023-11-27T13:30:08.838946Z\",\n                \"language\": \"en\",\n                \"app_id\": \"test-app-1700638575-empty\",\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"a0btrubbaefn\"\n            },\n            \"object_concept\": {\n                \"id\": \"foo\",\n                \"name\": \"blah\",\n                \"value\": 1,\n                \"created_at\": \"2023-11-22T09:22:33.743356Z\",\n                \"language\": \"en\",\n                \"app_id\": \"test-app-1700638575-empty\",\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"a0btrubbaefn\"\n            },\n            \"predicate\": \"hyponym\",\n            \"visibility\": {\n                \"gettable\": 10\n            }\n        }\n    ]\n}"}],"_postman_id":"3c893837-f189-4523-8a50-736e4c2dcb7e"},{"name":"Create Relation (hyponum)","id":"1f59619e-74c1-4dec-9644-e5f415288bd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"concept_relations\": [\n        {\n            \"object_concept\": {\n                \"id\": \"foo\"\n            },\n            \"predicate\": \"hyponym\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts/YOUR_CONCEPT_ID/relations","description":"<p>Create a semantic relation (hyponym or hypernym) between two concepts in the app's concept graph.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>concept_id</code></td>\n<td>string</td>\n<td>Subject concept ID</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>concept_relations[].object_concept.id</code></td>\n<td>string</td>\n<td>ID of the related concept</td>\n</tr>\n<tr>\n<td><code>concept_relations[].predicate</code></td>\n<td>string</td>\n<td>Relation type: <code>hyponym</code> (more specific) or <code>hypernym</code> (more general)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","concepts","YOUR_CONCEPT_ID","relations"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"8ef37516-5332-4467-ae64-8f372bcf6fe7","name":"Create Relation (hyponum)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"concept_relations\": [\n        {\n            \"object_concept\": {\n                \"id\": \"Foo\"\n            },\n            \"predicate\": \"hyponym\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts/YOUR_CONCEPT_ID/relations"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"concept_relations\": [\n        {\n            \"object_concept\": {\n                \"id\": \"foo\"\n            },\n            \"predicate\": \"hyponym\"\n        }\n    ]\n}"}],"_postman_id":"1f59619e-74c1-4dec-9644-e5f415288bd8"},{"name":"Delete Relation (hyponum)","id":"1f451994-7d77-471a-8c83-edb6217c16b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        \"158b66413419406a8819dc3327e72ca2\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts/YOUR_CONCEPT_ID/relations","description":"<p>Delete one or more semantic relations from the concept graph.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>concept_id</code></td>\n<td>string</td>\n<td>Subject concept ID</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ids</code></td>\n<td>array[string]</td>\n<td>Relation IDs to delete</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","concepts","YOUR_CONCEPT_ID","relations"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"dc2d2499-a77d-43da-bd24-27997784e8dc","name":"Delete Relation (hyponum)","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        \"blah-relation4\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/concepts/YOUR_CONCEPT_ID/relations"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"details\": \"concept relations [158b66413419406a8819dc3327e72ca2] deleted\",\n        \"req_id\": \"624f10de51590358159fb2f9809bb6ed\"\n    }\n}"}],"_postman_id":"1f451994-7d77-471a-8c83-edb6217c16b7"}],"id":"f542cc5f-f362-4c48-9034-a93bd313fa2e","description":"<p>The Concept Graph defines hierarchical relationships between concepts using predicates such as <code>hypernym</code> (broader) and <code>hyponym</code> (narrower). This enables structured taxonomies and richer search and filtering.</p>\n<p><strong>Key operations:</strong> get all relations, filter by predicate (hypernym/hyponym), create relation, delete relation.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code>, <code>YOUR_CONCEPT_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/create/concepts/concepts-relations\">Concept Relations</a></p>\n","_postman_id":"f542cc5f-f362-4c48-9034-a93bd313fa2e","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}}],"id":"dd2a0f9e-141d-4bf8-89f8-213e0b4c009a","description":"<p>Concepts are the labels used to annotate inputs and train models. They can be organized into vocabularies, translated into multiple languages, and connected to each other in a hierarchical concept graph.</p>\n<p><strong>Subfolders:</strong></p>\n<ul>\n<li><strong>Concept Essentials</strong> — Core CRUD operations on concepts</li>\n<li><strong>Concept Vocabs</strong> — Group concepts into named vocabularies</li>\n<li><strong>Concept Languages</strong> — Add and manage multilingual translations for concepts</li>\n<li><strong>Concept Graph</strong> — Define hierarchical relationships (hypernyms/hyponyms) between concepts</li>\n</ul>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code>, <code>YOUR_CONCEPT_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/create/concepts/\">Concepts Documentation</a></p>\n","_postman_id":"dd2a0f9e-141d-4bf8-89f8-213e0b4c009a","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Datasets","item":[{"name":"Dataset Essentials","item":[{"name":"Post Datasets","event":[{"listen":"test","script":{"exec":["if (JSON.parse(responseBody).datasets.length > 0) {","    postman.setEnvironmentVariable(\"dataset_id\", JSON.parse(responseBody).datasets[0].id);","    postman.setEnvironmentVariable(\"annotation_filter_id\", JSON.parse(responseBody).datasets[0].default_annotation_filter.id);","}"],"type":"text/javascript","packages":{},"id":"41bb1177-20de-46ca-845c-b929b83505be"}}],"id":"4950c829-c539-4dd1-a1ce-338ba6cea23b","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"datasets\": [\n        {\n            \"id\": \"dataset-1777931642\",\n            \"description\": \"This is a sample dataset\",\n            \"metadata\": {\n                \"time\": \"10:00 AM\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets","description":"<p>Create one or more datasets in the app. Datasets are named collections of inputs used for training, evaluation, and version management.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>datasets[].id</code></td>\n<td>string</td>\n<td>Unique dataset ID</td>\n</tr>\n<tr>\n<td><code>datasets[].description</code></td>\n<td>string</td>\n<td>Human-readable description</td>\n</tr>\n<tr>\n<td><code>datasets[].metadata</code></td>\n<td>object</td>\n<td>Arbitrary key-value metadata</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","datasets"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"e8c80c04-c9e0-49a4-a8b4-62d32e1a083e","name":"PostDatasets_image","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa","type":"text"},{"key":"Content-Type","value":"application/json","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"datasets\": [\n        {\n            \"id\": \"image_dataset_5\",\n            \"description\": \"This is a sample image dataset\",\n            \"metadata\": {\n                \"src\": \"https://example_dataset.com\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api-dev.clarifai.com/v2/users/a0btrubbaefn/apps/named-entity-recognition/datasets"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 03 Nov 2023 13:18:35 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Accept,X-Requested-With,Content-Type,Referer,Accept-Encoding,X-CSRF-Token,Authorization,X-Clarifai-Application-Id,X-Clarifai-REST-API-Key,X-Clarifai-Session-Token,X-Clarifai-Client,X-Clarifai-Site,X-RapidAPI-User,x-clarifai-request-id-prefix,x-request-id"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,POST,PUT,PATCH,OPTIONS,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Grpc-Metadata-Content-Type","value":"application/grpc"},{"key":"X-Clarifai-Request-Id","value":"b36d2221260d13598d9dd99e880eb1ce"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"07b960b5b3d4adc93f872f5da6f49f83\"\n    },\n    \"datasets\": [\n        {\n            \"id\": \"image_dataset_5\",\n            \"created_at\": \"2023-11-09T09:11:52.378409492Z\",\n            \"modified_at\": \"2023-11-09T09:11:52.378409492Z\",\n            \"app_id\": \"named-entity-recognition\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"description\": \"This is a sample image dataset\",\n            \"metadata\": {\n                \"src\": \"https://example_dataset.com\"\n            },\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"default_annotation_filter\": {\n                \"id\": \"image_dataset_5-filter\",\n                \"created_at\": \"2023-11-09T09:11:52.378409492Z\",\n                \"modified_at\": \"2023-11-09T09:11:52.378409492Z\",\n                \"user_id\": \"a0btrubbaefn\",\n                \"app_id\": \"named-entity-recognition\"\n            }\n        }\n    ]\n}"}],"_postman_id":"4950c829-c539-4dd1-a1ce-338ba6cea23b"},{"name":"List Datasets","event":[{"listen":"test","script":{"exec":["if (JSON.parse(responseBody).datasets.length > 0) {","    postman.setEnvironmentVariable(\"dataset_id\", JSON.parse(responseBody).datasets[0].id);","}"],"type":"text/javascript","packages":{},"id":"4d99c841-6178-43d7-8d71-8727cc24c75f"}}],"id":"6dc59193-0fb9-4fc5-8149-1eb218f8946e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets?page=1&per_page=100","description":"<p>Retrieve a paginated list of all datasets in the application.</p>\n<h2 id=\"query-parameters\"><strong>Query Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td>integer</td>\n<td>Page number (default: 1)</td>\n</tr>\n<tr>\n<td><code>per_page</code></td>\n<td>integer</td>\n<td>Results per page (default: 20, max: 1000)</td>\n</tr>\n<tr>\n<td><code>additional_fields</code></td>\n<td>string</td>\n<td>Optional extra fields to include in the response (e.g. <code>counts</code>)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","datasets"],"host":["https://api.clarifai.com"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"100"}],"variable":[]}},"response":[{"id":"f83cde8e-f44e-4b35-b7e9-0df5a6b178b9","name":"ListDatasets_change_per-page","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":{"raw":"https://api.clarifai.com/v2/datasets?page=1&per_page=100","host":["https://api.clarifai.com"],"path":["v2","datasets"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"100"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"959a47cafe967ae3352c6b179d6addee\"\n    },\n    \"datasets\": [\n        {\n            \"id\": \"public-dataset-kaustav\",\n            \"created_at\": \"2023-08-10T08:49:31.921106Z\",\n            \"modified_at\": \"2023-08-10T08:57:19.116825Z\",\n            \"app_id\": \"another-org-app\",\n            \"user_id\": \"test_org123\",\n            \"description\": \"This is the new foo dataset\",\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"default_annotation_filter\": {\n                \"id\": \"public-dataset-kaustav-filter\",\n                \"created_at\": \"2023-08-10T08:49:31.921106Z\",\n                \"modified_at\": \"2023-08-10T08:49:31.921106Z\",\n                \"user_id\": \"test_org123\",\n                \"app_id\": \"another-org-app\"\n            }\n        }\n    ]\n}"}],"_postman_id":"6dc59193-0fb9-4fc5-8149-1eb218f8946e"},{"name":"Get Dataset","id":"7a59ae02-8a98-4df1-acf9-28408552a352","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets/YOUR_DATASET_ID","description":"<p>Retrieve details of a specific dataset by ID.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>dataset_id</code></td>\n<td>string</td>\n<td>Dataset ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","datasets","YOUR_DATASET_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"803fbabb-fe7e-4dc7-ab37-69df0c081b43","name":"GetDataset","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":{"raw":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets/YOUR_DATASET_ID","host":["https://api.clarifai.com"],"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","datasets","YOUR_DATASET_ID"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"8e6b7d66329e37437896f27e546cd3ac\"\n    },\n    \"dataset\": {\n        \"id\": \"dataset-1700567542\",\n        \"created_at\": \"2023-11-21T11:52:22.594537Z\",\n        \"modified_at\": \"2023-11-21T11:52:40.597362Z\",\n        \"app_id\": \"app-food5\",\n        \"user_id\": \"a0btrubbaefn\",\n        \"description\": \"This is a sampledataset\",\n        \"metadata\": {\n            \"time\": \"10:00 AM\"\n        },\n        \"visibility\": {\n            \"gettable\": 10\n        },\n        \"default_annotation_filter\": {\n            \"id\": \"dataset-1700567542-filter\",\n            \"created_at\": \"2023-11-21T11:52:22.594537Z\",\n            \"modified_at\": \"2023-11-21T11:52:22.594537Z\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"app_id\": \"app-food5\"\n        },\n        \"version\": {\n            \"id\": \"dataset-version-1700567560\",\n            \"created_at\": \"2023-11-21T11:52:40.588864Z\",\n            \"modified_at\": \"2023-11-21T11:52:46.354908Z\",\n            \"app_id\": \"app-food5\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"dataset_id\": \"dataset-1700567542\",\n            \"annotation_filter_config\": {\n                \"annotation_filter\": {\n                    \"id\": \"dataset-1700567542-filter\",\n                    \"created_at\": \"2023-11-21T11:52:22.594537Z\",\n                    \"modified_at\": \"2023-11-21T11:52:22.594537Z\",\n                    \"user_id\": \"a0btrubbaefn\",\n                    \"app_id\": \"app-food5\"\n                }\n            },\n            \"status\": {\n                \"code\": 64015,\n                \"description\": \"Dataset version is ready to be used\"\n            },\n            \"description\": \"this ia sample description\",\n            \"metrics\": {\n                \"/\": {\n                    \"inputs_count\": \"0\",\n                    \"unlabeled_inputs_count\": \"0\",\n                    \"inputs_with_metadata_count\": \"0\",\n                    \"inputs_with_geo_count\": \"0\",\n                    \"regions_count\": \"0\",\n                    \"bounding_boxes_count\": \"0\",\n                    \"polygons_count\": \"0\",\n                    \"points_count\": \"0\",\n                    \"masks_count\": \"0\",\n                    \"frames_count\": \"0\",\n                    \"embeddings_count\": \"0\",\n                    \"positive_input_tags_count\": \"0\",\n                    \"positive_region_tags_count\": \"0\",\n                    \"positive_frame_tags_count\": \"0\"\n                }\n            },\n            \"export_info\": {\n                \"clarifai_data_protobuf\": {\n                    \"format\": 1,\n                    \"status\": {\n                        \"code\": 64200,\n                        \"description\": \"Dataset version export success\",\n                        \"percent_completed\": 100\n                    },\n                    \"url\": \"https://s3.amazonaws.com/clarifai-data-dumps/dev/app/b808f9f39531405d961b291b677311bd/dumps/3e6fd292993b404bbe86fbee1f30426e/exports/clarifai-data-protobuf.zip\",\n                    \"size\": \"184\",\n                    \"include_embeddings\": true\n                },\n                \"clarifai_data_json\": {\n                    \"format\": 3,\n                    \"status\": {\n                        \"code\": 64200,\n                        \"description\": \"Dataset version export success\",\n                        \"percent_completed\": 100\n                    },\n                    \"url\": \"https://s3.amazonaws.com/clarifai-data-dumps/dev/app/b808f9f39531405d961b291b677311bd/dumps/3e6fd292993b404bbe86fbee1f30426e/exports/clarifai-data-json.zip\",\n                    \"size\": \"180\",\n                    \"include_embeddings\": true\n                }\n            },\n            \"metadata\": {\n                \"time\": \"10:00 AM\"\n            },\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"embed_model_version_ids\": [\n                \"9fe2c8962c104327bc87b8f8104b161a\"\n            ]\n        }\n    }\n}"}],"_postman_id":"7a59ae02-8a98-4df1-acf9-28408552a352"},{"name":"Patch Datasets","id":"54c8ccb3-3d23-4de9-854c-07330baa00c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"datasets\": [\n        {\n            \"id\": \"YOUR_DATASET_ID\",\n            \"description\": \"This is a sample dataset\",\n            \"metadata\": {\n                \"src\": \"11:00 AM\"\n            }\n        }\n    ],\n    \"action\": \"merge\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets","description":"<p>Update one or more dataset properties such as description and metadata.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>datasets[].id</code></td>\n<td>string</td>\n<td>Dataset ID to update</td>\n</tr>\n<tr>\n<td><code>datasets[].description</code></td>\n<td>string</td>\n<td>Updated description</td>\n</tr>\n<tr>\n<td><code>datasets[].metadata</code></td>\n<td>object</td>\n<td>Updated metadata</td>\n</tr>\n<tr>\n<td><code>action</code></td>\n<td>string</td>\n<td><code>merge</code> or <code>overwrite</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","datasets"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"2fdbb662-703a-476c-9f89-e942a9d9e044","name":"PatchDatasets_text","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"datasets\": [\n        {\n            \"id\": \"YOUR_DATASET_ID\",\n            \"description\": \"This is a sample text dataset\",\n            \"metadata\": {\n                \"src\": \"https://example_text.com\"\n            }\n        }\n    ],\n    \"action\": \"merge\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"8b80b8f4bc07258cf16081aebaa92bb9\"\n    },\n    \"datasets\": [\n        {\n            \"id\": \"dataset-1700567542\",\n            \"created_at\": \"2023-11-21T11:52:22.594537Z\",\n            \"modified_at\": \"2023-11-21T11:58:38.082264664Z\",\n            \"app_id\": \"app-food5\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"description\": \"This is a sample text dataset\",\n            \"metadata\": {\n                \"src\": \"https://example_text.com\",\n                \"time\": \"10:00 AM\"\n            },\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"default_annotation_filter\": {\n                \"id\": \"dataset-1700567542-filter\",\n                \"created_at\": \"2023-11-21T11:52:22.594537Z\",\n                \"modified_at\": \"2023-11-21T11:52:22.594537Z\",\n                \"user_id\": \"a0btrubbaefn\",\n                \"app_id\": \"app-food5\"\n            }\n        }\n    ]\n}"},{"id":"9f0dc1df-5e76-41fe-bb7d-1bd5de3a9aac","name":"PatchDatasets_image","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"datasets\": [\n        {\n            \"id\": \"dataset-1700567542\",\n            \"description\": \"This is a sample image dataset\",\n            \"metadata\": {\n                \"src\": \"https://example_dataset.com\"\n            }\n        }\n    ],\n    \"action\": \"merge\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"d5add2214dda260a0653e5000345e088\"\n    },\n    \"datasets\": [\n        {\n            \"id\": \"dataset-1700567542\",\n            \"created_at\": \"2023-11-21T11:52:22.594537Z\",\n            \"modified_at\": \"2023-11-21T11:59:28.323855818Z\",\n            \"app_id\": \"app-food5\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"description\": \"This is a sample image dataset\",\n            \"metadata\": {\n                \"src\": \"https://example_dataset.com\",\n                \"time\": \"10:00 AM\"\n            },\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"default_annotation_filter\": {\n                \"id\": \"dataset-1700567542-filter\",\n                \"created_at\": \"2023-11-21T11:52:22.594537Z\",\n                \"modified_at\": \"2023-11-21T11:52:22.594537Z\",\n                \"user_id\": \"a0btrubbaefn\",\n                \"app_id\": \"app-food5\"\n            }\n        }\n    ]\n}"}],"_postman_id":"54c8ccb3-3d23-4de9-854c-07330baa00c2"},{"name":"Patch Datasets With Default Annotation Filter","id":"0a4feb98-93e7-49bf-a00f-a5ea175464b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"datasets\": [\n        {\n            \"id\": \"YOUR_DATASET_ID\",\n            \"description\": \"This is a sample dataset\",\n            \"metadata\": {\n                \"time\": \"12:00 PM\"\n            },\n            \"default_annotation_filter\": {\n                \"id\": \"YOUR_ANNOTATION_FILTER_ID\"\n            }\n        }\n    ],\n    \"action\": \"merge\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets","description":"<p>Update a dataset and set a default annotation filter on it. The annotation filter is automatically applied when creating new dataset versions, restricting which annotations are included.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>datasets[].id</code></td>\n<td>string</td>\n<td>Dataset ID</td>\n</tr>\n<tr>\n<td><code>datasets[].default_annotation_filter_id</code></td>\n<td>string</td>\n<td>ID of an existing annotation filter to set as default</td>\n</tr>\n<tr>\n<td><code>action</code></td>\n<td>string</td>\n<td><code>merge</code> or <code>overwrite</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","datasets"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"1b22d17d-0c98-4956-ba4e-de6c0e0d3d31","name":"PatchDatasets with Default Annotation Filter_text","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"datasets\": [\n        {\n            \"id\": \"YOUR_DATASET_ID\",\n            \"description\": \"This is a sample text dataset\",\n            \"metadata\": {\n                \"src\": \"https://example_text.com\"\n            },\n            \"default_annotation_filter\": {\n                \"id\": \"YOUR_ANNOTATION_FILTER_ID\"\n            }\n        }\n    ],\n    \"action\": \"merge\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"d3aa8bd2543919409c56797c77cd7de6\"\n    },\n    \"datasets\": [\n        {\n            \"id\": \"dataset-1700567542\",\n            \"created_at\": \"2023-11-21T11:52:22.594537Z\",\n            \"modified_at\": \"2023-11-21T12:00:56.353221990Z\",\n            \"app_id\": \"app-food5\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"description\": \"This is a sample text dataset\",\n            \"metadata\": {\n                \"src\": \"https://example_text.com\",\n                \"time\": \"10:00 AM\"\n            },\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"default_annotation_filter\": {\n                \"id\": \"dataset-1700567542-filter\",\n                \"created_at\": \"2023-11-21T11:52:22.594537Z\",\n                \"modified_at\": \"2023-11-21T11:52:22.594537Z\",\n                \"user_id\": \"a0btrubbaefn\",\n                \"app_id\": \"app-food5\"\n            }\n        }\n    ]\n}"}],"_postman_id":"0a4feb98-93e7-49bf-a00f-a5ea175464b5"},{"name":"Delete Datasets","id":"e933ea78-a272-4f7b-970e-549d0b9be189","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"dataset_ids\": [\n        \"YOUR_DATASET_ID\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets","description":"<p>Delete one or more datasets by ID. All dataset inputs and versions are also deleted.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>dataset_ids</code></td>\n<td>array[string]</td>\n<td>Dataset IDs to delete</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","datasets"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"e147a15c-ea62-45ff-a64e-d6d105cac22c","name":"DeleteDatasets","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"dataset_ids\": [\n        \"YOUR_DATASET_ID\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"details\": \"Dataset 'dataset-1700567542' deleted\",\n        \"req_id\": \"acb965ed60f8e706b83969529b614a9b\"\n    }\n}"}],"_postman_id":"e933ea78-a272-4f7b-970e-549d0b9be189"}],"id":"a3e36f30-cc49-41f3-bcb3-d3f0ed47265d","description":"<p>Core operations for creating and managing datasets within an application, including creating with default annotation filters, patching metadata, and deleting.</p>\n<p><strong>Key operations:</strong> post, list, get, patch, patch with annotation filter, delete.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code>, <code>YOUR_DATASET_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/create/datasets/create\">Create Datasets</a> | <a href=\"https://docs.clarifai.com/create/datasets/manage\">Manage Datasets</a></p>\n","_postman_id":"a3e36f30-cc49-41f3-bcb3-d3f0ed47265d","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Dataset Inputs","item":[{"name":"Post Dataset Inputs Using Input IDs","id":"37091f91-87e3-4686-a4f7-07e7dd62ed41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"dataset_inputs\": [\n        {\n            \"input\": {\n                \"id\": \"YOUR_INPUT_ID\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets/YOUR_DATASET_ID/inputs","description":"<p>Add existing inputs to a dataset by referencing their input IDs. The inputs must already exist in the app.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>dataset_id</code></td>\n<td>string</td>\n<td>Target dataset ID</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>dataset_inputs[].input.id</code></td>\n<td>string</td>\n<td>ID of an existing input to add to the dataset</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","datasets","YOUR_DATASET_ID","inputs"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"964616e3-d5d9-4caa-98b4-cfe3215e963b","name":"PostDatasetInputs using input IDs_text","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"dataset_inputs\": [\n        {\n            \"input\": {\n                \"id\": \"give_text_input_id_here\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets/YOUR_DATASET_ID/inputs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"31fb065fa4259b24daba8ff83add7b8d\"\n    },\n    \"dataset_inputs\": [\n        {\n            \"created_at\": \"2023-11-21T12:06:16.220048Z\",\n            \"input\": {\n                \"id\": \"input1\",\n                \"data\": {},\n                \"status\": {\n                    \"code\": 64100,\n                    \"description\": \"Dataset input added to the dataset\"\n                }\n            }\n        }\n    ]\n}"},{"id":"963e61af-f04a-445e-97f6-dc0c02844b44","name":"PostDatasetInputs using input IDs_image","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"dataset_inputs\": [\n        {\n            \"input\": {\n                \"id\": \"input1\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets/YOUR_DATASET_ID/inputs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"e826aa20c64b0b9b010e75caae9a862d\"\n    },\n    \"dataset_inputs\": [\n        {\n            \"created_at\": \"2023-11-21T12:06:16.220048Z\",\n            \"input\": {\n                \"id\": \"input1\",\n                \"data\": {},\n                \"status\": {\n                    \"code\": 64100,\n                    \"description\": \"Dataset input added to the dataset\"\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"37091f91-87e3-4686-a4f7-07e7dd62ed41"},{"name":"Post Dataset Inputs Using Search","id":"e9233909-5f09-468e-bfc1-6f42c8507999","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"search\": {\n        \"query\": {\n            \"filters\": [\n                {\n                    \"input\": {\n                        \"status\": {\n                            \"code\": \"INPUT_DOWNLOAD_SUCCESS\"\n                        }\n                    }\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets/YOUR_DATASET_ID/inputs","description":"<p>Add inputs to a dataset using a search query. All inputs matching the search criteria are added to the dataset.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>search</code></td>\n<td>object</td>\n<td>Search query used to find matching inputs</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","datasets","YOUR_DATASET_ID","inputs"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"e6ace30c-9758-40d9-99ba-57460e40fca1","name":"PostDatasetInputs using search","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"search\": {\n        \"query\": {\n            \"filters\": [\n                {\n                    \"input\": {\n                        \"status\": {\n                            \"code\": \"INPUT_DOWNLOAD_SUCCESS\"\n                        }\n                    }\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets/YOUR_DATASET_ID/inputs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"b59458424b52cc71ad8f6a6e75e4772f\"\n    },\n    \"dataset_inputs\": [],\n    \"dataset_inputs_search_add_job\": {\n        \"id\": \"de12f9d2fabd4eacb1420415e5f2c04e\",\n        \"created_at\": \"2023-11-21T12:07:06.643648168Z\",\n        \"modified_at\": \"2023-11-21T12:07:06.643648168Z\",\n        \"status\": {\n            \"code\": 64000,\n            \"description\": \"Job is queued to be ran.\"\n        },\n        \"dataset_id\": \"dataset-1700568258\",\n        \"search\": {\n            \"query\": {\n                \"filters\": [\n                    {\n                        \"input\": {\n                            \"status\": {\n                                \"code\": 30000\n                            }\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"e9233909-5f09-468e-bfc1-6f42c8507999"},{"name":"Post Dataset Inputs Using Bulk Operations","id":"0b48d365-cd96-42f6-8292-edce3154c5dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"bulk_operations\": [\n        {\n            \"input_ids\": {\n                \"input_ids\": [\n                    \"YOUR_INPUT_ID\"\n                ]\n            },\n            \"operation\": {\n                \"add_to_dataset\": {\n                    \"dataset_id\": \"YOUR_DATASET_ID\"\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/bulk_operations","description":"<p>Add a large number of inputs to a dataset in a single bulk operation. Useful for populating datasets from large input pools.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>dataset_inputs</code></td>\n<td>array</td>\n<td>Array of dataset input objects, each referencing an existing input by ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","bulk_operations"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"26804468-ee13-473e-b736-8e3c73d3799e","name":"PostDatasetInputs using Bulk_operations","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"bulk_operations\": [\n        {\n            \"input_ids\": {\n                \"input_ids\": [\n                    \"YOUR_INPUT_ID\"\n                ]\n            },\n            \"operation\": {\n                \"add_to_dataset\": {\n                    \"dataset_id\": \"YOUR_DATASET_ID\"\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/bulk_operations"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"b1a49b2ebc6f99179feaef0b61881009\"\n    },\n    \"bulk_operation\": [\n        {\n            \"id\": \"d030d5d5fc2c48569b391be46f5730fa\",\n            \"input_ids\": {\n                \"input_ids\": [\n                    \"input1\"\n                ]\n            },\n            \"operation\": {},\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"status\": {\n                \"code\": 25402\n            },\n            \"progress\": {},\n            \"created_by\": \"a0btrubbaefn\",\n            \"created_at\": \"2023-11-23T15:07:46.230215012Z\",\n            \"last_modified_at\": \"2023-11-23T15:07:46.230215012Z\"\n        }\n    ]\n}"}],"_postman_id":"0b48d365-cd96-42f6-8292-edce3154c5dd"},{"name":"List Dataset Inputs","event":[{"listen":"test","script":{"exec":["if (JSON.parse(responseBody).dataset_inputs.length > 0) {","    postman.setEnvironmentVariable(\"input_id\", JSON.parse(responseBody).dataset_inputs[0].input.id);","}"],"type":"text/javascript","id":"183492d5-a683-4571-9990-7cb26e58ec77"}}],"id":"efa8ac23-0c60-46d2-b1b6-df3a82672a08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets/YOUR_DATASET_ID/inputs?page=1&per_page=100","description":"<p>Retrieve a paginated list of all inputs that belong to a specific dataset.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>dataset_id</code></td>\n<td>string</td>\n<td>ID of the dataset to list inputs from</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"query-parameters\"><strong>Query Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td>integer</td>\n<td>Page number (default: 1)</td>\n</tr>\n<tr>\n<td><code>per_page</code></td>\n<td>integer</td>\n<td>Results per page (default: 20, max: 1000)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","datasets","YOUR_DATASET_ID","inputs"],"host":["https://api.clarifai.com"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"100"}],"variable":[]}},"response":[{"id":"692d58e5-89e4-4d44-8f24-d20ea591dcce","name":"ListDatasetInputs_change_per-page","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":{"raw":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets/YOUR_DATASET_ID/inputs?page=1&per_page=10","host":["https://api.clarifai.com"],"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","datasets","YOUR_DATASET_ID","inputs"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"10"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"33f56b80231f84552df6491d098da156\"\n    },\n    \"dataset_inputs\": [\n        {\n            \"created_at\": \"2023-11-21T12:06:16.220048Z\",\n            \"input\": {\n                \"id\": \"input1\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/app-food5/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-21T12:04:45.209215Z\",\n                \"modified_at\": \"2023-11-21T12:04:47.517983Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"efa8ac23-0c60-46d2-b1b6-df3a82672a08"},{"name":"Get Dataset Input","id":"b6e677a6-e4f8-4db2-a4c8-c9e8d7d8890c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets/YOUR_DATASET_ID/inputs/YOUR_INPUT_ID","description":"<p>Retrieve details of a specific input within a dataset.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>dataset_id</code></td>\n<td>string</td>\n<td>Dataset ID</td>\n</tr>\n<tr>\n<td><code>input_id</code></td>\n<td>string</td>\n<td>Input ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","datasets","YOUR_DATASET_ID","inputs","YOUR_INPUT_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"443ecbd1-ed5f-421d-9923-59887d358469","name":"GetDatasetInput","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets/YOUR_DATASET_ID/inputs/YOUR_INPUT_ID"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"c172d3c910f99e3c60512a4006bde46c\"\n    },\n    \"dataset_input\": {\n        \"created_at\": \"2023-11-21T12:06:16.220048Z\",\n        \"input\": {\n            \"id\": \"input1\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                    \"hosted\": {\n                        \"prefix\": \"https://data-dev.clarifai.com\",\n                        \"suffix\": \"users/a0btrubbaefn/apps/app-food5/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                        \"sizes\": [\n                            \"orig\",\n                            \"tiny\",\n                            \"small\",\n                            \"large\"\n                        ],\n                        \"crossorigin\": \"use-credentials\"\n                    },\n                    \"image_info\": {\n                        \"width\": 512,\n                        \"height\": 384,\n                        \"format\": \"JPEG\",\n                        \"color_mode\": \"YUV\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-21T12:04:45.209215Z\",\n            \"modified_at\": \"2023-11-21T12:04:47.517983Z\",\n            \"status\": {\n                \"code\": 30000,\n                \"description\": \"Download complete\"\n            }\n        }\n    }\n}"}],"_postman_id":"b6e677a6-e4f8-4db2-a4c8-c9e8d7d8890c"},{"name":"Delete Dataset Inputs","id":"7e1eccc7-2d4a-4de5-80a1-e99caa564ad0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"input_ids\": [\n        \"YOUR_INPUT_ID\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets/YOUR_DATASET_ID/inputs","description":"<p>Remove one or more inputs from a dataset. The inputs themselves are not deleted from the app.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>input_ids</code></td>\n<td>array[string]</td>\n<td>Input IDs to remove from the dataset</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","datasets","YOUR_DATASET_ID","inputs"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"bc1cba3f-aeac-4ac6-81a0-568d7dce849c","name":"DeleteDatasetInputs","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"input_ids\": [\n        \"YOUR_INPUT_ID\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets/YOUR_DATASET_ID/inputs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"details\": \"Dataset input 'input1' deleted\",\n        \"req_id\": \"241874235113576547f0dfb7a740e2d5\"\n    }\n}"}],"_postman_id":"7e1eccc7-2d4a-4de5-80a1-e99caa564ad0"}],"id":"dfde9d05-f42c-4669-bb66-e18a4231eb1e","description":"<p>Manage which inputs belong to a dataset. Inputs can be added by explicit ID, by search query, or via bulk operations. Removing an input from a dataset does not delete the input from the application.</p>\n<p><strong>Key operations:</strong> add by input IDs, add by search, add via bulk operation, list, get, delete.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code>, <code>YOUR_DATASET_ID</code>, <code>YOUR_INPUT_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/create/datasets/upload\">Upload Data to Dataset</a></p>\n","_postman_id":"dfde9d05-f42c-4669-bb66-e18a4231eb1e","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Dataset Versions","item":[{"name":"Post Dataset Versions","event":[{"listen":"test","script":{"exec":["if (JSON.parse(responseBody).dataset_versions.length > 0) {","    postman.setEnvironmentVariable(\"dataset_version_id\", JSON.parse(responseBody).dataset_versions[0].id);","}"],"type":"text/javascript","packages":{},"id":"10db740c-be87-4be1-b623-8f5ee33ca23d"}}],"id":"5bd581f9-174f-4b11-b7d2-4baef7d35a38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"dataset_versions\": [\n        {\n            \"id\": \"dataset-version-1777931642\",\n            \"description\": \"this is a sample description\",\n            \"metadata\": {\n                \"time\": \"10:00 AM\"\n            },\n            \"visibility\": {\n                \"gettable\": \"PRIVATE\"\n            },\n            \"annotation_filter_config\": {\n                \"annotation_filter\": {\n                    \"id\": \"YOUR_ANNOTATION_FILTER_ID\"\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets/YOUR_DATASET_ID/versions","description":"<p>Create a new version (snapshot) of a dataset. A dataset version locks the current set of inputs and annotations, enabling reproducible training and evaluation runs.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>dataset_versions[].id</code></td>\n<td>string</td>\n<td>Version ID (optional — auto-generated if omitted)</td>\n</tr>\n<tr>\n<td><code>dataset_versions[].description</code></td>\n<td>string</td>\n<td>Version description</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","datasets","YOUR_DATASET_ID","versions"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"e4567bdd-f297-444d-b256-7db087861e03","name":"PostDatasetVersions_text","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"dataset_versions\": [\n        {\n            \"id\": \"dataset-version-1777931642\",\n            \"description\": \"This is a sample text dataset\",\n            \"metadata\": {\n                \"src\": \"https://example_text.com\"\n            },\n            \"visibility\": {\n                \"gettable\": \"PRIVATE\"\n            },\n            \"annotation_filter_config\": {\n                \"annotation_filter\": {\n                    \"id\": \"YOUR_ANNOTATION_FILTER_ID\"\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets/YOUR_DATASET_ID/versions"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"1b4a71713568b3e65558cbd8bf7226b6\"\n    },\n    \"dataset_versions\": [\n        {\n            \"id\": \"dataset-version-1700568146\",\n            \"created_at\": \"2023-11-21T12:02:26.709523874Z\",\n            \"modified_at\": \"2023-11-21T12:02:26.709523874Z\",\n            \"app_id\": \"app-food5\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"dataset_id\": \"dataset-1700568138\",\n            \"annotation_filter_config\": {\n                \"annotation_filter\": {\n                    \"id\": \"dataset-1700568138-filter\",\n                    \"created_at\": \"2023-11-21T12:02:18.000612Z\",\n                    \"modified_at\": \"2023-11-21T12:02:18.000612Z\",\n                    \"user_id\": \"a0btrubbaefn\",\n                    \"app_id\": \"app-food5\"\n                }\n            },\n            \"status\": {\n                \"code\": 64005,\n                \"description\": \"Dataset version is pending to be processed\"\n            },\n            \"description\": \"This is a sample text dataset\",\n            \"metadata\": {\n                \"src\": \"https://example_text.com\"\n            },\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"embed_model_version_ids\": [\n                \"9fe2c8962c104327bc87b8f8104b161a\"\n            ]\n        }\n    ]\n}"},{"id":"7d041b28-d27b-4eef-87cd-b7155e6468b7","name":"PostDatasetVersions_image","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"dataset_versions\": [\n        {\n            \"id\": \"dataset-version-1777931642\",\n            \"description\": \"This is a sample image dataset\",\n            \"metadata\": {\n                \"src\": \"https://example_dataset.com\"\n            },\n            \"visibility\": {\n                \"gettable\": \"PRIVATE\"\n            },\n            \"annotation_filter_config\": {\n                \"annotation_filter\": {\n                    \"id\": \"YOUR_ANNOTATION_FILTER_ID\"\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets/YOUR_DATASET_ID/versions"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"12ef1e47b5fcc7aa1183c13afa3549e5\"\n    },\n    \"dataset_versions\": [\n        {\n            \"id\": \"dataset-version-1700568163\",\n            \"created_at\": \"2023-11-21T12:02:44.585245565Z\",\n            \"modified_at\": \"2023-11-21T12:02:44.585245565Z\",\n            \"app_id\": \"app-food5\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"dataset_id\": \"dataset-1700568138\",\n            \"annotation_filter_config\": {\n                \"annotation_filter\": {\n                    \"id\": \"dataset-1700568138-filter\",\n                    \"created_at\": \"2023-11-21T12:02:18.000612Z\",\n                    \"modified_at\": \"2023-11-21T12:02:18.000612Z\",\n                    \"user_id\": \"a0btrubbaefn\",\n                    \"app_id\": \"app-food5\"\n                }\n            },\n            \"status\": {\n                \"code\": 64005,\n                \"description\": \"Dataset version is pending to be processed\"\n            },\n            \"description\": \"This is a sample image dataset\",\n            \"metadata\": {\n                \"src\": \"https://example_dataset.com\"\n            },\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"embed_model_version_ids\": [\n                \"9fe2c8962c104327bc87b8f8104b161a\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"5bd581f9-174f-4b11-b7d2-4baef7d35a38"},{"name":"Post Dataset Versions With Default Annotation Filter","event":[{"listen":"test","script":{"exec":["if (JSON.parse(responseBody).dataset_versions.length > 0) {","    postman.setEnvironmentVariable(\"dataset_version_id\", JSON.parse(responseBody).dataset_versions[0].id);","}"],"type":"text/javascript","id":"8bbbb46e-99a3-4afb-9c1a-91cd14c04632"}}],"id":"bf0d00b0-ceac-44aa-942e-172836fd6fd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"dataset_versions\": [\n        {\n            \"id\": \"dataset-version-1777931642\",\n            \"description\": \"dataset version description\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets/YOUR_DATASET_ID/versions","description":"<p>Create a new dataset version with a specific annotation filter applied. Only annotations matching the filter are included in this version.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>dataset_versions[].id</code></td>\n<td>string</td>\n<td>Version ID</td>\n</tr>\n<tr>\n<td><code>dataset_versions[].description</code></td>\n<td>string</td>\n<td>Version description</td>\n</tr>\n<tr>\n<td><code>dataset_versions[].default_annotation_filter_id</code></td>\n<td>string</td>\n<td>Annotation filter ID to apply when creating this version</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","datasets","YOUR_DATASET_ID","versions"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"bd4504d5-2ded-4437-a231-ec9ece55e622","name":"PostDatasetVersions With Default Dataset Filter","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"dataset_versions\": [\n        {\n            \"id\": \"dataset-version-1777931642\",\n            \"description\": \"dataset version description\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets/YOUR_DATASET_ID/versions"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"76765abe8b71f585040dc426a29c697a\"\n    },\n    \"dataset_versions\": [\n        {\n            \"id\": \"dataset-version-1700568177\",\n            \"created_at\": \"2023-11-21T12:02:57.664331763Z\",\n            \"modified_at\": \"2023-11-21T12:02:57.664331763Z\",\n            \"app_id\": \"app-food5\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"dataset_id\": \"dataset-1700568138\",\n            \"annotation_filter_config\": {\n                \"annotation_filter\": {\n                    \"id\": \"dataset-1700568138-filter\",\n                    \"created_at\": \"2023-11-21T12:02:18.000612Z\",\n                    \"modified_at\": \"2023-11-21T12:02:18.000612Z\",\n                    \"user_id\": \"a0btrubbaefn\",\n                    \"app_id\": \"app-food5\"\n                }\n            },\n            \"status\": {\n                \"code\": 64005,\n                \"description\": \"Dataset version is pending to be processed\"\n            },\n            \"description\": \"dataset version description\",\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"embed_model_version_ids\": [\n                \"9fe2c8962c104327bc87b8f8104b161a\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"bf0d00b0-ceac-44aa-942e-172836fd6fd5"},{"name":"List Dataset Versions","event":[{"listen":"test","script":{"exec":["if (JSON.parse(responseBody).dataset_versions.length > 0) {","    postman.setEnvironmentVariable(\"dataset_version_id\", JSON.parse(responseBody).dataset_versions[0].id);","}"],"type":"text/javascript","id":"f932775c-8e72-44d2-936b-3c9673041336"}}],"id":"9765dece-d944-48bb-a898-e828c2627173","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets/YOUR_DATASET_ID/versions?page=1&per_page=100","description":"<p>List all versions of a dataset.</p>\n<h2 id=\"query-parameters\"><strong>Query Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td>integer</td>\n<td>Page number</td>\n</tr>\n<tr>\n<td><code>per_page</code></td>\n<td>integer</td>\n<td>Results per page</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","datasets","YOUR_DATASET_ID","versions"],"host":["https://api.clarifai.com"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"100"}],"variable":[]}},"response":[{"id":"8c6c9d27-05c7-40dc-a76a-121d5a42697f","name":"ListDatasetVersions_change_per-page","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":{"raw":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets/YOUR_DATASET_ID/versions?page=1&per_page=10","host":["https://api.clarifai.com"],"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","datasets","YOUR_DATASET_ID","versions"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"10"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"e8c2e045b8790a706e574614f826ce18\"\n    },\n    \"dataset_versions\": [\n        {\n            \"id\": \"dataset-version-1700568177\",\n            \"created_at\": \"2023-11-21T12:02:57.664331Z\",\n            \"modified_at\": \"2023-11-21T12:02:58.667045Z\",\n            \"app_id\": \"app-food5\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"dataset_id\": \"dataset-1700568138\",\n            \"annotation_filter_config\": {\n                \"annotation_filter\": {\n                    \"id\": \"dataset-1700568138-filter\",\n                    \"created_at\": \"2023-11-21T12:02:18.000612Z\",\n                    \"modified_at\": \"2023-11-21T12:02:18.000612Z\",\n                    \"user_id\": \"a0btrubbaefn\",\n                    \"app_id\": \"app-food5\"\n                }\n            },\n            \"status\": {\n                \"code\": 64015,\n                \"description\": \"Dataset version is ready to be used\"\n            },\n            \"description\": \"dataset version description\",\n            \"metrics\": {\n                \"/\": {\n                    \"inputs_count\": \"0\",\n                    \"unlabeled_inputs_count\": \"0\",\n                    \"inputs_with_metadata_count\": \"0\",\n                    \"inputs_with_geo_count\": \"0\",\n                    \"regions_count\": \"0\",\n                    \"bounding_boxes_count\": \"0\",\n                    \"polygons_count\": \"0\",\n                    \"points_count\": \"0\",\n                    \"masks_count\": \"0\",\n                    \"frames_count\": \"0\",\n                    \"embeddings_count\": \"0\",\n                    \"positive_input_tags_count\": \"0\",\n                    \"positive_region_tags_count\": \"0\",\n                    \"positive_frame_tags_count\": \"0\"\n                }\n            },\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"embed_model_version_ids\": [\n                \"9fe2c8962c104327bc87b8f8104b161a\"\n            ]\n        },\n        {\n            \"id\": \"dataset-version-1700568163\",\n            \"created_at\": \"2023-11-21T12:02:44.585245Z\",\n            \"modified_at\": \"2023-11-21T12:02:45.720808Z\",\n            \"app_id\": \"app-food5\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"dataset_id\": \"dataset-1700568138\",\n            \"annotation_filter_config\": {\n                \"annotation_filter\": {\n                    \"id\": \"dataset-1700568138-filter\",\n                    \"created_at\": \"2023-11-21T12:02:18.000612Z\",\n                    \"modified_at\": \"2023-11-21T12:02:18.000612Z\",\n                    \"user_id\": \"a0btrubbaefn\",\n                    \"app_id\": \"app-food5\"\n                }\n            },\n            \"status\": {\n                \"code\": 64015,\n                \"description\": \"Dataset version is ready to be used\"\n            },\n            \"description\": \"This is a sample image dataset\",\n            \"metrics\": {\n                \"/\": {\n                    \"inputs_count\": \"0\",\n                    \"unlabeled_inputs_count\": \"0\",\n                    \"inputs_with_metadata_count\": \"0\",\n                    \"inputs_with_geo_count\": \"0\",\n                    \"regions_count\": \"0\",\n                    \"bounding_boxes_count\": \"0\",\n                    \"polygons_count\": \"0\",\n                    \"points_count\": \"0\",\n                    \"masks_count\": \"0\",\n                    \"frames_count\": \"0\",\n                    \"embeddings_count\": \"0\",\n                    \"positive_input_tags_count\": \"0\",\n                    \"positive_region_tags_count\": \"0\",\n                    \"positive_frame_tags_count\": \"0\"\n                }\n            },\n            \"metadata\": {\n                \"src\": \"https://example_dataset.com\"\n            },\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"embed_model_version_ids\": [\n                \"9fe2c8962c104327bc87b8f8104b161a\"\n            ]\n        },\n        {\n            \"id\": \"dataset-version-1700568146\",\n            \"created_at\": \"2023-11-21T12:02:26.709523Z\",\n            \"modified_at\": \"2023-11-21T12:02:29.925102Z\",\n            \"app_id\": \"app-food5\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"dataset_id\": \"dataset-1700568138\",\n            \"annotation_filter_config\": {\n                \"annotation_filter\": {\n                    \"id\": \"dataset-1700568138-filter\",\n                    \"created_at\": \"2023-11-21T12:02:18.000612Z\",\n                    \"modified_at\": \"2023-11-21T12:02:18.000612Z\",\n                    \"user_id\": \"a0btrubbaefn\",\n                    \"app_id\": \"app-food5\"\n                }\n            },\n            \"status\": {\n                \"code\": 64015,\n                \"description\": \"Dataset version is ready to be used\"\n            },\n            \"description\": \"This is a sample text dataset\",\n            \"metrics\": {\n                \"/\": {\n                    \"inputs_count\": \"0\",\n                    \"unlabeled_inputs_count\": \"0\",\n                    \"inputs_with_metadata_count\": \"0\",\n                    \"inputs_with_geo_count\": \"0\",\n                    \"regions_count\": \"0\",\n                    \"bounding_boxes_count\": \"0\",\n                    \"polygons_count\": \"0\",\n                    \"points_count\": \"0\",\n                    \"masks_count\": \"0\",\n                    \"frames_count\": \"0\",\n                    \"embeddings_count\": \"0\",\n                    \"positive_input_tags_count\": \"0\",\n                    \"positive_region_tags_count\": \"0\",\n                    \"positive_frame_tags_count\": \"0\"\n                }\n            },\n            \"metadata\": {\n                \"src\": \"https://example_text.com\"\n            },\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"embed_model_version_ids\": [\n                \"9fe2c8962c104327bc87b8f8104b161a\"\n            ]\n        },\n        {\n            \"id\": \"dataset-version-1700568141\",\n            \"created_at\": \"2023-11-21T12:02:22.587696Z\",\n            \"modified_at\": \"2023-11-21T12:02:25.533335Z\",\n            \"app_id\": \"app-food5\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"dataset_id\": \"dataset-1700568138\",\n            \"annotation_filter_config\": {\n                \"annotation_filter\": {\n                    \"id\": \"dataset-1700568138-filter\",\n                    \"created_at\": \"2023-11-21T12:02:18.000612Z\",\n                    \"modified_at\": \"2023-11-21T12:02:18.000612Z\",\n                    \"user_id\": \"a0btrubbaefn\",\n                    \"app_id\": \"app-food5\"\n                }\n            },\n            \"status\": {\n                \"code\": 64015,\n                \"description\": \"Dataset version is ready to be used\"\n            },\n            \"description\": \"this ia sample description\",\n            \"metrics\": {\n                \"/\": {\n                    \"inputs_count\": \"0\",\n                    \"unlabeled_inputs_count\": \"0\",\n                    \"inputs_with_metadata_count\": \"0\",\n                    \"inputs_with_geo_count\": \"0\",\n                    \"regions_count\": \"0\",\n                    \"bounding_boxes_count\": \"0\",\n                    \"polygons_count\": \"0\",\n                    \"points_count\": \"0\",\n                    \"masks_count\": \"0\",\n                    \"frames_count\": \"0\",\n                    \"embeddings_count\": \"0\",\n                    \"positive_input_tags_count\": \"0\",\n                    \"positive_region_tags_count\": \"0\",\n                    \"positive_frame_tags_count\": \"0\"\n                }\n            },\n            \"metadata\": {\n                \"time\": \"10:00 AM\"\n            },\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"embed_model_version_ids\": [\n                \"9fe2c8962c104327bc87b8f8104b161a\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"9765dece-d944-48bb-a898-e828c2627173"},{"name":"Get Dataset Version","id":"3bc17beb-c097-4d71-83fd-5f71cb5d9e41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets/YOUR_DATASET_ID/versions/YOUR_DATASET_VERSION_ID","description":"<p>Retrieve details and status of a specific dataset version.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>dataset_version_id</code></td>\n<td>string</td>\n<td>Dataset version ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","datasets","YOUR_DATASET_ID","versions","YOUR_DATASET_VERSION_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"5929c653-5d53-497c-a24f-d5b986a69466","name":"GetDatasetVersion","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets/YOUR_DATASET_ID/versions/YOUR_DATASET_VERSION_ID"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"490e13eeceb65c918b8c65fb50a0b162\"\n    },\n    \"dataset_version\": {\n        \"id\": \"dataset-version-1700568177\",\n        \"created_at\": \"2023-11-21T12:02:57.664331Z\",\n        \"modified_at\": \"2023-11-21T12:02:58.667045Z\",\n        \"app_id\": \"app-food5\",\n        \"user_id\": \"a0btrubbaefn\",\n        \"dataset_id\": \"dataset-1700568138\",\n        \"annotation_filter_config\": {\n            \"annotation_filter\": {\n                \"id\": \"dataset-1700568138-filter\",\n                \"created_at\": \"2023-11-21T12:02:18.000612Z\",\n                \"modified_at\": \"2023-11-21T12:02:18.000612Z\",\n                \"user_id\": \"a0btrubbaefn\",\n                \"app_id\": \"app-food5\"\n            }\n        },\n        \"status\": {\n            \"code\": 64015,\n            \"description\": \"Dataset version is ready to be used\"\n        },\n        \"description\": \"dataset version description\",\n        \"metrics\": {\n            \"/\": {\n                \"inputs_count\": \"0\",\n                \"unlabeled_inputs_count\": \"0\",\n                \"inputs_with_metadata_count\": \"0\",\n                \"inputs_with_geo_count\": \"0\",\n                \"regions_count\": \"0\",\n                \"bounding_boxes_count\": \"0\",\n                \"polygons_count\": \"0\",\n                \"points_count\": \"0\",\n                \"masks_count\": \"0\",\n                \"frames_count\": \"0\",\n                \"embeddings_count\": \"0\",\n                \"positive_input_tags_count\": \"0\",\n                \"positive_region_tags_count\": \"0\",\n                \"positive_frame_tags_count\": \"0\"\n            }\n        },\n        \"metadata\": {},\n        \"visibility\": {\n            \"gettable\": 10\n        },\n        \"embed_model_version_ids\": [\n            \"9fe2c8962c104327bc87b8f8104b161a\"\n        ]\n    }\n}"}],"_postman_id":"3bc17beb-c097-4d71-83fd-5f71cb5d9e41"},{"name":"Put Dataset Version Exports","id":"1701692e-449e-4470-8333-18762f7a8d6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"exports\": [\n        {\n            \"format\": \"CLARIFAI_DATA_PROTOBUF\",\n            \"include_embeddings\": true\n        },\n        {\n            \"format\": \"CLARIFAI_DATA_JSON\",\n            \"include_embeddings\": true\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets/YOUR_DATASET_ID/versions/YOUR_DATASET_VERSION_ID/exports","description":"<p>Trigger an export of a dataset version in a specified format. Exports are generated asynchronously; poll the status using GET.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>exports[].format</code></td>\n<td>string</td>\n<td>Export format: <code>CLARIFAI_DATA_PROTOBUF</code>, <code>CLARIFAI_DATA_JSON</code>, or <code>COCO</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","datasets","YOUR_DATASET_ID","versions","YOUR_DATASET_VERSION_ID","exports"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"7cd017f0-f459-4820-b5ee-38085327008a","name":"PutDatasetVersionExports_text","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"exports\": [\n        {\n            \"format\": \"CLARIFAI_DATA_PROTOBUF\",\n            \"include_embeddings\": true\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets/YOUR_DATASET_ID/versions/YOUR_DATASET_VERSION_ID/exports"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"fc9d14334433bacdb4ad548bab8e2437\"\n    },\n    \"exports\": [\n        {\n            \"format\": 1,\n            \"status\": {\n                \"code\": 64200,\n                \"description\": \"Dataset version export success\",\n                \"percent_completed\": 100\n            },\n            \"url\": \"https://s3.amazonaws.com/clarifai-data-dumps/dev/app/b808f9f39531405d961b291b677311bd/dumps/3e6fd292993b404bbe86fbee1f30426e/exports/clarifai-data-protobuf.zip\",\n            \"size\": \"184\",\n            \"include_embeddings\": true\n        }\n    ]\n}"},{"id":"a8bfdded-3bdc-4e03-8c93-c3f98dcd01be","name":"PutDatasetVersionExports_text Copy","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"exports\": [\n        {\n            \"format\": \"CLARIFAI_DATA_JSON\",\n            \"include_embeddings\": true\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets/YOUR_DATASET_ID/versions/YOUR_DATASET_VERSION_ID/exports"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"85859e0f6ef9278ac979848d11969c95\"\n    },\n    \"exports\": [\n        {\n            \"format\": 3,\n            \"status\": {\n                \"code\": 64200,\n                \"description\": \"Dataset version export success\",\n                \"percent_completed\": 100\n            },\n            \"url\": \"https://s3.amazonaws.com/clarifai-data-dumps/dev/app/b808f9f39531405d961b291b677311bd/dumps/3e6fd292993b404bbe86fbee1f30426e/exports/clarifai-data-json.zip\",\n            \"size\": \"180\",\n            \"include_embeddings\": true\n        }\n    ]\n}"}],"_postman_id":"1701692e-449e-4470-8333-18762f7a8d6c"},{"name":"Patch Dataset Versions","id":"61dcaa8c-0b0b-48ba-8073-413671273646","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"dataset_versions\": [\n        {\n            \"id\": \"YOUR_DATASET_VERSION_ID\",\n            \"description\": \"dataset version updated description\"\n        }\n    ],\n    \"action\": \"overwrite\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets/YOUR_DATASET_ID/versions","description":"<p>Update properties of an existing dataset version, such as description.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>dataset_versions[].id</code></td>\n<td>string</td>\n<td>Version ID to update</td>\n</tr>\n<tr>\n<td><code>dataset_versions[].description</code></td>\n<td>string</td>\n<td>Updated description</td>\n</tr>\n<tr>\n<td><code>action</code></td>\n<td>string</td>\n<td><code>overwrite</code> or <code>merge</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","datasets","YOUR_DATASET_ID","versions"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"98267751-f4ec-4b6a-8497-f743c6e6d66c","name":"PatchDatasetVersions","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"dataset_versions\": [\n        {\n            \"id\": \"YOUR_DATASET_VERSION_ID\",\n            \"description\": \"dataset version updated description\"\n        }\n    ],\n    \"action\": \"overwrite\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets/YOUR_DATASET_ID/versions"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"ac83a6d4265cf2109598162680cf40d8\"\n    },\n    \"dataset_versions\": [\n        {\n            \"id\": \"dataset-version-1700568177\",\n            \"created_at\": \"2023-11-21T12:02:57.664331Z\",\n            \"modified_at\": \"2023-11-21T12:03:40.141993675Z\",\n            \"app_id\": \"app-food5\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"dataset_id\": \"dataset-1700568138\",\n            \"annotation_filter_config\": {\n                \"annotation_filter\": {\n                    \"id\": \"dataset-1700568138-filter\",\n                    \"created_at\": \"2023-11-21T12:02:18.000612Z\",\n                    \"modified_at\": \"2023-11-21T12:02:18.000612Z\",\n                    \"user_id\": \"a0btrubbaefn\",\n                    \"app_id\": \"app-food5\"\n                }\n            },\n            \"status\": {\n                \"code\": 64015,\n                \"description\": \"Dataset version is ready to be used\"\n            },\n            \"description\": \"dataset version updated description\",\n            \"metrics\": {\n                \"/\": {\n                    \"inputs_count\": \"0\",\n                    \"unlabeled_inputs_count\": \"0\",\n                    \"inputs_with_metadata_count\": \"0\",\n                    \"inputs_with_geo_count\": \"0\",\n                    \"regions_count\": \"0\",\n                    \"bounding_boxes_count\": \"0\",\n                    \"polygons_count\": \"0\",\n                    \"points_count\": \"0\",\n                    \"masks_count\": \"0\",\n                    \"frames_count\": \"0\",\n                    \"embeddings_count\": \"0\",\n                    \"positive_input_tags_count\": \"0\",\n                    \"positive_region_tags_count\": \"0\",\n                    \"positive_frame_tags_count\": \"0\"\n                }\n            },\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"embed_model_version_ids\": [\n                \"9fe2c8962c104327bc87b8f8104b161a\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"61dcaa8c-0b0b-48ba-8073-413671273646"},{"name":"Delete Dataset Versions","id":"68cde9e0-bffa-4f14-8095-d3806abc4863","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"dataset_version_ids\": [\n        \"YOUR_DATASET_VERSION_ID\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets/YOUR_DATASET_ID/versions","description":"<p>Delete one or more dataset versions. The underlying inputs are not deleted.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>dataset_version_ids</code></td>\n<td>array[string]</td>\n<td>Version IDs to delete</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","datasets","YOUR_DATASET_ID","versions"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"80bac647-1585-45d0-b1a4-9c25d578bf5b","name":"DeleteDatasetVersions","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"dataset_version_ids\": [\n        \"YOUR_DATASET_VERSION_ID\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/datasets/YOUR_DATASET_ID/versions"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"details\": \"Dataset version 'dataset-version-1700568177' deleted\",\n        \"req_id\": \"e60d98ec521a6b36c3ec43c08ed424f4\"\n    }\n}"}],"_postman_id":"68cde9e0-bffa-4f14-8095-d3806abc4863"}],"id":"66d612bb-352d-4a90-be52-d63701ecc140","description":"<p>Dataset Versions capture a fixed snapshot of a dataset's inputs and annotations at a specific point in time. Versions are used to train models reproducibly and can be exported to external storage.</p>\n<p><strong>Key operations:</strong> post version, post with annotation filter, list, get, patch, put exports (trigger export), delete.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code>, <code>YOUR_DATASET_ID</code>, <code>YOUR_DATASET_VERSION_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/create/datasets/create\">Create Datasets</a> | <a href=\"https://docs.clarifai.com/create/datasets/manage\">Manage Datasets</a></p>\n","_postman_id":"66d612bb-352d-4a90-be52-d63701ecc140","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}}],"id":"0823b007-2a3f-4123-9f66-2771d905e1a1","description":"<p>Datasets are named collections of inputs and annotations used for model training and evaluation. Dataset Versions capture a snapshot of a dataset at a point in time and can be exported for use outside Clarifai.</p>\n<p><strong>Subfolders:</strong></p>\n<ul>\n<li><strong>Dataset Essentials</strong> — Create and manage datasets</li>\n<li><strong>Dataset Inputs</strong> — Add, list, and remove inputs from a dataset</li>\n<li><strong>Dataset Versions</strong> — Version, export, and manage snapshots of a dataset</li>\n</ul>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code>, <code>YOUR_DATASET_ID</code>, <code>YOUR_DATASET_VERSION_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/create/datasets/\">Datasets Documentation</a></p>\n","_postman_id":"0823b007-2a3f-4123-9f66-2771d905e1a1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Inputs","item":[{"name":"List All Inputs","event":[{"listen":"test","script":{"exec":["if (JSON.parse(responseBody).inputs.length > 0) {","  postman.setEnvironmentVariable(\"input_id\", JSON.parse(responseBody).inputs[0].id);","}"],"type":"text/javascript","packages":{},"id":"46232681-23dd-4311-9338-9d35161362d0"}}],"id":"4b543781-f569-4dd2-9632-d01b11c65d52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs?per_page=1000&page=1","description":"<p>List all inputs in the app. Inputs can be images, videos, audio files, or text.</p>\n<h2 id=\"query-parameters\"><strong>Query Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td>integer</td>\n<td>Page number</td>\n</tr>\n<tr>\n<td><code>per_page</code></td>\n<td>integer</td>\n<td>Results per page (default: 20)</td>\n</tr>\n<tr>\n<td><code>sort_ascending</code></td>\n<td>boolean</td>\n<td>Sort order</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","inputs"],"host":["https://api.clarifai.com"],"query":[{"key":"per_page","value":"1000"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"022bf0d8-fdda-4600-bb6e-8bd8e7f3c6ca","name":"List All Inputs","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"url":{"raw":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs/?per_page=1000&page=1","host":["https://api.clarifai.com"],"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","inputs",""],"query":[{"key":"per_page","value":"1000"},{"key":"page","value":"1"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"ed7a55b96f2354a73ff29d094ced28a9\"\n    },\n    \"inputs\": [\n        {\n            \"id\": \"6aa4f77143824bb2b18a9e51d56f0846\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                    \"hosted\": {\n                        \"prefix\": \"https://data-dev.clarifai.com\",\n                        \"suffix\": \"users/a0btrubbaefn/apps/app-food5/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                        \"sizes\": [\n                            \"orig\",\n                            \"tiny\",\n                            \"small\",\n                            \"large\"\n                        ],\n                        \"crossorigin\": \"use-credentials\"\n                    },\n                    \"image_info\": {\n                        \"width\": 512,\n                        \"height\": 384,\n                        \"format\": \"JPEG\",\n                        \"color_mode\": \"YUV\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:19:33.906800Z\",\n            \"modified_at\": \"2023-11-22T07:19:35.731205Z\",\n            \"status\": {\n                \"code\": 30000,\n                \"description\": \"Download complete\"\n            }\n        },\n        {\n            \"id\": \"input1\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                    \"hosted\": {\n                        \"prefix\": \"https://data-dev.clarifai.com\",\n                        \"suffix\": \"users/a0btrubbaefn/apps/app-food5/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                        \"sizes\": [\n                            \"orig\",\n                            \"tiny\",\n                            \"small\",\n                            \"large\"\n                        ],\n                        \"crossorigin\": \"use-credentials\"\n                    },\n                    \"image_info\": {\n                        \"width\": 512,\n                        \"height\": 384,\n                        \"format\": \"JPEG\",\n                        \"color_mode\": \"YUV\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-21T12:04:45.209215Z\",\n            \"modified_at\": \"2023-11-21T12:04:47.517983Z\",\n            \"status\": {\n                \"code\": 30000,\n                \"description\": \"Download complete\"\n            }\n        }\n    ]\n}"}],"_postman_id":"4b543781-f569-4dd2-9632-d01b11c65d52"},{"name":"Inputs Status","id":"b24746c2-c211-412f-a801-fa15c5f6093e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs/status","description":"<p>Get a summary of input processing status — how many inputs are queued, processing, complete, or failed.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","inputs","status"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"49538417-bf04-4e33-a35c-a2fa24a01dce","name":"Inputs Status","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs/status"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"58d11d89f26ff5405ac78f354deecc13\"\n    },\n    \"counts\": {\n        \"processed\": 2,\n        \"to_process\": 0,\n        \"errors\": 0,\n        \"processing\": 0,\n        \"reindexed\": 0,\n        \"to_reindex\": 0,\n        \"reindex_errors\": 0,\n        \"reindexing\": 0\n    }\n}"}],"_postman_id":"b24746c2-c211-412f-a801-fa15c5f6093e"},{"name":"Stream All","id":"f9965d02-991e-4a0a-85ba-dfd558f71ed0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs/stream?per_page=5","description":"<p>Stream inputs using cursor-based pagination. More efficient than offset pagination for large datasets. Each response includes a <code>last_id</code> that can be used as the cursor for the next page.</p>\n<h2 id=\"query-parameters\"><strong>Query Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>per_page</code></td>\n<td>integer</td>\n<td>Number of inputs per page</td>\n</tr>\n<tr>\n<td><code>last_id</code></td>\n<td>string</td>\n<td>Cursor from the previous response for pagination</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","inputs","stream"],"host":["https://api.clarifai.com"],"query":[{"key":"per_page","value":"5"}],"variable":[]}},"response":[{"id":"5066351a-ac0b-480f-b4bf-aecb21a7b6dd","name":"Stream All","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"url":{"raw":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs/stream?per_page=5","host":["https://api.clarifai.com"],"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","inputs","stream"],"query":[{"key":"per_page","value":"5"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"6236d6ed34bf5bcc205c29e54facd3c8\"\n    },\n    \"inputs\": [\n        {\n            \"id\": \"input1\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                    \"hosted\": {\n                        \"prefix\": \"https://data-dev.clarifai.com\",\n                        \"suffix\": \"users/a0btrubbaefn/apps/app-food5/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                        \"sizes\": [\n                            \"orig\",\n                            \"tiny\",\n                            \"small\",\n                            \"large\"\n                        ],\n                        \"crossorigin\": \"use-credentials\"\n                    },\n                    \"image_info\": {\n                        \"width\": 512,\n                        \"height\": 384,\n                        \"format\": \"JPEG\",\n                        \"color_mode\": \"YUV\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-21T12:04:45.209215Z\",\n            \"modified_at\": \"2023-11-21T12:04:47.517983Z\",\n            \"status\": {\n                \"code\": 30000,\n                \"description\": \"Download complete\"\n            }\n        },\n        {\n            \"id\": \"6aa4f77143824bb2b18a9e51d56f0846\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                    \"hosted\": {\n                        \"prefix\": \"https://data-dev.clarifai.com\",\n                        \"suffix\": \"users/a0btrubbaefn/apps/app-food5/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                        \"sizes\": [\n                            \"orig\",\n                            \"tiny\",\n                            \"small\",\n                            \"large\"\n                        ],\n                        \"crossorigin\": \"use-credentials\"\n                    },\n                    \"image_info\": {\n                        \"width\": 512,\n                        \"height\": 384,\n                        \"format\": \"JPEG\",\n                        \"color_mode\": \"YUV\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:19:33.906800Z\",\n            \"modified_at\": \"2023-11-22T07:19:35.731205Z\",\n            \"status\": {\n                \"code\": 30000,\n                \"description\": \"Download complete\"\n            }\n        }\n    ]\n}"},{"id":"4ebf7c45-a9ec-413a-99c1-2e7372d0e478","name":"Stream All Next Page","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"url":{"raw":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs/stream?per_page=5&last_id=d254ef70b06845c896805c09d33304aa","host":["https://api.clarifai.com"],"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","inputs","stream"],"query":[{"key":"per_page","value":"5"},{"key":"last_id","value":"d254ef70b06845c896805c09d33304aa"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"27558885a5f24f8347642ab4d2a5f9e9\"\n    },\n    \"inputs\": [\n        {\n            \"id\": \"input1\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                    \"hosted\": {\n                        \"prefix\": \"https://data-dev.clarifai.com\",\n                        \"suffix\": \"users/a0btrubbaefn/apps/app-food5/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                        \"sizes\": [\n                            \"orig\",\n                            \"tiny\",\n                            \"small\",\n                            \"large\"\n                        ],\n                        \"crossorigin\": \"use-credentials\"\n                    },\n                    \"image_info\": {\n                        \"width\": 512,\n                        \"height\": 384,\n                        \"format\": \"JPEG\",\n                        \"color_mode\": \"YUV\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-21T12:04:45.209215Z\",\n            \"modified_at\": \"2023-11-21T12:04:47.517983Z\",\n            \"status\": {\n                \"code\": 30000,\n                \"description\": \"Download complete\"\n            }\n        },\n        {\n            \"id\": \"6aa4f77143824bb2b18a9e51d56f0846\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                    \"hosted\": {\n                        \"prefix\": \"https://data-dev.clarifai.com\",\n                        \"suffix\": \"users/a0btrubbaefn/apps/app-food5/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                        \"sizes\": [\n                            \"orig\",\n                            \"tiny\",\n                            \"small\",\n                            \"large\"\n                        ],\n                        \"crossorigin\": \"use-credentials\"\n                    },\n                    \"image_info\": {\n                        \"width\": 512,\n                        \"height\": 384,\n                        \"format\": \"JPEG\",\n                        \"color_mode\": \"YUV\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:19:33.906800Z\",\n            \"modified_at\": \"2023-11-22T07:19:35.731205Z\",\n            \"status\": {\n                \"code\": 30000,\n                \"description\": \"Download complete\"\n            }\n        }\n    ]\n}"}],"_postman_id":"f9965d02-991e-4a0a-85ba-dfd558f71ed0"},{"name":"Get Input By ID","id":"03da28e8-738b-4414-8b92-ae814d319554","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs/YOUR_INPUT_ID","description":"<p>Retrieve a single input by its ID, including its metadata, annotations, and processing status.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>input_id</code></td>\n<td>string</td>\n<td>Input ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","inputs","YOUR_INPUT_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"9ed5e818-bb02-4e6b-bc18-6bef3b1fb4e0","name":"Get Input By Id","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs/YOUR_INPUT_ID"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"31e43d802c3c64dd0a1e9b217a140ba8\"\n    },\n    \"input\": {\n        \"id\": \"6aa4f77143824bb2b18a9e51d56f0846\",\n        \"data\": {\n            \"image\": {\n                \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                \"hosted\": {\n                    \"prefix\": \"https://data-dev.clarifai.com\",\n                    \"suffix\": \"users/a0btrubbaefn/apps/app-food5/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                    \"sizes\": [\n                        \"orig\",\n                        \"tiny\",\n                        \"small\",\n                        \"large\"\n                    ],\n                    \"crossorigin\": \"use-credentials\"\n                },\n                \"image_info\": {\n                    \"width\": 512,\n                    \"height\": 384,\n                    \"format\": \"JPEG\",\n                    \"color_mode\": \"YUV\"\n                }\n            }\n        },\n        \"created_at\": \"2023-11-22T07:19:33.906800Z\",\n        \"modified_at\": \"2023-11-22T07:19:35.731205Z\",\n        \"status\": {\n            \"code\": 30000,\n            \"description\": \"Download complete\"\n        }\n    }\n}"}],"_postman_id":"03da28e8-738b-4414-8b92-ae814d319554"},{"name":"Delete By ID","id":"cad8bf4d-b997-47eb-86ae-5e96bc648492","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs/YOUR_INPUT_ID","description":"<p>Delete a single input from the app by its ID.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>input_id</code></td>\n<td>string</td>\n<td>Input ID to delete</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","inputs","YOUR_INPUT_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"6e027fea-6684-4bf8-86f6-52afc2192c34","name":"Delete by ID","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs/YOUR_INPUT_ID"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"45c8006598c920e2e0077a6bbb6c7d0b\"\n    }\n}"}],"_postman_id":"cad8bf4d-b997-47eb-86ae-5e96bc648492"},{"name":"Delete Batch By IDs","id":"20f43978-d7bf-44d9-b85a-d53e7927c16a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        \"YOUR_INPUT_ID\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs","description":"<p>Delete multiple inputs in a single request. Useful for bulk cleanup of large datasets.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ids</code></td>\n<td>array[string]</td>\n<td>Input IDs to delete</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","inputs"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"ac79b119-01c0-408b-88f8-f4b7054aa0ad","name":"Delete Batch by IDs","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        \"YOUR_INPUT_ID\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs/"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"9f63c351c3488fd89cee3e27fad75e69\"\n    }\n}"}],"_postman_id":"20f43978-d7bf-44d9-b85a-d53e7927c16a"},{"name":"Add Input","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"input_id\", encodeURIComponent(JSON.parse(responseBody).inputs[0].id));"],"type":"text/javascript","packages":{},"id":"ed39cfc6-236d-414a-bbe1-6834117133d1"}}],"id":"3ae7672f-f134-42e6-b4ba-6a254a9bf85f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"inputs\": [\n        {\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs","description":"<p>Add one or more inputs (images, video, audio, or text) to the app. Inputs are the core data unit in Clarifai and can have concepts, metadata, and geo-coordinates attached at upload time.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>inputs[].data.image.url</code></td>\n<td>string</td>\n<td>Public URL of the image to add</td>\n</tr>\n<tr>\n<td><code>inputs[].data.image.base64</code></td>\n<td>string</td>\n<td>Base64-encoded image data (alternative to URL)</td>\n</tr>\n<tr>\n<td><code>inputs[].data.image.allow_duplicate_url</code></td>\n<td>boolean</td>\n<td>Allow the same URL to be added multiple times</td>\n</tr>\n<tr>\n<td><code>inputs[].data.concepts</code></td>\n<td>array</td>\n<td>Initial concept annotations with <code>id</code> and <code>value</code></td>\n</tr>\n<tr>\n<td><code>inputs[].data.metadata</code></td>\n<td>object</td>\n<td>Arbitrary key-value metadata</td>\n</tr>\n<tr>\n<td><code>inputs[].data.geo.geo_point</code></td>\n<td>object</td>\n<td><code>latitude</code> and <code>longitude</code> for geospatial search</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","inputs"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"f58969b9-2adc-4d5c-8bdd-1eeaa0baf5df","name":"Add Image","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"inputs\": [\n        {\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"details\": \"All inputs successfully added\",\n        \"req_id\": \"446d2f118b6380d6cce609f17f45acef\"\n    },\n    \"inputs\": [\n        {\n            \"id\": \"129a52a75cbd457aa65eb73110008482\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:33:50.537525077Z\",\n            \"modified_at\": \"2023-11-22T07:33:50.537525077Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        }\n    ]\n}"},{"id":"78071ba5-fc81-4621-bf78-d1e2ecb84794","name":"Add Audio","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"inputs\": [\n        {\n            \"data\": {\n                \"audio\": {\n                    \"url\": \"https://www.learningcontainer.com/wp-content/uploads/2020/02/Kalimba.mp3\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"details\": \"All inputs successfully added\",\n        \"req_id\": \"938f439655d0465ebee14ca5b550fe45\"\n    },\n    \"inputs\": [\n        {\n            \"id\": \"4254ae805e3f4193b92867eaf51c5705\",\n            \"data\": {\n                \"audio\": {\n                    \"url\": \"https://www.learningcontainer.com/wp-content/uploads/2020/02/Kalimba.mp3\",\n                    \"audio_info\": {\n                        \"audio_format\": \"UnknownAudioFormat\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:36:38.477361775Z\",\n            \"modified_at\": \"2023-11-22T07:36:38.477361775Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        }\n    ]\n}"},{"id":"5695d67e-5e3c-4842-a7db-c0b90a78df33","name":"Add video","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"inputs\": [\n        {\n            \"data\": {\n                \"video\": {\n                    \"url\": \"https://samples.clarifai.com/beer.mp4\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"details\": \"All inputs successfully added\",\n        \"req_id\": \"b799b397fe7c37edf7ca0b903465d7d0\"\n    },\n    \"inputs\": [\n        {\n            \"id\": \"3162e367794641c4a5c680b4de642224\",\n            \"data\": {\n                \"video\": {\n                    \"url\": \"https://samples.clarifai.com/beer.mp4\",\n                    \"video_info\": {\n                        \"video_format\": \"UnknownVideoFormat\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:36:58.582040996Z\",\n            \"modified_at\": \"2023-11-22T07:36:58.582040996Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        }\n    ]\n}"},{"id":"a6903ce6-5e79-47bc-bc6e-4e07b9f5bf15","name":"Add text","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"inputs\": [\n        {\n            \"data\": {\n                \"text\": {\n                    \"raw\": \"This is a car\"\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"details\": \"All inputs successfully added\",\n        \"req_id\": \"457148ac1702783d872f1f7dfa042f2c\"\n    },\n    \"inputs\": [\n        {\n            \"id\": \"e58ce32722f44388892fbd3790b2812f\",\n            \"data\": {\n                \"text\": {\n                    \"url\": \"https://data-dev.clarifai.com/orig/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/text/085e48240095a68b2a89114c3dc7377a\",\n                    \"text_info\": {\n                        \"encoding\": \"UnknownTextEnc\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:37:17.334430111Z\",\n            \"modified_at\": \"2023-11-22T07:37:17.334430111Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        }\n    ]\n}"},{"id":"af993482-a239-406d-9e8a-3170dba1ae6c","name":"Add with ID","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"inputs\": [\n        {\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                    \"allow_duplicate_url\": true\n                }\n            },\n            \"id\": \"input1\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"details\": \"All inputs successfully added\",\n        \"req_id\": \"4ccde7ea56554d6953fc1ad025a3c2d3\"\n    },\n    \"inputs\": [\n        {\n            \"id\": \"input1\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-21T12:04:45.209215309Z\",\n            \"modified_at\": \"2023-11-21T12:04:45.209215309Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        }\n    ]\n}"},{"id":"78ece05b-19ab-42bb-abb1-80946ee2a867","name":"Add base64 image","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"inputs\": [\n        {\n            \"data\": {\n                \"image\": {\n                    \"base64\": \"/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAUDBAQEAwUEBAQFBQUGBwwIBwcHBw8LCwkMEQ8SEhEPERETFhwXExQaFRERGCEYGh0dHx8fExciJCIeJBweHx7/2wBDAQUFBQcGBw4ICA4eFBEUHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh7/wAARCAAoACgDASIAAhEBAxEB/8QAGQAAAgMBAAAAAAAAAAAAAAAAAAYDBQcE/8QAMBAAAQMDAwMDAgQHAAAAAAAAAQIDBAAFEQYSIQcTMTJBURRhCBYikSNScXKhsdH/xAAZAQACAwEAAAAAAAAAAAAAAAAFBgIDBAf/xAAtEQABAwMBBgQHAQAAAAAAAAABAgMRAAQhMQUSE0FRYQaBocEUFiJCcrHR8P/aAAwDAQACEQMRAD8A3+RYY1unSYzCS0ttZUkAgktn0q5yT7jPyDUC4wdGwycH5U2Kt9ZQ7VI1qw5PkvQy3CSVPpf7aQjuKyFH25xzn3pHn3TVNy01Hl2hyy6YdkSpKsS9sl/6RlI3rRu3dxWd6spwnAGPIJTfl925fcLaoSDHXvyo6i9SlCQrU9wKln3OyWiaDN1RAbW3kKbSd7gPtwMkH/tTWy9afuy1iPfnXMAblITwkE4yf08cn3pSbYt1uts24XH6fUbiLAuY1MWyGkLEmUW0rcCRvUpQ5CtwKQCPgi4S1ZbDe4sd9NntDEe79m3uOBLTr0IR9jzodSMqUpTu9JJ8owD7UTT4ZCfv9PbP7860m+s+HBSrejWRuz2kAxoesGYxTW/Zlpkwo1vkuSly3UgKWQUhHJUvIHsAaKTemF8XE6sWmxyZkiaZrMh1jv8ArQNpUVqB8FW0njHqx4zRVVhsph1KlKk5xQ+7uHmikaSJrQerMByet2IwvtuTLa4xv2k7Rk84H9x/esHv92d01boenLXGcuiWrFIhLlpbcaQ2/JdK3VJCkAq2pAR7Zz7YxWudY9fxNIdQbNGkR5TyX4aisNNpUMFZAzkj4NK0jq9ZpbLr0PSlzkhrlZDaQlP3P8Q4/ap3F87bPucJEkx/hHv60b2TYXLrKN5sramYECSQRk9M6c6zmJ+eb5Hi22M7cnWGIQgFLbX0zSo4PDa1YBcTgDyMjJ/qbGPabH08SJt1Uzc9QqRliGg5QySPKvgc+TyfYDmmTUWpNYz7ctxoQdPQshCktupckDJUPUcJT6DwMq8YyaQ9VL0pCS8zapcq4SVOBZmPDO8/cnknlWcDBwn4NYnPjLkQ+qE9OtOVlYpeVHDCEkkkJyT+SuQzy5Y0ru6Ez511/Efa5s1fdkOtyVurIxgdlQAA9gOKKPwolU7remU5hCGYEgo38KUv9I/0TRTDYJCWQBSF4rIN/CRgAR0iTpVD1j1g/qDqJcJqlKcjB9bcda142MpOEJAzgeMnjyTSyze5KEuNRpDoDvC0oe4X9iAeaKKFK+oya6fbOqYbDTeEiAPKpHdS3gBLYc7RQkp3ApQog+cq8nwPJrljzxnPZbUfnugn/NFFRgEVch9xKsH0H8pg6e3x3T3UC1ajaZITGkJLoS4MKbOUrzz/ACKVRRRVzVwtoQmhG1NkWu0HuI+JI8u/Kv/Z\"\n                },\n                \"concepts\": [\n                    {\n                        \"id\": \"test_concept1\"\n                    }\n                ]\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"details\": \"All inputs successfully added\",\n        \"req_id\": \"fc84d7d25cfd4b09f2742f853453230a\"\n    },\n    \"inputs\": [\n        {\n            \"id\": \"63b3306d719644998742f2b087c7d7e3\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://data-dev.clarifai.com/orig/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                },\n                \"concepts\": [\n                    {\n                        \"id\": \"test_concept1\",\n                        \"name\": \"test_concept1\",\n                        \"value\": 1,\n                        \"app_id\": \"test-app-1700638575-empty\"\n                    }\n                ]\n            },\n            \"created_at\": \"2023-11-22T07:39:18.271982948Z\",\n            \"modified_at\": \"2023-11-22T07:39:18.271982948Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        }\n    ]\n}"},{"id":"954906d7-31f6-4e24-9c02-f491870e7937","name":"Add Image with Concept","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"inputs\": [\n        {\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                    \"allow_duplicate_url\": true\n                },\n                \"geo\": {\n                    \"geo_point\": {\n                        \"longitude\": 40.7129,\n                        \"latitude\": 74.0058\n                    }\n                },\n                \"concepts\": [\n                    {\n                        \"id\": \"car\"\n                    }, {\n                        \"id\":  \"train\"\n                    }\n                ]\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"details\": \"All inputs successfully added\",\n        \"req_id\": \"c275289577938c35bd30c0fcd2b5d3b7\"\n    },\n    \"inputs\": [\n        {\n            \"id\": \"1384cf80837443bca1646dfacc738b76\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                },\n                \"concepts\": [\n                    {\n                        \"id\": \"car\",\n                        \"name\": \"car\",\n                        \"value\": 1,\n                        \"app_id\": \"test-app-1700638575-empty\"\n                    },\n                    {\n                        \"id\": \"train\",\n                        \"name\": \"train\",\n                        \"value\": 1,\n                        \"app_id\": \"test-app-1700638575-empty\"\n                    }\n                ],\n                \"geo\": {\n                    \"geo_point\": {\n                        \"longitude\": 40.7129,\n                        \"latitude\": 74.0058\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:39:41.416649531Z\",\n            \"modified_at\": \"2023-11-22T07:39:41.416649531Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        }\n    ]\n}"},{"id":"93b960d4-5445-4796-9a26-a13405660d8b","name":"Add Input with Metadata","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{ \n    \"user_app_id\": {\n            \"user_id\": \"jmg1fb71ays2\",\n            \"app_id\": \"brand-detection\"\n        },\n    \"inputs\": [\n        {\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://images.pexels.com/photos/4061392/pexels-photo-4061392.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500\",\n                    \"allow_duplicate_url\": true\n                },\n                \"concepts\": [\n                    {\n                        \"id\": \"louis-vuitton\",\n                        \"value\": true\n                    }\n                ],\n                \"metadata\": {\n                    \"foo\":\"bar\" \n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"details\": \"All inputs successfully added\",\n        \"req_id\": \"daee5cdf66db1ad88799ff36c7d64596\"\n    },\n    \"inputs\": [\n        {\n            \"id\": \"24f1ddd1a83f429ca30fbe9ba0c5eaca\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://images.pexels.com/photos/4061392/pexels-photo-4061392.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                },\n                \"concepts\": [\n                    {\n                        \"id\": \"louis-vuitton\",\n                        \"name\": \"louis-vuitton\",\n                        \"value\": 1,\n                        \"app_id\": \"test-app-1700638575-empty\"\n                    }\n                ],\n                \"metadata\": {\n                    \"foo\": \"bar\"\n                }\n            },\n            \"created_at\": \"2023-11-22T07:40:13.303256477Z\",\n            \"modified_at\": \"2023-11-22T07:40:13.303256477Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        }\n    ]\n}"},{"id":"edab885d-ec45-4a37-ba96-572c585c85a3","name":"Add Input with a  geo point","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n  \"inputs\": [\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"https://samples.clarifai.com/dog.tiff\",\n          \"allow_duplicate_url\": true\n        },\n        \"geo\": {\n          \"geo_point\": {\n            \"longitude\": -30,\n            \"latitude\": 40\n          }\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"details\": \"All inputs successfully added\",\n        \"req_id\": \"9a2a810fe2aa06c87801afe4285f26e4\"\n    },\n    \"inputs\": [\n        {\n            \"id\": \"a27ed751f13741b896d698e1d8eeb9be\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                },\n                \"geo\": {\n                    \"geo_point\": {\n                        \"longitude\": -30,\n                        \"latitude\": 40\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:40:37.614248190Z\",\n            \"modified_at\": \"2023-11-22T07:40:37.614248190Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        }\n    ]\n}"},{"id":"fc1ad66f-03fe-4ebd-96b9-2652fc47b33d","name":"Add Input with a zero geo point and metadata","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n  \"inputs\": [\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"https://samples.clarifai.com/dog.tiff\",\n          \"allow_duplicate_url\": true\n        },\n        \"geo\": {\n          \"geo_point\": {\n            \"longitude\": 0,\n            \"latitude\": 0\n          }\n        },\n        \"metadata\": {\n          \"string_key\" : \"\",\n          \"int_key\": 0,\n          \"float_key\": 0,\n          \"bool_key\": false,\n          \"my_list\": [],\n          \"my_map\": {\n          \t\"x\": 0,\n          \t\"y\": 0\n          }\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"details\": \"All inputs successfully added\",\n        \"req_id\": \"6c2b9d328bdcf8cf2c720a5914043521\"\n    },\n    \"inputs\": [\n        {\n            \"id\": \"036442e0e39b416a97cf007fb0844bd3\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                },\n                \"metadata\": {\n                    \"bool_key\": false,\n                    \"float_key\": 0,\n                    \"int_key\": 0,\n                    \"my_list\": [],\n                    \"my_map\": {\n                        \"x\": 0,\n                        \"y\": 0\n                    },\n                    \"string_key\": \"\"\n                },\n                \"geo\": {\n                    \"geo_point\": {\n                        \"longitude\": 0,\n                        \"latitude\": 0\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:40:56.413367398Z\",\n            \"modified_at\": \"2023-11-22T07:40:56.413367398Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        }\n    ]\n}"}],"_postman_id":"3ae7672f-f134-42e6-b4ba-6a254a9bf85f"},{"name":"Add Input with Job","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"input_id\", encodeURIComponent(JSON.parse(responseBody).inputs[0].id));","postman.setEnvironmentVariable(\"inputs_add_job_id\", encodeURIComponent(JSON.parse(responseBody).inputs_add_job.id));"],"type":"text/javascript","packages":{},"id":"458d9716-adad-4e05-99df-2ebac1caab8b"}}],"id":"1d2d404c-302c-4318-869d-dfba7d7a19b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"inputs\": [\n        {\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        }\n    ],\n    \"inputs_add_job_id\": \"inputs-add-job-1777931642\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs","description":"<p>Add inputs to the app and receive a job ID to track the progress of the batch. Use the job ID with the input jobs endpoint to poll status.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>inputs</code></td>\n<td>array</td>\n<td>Same structure as the Add Input endpoint</td>\n</tr>\n<tr>\n<td><code>inputs_add_job.id</code></td>\n<td>string</td>\n<td>Optional job ID to group this batch under a specific job</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","inputs"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"20d38447-70a0-45ed-a17c-7c459a5493c9","name":"Add with Inputs Add Job ID","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"inputs\": [\n        {\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        }\n    ],\n    \"inputs_add_job_id\": \"inputs-add-job-1777931642\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"details\": \"All inputs successfully added\",\n        \"req_id\": \"9769f204205fe0c8b13a7d91023df019\"\n    },\n    \"inputs\": [\n        {\n            \"id\": \"6ce74c092e464c54a83dc95366791592\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:38:58.364174801Z\",\n            \"modified_at\": \"2023-11-22T07:38:58.364174801Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        }\n    ],\n    \"inputs_add_job\": {\n        \"id\": \"inputs-add-job-1700638738\",\n        \"progress\": {\n            \"pending_count\": \"1\"\n        },\n        \"created_at\": \"2023-11-22T07:38:58.349176Z\",\n        \"modified_at\": \"2023-11-22T07:38:58.349176Z\",\n        \"status\": {\n            \"code\": 64000,\n            \"description\": \"Job is queued to be ran.\"\n        }\n    }\n}"}],"_postman_id":"1d2d404c-302c-4318-869d-dfba7d7a19b0"},{"name":"Patch Inputs","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"b3428ef1-1ecc-440f-8212-b29f6b26da0a"}}],"id":"ac61b834-7f46-4d06-99b4-e29dd19c8eb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"inputs\": [\n        {\n            \"id\": \"YOUR_INPUT_ID\",\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"mattid2\",\n                        \"value\": 1.0\n                    },\n                    {\n                        \"id\": \"ferrari\",\n                        \"value\": 0.0\n                    }\n                ],\n                \"metadata\": {\n                    \"my_key\": \"my_value2\"\n                }\n            }\n        }\n    ],\n    \"action\": \"merge\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs","description":"<p>Update existing inputs — merge or overwrite concepts, metadata, and geo-coordinates.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>inputs[].id</code></td>\n<td>string</td>\n<td>Input ID to update</td>\n</tr>\n<tr>\n<td><code>inputs[].data.concepts</code></td>\n<td>array</td>\n<td>Concepts to add or replace</td>\n</tr>\n<tr>\n<td><code>inputs[].data.metadata</code></td>\n<td>object</td>\n<td>Metadata to merge or replace</td>\n</tr>\n<tr>\n<td><code>action</code></td>\n<td>string</td>\n<td><code>merge</code> or <code>overwrite</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","inputs"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"d397a85e-d6d7-4611-820c-20bbac7f2839","name":"Update Concepts Bulk (merge)","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"inputs\": [\n        {\n            \"id\": \"YOUR_ASSET_ID\",\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"mattid2\",\n                        \"value\": 1.0\n                    },\n                    {\n                        \"id\": \"ferrari\",\n                        \"value\": 0.0\n                    }\n                ],\n                \"metadata\": {\n                    \"my_key\": \"my_value2\"\n                }\n            }\n        }\n    ],\n    \"action\": \"merge\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"details\": \"All inputs successfully added\",\n        \"req_id\": \"7605f592d471de3a995fad75cfb594c9\"\n    },\n    \"inputs\": [\n        {\n            \"id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://data-dev.clarifai.com/orig/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                    \"hosted\": {\n                        \"prefix\": \"https://data-dev.clarifai.com\",\n                        \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                        \"sizes\": [\n                            \"orig\",\n                            \"tiny\",\n                            \"small\",\n                            \"large\"\n                        ],\n                        \"crossorigin\": \"use-credentials\"\n                    },\n                    \"image_info\": {\n                        \"width\": 40,\n                        \"height\": 40,\n                        \"format\": \"JPEG\",\n                        \"color_mode\": \"YUV\"\n                    }\n                },\n                \"concepts\": [\n                    {\n                        \"id\": \"mattid2\",\n                        \"name\": \"mattid2\",\n                        \"value\": 1,\n                        \"app_id\": \"test-app-1700638575-empty\"\n                    },\n                    {\n                        \"id\": \"ferrari\",\n                        \"name\": \"ferrari\",\n                        \"value\": 0,\n                        \"app_id\": \"test-app-1700638575-empty\"\n                    }\n                ],\n                \"metadata\": {\n                    \"my_key\": \"my_value2\"\n                }\n            },\n            \"created_at\": \"2023-11-22T07:42:05.560535Z\",\n            \"modified_at\": \"2023-11-22T07:42:05.799320Z\",\n            \"status\": {\n                \"code\": 30200,\n                \"description\": \"Input modification success\"\n            }\n        }\n    ]\n}"},{"id":"7b32514a-6a37-4c5f-ad70-486d6bd9ddd9","name":"Update Concepts Bulk (remove by concept id list)","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"inputs\": [\n        {\n            \"id\": \"YOUR_INPUT_ID\",\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"mattid2\"\n                    },\n                    {\n                        \"id\": \"ferrari\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"action\": \"remove\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"details\": \"All inputs successfully added\",\n        \"req_id\": \"bda6a7faf49a0bb9057200c8690e8fbf\"\n    },\n    \"inputs\": [\n        {\n            \"id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://data-dev.clarifai.com/orig/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                    \"hosted\": {\n                        \"prefix\": \"https://data-dev.clarifai.com\",\n                        \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                        \"sizes\": [\n                            \"orig\",\n                            \"tiny\",\n                            \"small\",\n                            \"large\"\n                        ],\n                        \"crossorigin\": \"use-credentials\"\n                    },\n                    \"image_info\": {\n                        \"width\": 40,\n                        \"height\": 40,\n                        \"format\": \"JPEG\",\n                        \"color_mode\": \"YUV\"\n                    }\n                },\n                \"metadata\": {\n                    \"my_key\": \"my_value2\"\n                }\n            },\n            \"created_at\": \"2023-11-22T07:42:05.560535Z\",\n            \"modified_at\": \"2023-11-22T07:42:05.799320Z\",\n            \"status\": {\n                \"code\": 30200,\n                \"description\": \"Input modification success\"\n            }\n        }\n    ]\n}"},{"id":"08e9f797-277e-4f34-8930-b8cd6f36a71c","name":"Update Concepts Bulk (overwrite)","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"inputs\": [\n        {\n            \"id\": \"YOUR_INPUT_ID\",\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"asdf123\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"action\": \"overwrite\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"details\": \"All inputs successfully added\",\n        \"req_id\": \"da2200f1490d402d63bcb2dd34d2831b\"\n    },\n    \"inputs\": [\n        {\n            \"id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://data-dev.clarifai.com/orig/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                    \"hosted\": {\n                        \"prefix\": \"https://data-dev.clarifai.com\",\n                        \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                        \"sizes\": [\n                            \"orig\",\n                            \"tiny\",\n                            \"small\",\n                            \"large\"\n                        ],\n                        \"crossorigin\": \"use-credentials\"\n                    },\n                    \"image_info\": {\n                        \"width\": 40,\n                        \"height\": 40,\n                        \"format\": \"JPEG\",\n                        \"color_mode\": \"YUV\"\n                    }\n                },\n                \"concepts\": [\n                    {\n                        \"id\": \"asdf123\",\n                        \"name\": \"asdf123\",\n                        \"value\": 1,\n                        \"app_id\": \"test-app-1700638575-empty\"\n                    }\n                ]\n            },\n            \"created_at\": \"2023-11-22T07:42:05.560535Z\",\n            \"modified_at\": \"2023-11-22T07:42:05.799320Z\",\n            \"status\": {\n                \"code\": 30200,\n                \"description\": \"Input modification success\"\n            }\n        }\n    ]\n}"},{"id":"9b74c11d-df25-4372-8153-5b425924fa65","name":"Update Concept and Metadata Bulk (remove)","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"inputs\": [\n        {\n            \"id\": \"YOUR_INPUT_ID\",\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"mattid2\"\n                    },\n                    {\n                        \"id\": \"ferrari\"\n                    }\n                ],\n                \"metadata\": {\n                    \"size\": \"large\",\n                    \"id\": \"john\"\n                }\n            }\n        }\n    ],\n    \"action\": \"remove\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"details\": \"All inputs successfully added\",\n        \"req_id\": \"114e0b360be41a4f273aba37290005b4\"\n    },\n    \"inputs\": [\n        {\n            \"id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://data-dev.clarifai.com/orig/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                    \"hosted\": {\n                        \"prefix\": \"https://data-dev.clarifai.com\",\n                        \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                        \"sizes\": [\n                            \"orig\",\n                            \"tiny\",\n                            \"small\",\n                            \"large\"\n                        ],\n                        \"crossorigin\": \"use-credentials\"\n                    },\n                    \"image_info\": {\n                        \"width\": 40,\n                        \"height\": 40,\n                        \"format\": \"JPEG\",\n                        \"color_mode\": \"YUV\"\n                    }\n                },\n                \"concepts\": [\n                    {\n                        \"id\": \"asdf123\",\n                        \"name\": \"asdf123\",\n                        \"value\": 1,\n                        \"app_id\": \"test-app-1700638575-empty\"\n                    }\n                ],\n                \"metadata\": {\n                    \"id\": \"john\",\n                    \"size\": \"large\"\n                }\n            },\n            \"created_at\": \"2023-11-22T07:42:05.560535Z\",\n            \"modified_at\": \"2023-11-22T07:42:05.799320Z\",\n            \"status\": {\n                \"code\": 30200,\n                \"description\": \"Input modification success\"\n            }\n        }\n    ]\n}"},{"id":"7949e1a4-98c9-4bc4-a5d4-6214b77fda49","name":"Update Metadata on input","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"inputs\": [\n        {\n            \"id\": \"YOUR_INPUT_ID\",\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"mattid2\"\n                    },\n                    {\n                        \"id\": \"ferrari\"\n                    }\n                ],\n                \"metadata\": {\n                    \"size\": \"large\",\n                    \"id\": \"john\",\n                    \"foo_map:\": {\"bar\": true},\n                    \"empty_map\": {},\n                    \"foo_list\": [\"bar\"]\n                }\n            }\n        }\n    ],\n    \"action\": \"merge\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"details\": \"All inputs successfully added\",\n        \"req_id\": \"07393dfc47d019a119538967d607aa72\"\n    },\n    \"inputs\": [\n        {\n            \"id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://data-dev.clarifai.com/orig/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                    \"hosted\": {\n                        \"prefix\": \"https://data-dev.clarifai.com\",\n                        \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                        \"sizes\": [\n                            \"orig\",\n                            \"tiny\",\n                            \"small\",\n                            \"large\"\n                        ],\n                        \"crossorigin\": \"use-credentials\"\n                    },\n                    \"image_info\": {\n                        \"width\": 40,\n                        \"height\": 40,\n                        \"format\": \"JPEG\",\n                        \"color_mode\": \"YUV\"\n                    }\n                },\n                \"concepts\": [\n                    {\n                        \"id\": \"asdf123\",\n                        \"name\": \"asdf123\",\n                        \"value\": 1,\n                        \"app_id\": \"test-app-1700638575-empty\"\n                    },\n                    {\n                        \"id\": \"mattid2\",\n                        \"name\": \"mattid2\",\n                        \"value\": 1,\n                        \"app_id\": \"test-app-1700638575-empty\"\n                    },\n                    {\n                        \"id\": \"ferrari\",\n                        \"name\": \"ferrari\",\n                        \"value\": 1,\n                        \"app_id\": \"test-app-1700638575-empty\"\n                    }\n                ],\n                \"metadata\": {\n                    \"empty_map\": {},\n                    \"foo_list\": [\n                        \"bar\"\n                    ],\n                    \"foo_map:\": {\n                        \"bar\": true\n                    },\n                    \"id\": \"john\",\n                    \"size\": \"large\"\n                }\n            },\n            \"created_at\": \"2023-11-22T07:42:05.560535Z\",\n            \"modified_at\": \"2023-11-22T07:42:05.799320Z\",\n            \"status\": {\n                \"code\": 30200,\n                \"description\": \"Input modification success\"\n            }\n        }\n    ]\n}"},{"id":"d75881d8-302b-4520-a141-a44ff1b61012","name":"Add bulk large (125 unique images)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n  \"inputs\": [\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/hfW6NqG.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/kc1wdXY.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/pVLKF5m.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"https://i.imgur.com/Rh24Wr9.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/n6xluZH.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/6V0Jycs.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/Bd54Fz6.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/0UvfKxc.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/oKNsJZX.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/SjPB5Gg.jpg?1\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/42fRxr0.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/6gyLU.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/jnH8PHu.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/CLeZeqf.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/OnviT4P.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/vIxp2sz.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/MgizREc.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/0nEqe.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/6J0DL.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/rMH6ejD.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/ivXqY5s.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/6A2o0AI.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/of6tf.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/j3gFjC5.jpg?1\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/z7Vuadn.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/cT6DoP1.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/KTBAp0l.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/78aDnTV.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/7eRYVon.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/43V5zMF.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/wVZQoBw.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/pWvYOcf.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/9RbkijC.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/fA2oEnp.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/QU7N0.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/H74RUsq.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/T4VOscB.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/nDVGDQM.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/M8ItNje.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/U5E3USJ.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/V5YZCsE.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/pJ1boUn.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/ExGfa5e.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/O4npXMj.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/OwC4f.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/wfJSTl.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/gXiVUw9.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/KEyUw.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/Gy3YbGg.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/bxsvpYL.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/PJXKVPR.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/V9Ny3.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/4SZRE.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/P5ItqXU.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/9qnad4D.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/4n5de.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/nuNRI2T.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/aGn6e1U.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/4LjuqHS.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/8XKbGDu.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"https://i.imgur.com/MwKMhXN.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/id1di.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/5qT2tF9.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/HSQti.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/BgOPvmi.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/SoprEwD.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/iJKuF.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/BYZpR.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/YqJdiob.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/M8bf1El.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/wXGOq.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"https://i.imgur.com/RvJ2JZd.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/o0zc2.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/SEy1rGu.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/bLUPvt0.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/Sv7Sn.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/xXUmNLd.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/NFijzQh.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/qnB3N.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/QWq2b.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/3tIISW3.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/e3gZ7XU.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/Qj5jLat.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/W3Kc2gh.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/COqWtEV.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/XKQh3.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/uZ9FQIM.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/sBGjh8m.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/tHUBbDA.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/RMDjQWf.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/qp1nk7r.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/erBfI1X.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/csF0pFX.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/bqgBU.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/zYXKwBV.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/6XzRI.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/mm32f.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/0kAN3.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/1RLDw96.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/TNhgCBg.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/HJZDTxF.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/OdwpBgE.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/Y5E7fSF.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/u2iR1W8.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/TmkKkgl.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/qTQlrgb.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/s09RfeS.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/CzweH2C.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/TGp3S.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/ImdNq.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/cbhQY.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/3DncTyp.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/O3tu0jG.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/qPqVjF0.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/B5pj5.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/TWsjoWS.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/y4sqPR5.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/y4VMTRe.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/adliR8e.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/799hsjJ.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/ojBA1CZ.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/6RVHuNr.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/LKcxw6e.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/o6dVSnH.jpg\"\n        }\n      }\n    },\n    {\n      \"data\": {\n        \"image\": {\n          \"url\": \"http://i.imgur.com/AXyb1.jpg\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"details\": \"All inputs successfully added\",\n        \"req_id\": \"5928de48a3431219ba7258b90bc196b4\"\n    },\n    \"inputs\": [\n        {\n            \"id\": \"61d9db74dd8842128dff2790913ea9d6\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/hfW6NqG.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"ed1dae9647814633970d4c4801b43539\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/kc1wdXY.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"3bd4f8dabe9e44ef9ffee3b078ae00ad\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/pVLKF5m.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"8c7cb033cb5e4c1da76759fa9b8329ba\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://i.imgur.com/Rh24Wr9.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"2d6a756f7b984336a9ff22cb0b8e505f\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/n6xluZH.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"f591b5a17a3f481387fc269677a0c508\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/6V0Jycs.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"fee7bebde6a747c295972c93a3771888\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/Bd54Fz6.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"89c1dcc4514d4d65ae659a2b6809f95f\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/0UvfKxc.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"bf589a48c9324ec1818c0ea91355a050\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/oKNsJZX.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"af150a0185c5483ab88cc594802b2f45\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/SjPB5Gg.jpg?1\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"d07b4992bc6a48568dada3ae2e54d847\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/42fRxr0.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"53080a4dbfd44167ac7f8d870d074617\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/6gyLU.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"ee40a41cf26c4ae7a2845e684c800423\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/jnH8PHu.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"589a4ff3e31e41f5997262553f49f919\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/CLeZeqf.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"b786b91368da41a39e44768a215812fc\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/OnviT4P.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"15652291da6b45f9a9fa2f04cf270fde\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/vIxp2sz.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"695b0246be184127a73f7377ee30d67f\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/MgizREc.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"195ebacb494045ab9d2f3863ba9a782a\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/0nEqe.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"3a7b9bf40ad64971bf878f97b3053413\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/6J0DL.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"c7d1494126b94dea8cdff7a0a4d37dea\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/rMH6ejD.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"fba0b8a4e88943e59472e63db14be91b\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/ivXqY5s.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"7dc7d36a5c4748b487701dc1bd6d559a\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/6A2o0AI.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"6e2252fc336a46be938f042ca2282417\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/of6tf.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"b721eb1abd4e4c2694fa3c78fb0f1fd7\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/j3gFjC5.jpg?1\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"37b91d7245ad44fd8b1b12e4de766c93\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/z7Vuadn.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"4be3f73cb7cd48729cd9703f9d64d2d4\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/cT6DoP1.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"f12c34b84a7241989c0789b4eda69339\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/KTBAp0l.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"f4ce2a90c5fa40788ee46c8ab7d06258\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/78aDnTV.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"c507f799f55f41fe8e658c30db78a010\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/7eRYVon.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"98048e422ac24a68ab29fedccc5467b0\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/43V5zMF.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"50213e3f05c34fdd97d22f1e9e96abeb\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/wVZQoBw.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"075cf044e242419bbb517beab7e39473\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/pWvYOcf.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"b94f123c1d2c40c9bfc0107baa86a609\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/9RbkijC.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"54f6fa6cab604c0084d0f8e27e6e72d3\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/fA2oEnp.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"db6634cd382f456180f83435ba5cd566\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/QU7N0.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"1bdbb76df2824593a3c6d3bc4382476e\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/H74RUsq.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"ddb763c8df9c46a8b2bf31ca3f032311\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/T4VOscB.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"fc386bd4efb0494483112e3e95354c43\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/nDVGDQM.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"37822c0db649441c98abee03f631d416\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/M8ItNje.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"988604141f92463eb8d1567fadb5151b\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/U5E3USJ.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"85fa8b6a88874a4da47d91aaa063238b\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/V5YZCsE.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"a0c8f684a4554eb2aa3b00876c53af04\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/pJ1boUn.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"63457f08d2e94293a7f33e36ecdf9039\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/ExGfa5e.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"92abc0e93f5b4d52b530b05b16609f63\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/O4npXMj.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"61e8ca603fad403aad03bd03c1f4162c\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/OwC4f.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"7a608699126f42d5a3bfbea62741ed3a\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/wfJSTl.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"7d1df0ee9ace4151ad28f577b6748543\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/gXiVUw9.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"1c06e987fbe941a6826400fe5bd1afbe\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/KEyUw.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"4b09b9dcbca54c3fba34bac97565f7e4\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/Gy3YbGg.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"5a19c93a06144221812e06aafdfd6c7c\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/bxsvpYL.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"51cd90783ec04d34a7c4b091323a8a20\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/PJXKVPR.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"d1cf9406dbbd4f8e9c4b1f07e33edf52\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/V9Ny3.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"6e7d99fe5f004c73a643b6805b7ee4c9\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/4SZRE.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"c01311a97efd4cb3a6f96b303d703db0\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/P5ItqXU.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"88d596d73fd64124b365946a2801d295\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/9qnad4D.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"d162adadaa6c472b8ecb515caf534fd9\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/4n5de.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"f8bf4b42ec7d4e56a0040a87a5725c44\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/nuNRI2T.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"ef01e21c816d4d5489c7502624db7473\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/aGn6e1U.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"c994593f6d82445c9a5d4880c71f0e3b\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/4LjuqHS.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"c3b5c55091ee4f04be04cd9d9a2c0b08\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/8XKbGDu.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"95fc75fb048b451d8304d2fe99584c79\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://i.imgur.com/MwKMhXN.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"83476cbdc7464d1b9b87b9ec018b609d\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/id1di.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"48ac65781a7e4aaab7cce8dc130cab26\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/5qT2tF9.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"afa32e4fcb404bceaac35dce54ebd655\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/HSQti.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"afc7a6c95cb348628c44c7ccc8af1c29\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/BgOPvmi.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"a3dbca63758845738590d6587c5c5b4f\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/SoprEwD.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"fb96e93d013d473892f8131b9a0eaa68\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/iJKuF.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"cecf0096d8294dda97d3ba8857d3623f\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/BYZpR.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"f47c2eb641cf4565b977105447348cbd\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/YqJdiob.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"5590ba0ffbcc4bac86f777ca7c7ecb5e\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/M8bf1El.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"ae65c39d34f44be2a428f1b27732186a\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/wXGOq.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"40ae14bcd2e0456ca16f1dbdb6d68d80\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://i.imgur.com/RvJ2JZd.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"a196439ade54425aa0695f0c86eadfb9\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/o0zc2.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"6461d8d5537e4ce4ad2db55d484c8529\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/SEy1rGu.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"af76f54af6764a468e9e89178e7b9f55\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/bLUPvt0.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"c9abc2fdeceb40e48ed37245352ce7d3\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/Sv7Sn.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"701e534c4f6b4c74b1c2ffc82f27dfdb\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/xXUmNLd.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"fe400937f8e34536bf70eb5e6e1729af\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/NFijzQh.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"ec6a8f35a2f847fab4412d18b326c4a1\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/qnB3N.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"c2293e17e60b470db8359a2df73e2a15\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/QWq2b.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"6c4cc74ebb254fc7b7e1be6e97991283\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/3tIISW3.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"7d6564c88fb642898d26ebf38853217d\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/e3gZ7XU.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"dd4d7da51f2144719ad0e30691239d5f\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/Qj5jLat.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"bb39723295fa49e4a4eb13316f29cf8c\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/W3Kc2gh.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"c3d961b2c8184dc0889f39002bcc0cea\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/COqWtEV.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"d1a44f2aee464c21ad4446b4e07ccc78\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/XKQh3.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"132a291c72d546ac8355ca60a4a7d3df\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/uZ9FQIM.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"55c95d09390d4a228664ab2846d3d55e\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/sBGjh8m.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"cf9c2be8b82c478b9a8bddd1efed12cb\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/tHUBbDA.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"047845046538421b92d4195a64433f5a\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/RMDjQWf.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"6aa5419752ec42a38c7fc811c8faa125\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/qp1nk7r.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"2f5b3630ea514ca1a322f4184ac4b3b6\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/erBfI1X.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"e15d205e5d5d49e3a36c0caabfbe33cd\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/csF0pFX.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"5bcd2a5513c94390bf34de37d6c37442\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/bqgBU.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"60dc2e9799e0488d845bb089cb444a81\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/zYXKwBV.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"5b1dabeb7fc146d1888b9e9ca7ec8955\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/6XzRI.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"f7fb5d28272848ecba0f0ba0bc37eed6\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/mm32f.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"97aab749859b41f2ad2d2fbbbd974cef\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/0kAN3.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"1de1187a5afe41feaaf9a03b9bd14ece\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/1RLDw96.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"208abdfe9c664d03b7d584e70be7d4d8\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/TNhgCBg.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"10cc67e11ddd4333a610690c55039a83\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/HJZDTxF.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"a1cd6303e308413ea2bacc96c3ed715b\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/OdwpBgE.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"4c9106c49205461caf45f3cfcc171503\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/Y5E7fSF.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"7721dce5d8bf48e7b3a0ad9ad28eccfc\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/u2iR1W8.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"18c8e11ffd434b73a05690abcd1997c7\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/TmkKkgl.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"1f4ccf1e32cf41a28be197c38fc1caf1\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/qTQlrgb.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"eaf627f931664183b9b1e63b1a26ed73\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/s09RfeS.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"0d9cbb0f5f42443097776bdb322452b2\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/CzweH2C.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"b26ecff69eb04c7faf8176baaa0589d1\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/TGp3S.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"12774f451e314a779d9ce6fab4c1b8f8\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/ImdNq.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"f4eda0b6dcb047bca844becc773f8bcd\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/cbhQY.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"558700f261eb4e24aa9dbd847827a8d8\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/3DncTyp.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"6941dbce34af4b3e8714a3a432b18c9b\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/O3tu0jG.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"a5340dd51b124256890f37f15f3b7171\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/qPqVjF0.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"0de55db185e04409bb0ffdd8473a728b\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/B5pj5.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"a475f569574547dfaeb2a67635bba702\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/TWsjoWS.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"df54b8145f1e439b89d4c9e800906bff\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/y4sqPR5.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"f340d2c60b77449794bb4f4251c94103\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/y4VMTRe.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"197f6d5810a14dcc9bfc310b7474ea76\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/adliR8e.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"4429be87cb014058afdeb91ecef69e5b\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/799hsjJ.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"92bbb5e0e3d1458fa0605f6e5ec91dab\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/ojBA1CZ.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"a7546400929942b0b0cbb03d77a67053\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/6RVHuNr.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"b94514a7cd8e48068e2b335324d89360\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/LKcxw6e.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"4f190e040bed4fb5a5f55e8fb977b1cb\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/o6dVSnH.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"a7cd7fa80f124ca48799f182c4d7cebc\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/AXyb1.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"modified_at\": \"2023-11-22T07:47:38.421712858Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        }\n    ]\n}"},{"id":"d31d8564-aba6-42fd-9719-6e6ce5a3a8eb","name":"Update geo point","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n  \"inputs\": [\n    {\n      \"id\": \"YOUR_INPUT_ID\",\n      \"data\": {\n        \"metadata\": {\n          \"size\": \"small\",\n          \"id\": \"john\"\n        },\n        \"geo\": {\n          \"geo_point\": {\n            \"longitude\": -75,\n            \"latitude\": 10\n          }\n        }\n      }\n    }\n  ],\n  \"action\": \"merge\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"details\": \"All inputs successfully added\",\n        \"req_id\": \"2ada3fc0167a7f3507be7a0bfad148b2\"\n    },\n    \"inputs\": [\n        {\n            \"id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://data-dev.clarifai.com/orig/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                    \"hosted\": {\n                        \"prefix\": \"https://data-dev.clarifai.com\",\n                        \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                        \"sizes\": [\n                            \"orig\",\n                            \"tiny\",\n                            \"small\",\n                            \"large\"\n                        ],\n                        \"crossorigin\": \"use-credentials\"\n                    },\n                    \"image_info\": {\n                        \"width\": 40,\n                        \"height\": 40,\n                        \"format\": \"JPEG\",\n                        \"color_mode\": \"YUV\"\n                    }\n                },\n                \"concepts\": [\n                    {\n                        \"id\": \"asdf123\",\n                        \"name\": \"asdf123\",\n                        \"value\": 1,\n                        \"app_id\": \"test-app-1700638575-empty\"\n                    },\n                    {\n                        \"id\": \"mattid2\",\n                        \"name\": \"mattid2\",\n                        \"value\": 1,\n                        \"app_id\": \"test-app-1700638575-empty\"\n                    },\n                    {\n                        \"id\": \"ferrari\",\n                        \"name\": \"ferrari\",\n                        \"value\": 1,\n                        \"app_id\": \"test-app-1700638575-empty\"\n                    }\n                ],\n                \"metadata\": {\n                    \"empty_map\": {},\n                    \"foo_list\": [\n                        \"bar\"\n                    ],\n                    \"foo_map:\": {\n                        \"bar\": true\n                    },\n                    \"id\": \"john\",\n                    \"size\": \"small\"\n                },\n                \"geo\": {\n                    \"geo_point\": {\n                        \"longitude\": -75,\n                        \"latitude\": 10\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:42:05.560535Z\",\n            \"modified_at\": \"2023-11-22T07:42:05.799320Z\",\n            \"status\": {\n                \"code\": 30200,\n                \"description\": \"Input modification success\"\n            }\n        }\n    ]\n}"}],"_postman_id":"ac61b834-7f46-4d06-99b4-e29dd19c8eb3"},{"name":"Add CSV","id":"bd0ed86d-dc88-4aa4-abb7-653c62940f13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://clarifai-temp-img.s3.amazonaws.com/test.csv\",\n    \"filetype\": \"csv\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs/file","description":"<p>Add inputs in bulk from a CSV file hosted at a public URL. The CSV should contain columns for input URLs, concepts, and optional metadata.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>inputs[].data.csv.url</code></td>\n<td>string</td>\n<td>Public URL of the CSV file</td>\n</tr>\n<tr>\n<td><code>inputs[].data.csv.concepts_csv_type</code></td>\n<td>integer</td>\n<td>Format of the CSV's concept columns</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","inputs","file"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"9286038f-9c22-4417-a4a8-6ce23fd89f67","name":"Add CSV","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://clairfai-temp-img.s3.amazonaws.com/test.csv\",\n    \"filetype\": \"csv\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs/file"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"details\": \"All inputs successfully added\",\n        \"req_id\": \"19deb51c2c8c4c671743ec0b83c1e56a\"\n    },\n    \"inputs\": [\n        {\n            \"id\": \"b93ecc999d7842f384a00d3258a49879\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:45:48.224909244Z\",\n            \"modified_at\": \"2023-11-22T07:45:48.224909244Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"2e0af176f66b4015b4abc2690782b21d\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/gun.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:45:48.224909244Z\",\n            \"modified_at\": \"2023-11-22T07:45:48.224909244Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"c57b1f3384d24b9eb6c9662729db03ab\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/logo.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:45:48.224909244Z\",\n            \"modified_at\": \"2023-11-22T07:45:48.224909244Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"0b4f058d84924d0fa6f4743c62b80fab\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/wedding.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:45:48.224909244Z\",\n            \"modified_at\": \"2023-11-22T07:45:48.224909244Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"e2894bad03c3444a928ea06e6647b27d\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/adidas_gun.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:45:48.224909244Z\",\n            \"modified_at\": \"2023-11-22T07:45:48.224909244Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"e7cb293fa29d4d8abd6fc55c662dc82e\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/facebook.png\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:45:48.224909244Z\",\n            \"modified_at\": \"2023-11-22T07:45:48.224909244Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"aa8f7fff4655443fad607670fc36660d\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:45:48.224909244Z\",\n            \"modified_at\": \"2023-11-22T07:45:48.224909244Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"f52b23e3843740f796cafc807bd44c2c\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/penguin.bmp\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:45:48.224909244Z\",\n            \"modified_at\": \"2023-11-22T07:45:48.224909244Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"edd2f3f573574fcd9a5be4b46079afdc\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/logoDarkRGB.png\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:45:48.224909244Z\",\n            \"modified_at\": \"2023-11-22T07:45:48.224909244Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"079321964d2b436c8ca63476b24c9801\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/family.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:45:48.224909244Z\",\n            \"modified_at\": \"2023-11-22T07:45:48.224909244Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        }\n    ]\n}"}],"_postman_id":"bd0ed86d-dc88-4aa4-abb7-653c62940f13"},{"name":"Set Of Inputs By IDs","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"input\", encodeURIComponent(JSON.parse(responseBody).inputs[0].id));",""],"type":"text/javascript","id":"39e05799-b61c-4785-82c5-da58b5517766"}}],"id":"012e1fef-94a5-4bbd-8f2b-8c8d120352a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs?page=1&per_page=20&ids=YOUR_INPUT_ID","description":"<p>Retrieve a specific set of inputs by providing a list of input IDs.</p>\n<h2 id=\"query-parameters\"><strong>Query Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ids</code></td>\n<td>array[string]</td>\n<td>Input IDs to retrieve</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","inputs"],"host":["https://api.clarifai.com"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"20"},{"key":"ids","value":"YOUR_INPUT_ID"}],"variable":[]}},"response":[{"id":"06b96325-84fc-4a3b-9d39-d48b4f4229d6","name":"Set of Inputs by IDs","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"url":{"raw":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs?page=1&per_page=20&ids=YOUR_INPUT_ID","host":["https://api.clarifai.com"],"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","inputs"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"20"},{"key":"ids","value":"YOUR_INPUT_ID"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"c9c4d3425b4f8bf6894f4a3122011533\"\n    },\n    \"inputs\": [\n        {\n            \"id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://data-dev.clarifai.com/orig/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                    \"hosted\": {\n                        \"prefix\": \"https://data-dev.clarifai.com\",\n                        \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                        \"sizes\": [\n                            \"orig\",\n                            \"tiny\",\n                            \"small\",\n                            \"large\"\n                        ],\n                        \"crossorigin\": \"use-credentials\"\n                    },\n                    \"image_info\": {\n                        \"width\": 40,\n                        \"height\": 40,\n                        \"format\": \"JPEG\",\n                        \"color_mode\": \"YUV\"\n                    }\n                },\n                \"concepts\": [\n                    {\n                        \"id\": \"asdf123\",\n                        \"name\": \"asdf123\",\n                        \"value\": 1,\n                        \"app_id\": \"test-app-1700638575-empty\"\n                    },\n                    {\n                        \"id\": \"mattid2\",\n                        \"name\": \"mattid2\",\n                        \"value\": 1,\n                        \"app_id\": \"test-app-1700638575-empty\"\n                    },\n                    {\n                        \"id\": \"ferrari\",\n                        \"name\": \"ferrari\",\n                        \"value\": 1,\n                        \"app_id\": \"test-app-1700638575-empty\"\n                    }\n                ],\n                \"metadata\": {\n                    \"empty_map\": {},\n                    \"foo_list\": [\n                        \"bar\"\n                    ],\n                    \"foo_map:\": {\n                        \"bar\": true\n                    },\n                    \"id\": \"john\",\n                    \"size\": \"small\"\n                },\n                \"geo\": {\n                    \"geo_point\": {\n                        \"longitude\": -75,\n                        \"latitude\": 10\n                    }\n                }\n            },\n            \"created_at\": \"2023-11-22T07:42:05.560535Z\",\n            \"modified_at\": \"2023-11-22T07:42:05.799320Z\",\n            \"status\": {\n                \"code\": 30000,\n                \"description\": \"Download complete\"\n            }\n        }\n    ]\n}"}],"_postman_id":"012e1fef-94a5-4bbd-8f2b-8c8d120352a0"},{"name":"Get Input Adding Job (to see progress)","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"8f87d9d9-7388-4eee-825b-d879ae3cbdeb"}}],"id":"89c127ff-b661-4191-bca4-94b2e03e3566","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs/jobs/add/YOUR_INPUTS_ADD_JOB_ID?per_page=1000&page=1","description":"<p>Retrieve the status of a specific input-adding job to monitor how many inputs have been processed, succeeded, or failed.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>inputs_add_job_id</code></td>\n<td>string</td>\n<td>Job ID returned when inputs were added</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","inputs","jobs","add","YOUR_INPUTS_ADD_JOB_ID"],"host":["https://api.clarifai.com"],"query":[{"key":"per_page","value":"1000"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"eace9d56-e178-4c85-bc70-1afa9da35313","name":"GetInputsAddJob","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":{"raw":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs/jobs/add/YOUR_INPUTS_ADD_JOB_ID?per_page=1000&page=1","host":["https://api.clarifai.com"],"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","inputs","jobs","add","YOUR_INPUTS_ADD_JOB_ID"],"query":[{"key":"per_page","value":"1000"},{"key":"page","value":"1"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"77c43c2fe182100b2393153522ece678\"\n    },\n    \"inputs_add_job\": {\n        \"id\": \"inputs-1700639441\",\n        \"progress\": {\n            \"success_count\": \"2\",\n            \"failed_count\": \"1\"\n        },\n        \"created_at\": \"2023-11-22T07:50:41.152226Z\",\n        \"modified_at\": \"2023-11-22T07:50:41.702885Z\",\n        \"status\": {\n            \"code\": 64002,\n            \"description\": \"Job successfully ran.\"\n        }\n    }\n}"}],"_postman_id":"89c127ff-b661-4191-bca4-94b2e03e3566"},{"name":"List Input Adding Jobs","event":[{"listen":"test","script":{"exec":["if (JSON.parse(responseBody).inputs_add_jobs.length > 0) {","    postman.setEnvironmentVariable(\"inputs_add_job_id\", encodeURIComponent(JSON.parse(responseBody).inputs_add_jobs[0].id));","}"],"type":"text/javascript","id":"67d666b1-47a3-462a-ba5c-066613aea3dd"}}],"id":"3028be48-2ea3-482c-b3a6-628cffe4681c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs/jobs/add?per_page=1000&page=1","description":"<p>List all input-adding jobs in the app. Each job tracks the progress of a batch of inputs added via the Add Input with Job endpoint.</p>\n<h2 id=\"query-parameters\"><strong>Query Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td>integer</td>\n<td>Page number</td>\n</tr>\n<tr>\n<td><code>per_page</code></td>\n<td>integer</td>\n<td>Results per page</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","inputs","jobs","add"],"host":["https://api.clarifai.com"],"query":[{"key":"per_page","value":"1000"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"23f05b64-a092-4144-9da7-adb7e46f0d75","name":"ListInputsAddJobs","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":{"raw":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs/jobs/add?per_page=1000&page=1","host":["https://api.clarifai.com"],"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","inputs","jobs","add"],"query":[{"key":"per_page","value":"1000"},{"key":"page","value":"1"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"1620a91f6bee6cf694662e1e591fb971\"\n    },\n    \"inputs_add_jobs\": [\n        {\n            \"id\": \"inputs-1700639441\",\n            \"progress\": {\n                \"success_count\": \"2\",\n                \"failed_count\": \"1\"\n            },\n            \"created_at\": \"2023-11-22T07:50:41.152226Z\",\n            \"modified_at\": \"2023-11-22T07:50:41.702885Z\",\n            \"status\": {\n                \"code\": 64002,\n                \"description\": \"Job successfully ran.\"\n            }\n        },\n        {\n            \"id\": \"inputs-add-job-1700638738\",\n            \"progress\": {\n                \"success_count\": \"1\"\n            },\n            \"created_at\": \"2023-11-22T07:38:58.349176Z\",\n            \"modified_at\": \"2023-11-22T07:38:58.564425Z\",\n            \"status\": {\n                \"code\": 64002,\n                \"description\": \"Job successfully ran.\"\n            }\n        }\n    ]\n}"}],"_postman_id":"3028be48-2ea3-482c-b3a6-628cffe4681c"}],"id":"7145839a-feca-4593-ac7a-aeeaa0db72aa","description":"<p>Inputs are the data items (images, video, text, audio) stored in an application. Every input runs through the app's base workflow on ingestion. Inputs can be added individually, in batches, or via CSV, and are the foundation for annotations, search, and model training.</p>\n<p><strong>Key operations:</strong> add, add with job tracking, add via CSV, list, stream, get by ID, get by IDs, patch, delete by ID, delete batch, list/get adding jobs.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code>, <code>YOUR_INPUT_ID</code>, <code>YOUR_INPUTS_ADD_JOB_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/create/inputs/\">Inputs Documentation</a> | <a href=\"https://docs.clarifai.com/create/inputs/upload/\">Upload Inputs</a> | <a href=\"https://docs.clarifai.com/create/inputs/manage\">Manage Inputs</a></p>\n","_postman_id":"7145839a-feca-4593-ac7a-aeeaa0db72aa","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Models","item":[{"name":"Custom Config","item":[{"name":"Create Model","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"model_id\", JSON.parse(responseBody).model.id);"],"type":"text/javascript","packages":{},"id":"d5f57bce-c992-406b-911b-55448aa17336"}}],"id":"0a1b3130-766f-48eb-a588-e4c1f5369f1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"model\": {\n        \"id\": \"custom-config\",\n        \"model_type_id\": \"text-classifier\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models","description":"<p>Create a new model with a custom configuration. The model type is specified via <code>model_type_id</code>, which determines the training pipeline and output format.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>models[].id</code></td>\n<td>string</td>\n<td>Unique model ID</td>\n</tr>\n<tr>\n<td><code>models[].model_type_id</code></td>\n<td>string</td>\n<td>Model type (e.g., <code>visual-classifier</code>, <code>text-to-text</code>, <code>visual-detector</code>)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"493a348b-167b-4739-87b0-8915f61177ad","name":"Create Model","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"model\": {\n        \"id\": \"custom-config\",\n        \"model_type_id\": \"text-classifier\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"1c86bae6a241e536769cf223bc0aed01\"\n    },\n    \"model\": {\n        \"id\": \"custom-config\",\n        \"name\": \"custom-config\",\n        \"created_at\": \"2023-11-23T09:41:08.002419139Z\",\n        \"modified_at\": \"2023-11-23T09:41:08.002419139Z\",\n        \"app_id\": \"test-app-1700638575-empty\",\n        \"user_id\": \"a0btrubbaefn\",\n        \"model_type_id\": \"text-classifier\",\n        \"visibility\": {\n            \"gettable\": 10\n        },\n        \"metadata\": {},\n        \"presets\": {},\n        \"toolkits\": [],\n        \"use_cases\": [],\n        \"languages\": [],\n        \"languages_full\": [],\n        \"check_consents\": [],\n        \"workflow_recommended\": false\n    }\n}"}],"_postman_id":"0a1b3130-766f-48eb-a588-e4c1f5369f1d"},{"name":"Create Model Version","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"model_id\", JSON.parse(responseBody).model.id);","postman.setEnvironmentVariable(\"version_id\", encodeURIComponent(JSON.parse(responseBody).model.model_version.id));"],"type":"text/javascript","packages":{},"id":"ae52e4e7-7c24-45cc-8b7e-b81905ef8812"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"5f766f5c-ec72-49a6-af87-424cce70f3cf"}}],"id":"307f889f-2e78-4e4d-a5b6-50cf5a80a4f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"model_versions\": [{\n        \"id\": \"hf-1777931642\",\n        \"train_info\":{\n            \"params\":{\n                \"dataset_id\": \"\",\n                \"model_config\": {\n                    \"pretrained_model_name\": \"EleutherAI/gpt-neo-125m\"\n                },\n                \"num_gpus\": 1,\n                \"template\": \"HF_GPTNeo_125m_lora\"\n            }\n        },\n        \"output_info\": {\n            \"data\": {\n                \"concepts\": [\n                    {\"id\":\"id-identity_hate\"},\n                    {\"id\":\"id-insult\"},\n                    {\"id\": \"id-threat\"},\n                    {\"id\": \"id-obscene\"},\n                    {\"id\": \"id-severe_toxic\"},\n                    {\"id\": \"id-toxic\"}\n                ]\n            }\n        }\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID/versions","description":"<p>Create a new version of a model using a custom training configuration. Specify the training template, hyperparameters, and output concepts.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>model_versions[].train_info.params.template</code></td>\n<td>string</td>\n<td>Training template (e.g., <code>HF_GPTNeo_125m_lora</code>)</td>\n</tr>\n<tr>\n<td><code>model_versions[].output_info.data.concepts</code></td>\n<td>array</td>\n<td>Concepts the model should predict</td>\n</tr>\n<tr>\n<td><code>model_versions[].train_info.params</code></td>\n<td>object</td>\n<td>Additional hyperparameters (learning rate, epochs, etc.)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models","YOUR_MODEL_ID","versions"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"4b3398a4-a5bd-4bc6-aa78-9e5d130d18a9","name":"Create Model Version","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"model_versions\": [{\n        \"id\": \"hf-1777931642\",\n        \"train_info\":{\n            \"params\":{\n                \"dataset_id\": \"\",\n                \"dataset_version_id\": \"\",\n                \"invalid_data_tolerance_percent\": 5,\n                \"model_config\": {\n                    \"pretrained_model_name\": \"EleutherAI/gpt-neo-125m\"\n                },\n                \"num_gpus\": 1,\n                \"peft_config\": {\n                    \"peft_type\": \"LORA\"\n                },\n                \"template\": \"HF_GPTNeo_125m_lora\",\n                \"tokenizer_config\": {},\n                \"trainer_config\": {\n                    \"auto_find_batch_size\": true,\n                    \"num_train_epochs\": 20,\n                    \"output_dir\": \"checkpoint\"\n                }\n            }\n        },\n        \"output_info\": {\n            \"data\": {\n                \"concepts\": [\n                    {\"id\":\"id-identity_hate\"},\n                    {\"id\":\"id-insult\"},\n                    {\"id\": \"id-threat\"},\n                    {\"id\": \"id-obscene\"},\n                    {\"id\": \"id-severe_toxic\"},\n                    {\"id\": \"id-toxic\"}\n                ]\n            }\n        }\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID/versions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Nov 2023 15:41:31 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"1419"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Accept,X-Requested-With,Content-Type,Referer,Accept-Encoding,X-CSRF-Token,Authorization,X-Clarifai-Application-Id,X-Clarifai-REST-API-Key,X-Clarifai-Session-Token,X-Clarifai-Client,X-Clarifai-Site,X-RapidAPI-User,x-clarifai-request-id-prefix,x-request-id"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,POST,PUT,PATCH,OPTIONS,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Grpc-Metadata-Content-Type","value":"application/grpc"},{"key":"X-Clarifai-Request-Id","value":"622b8e4a6ddd2916a780e668f7719dec"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"622b8e4a6ddd2916a780e668f7719dec\"\n    },\n    \"model\": {\n        \"id\": \"custom-config\",\n        \"name\": \"custom-config\",\n        \"created_at\": \"2023-11-15T09:50:57.970134Z\",\n        \"modified_at\": \"2023-11-15T09:50:57.970134Z\",\n        \"app_id\": \"test-app-1699865003-empty\",\n        \"model_version\": {\n            \"id\": \"7421f6b656394a07addb7dbcff944616\",\n            \"created_at\": \"2023-11-16T15:41:30.942432087Z\",\n            \"status\": {\n                \"code\": 21103,\n                \"description\": \"Model is currently in queue for training.\"\n            },\n            \"active_concept_count\": 6,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"app_id\": \"test-app-1699865003-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"metadata\": {},\n            \"output_info\": {\n                \"output_config\": {\n                    \"max_concepts\": 0,\n                    \"min_value\": 0\n                },\n                \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                \"params\": {\n                    \"max_concepts\": 20,\n                    \"min_value\": 0,\n                    \"select_concepts\": []\n                }\n            },\n            \"input_info\": {\n                \"params\": {}\n            },\n            \"train_info\": {\n                \"params\": {\n                    \"dataset_id\": \"\",\n                    \"dataset_version_id\": \"\",\n                    \"invalid_data_tolerance_percent\": 5,\n                    \"model_config\": {\n                        \"pretrained_model_name\": \"EleutherAI/gpt-neo-125m\"\n                    },\n                    \"num_gpus\": 1,\n                    \"peft_config\": {\n                        \"peft_type\": \"LORA\"\n                    },\n                    \"template\": \"HF_GPTNeo_125m_lora\",\n                    \"tokenizer_config\": {},\n                    \"trainer_config\": {\n                        \"auto_find_batch_size\": true,\n                        \"num_train_epochs\": 20,\n                        \"output_dir\": \"checkpoint\"\n                    }\n                }\n            },\n            \"import_info\": {}\n        },\n        \"user_id\": \"a0btrubbaefn\",\n        \"model_type_id\": \"text-classifier\",\n        \"visibility\": {\n            \"gettable\": 10\n        },\n        \"metadata\": {},\n        \"presets\": {},\n        \"toolkits\": [],\n        \"use_cases\": [],\n        \"languages\": [],\n        \"languages_full\": [],\n        \"check_consents\": [],\n        \"workflow_recommended\": false\n    }\n}"}],"_postman_id":"307f889f-2e78-4e4d-a5b6-50cf5a80a4f4"}],"id":"ce4c993f-c23f-4591-a2c3-7177cda8b401","description":"<p>Create a model with a fully custom output configuration. Use this approach when building models that require specific output types, layer configurations, or non-standard architectures not covered by the walkthrough subfolders.</p>\n<p><strong>Key operations:</strong> create model, create model version.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code>, <code>YOUR_MODEL_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/create/models/manage\">Manage Models</a> | <a href=\"https://docs.clarifai.com/create/models/templates/\">Training Templates</a></p>\n","_postman_id":"ce4c993f-c23f-4591-a2c3-7177cda8b401","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Create Transfer Learned Model","item":[{"name":"Create Model","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"model_id\", encodeURIComponent(JSON.parse(responseBody).model.id));"],"type":"text/javascript","packages":{},"id":"8ba12183-2edf-41cc-91ca-dde9b3ba5ce8"}}],"id":"479c3488-44b9-48d1-893b-6d3308e238a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"model\": {\n        \"id\": \"test-1777931642\",\n        \"model_type_id\": \"embedding-classifier\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models","description":"<p>Create a new visual-classifier model for transfer learning. This model will be fine-tuned on your labeled images using a pre-trained backbone.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>models[].id</code></td>\n<td>string</td>\n<td>Unique model ID</td>\n</tr>\n<tr>\n<td><code>models[].model_type_id</code></td>\n<td>string</td>\n<td>Must be <code>visual-classifier</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"b8be9707-2143-4260-ab80-7859def73ec7","name":"Create Model","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key •••••••","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"model\": {\n        \"id\": \"profanity-filter-new\",\n        \"model_type_id\": \"keyword-filter-operator\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"062174b1358de10e9dbb5fb950c49a7f\"\n    },\n    \"model\": {\n        \"id\": \"profanity-filter-new2\",\n        \"name\": \"profanity-filter-new2\",\n        \"created_at\": \"2023-11-23T11:16:45.317604928Z\",\n        \"modified_at\": \"2023-11-23T11:16:45.317604928Z\",\n        \"app_id\": \"test-app-1700638575-empty\",\n        \"user_id\": \"a0btrubbaefn\",\n        \"model_type_id\": \"keyword-filter-operator\",\n        \"visibility\": {\n            \"gettable\": 10\n        },\n        \"metadata\": {},\n        \"presets\": {},\n        \"toolkits\": [],\n        \"use_cases\": [],\n        \"languages\": [],\n        \"languages_full\": [],\n        \"check_consents\": [],\n        \"workflow_recommended\": false\n    }\n}"}],"_postman_id":"479c3488-44b9-48d1-893b-6d3308e238a9"},{"name":"Create Model Version","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"model_id\", encodeURIComponent(JSON.parse(responseBody).model.id));","postman.setEnvironmentVariable(\"version_id\", encodeURIComponent(JSON.parse(responseBody).model.model_version.id));"],"type":"text/javascript","packages":{},"id":"5ca7095a-2a6c-4f87-b879-a162086259e6"}}],"id":"f0bf2f95-9003-4bdc-92b7-b70e22223b09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"model_versions\": [\n        {\n            \"train_info\": {\n                \"params\": {\n                    \"template\": \"MMClassification_ResNet_50_RSB_A1\",\n                    \"image_size\": 128,\n                    \"num_epochs\": 1\n                }\n            },\n            \"output_info\": {\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"ferrari23\"\n                        },\n                        {\n                            \"id\": \"outdoors23\"\n                        }\n                    ]\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID/versions","description":"<p>Initiate transfer learning by creating a new model version. The training uses a ResNet backbone and runs on your annotated dataset.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>model_versions[].train_info.params.template</code></td>\n<td>string</td>\n<td>Training template (e.g., <code>MMClassification_ResNet_50_RSB_A1</code>)</td>\n</tr>\n<tr>\n<td><code>model_versions[].train_info.params.image_size</code></td>\n<td>integer</td>\n<td>Input image resolution (e.g., <code>128</code>)</td>\n</tr>\n<tr>\n<td><code>model_versions[].train_info.params.num_epochs</code></td>\n<td>integer</td>\n<td>Number of training epochs</td>\n</tr>\n<tr>\n<td><code>model_versions[].output_info.data.concepts</code></td>\n<td>array</td>\n<td>Concepts to train the model to classify</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models","YOUR_MODEL_ID","versions"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"a19407a2-1e51-4cf5-8cd5-0f91fd000086","name":"Create Model Version","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key •••••••","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"model_id\": \"YOUR_MODEL_ID\",\n    \"model_versions\": [\n        {\n            \"output_info\": {\n                \"params\": {\n                    \"keywords\": [\n                        \"f.u\",\n                        \"Idiot\",\n                        \"Stupid\",\n                        \"Pitiful\",\n                        \"asshole\",\n                        \"bastard\",\n                        \"bitch\",\n                        \"cunt\",\n                        \"bollocks\",\n                        \"Wanker\",\n                        \"whore\",\n                        \"prick\",\n                        \"jerk\",\n                        \"pussy\",\n                        \"Gobdaw\",\n                        \"Gobdaw\",\n                        \"Fecker\",\n                        \"Naaiers\",\n                        \"Bliksem\",\n                        \"Damm\",\n                        \"boudkapper\",\n                        \"Doos\",\n                        \"DoosisJesus\",\n                        \"Dopkaas\",\n                        \"Draadtrekker\",\n                        \"Etterkop\",\n                        \"fok\",\n                        \"fokenwil\",\n                        \"Fokof\",\n                        \"Fokof\",\n                        \"Gat\",\n                        \"Godverdoem\",\n                        \"rioolboor\",\n                        \"kontkop\",\n                        \"ma-naaier\",\n                        \"kak\",\n                        \"bakti\",\n                        \"bole\",\n                        \"buce\",\n                        \"bytha\",\n                        \"dshtoj\",\n                        \"kari\",\n                        \"kurvar\",\n                        \"Lavire\",\n                        \"Mut\",\n                        \"nënë\",\n                        \"picka\",\n                        \"Pidhi\",\n                        \"Ropqir\",\n                        \"shkertate\",\n                        \"Simge\",\n                        \"swag\",\n                        \"Trap\",\n                        \"trap\",\n                        \"Qi\",\n                        \"Qiu\",\n                        \"العمى\",\n                        \"زنجي\",\n                        \"تراجع\",\n                        \"ديوث\",\n                        \"أرميني\",\n                        \"قبلني\",\n                        \"وقحة\",\n                        \"ديكهيد\",\n                        \"الثدي\",\n                        \"الحمار\",\n                        \"كرات\",\n                        \"أقرن\",\n                        \"Bakri\",\n                        \"kaneeth\",\n                        \"khajaf\",\n                        \"Khaneeth\",\n                        \"khaneeth\",\n                        \"khawal\",\n                        \"Koos\",\n                        \"Louteh\",\n                        \"Majdoube\",\n                        \"manyak\",\n                        \"naghal\",\n                        \"narcoossee\",\n                        \"neekni\",\n                        \"Neik\",\n                        \"nikkabuk\",\n                        \"ntak\",\n                        \"nwaan\",\n                        \"qah'ba\",\n                        \"qahbi\",\n                        \"qaraqir\",\n                        \"qawad\",\n                        \"qooq\",\n                        \"Qusamak\",\n                        \"Qybah\",\n                        \"Sambool\",\n                        \"sambool\",\n                        \"sharmoota\",\n                        \"Sharmotah\",\n                        \"sharmuta\",\n                        \"shlokeh\",\n                        \"Teezak\",\n                        \"zib\",\n                        \"zibbe\",\n                        \"Zubih\",\n                        \"zubra\",\n                        \"Ashiq\",\n                        \"banchod\",\n                        \"Bandii\",\n                        \"bara\",\n                        \"Bessha\",\n                        \"Bodmash\",\n                        \"Boga\",\n                        \"bokachoda\",\n                        \"Booni\",\n                        \"botla\",\n                        \"chodna\",\n                        \"chood\",\n                        \"dan-da\",\n                        \"dhon\",\n                        \"fatly\",\n                        \"Fel\",\n                        \"foga\",\n                        \"fungi\",\n                        \"Futki\",\n                        \"fuun-ga\",\n                        \"gud\",\n                        \"gud\",\n                        \"guud\",\n                        \"Guundaa\",\n                        \"Hauwa\",\n                        \"khanki\",\n                        \"maggi\",\n                        \"khanki\",\n                        \"laora\",\n                        \"lerr\",\n                        \"Maagi\",\n                        \"Maal\",\n                        \"Nunu\",\n                        \"nunu\",\n                        \"Pagul\",\n                        \"pasa\",\n                        \"podmarani\",\n                        \"Sagul\",\n                        \"Shauwa\",\n                        \"Suda-sudi\",\n                        \"SUDAURY\",\n                        \"SUTHH-MAROUNY\",\n                        \"Vogchod\",\n                        \"Ебаси\",\n                        \"Тиквеник\",\n                        \"бит гей\",\n                        \"Кучка\",\n                        \"Dirnik\",\n                        \"dupedavec\",\n                        \"Ebach\",\n                        \"Govedo\",\n                        \"Govno\",\n                        \"Gultay\",\n                        \"Gus\",\n                        \"kles\",\n                        \"Kopele\",\n                        \"Kuchka\",\n                        \"Kur\",\n                        \"Lainar\",\n                        \"Luyno\",\n                        \"mangal\",\n                        \"mastiq\",\n                        \"Minet\",\n                        \"婊子\",\n                        \"屄\",\n                        \"王八蛋\",\n                        \"操你\",\n                        \"傻屄\",\n                        \"妈的\",\n                        \"滚开\",\n                        \"混蛋\",\n                        \"笨\",\n                        \"傻缺\",\n                        \"笨蛋\",\n                        \"阴茎\",\n                        \"妓女\",\n                        \"笨蛋\",\n                        \"坏蛋\",\n                        \"打飞机\",\n                        \"他妈的\",\n                        \"操你妈\",\n                        \"日你妈\",\n                        \"肉棒\",\n                        \"肏\",\n                        \"王八蛋\",\n                        \"混蛋\",\n                        \"闭\",\n                        \"闭嘴\",\n                        \"Che Dan\",\n                        \"強姦\",\n                        \"干你娘\",\n                        \"diao\",\n                        \"gan\",\n                        \"屁话\",\n                        \"鸡巴\",\n                        \"ji bai\",\n                        \"kanina\",\n                        \"无脑\",\n                        \"该死的\",\n                        \"Nai zi\",\n                        \"你疯了\",\n                        \"弱智\",\n                        \"qu si\",\n                        \"Sek si\",\n                        \"Sha bi\",\n                        \"sharbie\",\n                        \"sixi\",\n                        \"xia bi\",\n                        \"妓女\",\n                        \"𨳒\",\n                        \"屌\",\n                        \"ai chai\",\n                        \"Ba po\",\n                        \"baak gwai\",\n                        \"Ban jau\",\n                        \"Bat po\",\n                        \"bok lui\",\n                        \"查头\",\n                        \"臭猫\",\n                        \"操你\",\n                        \"去你妈\",\n                        \"Diu\",\n                        \"diu\",\n                        \"Gai\",\n                        \"gau\",\n                        \"hai\",\n                        \"lan\",\n                        \"nimabi\",\n                        \"PK\",\n                        \"tsat\",\n                        \"Yiu\",\n                        \"šukat\",\n                        \"batich\",\n                        \"Buzerant\",\n                        \"Buzna\",\n                        \"Churak\",\n                        \"děvka\",\n                        \"hajzl\",\n                        \"Hovno\",\n                        \"Kurva\",\n                        \"kraavo\",\n                        \"kunda\",\n                        \"Mrdka\",\n                        \"Odprejskni\",\n                        \"Píèa\",\n                        \"Peecha\",\n                        \"peehat\",\n                        \"Piča\",\n                        \"piicha\",\n                        \"prdel\",\n                        \"prdelka\",\n                        \"prt\",\n                        \"sakra\",\n                        \"Sakra\",\n                        \"show-staat\",\n                        \"Sraèka\",\n                        \"Táhni\",\n                        \"Vole\",\n                        \"voleh\",\n                        \"Zkurvysyn\",\n                        \"Zmrd\",\n                        \"Kecáš\",\n                        \"Vůl\",\n                        \"debil\",\n                        \"Cvok\",\n                        \"magor\",\n                        \"Hajzl\",\n                        \"zmrd\",\n                        \"Agger\",\n                        \"Ølfisse\",\n                        \"Baby-kanon\",\n                        \"Bæskubber\",\n                        \"bøsserøv\",\n                        \"Brian\",\n                        \"Fisse\",\n                        \"Jylland\",\n                        \"Jyllandsk\",\n                        \"Klaphat\",\n                        \"Ko\",\n                        \"kran\",\n                        \"Kusse\",\n                        \"Lort\",\n                        \"Ludertæve\",\n                        \"Osteged\",\n                        \"Pik\",\n                        \"pik\",\n                        \"Pikansjos\",\n                        \"Pikhoved\",\n                        \"Pikspiller\",\n                        \"røvbanan\",\n                        \"Røvguitar\",\n                        \"Svans\",\n                        \"Svensker\",\n                        \"Stommert\",\n                        \"Klootzak\",\n                        \"Heks\",\n                        \"apenkind\",\n                        \"Bokkelul\",\n                        \"debiel\",\n                        \"Dombo\",\n                        \"Eikel\",\n                        \"Flikker\",\n                        \"Gelul\",\n                        \"Goverdomme\",\n                        \"Hoer\",\n                        \"Hoerenjong\",\n                        \"homo\",\n                        \"Hondenlul\",\n                        \"Hufter\",\n                        \"kanker\",\n                        \"kankerhoer\",\n                        \"Klootviool\",\n                        \"Klootzak\",\n                        \"Kut\",\n                        \"kutaap\",\n                        \"Kuthoer\",\n                        \"kutwijf\",\n                        \"Kutwijf\",\n                        \"micropik\",\n                        \"mierepiet\",\n                        \"muggelul\",\n                        \"muizefluit\",\n                        \"Optyffen\",\n                        \"paardenlul\",\n                        \"pislul\",\n                        \"Pisvlek\",\n                        \"Poepenol\",\n                        \"Ruk\",\n                        \"Rukker\",\n                        \"Schavuit\",\n                        \"Stoephoer\",\n                        \"Sukkel\",\n                        \"sukkeltje\",\n                        \"Trekvlek\",\n                        \"Verliezer\",\n                        \"verneukt\",\n                        \"viezerik\",\n                        \"zakslak\",\n                        \"Trut\",\n                        \"slet\",\n                        \"Potjandosie\",\n                        \"Merde\",\n                        \"Aalio\",\n                        \"Äpärä\",\n                        \"helvetti\",\n                        \"Hinttari\",\n                        \"Hitto\",\n                        \"Homo\",\n                        \"Huora\",\n                        \"Idiootti\",\n                        \"Jumalauta\",\n                        \"Kilinvittu\",\n                        \"Kullinaama\",\n                        \"kusipaeae\",\n                        \"Kusipää\",\n                        \"Kyrpä\",\n                        \"Mulkku\",\n                        \"muna\",\n                        \"Munapää\",\n                        \"narttu\",\n                        \"Neekeri\",\n                        \"Pahus\",\n                        \"Pallinaama\",\n                        \"Palliräkä\",\n                        \"Paska\",\n                        \"Paska-aivo\",\n                        \"Paskanaama\",\n                        \"Paskap\",\n                        \"Paskapää\",\n                        \"Paskiainen\",\n                        \"Perhana\",\n                        \"Perkele\",\n                        \"perkele\",\n                        \"Perse\",\n                        \"Persläpi\",\n                        \"Pillu\",\n                        \"rotta\",\n                        \"Runkkari\",\n                        \"Saakeli\",\n                        \"Saamari\",\n                        \"Saatana\",\n                        \"Samperi\",\n                        \"Turku\",\n                        \"Vammanen\",\n                        \"vittu\",\n                        \"Putain\",\n                        \"Cul\",\n                        \"Dégage\",\n                        \"Connard\",\n                        \"Connasse\",\n                        \"Con\",\n                        \"Branleur\",\n                        \"Salope\",\n                        \"salaud\",\n                        \"Casse-toi\",\n                        \"Abruti\",\n                        \"baise\",\n                        \"Batard\",\n                        \"bite\",\n                        \"Branleur\",\n                        \"Casse-toi\",\n                        \"Chatte\",\n                        \"Connard\",\n                        \"Couilles\",\n                        \"Debile\",\n                        \"Encule\",\n                        \"Framble\",\n                        \"Frambler\",\n                        \"garce\",\n                        \"Imbecile\",\n                        \"jouir\",\n                        \"lesbienne\",\n                        \"Merde\",\n                        \"pédé\",\n                        \"Putain\",\n                        \"pute\",\n                        \"salaud\",\n                        \"Salope\",\n                        \"Tais-toi\",\n                        \"Truie\",\n                        \"Zut\",\n                        \"Arschgesicht\",\n                        \"Scheißkopf\",\n                        \"Wichser\",\n                        \"Arschgeige\",\n                        \"Himmeldonnerwetter\",\n                        \"Arschfotze\",\n                        \"Arschloch\",\n                        \"Bulle\",\n                        \"bumsen\",\n                        \"Depp\",\n                        \"Drecksau\",\n                        \"Du\",\n                        \"Dummbatz\",\n                        \"Dummkopf\",\n                        \"duncauf\",\n                        \"Fettbacke\",\n                        \"Wichser\",\n                        \"Ficker\",\n                        \"fickfehler\",\n                        \"Fickfresse\",\n                        \"Fotze\",\n                        \"geil\",\n                        \"Gottverdammt\",\n                        \"Hackfresse\",\n                        \"homofuerst\",\n                        \"Horst\",\n                        \"Huan\",\n                        \"Huansohn\",\n                        \"Huhrensohn\",\n                        \"Hurensohn\",\n                        \"Kackbratze\",\n                        \"Lude\",\n                        \"Luder\",\n                        \"missgeburt\",\n                        \"Miststück\",\n                        \"Muterfiker\",\n                        \"Mutterficker\",\n                        \"Nutle\",\n                        \"Nuttensohn\",\n                        \"Onanieren\",\n                        \"pestbaeule\",\n                        \"Pisser\",\n                        \"Scheiße\",\n                        \"Scheißhaus\",\n                        \"scheissekopf\",\n                        \"Scheissen\",\n                        \"Schise\",\n                        \"Schlampe\",\n                        \"Schwanzlutscher\",\n                        \"Schweinepriester\",\n                        \"Schwuchtel\",\n                        \"Schwul\",\n                        \"Schwuler\",\n                        \"shaisa\",\n                        \"Sheisse\",\n                        \"Shishkoff\",\n                        \"Trottel\",\n                        \"Tunte\",\n                        \"Veganer\",\n                        \"voegeln\",\n                        \"vögeln\",\n                        \"ficken\",\n                        \"wichser\",\n                        \"Wixer\",\n                        \"Zicke\",\n                        \"Zickig\",\n                        \"Zimtzicke\",\n                        \"γαμώ\",\n                        \"σκατά\",\n                        \"σκύλα\",\n                        \"χαζος\",\n                        \"βλάκας\",\n                        \"κόπανος\",\n                        \"σκάσε\",\n                        \"gamiseta\",\n                        \"Noob\",\n                        \"Arab\",\n                        \"Aravi\",\n                        \"Batul\",\n                        \"Beitsim\",\n                        \"benzona\",\n                        \"Bulbul\",\n                        \"cok-sinel\",\n                        \"Efes\",\n                        \"Fal-tzan\",\n                        \"hamor\",\n                        \"Harah\",\n                        \"Imascha\",\n                        \"Kalba\",\n                        \"Koksinel\",\n                        \"Ku-se-mak\",\n                        \"kus\",\n                        \"Kussit\",\n                        \"Malshin\",\n                        \"Mamzer\",\n                        \"Maniak\",\n                        \"Mas-tool\",\n                        \"Masriach\",\n                        \"Menayek\",\n                        \"Muhhamed\",\n                        \"nod\",\n                        \"S'Emek\",\n                        \"Sarsour\",\n                        \"Sharlila\",\n                        \"Sharmuta\",\n                        \"shmenah\",\n                        \"Shtok\",\n                        \"Sigi\",\n                        \"tahat\",\n                        \"tkach\",\n                        \"tzi-tzi\",\n                        \"Zayan\",\n                        \"zayin\",\n                        \"Zayin\",\n                        \"zevel\",\n                        \"zona\",\n                        \"Zona\",\n                        \"Zonah\",\n                        \"मादरचोद\",\n                        \"बहनचोद\",\n                        \"रंडी\",\n                        \"हिजड़े\",\n                        \"गधे\",\n                        \"गांडू\",\n                        \"भड़वे\",\n                        \"चक्कर\",\n                        \"हरामी\",\n                        \"कुत्ता\",\n                        \"नपुंसक\",\n                        \"चुटिया\",\n                        \"भरवा\",\n                        \"रंडवा\",\n                        \"रांड\",\n                        \"भोसडिके\",\n                        \"माँ का लौड़ा\",\n                        \"दुष्ट।\",\n                        \"गांड\",\n                        \"भडुआ\",\n                        \"भोसड़ा\",\n                        \"तेरी माँ का\",\n                        \"लौडा\",\n                        \"Felpofozzalak\",\n                        \"Kettéváglak\",\n                        \"Utállak\",\n                        \"szar\",\n                        \"basszameg\",\n                        \"francba\",\n                        \"picsába\",\n                        \"anjing\",\n                        \"Anjing\",\n                        \"bajingan\",\n                        \"Bajingan\",\n                        \"Bangsat\",\n                        \"Bedebah\",\n                        \"bego\",\n                        \"Bencong\",\n                        \"Biji\",\n                        \"Bispak\",\n                        \"Blah-Bloh\",\n                        \"Blo'on\",\n                        \"brengsek\",\n                        \"Cokil\",\n                        \"Coli\",\n                        \"Cuki\",\n                        \"Eek\",\n                        \"geblek\",\n                        \"bodoh\",\n                        \"tolol\",\n                        \"goblok\",\n                        \"gigolo\",\n                        \"goblok\",\n                        \"heunceut\",\n                        \"Itil\",\n                        \"jancok\",\n                        \"Jancuk\",\n                        \"kalempong\",\n                        \"kampang\",\n                        \"Kontol\",\n                        \"kontol\",\n                        \"titit\",\n                        \"lonte\",\n                        \"maho\",\n                        \"memek\",\n                        \"memek\",\n                        \"meki\",\n                        \"nono\",\n                        \"Monyong\",\n                        \"ngentot\",\n                        \"Ngentot\",\n                        \"Ngepet\",\n                        \"ngewe\",\n                        \"ngocok\",\n                        \"Nyame\",\n                        \"nyoli\",\n                        \"palaji\",\n                        \"Palkon\",\n                        \"Pantat\",\n                        \"Pantek\",\n                        \"peju\",\n                        \"Pelacur\",\n                        \"peler\",\n                        \"pepsi\",\n                        \"Pukimai\",\n                        \"pukimak\",\n                        \"Sampah\",\n                        \"Sempak\",\n                        \"Sempak\",\n                        \"kolor\",\n                        \"Sperma\",\n                        \"Tae\",\n                        \"Tahi\",\n                        \"Tai\",\n                        \"Tholit\",\n                        \"toket\",\n                        \"Cazzo\",\n                        \"Tette\",\n                        \"Stronzo\",\n                        \"Stronza\",\n                        \"Fanculo\",\n                        \"Vaffanculo\",\n                        \"Pompinara\",\n                        \"bastardo\",\n                        \"blowjob\",\n                        \"cagacazzo\",\n                        \"cazzo\",\n                        \"cazzo\",\n                        \"minchia\",\n                        \"mazza\",\n                        \"uccello\",\n                        \"cazzone\",\n                        \"cretino\",\n                        \"Curnut\",\n                        \"Fica\",\n                        \"Figa\",\n                        \"fongoul\",\n                        \"Latrin\",\n                        \"mafankulo\",\n                        \"Manache\",\n                        \"Merda\",\n                        \"Pompinara\",\n                        \"puttana\",\n                        \"rottinculo\",\n                        \"scopare\",\n                        \"segaiolo\",\n                        \"segarsi\",\n                        \"Sorca\",\n                        \"Stoonod\",\n                        \"Stronzo\",\n                        \"Troia\",\n                        \"Vaffan\",\n                        \"vaffanculo\",\n                        \"zoccola\",\n                        \"Zuia\",\n                        \"くそ\",\n                        \"やりまん\",\n                        \"やりちん\",\n                        \"くそったれ\",\n                        \"ぶす\",\n                        \"死ねえ\",\n                        \"Aba-Zure\",\n                        \"Aho\",\n                        \"aho\",\n                        \"Aishi-au\",\n                        \"Ama\",\n                        \"Baishunfu\",\n                        \"Baita\",\n                        \"baka\",\n                        \"Baka\",\n                        \"baka-ne\",\n                        \"bakayaro\",\n                        \"Bakayarou\",\n                        \"Bokki\",\n                        \"buk-korosu\",\n                        \"Busu\",\n                        \"Che\",\n                        \"chikusho\",\n                        \"Chikusho\",\n                        \"chin-ko\",\n                        \"chinkasu\",\n                        \"Chinko\",\n                        \"chinpo\",\n                        \"Chitsu\",\n                        \"damare\",\n                        \"Dobe\",\n                        \"Ecchi\",\n                        \"Etchi\",\n                        \"Fakku\",\n                        \"ふざけるな\",\n                        \"gyuufun\",\n                        \"Hakuchi\",\n                        \"Iku\",\n                        \"ketsunoana\",\n                        \"kimoi\",\n                        \"kintama\",\n                        \"Kintama\",\n                        \"kisama\",\n                        \"Kouno\",\n                        \"Kuso\",\n                        \"Kuso-Debu\",\n                        \"Kusogaki\",\n                        \"Kusokurae\",\n                        \"Kusot-tare\",\n                        \"Kusottare\",\n                        \"kusoyaro\",\n                        \"kusoyarou\",\n                        \"Kutabare\",\n                        \"kutabare\",\n                        \"makeinu\",\n                        \"manko\",\n                        \"Manko\",\n                        \"Mantama\",\n                        \"manzuri\",\n                        \"mara\",\n                        \"namename\",\n                        \"Nameruna\",\n                        \"O-chinko\",\n                        \"O-manko\",\n                        \"okiesawada\",\n                        \"Omanko\",\n                        \"omanko\",\n                        \"onani\",\n                        \"oppai\",\n                        \"Oshikko\",\n                        \"oshiri\",\n                        \"otokonna\",\n                        \"Paizuri\",\n                        \"パイズリ\",\n                        \"Saseko\",\n                        \"性交\",\n                        \"senzuri\",\n                        \"小便\",\n                        \"shakuhachi\",\n                        \"Shimata\",\n                        \"Shimatta\",\n                        \"shomben\",\n                        \"Sukebe\",\n                        \"Takuta\",\n                        \"Tan-Sho\",\n                        \"Tawagoto\",\n                        \"たわごと\",\n                        \"Teme\",\n                        \"teme\",\n                        \"Unchi\",\n                        \"Unko\",\n                        \"Urusei\",\n                        \"Usse\",\n                        \"Yariman\",\n                        \"yarou\",\n                        \"Yowamushi\",\n                        \"zakennayo\",\n                        \"년\",\n                        \"좆\",\n                        \"개새\",\n                        \"시빨\",\n                        \"싸 발\",\n                        \"엿먹어\",\n                        \"babo\",\n                        \"Babo\",\n                        \"bingu\",\n                        \"Boji\",\n                        \"bonggu\",\n                        \"byungshin\",\n                        \"Chaji\",\n                        \"Eh-ja\",\n                        \"Goja\",\n                        \"jhut\",\n                        \"jhut-kkok-ji\",\n                        \"jhut-kkok-ji-ppa-ruh\",\n                        \"jhut-ppa-ruh\",\n                        \"Jiralhanae\",\n                        \"jot-nna\",\n                        \"jotbab\",\n                        \"Kuh-juh\",\n                        \"Michin\",\n                        \"pa-bo\",\n                        \"Poji\",\n                        \"Sheba-nom\",\n                        \"Sheeba\",\n                        \"Shiba\",\n                        \"Shibal\",\n                        \"Shibalnyun\",\n                        \"shipi\",\n                        \"ttong-koo-mung\",\n                        \"Aleuto\",\n                        \"babi\",\n                        \"Bajang\",\n                        \"Barua\",\n                        \"Batang\",\n                        \"Burit\",\n                        \"Butoh\",\n                        \"Canggar\",\n                        \"Chipap\",\n                        \"gampang\",\n                        \"jubo\",\n                        \"konek\",\n                        \"Kote\",\n                        \"pantat\",\n                        \"Pelir\",\n                        \"puki\",\n                        \"Pukimak\",\n                        \"setan\",\n                        \"shitta\",\n                        \"sial\",\n                        \"tongeng\",\n                        \"Breiddjame\",\n                        \"dåsa\",\n                        \"Drittsekk\",\n                        \"Dust\",\n                        \"Faen\",\n                        \"fattig\",\n                        \"Føkkings\",\n                        \"fetta\",\n                        \"Fitte-faen\",\n                        \"Fittesnerk\",\n                        \"Fittetryne\",\n                        \"H'stkuk\",\n                        \"Helvete\",\n                        \"Herregud\",\n                        \"hestkuk\",\n                        \"Homsebull\",\n                        \"J'vel\",\n                        \"Jukkegutt\",\n                        \"Kølle\",\n                        \"kukost\",\n                        \"Kukskalle\",\n                        \"Kuksuger\",\n                        \"Kuktryne\",\n                        \"lassaron\",\n                        \"Ludder\",\n                        \"ludder\",\n                        \"Mordi\",\n                        \"pikk\",\n                        \"pikkhue\",\n                        \"Pokker\",\n                        \"rasshøl\",\n                        \"Rasshull\",\n                        \"Rasstapp\",\n                        \"rævpuler\",\n                        \"Ronkefjes\",\n                        \"Rottpung\",\n                        \"S'dgurgler\",\n                        \"S'dsprut\",\n                        \"Sjettsjur\",\n                        \"skitliv\",\n                        \"slingrefitte\",\n                        \"Slyngel\",\n                        \"Steikje\",\n                        \"trekukk\",\n                        \"Cabrão\",\n                        \"Cabrao\",\n                        \"Caralho\",\n                        \"Bardajona\",\n                        \"Béfe\",\n                        \"Bilha\",\n                        \"Boiola\",\n                        \"Cagar\",\n                        \"carai\",\n                        \"caralho\",\n                        \"Choncho\",\n                        \"Chupa-mos\",\n                        \"Chupa-rola\",\n                        \"Cona\",\n                        \"Cu\",\n                        \"Enrabar\",\n                        \"escarumba\",\n                        \"Esporra\",\n                        \"Esporrada\",\n                        \"Foda-se\",\n                        \"Fodasse\",\n                        \"Fode-te\",\n                        \"Foder\",\n                        \"fufa\",\n                        \"Gaita\",\n                        \"Lambe-cus\",\n                        \"mamada\",\n                        \"Mamas\",\n                        \"Meita\",\n                        \"Merda\",\n                        \"Mijar\",\n                        \"minete\",\n                        \"Pachaxa\",\n                        \"paneleiro\",\n                        \"Parvo\",\n                        \"Peido\",\n                        \"peixota\",\n                        \"Pentelho\",\n                        \"pica\",\n                        \"piroca\",\n                        \"caralho\",\n                        \"Picha\",\n                        \"Pichota\",\n                        \"Pila\",\n                        \"pininho\",\n                        \"Poia\",\n                        \"Porra\",\n                        \"Punheta\",\n                        \"puta\",\n                        \"Rata\",\n                        \"Safada\",\n                        \"Senaita\",\n                        \"Teso\",\n                        \"Tomates\",\n                        \"Toto\",\n                        \"Tubassa\",\n                        \"Vaca\",\n                        \"Vagabundo\",\n                        \"balconar\",\n                        \"Bou\",\n                        \"bulangiu\",\n                        \"Curule\",\n                        \"Curva\",\n                        \"fofoloanca\",\n                        \"frisca\",\n                        \"Futu-i\",\n                        \"Futu-te\",\n                        \"koi\",\n                        \"Labagiu\",\n                        \"Linge-ma\",\n                        \"lingurista\",\n                        \"martalog\",\n                        \"Muie\",\n                        \"muist\",\n                        \"panarama\",\n                        \"Poponar\",\n                        \"Pulaman\",\n                        \"Rapanosule\",\n                        \"savarina\",\n                        \"sfarcuri\",\n                        \"sloboz\",\n                        \"Tarfa\",\n                        \"tzatze\",\n                        \"Cучка\",\n                        \"блядь\",\n                        \"Pizdayob\",\n                        \"Пиздаеб\",\n                        \"охуеть\",\n                        \"ohooiet\",\n                        \"Блядь\",\n                        \"шлюха\",\n                        \"debiloid\",\n                        \"Dolboeb\",\n                        \"Drochit\",\n                        \"Durak\",\n                        \"eban'ko\",\n                        \"Ebat\",\n                        \"Eblan\",\n                        \"gandon\",\n                        \"goluboi\",\n                        \"govno\",\n                        \"hooyóvo\",\n                        \"Hooyeélo\",\n                        \"Hooyovi\",\n                        \"huesos\",\n                        \"Hui\",\n                        \"Huiplet\",\n                        \"Malafyá\",\n                        \"manda\",\n                        \"omped\",\n                        \"oslayob\",\n                        \"Ostyn\",\n                        \"Otebis\",\n                        \"Oyobuk\",\n                        \"Péezdit\",\n                        \"pedik\",\n                        \"Peetoókh\",\n                        \"Peezdit\",\n                        \"Perdet\",\n                        \"pidaryuga\",\n                        \"Pidor\",\n                        \"Piz'da\",\n                        \"Piz'duk\",\n                        \"Pizdet\",\n                        \"S'ebis\",\n                        \"Shalava\",\n                        \"shloocha\",\n                        \"Sooka\",\n                        \"Sosat\",\n                        \"Svoloch\",\n                        \"Tolstak\",\n                        \"Trajat'sya\",\n                        \"Tvar\",\n                        \"Wed'ma\",\n                        \"yebatsya\",\n                        \"yob\",\n                        \"Zaebis\",\n                        \"Zalupa\",\n                        \"zhopa\",\n                        \"Puto\",\n                        \"Verga\",\n                        \"Cojones\",\n                        \"Coño\",\n                        \"Pendejo\",\n                        \"Chupa-mos\",\n                        \"Aduana\",\n                        \"Aguacates\",\n                        \"Aguebado\",\n                        \"Ahua\",\n                        \"Alcahuete\",\n                        \"Alimentos\",\n                        \"Alocate\",\n                        \"Ambia\",\n                        \"balurde\",\n                        \"Bastardo\",\n                        \"Cabezapipe\",\n                        \"Cabron\",\n                        \"cachimba\",\n                        \"Capullo\",\n                        \"gilipollas\",\n                        \"Carajo\",\n                        \"chúpelo\",\n                        \"chichis\",\n                        \"chichotas\",\n                        \"chingalo\",\n                        \"chingar\",\n                        \"chingate\",\n                        \"chorizo\",\n                        \"chucha\",\n                        \"Chupamela\",\n                        \"chupar\",\n                        \"cochina\",\n                        \"cochino\",\n                        \"cojer\",\n                        \"cojones\",\n                        \"Concha\",\n                        \"conchetumare\",\n                        \"cuero\",\n                        \"Culero\",\n                        \"Culo\",\n                        \"dona\",\n                        \"Estupido\",\n                        \"fea\",\n                        \"feo\",\n                        \"pendeja\",\n                        \"pendejo\",\n                        \"forro\",\n                        \"forra\",\n                        \"Gilipollas\",\n                        \"Imbécil\",\n                        \"Hostia\",\n                        \"Huevos\",\n                        \"Jódete\",\n                        \"Joder\",\n                        \"lela\",\n                        \"malparida\",\n                        \"mamahuevo\",\n                        \"Mamon\",\n                        \"marica\",\n                        \"Maricón\",\n                        \"Marihuana\",\n                        \"Mierda\",\n                        \"Momada\",\n                        \"mondá\",\n                        \"Pajero\",\n                        \"Panocha\",\n                        \"perra\",\n                        \"pija\",\n                        \"pinche\",\n                        \"piruja\",\n                        \"poronga\",\n                        \"pupila\",\n                        \"puta\",\n                        \"Skonka\",\n                        \"Soplanucas\",\n                        \"tetas\",\n                        \"Vendejo\",\n                        \"Verga\",\n                        \"verija\",\n                        \"zopupla\",\n                        \"zorra\",\n                        \"Arsel\",\n                        \"Balle\",\n                        \"Blatte\",\n                        \"Dumfan\",\n                        \"Dumjävel\",\n                        \"fan\",\n                        \"Fan\",\n                        \"förböveln\",\n                        \"fita\",\n                        \"Fitta\",\n                        \"fitta\",\n                        \"Fittjävel\",\n                        \"Fittnylle\",\n                        \"Fjolla\",\n                        \"höra\",\n                        \"Hjon\",\n                        \"Hora\",\n                        \"Horunge\",\n                        \"Jävla\",\n                        \"Jävel\",\n                        \"jävla\",\n                        \"djävla\",\n                        \"jäkla\",\n                        \"kärring\",\n                        \"Kötthuvud\",\n                        \"knulla\",\n                        \"knullare\",\n                        \"kuk\",\n                        \"Kukhuvud\",\n                        \"Kuksugare\",\n                        \"kulor\",\n                        \"mammaknullare\",\n                        \"mes\",\n                        \"Miffo\",\n                        \"Moderat\",\n                        \"ollon\",\n                        \"Pajas\",\n                        \"Parmiddag\",\n                        \"pattar\",\n                        \"Pissluder\",\n                        \"Pucko\",\n                        \"rattar\",\n                        \"röding\",\n                        \"Röv\",\n                        \"rövhål\",\n                        \"rumpa\",\n                        \"Runkare\",\n                        \"Runkhora\",\n                        \"Saab\",\n                        \"Sandknulla\",\n                        \"Sarre\",\n                        \"Satan\",\n                        \"skit\",\n                        \"skitstövel\",\n                        \"Slampa\",\n                        \"slyna\",\n                        \"Snorätare\",\n                        \"Sosse\",\n                        \"Tomteporr\",\n                        \"Tratthora\",\n                        \"tuttar\",\n                        \"Våldtäktsman\",\n                        \"Beke\",\n                        \"bobo\",\n                        \"burat\",\n                        \"Bwiset\",\n                        \"Bwisit\",\n                        \"gago\",\n                        \"Gago\",\n                        \"Inutil\",\n                        \"Kulangot\",\n                        \"Malibog\",\n                        \"Pakshet\",\n                        \"Putay\",\n                        \"Punyeta\",\n                        \"Tanga\",\n                        \"Tae\",\n                        \"tee-tee\",\n                        \"torjack\",\n                        \"TUBOL\",\n                        \"โง่\",\n                        \"ควาย\",\n                        \"ควย\",\n                        \"ขี้เหล่\",\n                        \"มึง\",\n                        \"กู\",\n                        \"ลูกอีกะหรี่\",\n                        \"ไอ้เวร\",\n                        \"สัด\",\n                        \"ไอ้\",\n                        \"อี\",\n                        \"อย่าเสือก\",\n                        \"สมน้ำหน้า\",\n                        \"ไอ้หน้าส้นตีน\",\n                        \"ไอ้ส้นตีน\",\n                        \"ไอ้หน้าควย\",\n                        \"ไอ้เชี่ย\",\n                        \"ไอ้เหี้ย\",\n                        \"ไอ้ควาย\",\n                        \"บ้า\",\n                        \"ชักว่าว\",\n                        \"ดอก\",\n                        \"เด้าตูด\",\n                        \"ดึงหมอย\",\n                        \"อีดอก\",\n                        \"อีเหี้ย\",\n                        \"อีสัต\",\n                        \"อีช้างลากเย็ด\",\n                        \"อีแรด\",\n                        \"อีร้อยควย\",\n                        \"อีร่าน\",\n                        \"อีตูด\",\n                        \"ฝรั่งขี้นก\",\n                        \"กะหรี่\",\n                        \"กาก\",\n                        \"กินขี้\",\n                        \"หีร้อยควย\",\n                        \"เหี้ย\",\n                        \"หี\",\n                        \"หีแม่มีง\",\n                        \"หัวควย\",\n                        \"หำน้อย\",\n                        \"ไอ้ห่า\",\n                        \"ไอ้เหี้ย\",\n                        \"ไอ้สัต\",\n                        \"ไข่ยาน\",\n                        \"ขี้ใส่หำกู\",\n                        \"หัวควย\",\n                        \"ควย\",\n                        \"มาเด้าตูดกัน\",\n                        \"มาเย็ดกัน\",\n                        \"แม่มึงตาย\",\n                        \"มึงเป็นเอด\",\n                        \"หน้าหี\",\n                        \"น่าเย็ด\",\n                        \"หน้าหี\",\n                        \"หนังหี\",\n                        \"หน่อแตด\",\n                        \"พ่อมึงตาย\",\n                        \"พ่อมึง\",\n                        \"ระยำ\",\n                        \"เชี่ย\",\n                        \"เสือก\",\n                        \"สันดาน\",\n                        \"สัต\",\n                        \"ติ้วหี\",\n                        \"ตูดสวย\",\n                        \"เย็ด\",\n                        \"เย็ดเป็ด\",\n                        \"เย็ดเข้\",\n                        \"เย็ดแม่\",\n                        \"โง่\",\n                        \"ขี้เหร่\",\n                        \"ไอ้\",\n                        \"ลูกกะหรี่\",\n                        \"ไอ้เวร\",\n                        \"อี\",\n                        \"กะหรี่\",\n                        \"อีตัว\",\n                        \"ลูกกะหรี่\",\n                        \"กะเทย\",\n                        \"มึง\",\n                        \"กู\",\n                        \"เงียบ\",\n                        \"หุบปาก\",\n                        \"เย็ด\",\n                        \"เย็ดแม่\",\n                        \"เย็ดมึง\",\n                        \"เย็ดเป็ด\",\n                        \"ควย\",\n                        \"อมควย\",\n                        \"กระดอ\",\n                        \"ดอสั้น\",\n                        \"หี\",\n                        \"หอย\",\n                        \"อะไรวะ\",\n                        \"ขี้\",\n                        \"ตอแหล\",\n                        \"ชักว่าว\",\n                        \"ตกเบ็ด\",\n                        \"Şapka\",\n                        \"a.q\",\n                        \"Amına\",\n                        \"Amsalak\",\n                        \"atyarragi\",\n                        \"Bamya\",\n                        \"Besiktas\",\n                        \"Bok\",\n                        \"Budala\",\n                        \"Cimbom\",\n                        \"dallama\",\n                        \"dalyarak\",\n                        \"Deyus\",\n                        \"Deyyus\",\n                        \"Ezik\",\n                        \"fenerbahçe\",\n                        \"Götübozuk\",\n                        \"götveren\",\n                        \"Gerizekalı\",\n                        \"gotoglani\",\n                        \"kalantor\",\n                        \"Kaltak\",\n                        \"keriz\",\n                        \"o.ç\",\n                        \"Orosp\",\n                        \"Orospu\",\n                        \"otuzbir\",\n                        \"otuzbirci\",\n                        \"pezevenk\",\n                        \"Piç\",\n                        \"piçi\",\n                        \"pipi\",\n                        \"puşt\",\n                        \"Salak\",\n                        \"Sikkafa\",\n                        \"siktir\",\n                        \"Travesti\",\n                        \"Yarak\",\n                        \"Yavsak\",\n                        \"ibne\",\n                        \"Bitch\",\n                        \"blyat\",\n                        \"doopoo\",\n                        \"Hivno\",\n                        \"huey\",\n                        \"Huy\",\n                        \"Koorva\",\n                        \"koorvah\",\n                        \"Курва\",\n                        \"Kurvee\",\n                        \"layno\",\n                        \"Matyook\",\n                        \"Meenyetka\",\n                        \"Nahuynik\",\n                        \"Peederus\",\n                        \"Peezdets\",\n                        \"Perdyee\",\n                        \"срацкох\",\n                        \"Срака\",\n                        \"виблядок\",\n                        \"Єбати\",\n                        \"замкнесех\",\n                        \"دلال\",\n                        \"گددھا\",\n                        \"غنڈو\",\n                        \"حرامزادہ\",\n                        \"حرامزادی\",\n                        \"حرام سلّ\",\n                        \"کامنہ\",\n                        \"kutta\",\n                        \"Kutti\",\n                        \"Lula\",\n                        \"Lola\",\n                        \"لولے\",\n                        \"lulmuah\",\n                        \"madarugly\",\n                        \"Mayyaada\",\n                        \"moomeh\",\n                        \"Myyaada\",\n                        \"pancho\",\n                        \"Phudi\",\n                        \"poody\",\n                        \"đụ\",\n                        \"đù\",\n                        \"đĩ\",\n                        \"điếm\",\n                        \"đéo\",\n                        \"ngu\",\n                        \"cứt\",\n                        \"Địt\",\n                        \"cặc\",\n                        \"cu\",\n                        \"dit\",\n                        \"goo\",\n                        \"lồn\",\n                        \"ngu ngốc\",\n                        \"abo\",\n                        \"abbo\",\n                        \"boong\",\n                        \"bung\",\n                        \"coon\",\n                        \"lubra\",\n                        \"Béni-oui-oui\",\n                        \"bluegum\",\n                        \"burrhead\",\n                        \"burr-head\",\n                        \"golliwogg\",\n                        \"jigaboo\",\n                        \"jiggabo\",\n                        \"jijjiboo\",\n                        \"zigabo\",\n                        \"jigg\",\n                        \"jiggy\",\n                        \"jigga\",\n                        \"kaffir\",\n                        \"kaffer\",\n                        \"kafir\",\n                        \"kaffre\",\n                        \"macaca\",\n                        \"mammy\",\n                        \"mosshead\",\n                        \"munt\",\n                        \"nig-nog\",\n                        \"nigger\",\n                        \"niggar\",\n                        \"niggur\",\n                        \"niger\",\n                        \"nigor\",\n                        \"nigar\",\n                        \"nigga\",\n                        \"niggah\",\n                        \"nig\",\n                        \"nigguh\",\n                        \"niglet\",\n                        \"nigglet\",\n                        \"nigra\",\n                        \"negra\",\n                        \"niggra\",\n                        \"nigrah\",\n                        \"nigruh\",\n                        \"pickaninny\",\n                        \"quashie\",\n                        \"sambo\",\n                        \"sooty\",\n                        \"thicklips\",\n                        \"bootlips\",\n                        \"chinaman\",\n                        \"chink\",\n                        \"coolie\",\n                        \"gook\",\n                        \"jap\",\n                        \"nip\",\n                        \"yellowman\",\n                        \"chee-chee\",\n                        \"chinki\",\n                        \"madrasi\",\n                        \"malaun\",\n                        \"paki\",\n                        \"dink\",\n                        \"gugus\",\n                        \"huan-a\",\n                        \"jakun\",\n                        \"hajji\",\n                        \"hadji\",\n                        \"haji\",\n                        \"towelhead\",\n                        \"raghead\",\n                        \"beaner\",\n                        \"cholo\",\n                        \"greaseball\",\n                        \"greaser\",\n                        \"spic\",\n                        \"spick\",\n                        \"spik\",\n                        \"spig\",\n                        \"sudaca\",\n                        \"tacohead\",\n                        \"tonk\",\n                        \"veneco\",\n                        \"wetback\",\n                        \"european\",\n                        \"barang\",\n                        \"bule\",\n                        \"farang\",\n                        \"gammon\",\n                        \"gringo\",\n                        \"gubba\",\n                        \"gweilo\",\n                        \"gwailo\",\n                        \"honky\",\n                        \"haole\",\n                        \"bohunk\",\n                        \"medigan\",\n                        \"amedigan\",\n                        \"ofay\",\n                        \"arkie\",\n                        \"okie\",\n                        \"peckerwood\",\n                        \"whitey\",\n                        \"chocko\",\n                        \"dago\",\n                        \"kanake\",\n                        \"Métèque\",\n                        \"wog\",\n                        \"chug\",\n                        \"eskimo\",\n                        \"redskin\",\n                        \"squaw\",\n                        \"yanacona\",\n                        \"boonga\",\n                        \"bunga\",\n                        \"boonie\",\n                        \"hori\",\n                        \"kanaka\",\n                        \"buckra\",\n                        \"bakra\",\n                        \"bumpkin\",\n                        \"hick\",\n                        \"hillbilly\",\n                        \"honkey\",\n                        \"honkie\",\n                        \"redneck\",\n                        \"Curepí\",\n                        \"argie\",\n                        \"limey\",\n                        \"pommy\",\n                        \"pirata\",\n                        \"teuchter\",\n                        \"cubiche\",\n                        \"gusano\",\n                        \"boches\",\n                        \"chleuh\",\n                        \"hermans\",\n                        \"herms\",\n                        \"huns\",\n                        \"kraut\",\n                        \"marmeladinger\",\n                        \"mof\",\n                        \"piefke\",\n                        \"paddy\",\n                        \"taig\",\n                        \"snout\",\n                        \"continentale\",\n                        \"eyetie\",\n                        \"ginzo\",\n                        \"goombah\",\n                        \"polentone\",\n                        \"terrone\",\n                        \"wop\",\n                        \"sardinians\",\n                        \"sardegnolo\",\n                        \"sardignòlo\",\n                        \"sardignuolo\",\n                        \"sardagnòlo\",\n                        \"kapo\",\n                        \"kike\",\n                        \"kyke\",\n                        \"shylock\",\n                        \"yid\",\n                        \"zhyd\",\n                        \"lebo\",\n                        \"lebbo\",\n                        \"fyromian\",\n                        \"bulgaroskopian\",\n                        \"macedonist\",\n                        \"pseudomacedonian\",\n                        \"pseudo-macedonian\",\n                        \"skopjan\",\n                        \"skopjian\",\n                        \"skopiana\",\n                        \"skopianika\",\n                        \"chukhna\",\n                        \"polack\",\n                        \"polak\",\n                        \"pollack\",\n                        \"pollock\",\n                        \"polock\",\n                        \"pshek\",\n                        \"mazurik\",\n                        \"russki\",\n                        \"russkie\",\n                        \"moskal\",\n                        \"japies\",\n                        \"yarpies\",\n                        \"mulatto\",\n                        \"wigger\",\n                        \"wigga\",\n                        \"wegro\",\n                        \"zambo\",\n                        \"lobos\"\n                    ]\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"062174b1358de10e9dbb5fb950c49a7f\"\n    },\n    \"model\": {\n        \"id\": \"profanity-filter-new2\",\n        \"name\": \"profanity-filter-new2\",\n        \"created_at\": \"2023-11-23T11:16:45.317604928Z\",\n        \"modified_at\": \"2023-11-23T11:16:45.317604928Z\",\n        \"app_id\": \"test-app-1700638575-empty\",\n        \"user_id\": \"a0btrubbaefn\",\n        \"model_type_id\": \"keyword-filter-operator\",\n        \"visibility\": {\n            \"gettable\": 10\n        },\n        \"metadata\": {},\n        \"presets\": {},\n        \"toolkits\": [],\n        \"use_cases\": [],\n        \"languages\": [],\n        \"languages_full\": [],\n        \"check_consents\": [],\n        \"workflow_recommended\": false\n    }\n}"}],"_postman_id":"f0bf2f95-9003-4bdc-92b7-b70e22223b09"}],"id":"8a72f39d-f0c9-41cd-9809-d9a527f94420","description":"<p>Step-by-step requests for creating a transfer-learned visual classifier. Transfer learning fine-tunes a pre-trained base model (e.g. ResNet) on your labeled images, requiring far less data and compute than training from scratch.</p>\n<p><strong>Steps:</strong> create model → create model version (triggers training with a specified template).</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code>, <code>YOUR_MODEL_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/create/models/transfer-learning/\">Transfer Learning</a> | <a href=\"https://docs.clarifai.com/create/models/templates/\">Training Templates</a></p>\n","_postman_id":"8a72f39d-f0c9-41cd-9809-d9a527f94420","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Create Visual Classifier Model Copy","item":[{"name":"Create Model","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"model_id\", encodeURIComponent(JSON.parse(responseBody).model.id));"],"type":"text/javascript","packages":{},"id":"bee377f6-c390-4fb2-9135-91fefe886435"}}],"id":"4e45513f-d872-499b-b507-808ab1f82366","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"model\": {\n        \"id\": \"test-1777931642\",\n        \"model_type_id\": \"visual-classifier\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models","description":"<p>Create a new visual-classifier model. This is the first step in training a custom image classification model using your own labeled data.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>models[].id</code></td>\n<td>string</td>\n<td>Unique model ID</td>\n</tr>\n<tr>\n<td><code>models[].model_type_id</code></td>\n<td>string</td>\n<td>Must be <code>visual-classifier</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"a21f73b7-8312-4959-b2de-c09ffa45e62c","name":"Create Model","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key •••••••","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"model\": {\n        \"id\": \"profanity-filter-new\",\n        \"model_type_id\": \"keyword-filter-operator\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"062174b1358de10e9dbb5fb950c49a7f\"\n    },\n    \"model\": {\n        \"id\": \"profanity-filter-new2\",\n        \"name\": \"profanity-filter-new2\",\n        \"created_at\": \"2023-11-23T11:16:45.317604928Z\",\n        \"modified_at\": \"2023-11-23T11:16:45.317604928Z\",\n        \"app_id\": \"test-app-1700638575-empty\",\n        \"user_id\": \"a0btrubbaefn\",\n        \"model_type_id\": \"keyword-filter-operator\",\n        \"visibility\": {\n            \"gettable\": 10\n        },\n        \"metadata\": {},\n        \"presets\": {},\n        \"toolkits\": [],\n        \"use_cases\": [],\n        \"languages\": [],\n        \"languages_full\": [],\n        \"check_consents\": [],\n        \"workflow_recommended\": false\n    }\n}"}],"_postman_id":"4e45513f-d872-499b-b507-808ab1f82366"},{"name":"Add Tagged Images (For Visual Classification)","id":"80a8529d-eeec-4a72-9a12-690e25ced4bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"inputs\": [\n        {\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                    \"allow_duplicate_url\": true\n                },\n                \"concepts\": [\n                    {\n                        \"id\": \"ferrari\",\n                        \"value\": true\n                    },\n                    {\n                        \"id\": \"outdoors\"\n                    }\n                ]\n            }\n        },\n        {\n            \"id\": \"2\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/It5JRaj.jpg\",\n                    \"allow_duplicate_url\": true\n                },\n                \"concepts\": [\n                    {\n                        \"id\": \"ferrari\",\n                        \"value\": true\n                    },\n                    {\n                        \"id\": \"outdoors\",\n                        \"value\": false\n                    }\n                ]\n            }\n        },\n        {\n            \"id\": \"3\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/9Knw6RS.jpg\",\n                    \"allow_duplicate_url\": true\n                },\n                \"concepts\": [\n                    {\n                        \"id\": \"ferrari\",\n                        \"value\": true\n                    },\n                    {\n                        \"id\": \"outdoors\"\n                    }\n                ]\n            }\n        },\n        {\n            \"id\": \"4\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/GeMQsiQ.jpg\",\n                    \"allow_duplicate_url\": true\n                },\n                \"concepts\": [\n                    {\n                        \"id\": \"ferrari\",\n                        \"value\": false\n                    },\n                    {\n                        \"id\": \"outdoors\"\n                    }\n                ]\n            }\n        },\n        {\n            \"id\": \"5\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/eXCE9mf.jpg\",\n                    \"allow_duplicate_url\": true\n                },\n                \"concepts\": [\n                    {\n                        \"id\": \"ferrari\",\n                        \"value\": false\n                    },\n                    {\n                        \"id\": \"outdoors\"\n                    }\n                ]\n            }\n        },\n        {\n            \"id\": \"6\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/EnrVc0B.jpg\",\n                    \"allow_duplicate_url\": true\n                },\n                \"concepts\": [\n                    {\n                        \"id\": \"ferrari\",\n                        \"value\": false\n                    },\n                    {\n                        \"id\": \"outdoors\"\n                    }\n                ]\n            }\n        },\n        {\n            \"id\": \"7\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://s7d1.scene7.com/is/image/BedBathandBeyond/56879143899890p\",\n                    \"allow_duplicate_url\": true\n                },\n                \"concepts\": [\n                    {\n                        \"id\": \"ferrari\",\n                        \"value\": false\n                    },\n                    {\n                        \"id\": \"outdoors\"\n                    }\n                ]\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs","description":"<p>Upload labeled images for training a visual classifier. Each input must have concept annotations that correspond to the classes the model will learn.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>inputs[].data.image.url</code></td>\n<td>string</td>\n<td>Public URL of the training image</td>\n</tr>\n<tr>\n<td><code>inputs[].data.image.allow_duplicate_url</code></td>\n<td>boolean</td>\n<td>Allow re-uploading the same URL</td>\n</tr>\n<tr>\n<td><code>inputs[].data.concepts[].id</code></td>\n<td>string</td>\n<td>Concept ID to assign to this image (must match model output concepts)</td>\n</tr>\n<tr>\n<td><code>inputs[].data.concepts[].value</code></td>\n<td>boolean/float</td>\n<td><code>true</code>/<code>1</code> = positive example, <code>false</code>/<code>0</code> = negative example</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","inputs"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"80a8529d-eeec-4a72-9a12-690e25ced4bb"},{"name":"Create Model Version","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"model_id\", encodeURIComponent(JSON.parse(responseBody).model.id));","postman.setEnvironmentVariable(\"version_id\", encodeURIComponent(JSON.parse(responseBody).model.model_version.id));"],"type":"text/javascript","packages":{},"id":"984b1a90-460f-44d7-bfac-16e822a46e9c"}}],"id":"bbc2cbc0-d1c0-46a4-920c-80afedaa7c13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"model_versions\": [\n        {\n            \"id\": \"version-1777931642\",\n            \"train_info\": {\n                \"params\": {\n                    \"template\": \"MMClassification_EfficientNet\",\n                    \"image_size\": 128,\n                    \"num_epochs\": 1\n                }\n            },\n            \"output_info\": {\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"ferrari\"\n                        },\n                        {\n                            \"id\": \"outdoors\"\n                        }\n                    ]\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID/versions","description":"<p>Start training a visual classifier model version with the EfficientNet backbone. Training runs asynchronously; poll the version status to track progress.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>model_versions[].id</code></td>\n<td>string</td>\n<td>Optional version ID (auto-generated if omitted)</td>\n</tr>\n<tr>\n<td><code>model_versions[].train_info.params.template</code></td>\n<td>string</td>\n<td>Training template (e.g., <code>MMClassification_EfficientNet</code>)</td>\n</tr>\n<tr>\n<td><code>model_versions[].train_info.params.image_size</code></td>\n<td>integer</td>\n<td>Input image resolution</td>\n</tr>\n<tr>\n<td><code>model_versions[].train_info.params.num_epochs</code></td>\n<td>integer</td>\n<td>Number of training epochs</td>\n</tr>\n<tr>\n<td><code>model_versions[].output_info.data.concepts</code></td>\n<td>array</td>\n<td>Concepts to classify</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models","YOUR_MODEL_ID","versions"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"c0414a30-33d1-4121-af28-c593f4675a8c","name":"Create Model Version","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key •••••••","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"model_id\": \"YOUR_MODEL_ID\",\n    \"model_versions\": [\n        {\n            \"output_info\": {\n                \"params\": {\n                    \"keywords\": [\n                        \"f.u\",\n                        \"Idiot\",\n                        \"Stupid\",\n                        \"Pitiful\",\n                        \"asshole\",\n                        \"bastard\",\n                        \"bitch\",\n                        \"cunt\",\n                        \"bollocks\",\n                        \"Wanker\",\n                        \"whore\",\n                        \"prick\",\n                        \"jerk\",\n                        \"pussy\",\n                        \"Gobdaw\",\n                        \"Gobdaw\",\n                        \"Fecker\",\n                        \"Naaiers\",\n                        \"Bliksem\",\n                        \"Damm\",\n                        \"boudkapper\",\n                        \"Doos\",\n                        \"DoosisJesus\",\n                        \"Dopkaas\",\n                        \"Draadtrekker\",\n                        \"Etterkop\",\n                        \"fok\",\n                        \"fokenwil\",\n                        \"Fokof\",\n                        \"Fokof\",\n                        \"Gat\",\n                        \"Godverdoem\",\n                        \"rioolboor\",\n                        \"kontkop\",\n                        \"ma-naaier\",\n                        \"kak\",\n                        \"bakti\",\n                        \"bole\",\n                        \"buce\",\n                        \"bytha\",\n                        \"dshtoj\",\n                        \"kari\",\n                        \"kurvar\",\n                        \"Lavire\",\n                        \"Mut\",\n                        \"nënë\",\n                        \"picka\",\n                        \"Pidhi\",\n                        \"Ropqir\",\n                        \"shkertate\",\n                        \"Simge\",\n                        \"swag\",\n                        \"Trap\",\n                        \"trap\",\n                        \"Qi\",\n                        \"Qiu\",\n                        \"العمى\",\n                        \"زنجي\",\n                        \"تراجع\",\n                        \"ديوث\",\n                        \"أرميني\",\n                        \"قبلني\",\n                        \"وقحة\",\n                        \"ديكهيد\",\n                        \"الثدي\",\n                        \"الحمار\",\n                        \"كرات\",\n                        \"أقرن\",\n                        \"Bakri\",\n                        \"kaneeth\",\n                        \"khajaf\",\n                        \"Khaneeth\",\n                        \"khaneeth\",\n                        \"khawal\",\n                        \"Koos\",\n                        \"Louteh\",\n                        \"Majdoube\",\n                        \"manyak\",\n                        \"naghal\",\n                        \"narcoossee\",\n                        \"neekni\",\n                        \"Neik\",\n                        \"nikkabuk\",\n                        \"ntak\",\n                        \"nwaan\",\n                        \"qah'ba\",\n                        \"qahbi\",\n                        \"qaraqir\",\n                        \"qawad\",\n                        \"qooq\",\n                        \"Qusamak\",\n                        \"Qybah\",\n                        \"Sambool\",\n                        \"sambool\",\n                        \"sharmoota\",\n                        \"Sharmotah\",\n                        \"sharmuta\",\n                        \"shlokeh\",\n                        \"Teezak\",\n                        \"zib\",\n                        \"zibbe\",\n                        \"Zubih\",\n                        \"zubra\",\n                        \"Ashiq\",\n                        \"banchod\",\n                        \"Bandii\",\n                        \"bara\",\n                        \"Bessha\",\n                        \"Bodmash\",\n                        \"Boga\",\n                        \"bokachoda\",\n                        \"Booni\",\n                        \"botla\",\n                        \"chodna\",\n                        \"chood\",\n                        \"dan-da\",\n                        \"dhon\",\n                        \"fatly\",\n                        \"Fel\",\n                        \"foga\",\n                        \"fungi\",\n                        \"Futki\",\n                        \"fuun-ga\",\n                        \"gud\",\n                        \"gud\",\n                        \"guud\",\n                        \"Guundaa\",\n                        \"Hauwa\",\n                        \"khanki\",\n                        \"maggi\",\n                        \"khanki\",\n                        \"laora\",\n                        \"lerr\",\n                        \"Maagi\",\n                        \"Maal\",\n                        \"Nunu\",\n                        \"nunu\",\n                        \"Pagul\",\n                        \"pasa\",\n                        \"podmarani\",\n                        \"Sagul\",\n                        \"Shauwa\",\n                        \"Suda-sudi\",\n                        \"SUDAURY\",\n                        \"SUTHH-MAROUNY\",\n                        \"Vogchod\",\n                        \"Ебаси\",\n                        \"Тиквеник\",\n                        \"бит гей\",\n                        \"Кучка\",\n                        \"Dirnik\",\n                        \"dupedavec\",\n                        \"Ebach\",\n                        \"Govedo\",\n                        \"Govno\",\n                        \"Gultay\",\n                        \"Gus\",\n                        \"kles\",\n                        \"Kopele\",\n                        \"Kuchka\",\n                        \"Kur\",\n                        \"Lainar\",\n                        \"Luyno\",\n                        \"mangal\",\n                        \"mastiq\",\n                        \"Minet\",\n                        \"婊子\",\n                        \"屄\",\n                        \"王八蛋\",\n                        \"操你\",\n                        \"傻屄\",\n                        \"妈的\",\n                        \"滚开\",\n                        \"混蛋\",\n                        \"笨\",\n                        \"傻缺\",\n                        \"笨蛋\",\n                        \"阴茎\",\n                        \"妓女\",\n                        \"笨蛋\",\n                        \"坏蛋\",\n                        \"打飞机\",\n                        \"他妈的\",\n                        \"操你妈\",\n                        \"日你妈\",\n                        \"肉棒\",\n                        \"肏\",\n                        \"王八蛋\",\n                        \"混蛋\",\n                        \"闭\",\n                        \"闭嘴\",\n                        \"Che Dan\",\n                        \"強姦\",\n                        \"干你娘\",\n                        \"diao\",\n                        \"gan\",\n                        \"屁话\",\n                        \"鸡巴\",\n                        \"ji bai\",\n                        \"kanina\",\n                        \"无脑\",\n                        \"该死的\",\n                        \"Nai zi\",\n                        \"你疯了\",\n                        \"弱智\",\n                        \"qu si\",\n                        \"Sek si\",\n                        \"Sha bi\",\n                        \"sharbie\",\n                        \"sixi\",\n                        \"xia bi\",\n                        \"妓女\",\n                        \"𨳒\",\n                        \"屌\",\n                        \"ai chai\",\n                        \"Ba po\",\n                        \"baak gwai\",\n                        \"Ban jau\",\n                        \"Bat po\",\n                        \"bok lui\",\n                        \"查头\",\n                        \"臭猫\",\n                        \"操你\",\n                        \"去你妈\",\n                        \"Diu\",\n                        \"diu\",\n                        \"Gai\",\n                        \"gau\",\n                        \"hai\",\n                        \"lan\",\n                        \"nimabi\",\n                        \"PK\",\n                        \"tsat\",\n                        \"Yiu\",\n                        \"šukat\",\n                        \"batich\",\n                        \"Buzerant\",\n                        \"Buzna\",\n                        \"Churak\",\n                        \"děvka\",\n                        \"hajzl\",\n                        \"Hovno\",\n                        \"Kurva\",\n                        \"kraavo\",\n                        \"kunda\",\n                        \"Mrdka\",\n                        \"Odprejskni\",\n                        \"Píèa\",\n                        \"Peecha\",\n                        \"peehat\",\n                        \"Piča\",\n                        \"piicha\",\n                        \"prdel\",\n                        \"prdelka\",\n                        \"prt\",\n                        \"sakra\",\n                        \"Sakra\",\n                        \"show-staat\",\n                        \"Sraèka\",\n                        \"Táhni\",\n                        \"Vole\",\n                        \"voleh\",\n                        \"Zkurvysyn\",\n                        \"Zmrd\",\n                        \"Kecáš\",\n                        \"Vůl\",\n                        \"debil\",\n                        \"Cvok\",\n                        \"magor\",\n                        \"Hajzl\",\n                        \"zmrd\",\n                        \"Agger\",\n                        \"Ølfisse\",\n                        \"Baby-kanon\",\n                        \"Bæskubber\",\n                        \"bøsserøv\",\n                        \"Brian\",\n                        \"Fisse\",\n                        \"Jylland\",\n                        \"Jyllandsk\",\n                        \"Klaphat\",\n                        \"Ko\",\n                        \"kran\",\n                        \"Kusse\",\n                        \"Lort\",\n                        \"Ludertæve\",\n                        \"Osteged\",\n                        \"Pik\",\n                        \"pik\",\n                        \"Pikansjos\",\n                        \"Pikhoved\",\n                        \"Pikspiller\",\n                        \"røvbanan\",\n                        \"Røvguitar\",\n                        \"Svans\",\n                        \"Svensker\",\n                        \"Stommert\",\n                        \"Klootzak\",\n                        \"Heks\",\n                        \"apenkind\",\n                        \"Bokkelul\",\n                        \"debiel\",\n                        \"Dombo\",\n                        \"Eikel\",\n                        \"Flikker\",\n                        \"Gelul\",\n                        \"Goverdomme\",\n                        \"Hoer\",\n                        \"Hoerenjong\",\n                        \"homo\",\n                        \"Hondenlul\",\n                        \"Hufter\",\n                        \"kanker\",\n                        \"kankerhoer\",\n                        \"Klootviool\",\n                        \"Klootzak\",\n                        \"Kut\",\n                        \"kutaap\",\n                        \"Kuthoer\",\n                        \"kutwijf\",\n                        \"Kutwijf\",\n                        \"micropik\",\n                        \"mierepiet\",\n                        \"muggelul\",\n                        \"muizefluit\",\n                        \"Optyffen\",\n                        \"paardenlul\",\n                        \"pislul\",\n                        \"Pisvlek\",\n                        \"Poepenol\",\n                        \"Ruk\",\n                        \"Rukker\",\n                        \"Schavuit\",\n                        \"Stoephoer\",\n                        \"Sukkel\",\n                        \"sukkeltje\",\n                        \"Trekvlek\",\n                        \"Verliezer\",\n                        \"verneukt\",\n                        \"viezerik\",\n                        \"zakslak\",\n                        \"Trut\",\n                        \"slet\",\n                        \"Potjandosie\",\n                        \"Merde\",\n                        \"Aalio\",\n                        \"Äpärä\",\n                        \"helvetti\",\n                        \"Hinttari\",\n                        \"Hitto\",\n                        \"Homo\",\n                        \"Huora\",\n                        \"Idiootti\",\n                        \"Jumalauta\",\n                        \"Kilinvittu\",\n                        \"Kullinaama\",\n                        \"kusipaeae\",\n                        \"Kusipää\",\n                        \"Kyrpä\",\n                        \"Mulkku\",\n                        \"muna\",\n                        \"Munapää\",\n                        \"narttu\",\n                        \"Neekeri\",\n                        \"Pahus\",\n                        \"Pallinaama\",\n                        \"Palliräkä\",\n                        \"Paska\",\n                        \"Paska-aivo\",\n                        \"Paskanaama\",\n                        \"Paskap\",\n                        \"Paskapää\",\n                        \"Paskiainen\",\n                        \"Perhana\",\n                        \"Perkele\",\n                        \"perkele\",\n                        \"Perse\",\n                        \"Persläpi\",\n                        \"Pillu\",\n                        \"rotta\",\n                        \"Runkkari\",\n                        \"Saakeli\",\n                        \"Saamari\",\n                        \"Saatana\",\n                        \"Samperi\",\n                        \"Turku\",\n                        \"Vammanen\",\n                        \"vittu\",\n                        \"Putain\",\n                        \"Cul\",\n                        \"Dégage\",\n                        \"Connard\",\n                        \"Connasse\",\n                        \"Con\",\n                        \"Branleur\",\n                        \"Salope\",\n                        \"salaud\",\n                        \"Casse-toi\",\n                        \"Abruti\",\n                        \"baise\",\n                        \"Batard\",\n                        \"bite\",\n                        \"Branleur\",\n                        \"Casse-toi\",\n                        \"Chatte\",\n                        \"Connard\",\n                        \"Couilles\",\n                        \"Debile\",\n                        \"Encule\",\n                        \"Framble\",\n                        \"Frambler\",\n                        \"garce\",\n                        \"Imbecile\",\n                        \"jouir\",\n                        \"lesbienne\",\n                        \"Merde\",\n                        \"pédé\",\n                        \"Putain\",\n                        \"pute\",\n                        \"salaud\",\n                        \"Salope\",\n                        \"Tais-toi\",\n                        \"Truie\",\n                        \"Zut\",\n                        \"Arschgesicht\",\n                        \"Scheißkopf\",\n                        \"Wichser\",\n                        \"Arschgeige\",\n                        \"Himmeldonnerwetter\",\n                        \"Arschfotze\",\n                        \"Arschloch\",\n                        \"Bulle\",\n                        \"bumsen\",\n                        \"Depp\",\n                        \"Drecksau\",\n                        \"Du\",\n                        \"Dummbatz\",\n                        \"Dummkopf\",\n                        \"duncauf\",\n                        \"Fettbacke\",\n                        \"Wichser\",\n                        \"Ficker\",\n                        \"fickfehler\",\n                        \"Fickfresse\",\n                        \"Fotze\",\n                        \"geil\",\n                        \"Gottverdammt\",\n                        \"Hackfresse\",\n                        \"homofuerst\",\n                        \"Horst\",\n                        \"Huan\",\n                        \"Huansohn\",\n                        \"Huhrensohn\",\n                        \"Hurensohn\",\n                        \"Kackbratze\",\n                        \"Lude\",\n                        \"Luder\",\n                        \"missgeburt\",\n                        \"Miststück\",\n                        \"Muterfiker\",\n                        \"Mutterficker\",\n                        \"Nutle\",\n                        \"Nuttensohn\",\n                        \"Onanieren\",\n                        \"pestbaeule\",\n                        \"Pisser\",\n                        \"Scheiße\",\n                        \"Scheißhaus\",\n                        \"scheissekopf\",\n                        \"Scheissen\",\n                        \"Schise\",\n                        \"Schlampe\",\n                        \"Schwanzlutscher\",\n                        \"Schweinepriester\",\n                        \"Schwuchtel\",\n                        \"Schwul\",\n                        \"Schwuler\",\n                        \"shaisa\",\n                        \"Sheisse\",\n                        \"Shishkoff\",\n                        \"Trottel\",\n                        \"Tunte\",\n                        \"Veganer\",\n                        \"voegeln\",\n                        \"vögeln\",\n                        \"ficken\",\n                        \"wichser\",\n                        \"Wixer\",\n                        \"Zicke\",\n                        \"Zickig\",\n                        \"Zimtzicke\",\n                        \"γαμώ\",\n                        \"σκατά\",\n                        \"σκύλα\",\n                        \"χαζος\",\n                        \"βλάκας\",\n                        \"κόπανος\",\n                        \"σκάσε\",\n                        \"gamiseta\",\n                        \"Noob\",\n                        \"Arab\",\n                        \"Aravi\",\n                        \"Batul\",\n                        \"Beitsim\",\n                        \"benzona\",\n                        \"Bulbul\",\n                        \"cok-sinel\",\n                        \"Efes\",\n                        \"Fal-tzan\",\n                        \"hamor\",\n                        \"Harah\",\n                        \"Imascha\",\n                        \"Kalba\",\n                        \"Koksinel\",\n                        \"Ku-se-mak\",\n                        \"kus\",\n                        \"Kussit\",\n                        \"Malshin\",\n                        \"Mamzer\",\n                        \"Maniak\",\n                        \"Mas-tool\",\n                        \"Masriach\",\n                        \"Menayek\",\n                        \"Muhhamed\",\n                        \"nod\",\n                        \"S'Emek\",\n                        \"Sarsour\",\n                        \"Sharlila\",\n                        \"Sharmuta\",\n                        \"shmenah\",\n                        \"Shtok\",\n                        \"Sigi\",\n                        \"tahat\",\n                        \"tkach\",\n                        \"tzi-tzi\",\n                        \"Zayan\",\n                        \"zayin\",\n                        \"Zayin\",\n                        \"zevel\",\n                        \"zona\",\n                        \"Zona\",\n                        \"Zonah\",\n                        \"मादरचोद\",\n                        \"बहनचोद\",\n                        \"रंडी\",\n                        \"हिजड़े\",\n                        \"गधे\",\n                        \"गांडू\",\n                        \"भड़वे\",\n                        \"चक्कर\",\n                        \"हरामी\",\n                        \"कुत्ता\",\n                        \"नपुंसक\",\n                        \"चुटिया\",\n                        \"भरवा\",\n                        \"रंडवा\",\n                        \"रांड\",\n                        \"भोसडिके\",\n                        \"माँ का लौड़ा\",\n                        \"दुष्ट।\",\n                        \"गांड\",\n                        \"भडुआ\",\n                        \"भोसड़ा\",\n                        \"तेरी माँ का\",\n                        \"लौडा\",\n                        \"Felpofozzalak\",\n                        \"Kettéváglak\",\n                        \"Utállak\",\n                        \"szar\",\n                        \"basszameg\",\n                        \"francba\",\n                        \"picsába\",\n                        \"anjing\",\n                        \"Anjing\",\n                        \"bajingan\",\n                        \"Bajingan\",\n                        \"Bangsat\",\n                        \"Bedebah\",\n                        \"bego\",\n                        \"Bencong\",\n                        \"Biji\",\n                        \"Bispak\",\n                        \"Blah-Bloh\",\n                        \"Blo'on\",\n                        \"brengsek\",\n                        \"Cokil\",\n                        \"Coli\",\n                        \"Cuki\",\n                        \"Eek\",\n                        \"geblek\",\n                        \"bodoh\",\n                        \"tolol\",\n                        \"goblok\",\n                        \"gigolo\",\n                        \"goblok\",\n                        \"heunceut\",\n                        \"Itil\",\n                        \"jancok\",\n                        \"Jancuk\",\n                        \"kalempong\",\n                        \"kampang\",\n                        \"Kontol\",\n                        \"kontol\",\n                        \"titit\",\n                        \"lonte\",\n                        \"maho\",\n                        \"memek\",\n                        \"memek\",\n                        \"meki\",\n                        \"nono\",\n                        \"Monyong\",\n                        \"ngentot\",\n                        \"Ngentot\",\n                        \"Ngepet\",\n                        \"ngewe\",\n                        \"ngocok\",\n                        \"Nyame\",\n                        \"nyoli\",\n                        \"palaji\",\n                        \"Palkon\",\n                        \"Pantat\",\n                        \"Pantek\",\n                        \"peju\",\n                        \"Pelacur\",\n                        \"peler\",\n                        \"pepsi\",\n                        \"Pukimai\",\n                        \"pukimak\",\n                        \"Sampah\",\n                        \"Sempak\",\n                        \"Sempak\",\n                        \"kolor\",\n                        \"Sperma\",\n                        \"Tae\",\n                        \"Tahi\",\n                        \"Tai\",\n                        \"Tholit\",\n                        \"toket\",\n                        \"Cazzo\",\n                        \"Tette\",\n                        \"Stronzo\",\n                        \"Stronza\",\n                        \"Fanculo\",\n                        \"Vaffanculo\",\n                        \"Pompinara\",\n                        \"bastardo\",\n                        \"blowjob\",\n                        \"cagacazzo\",\n                        \"cazzo\",\n                        \"cazzo\",\n                        \"minchia\",\n                        \"mazza\",\n                        \"uccello\",\n                        \"cazzone\",\n                        \"cretino\",\n                        \"Curnut\",\n                        \"Fica\",\n                        \"Figa\",\n                        \"fongoul\",\n                        \"Latrin\",\n                        \"mafankulo\",\n                        \"Manache\",\n                        \"Merda\",\n                        \"Pompinara\",\n                        \"puttana\",\n                        \"rottinculo\",\n                        \"scopare\",\n                        \"segaiolo\",\n                        \"segarsi\",\n                        \"Sorca\",\n                        \"Stoonod\",\n                        \"Stronzo\",\n                        \"Troia\",\n                        \"Vaffan\",\n                        \"vaffanculo\",\n                        \"zoccola\",\n                        \"Zuia\",\n                        \"くそ\",\n                        \"やりまん\",\n                        \"やりちん\",\n                        \"くそったれ\",\n                        \"ぶす\",\n                        \"死ねえ\",\n                        \"Aba-Zure\",\n                        \"Aho\",\n                        \"aho\",\n                        \"Aishi-au\",\n                        \"Ama\",\n                        \"Baishunfu\",\n                        \"Baita\",\n                        \"baka\",\n                        \"Baka\",\n                        \"baka-ne\",\n                        \"bakayaro\",\n                        \"Bakayarou\",\n                        \"Bokki\",\n                        \"buk-korosu\",\n                        \"Busu\",\n                        \"Che\",\n                        \"chikusho\",\n                        \"Chikusho\",\n                        \"chin-ko\",\n                        \"chinkasu\",\n                        \"Chinko\",\n                        \"chinpo\",\n                        \"Chitsu\",\n                        \"damare\",\n                        \"Dobe\",\n                        \"Ecchi\",\n                        \"Etchi\",\n                        \"Fakku\",\n                        \"ふざけるな\",\n                        \"gyuufun\",\n                        \"Hakuchi\",\n                        \"Iku\",\n                        \"ketsunoana\",\n                        \"kimoi\",\n                        \"kintama\",\n                        \"Kintama\",\n                        \"kisama\",\n                        \"Kouno\",\n                        \"Kuso\",\n                        \"Kuso-Debu\",\n                        \"Kusogaki\",\n                        \"Kusokurae\",\n                        \"Kusot-tare\",\n                        \"Kusottare\",\n                        \"kusoyaro\",\n                        \"kusoyarou\",\n                        \"Kutabare\",\n                        \"kutabare\",\n                        \"makeinu\",\n                        \"manko\",\n                        \"Manko\",\n                        \"Mantama\",\n                        \"manzuri\",\n                        \"mara\",\n                        \"namename\",\n                        \"Nameruna\",\n                        \"O-chinko\",\n                        \"O-manko\",\n                        \"okiesawada\",\n                        \"Omanko\",\n                        \"omanko\",\n                        \"onani\",\n                        \"oppai\",\n                        \"Oshikko\",\n                        \"oshiri\",\n                        \"otokonna\",\n                        \"Paizuri\",\n                        \"パイズリ\",\n                        \"Saseko\",\n                        \"性交\",\n                        \"senzuri\",\n                        \"小便\",\n                        \"shakuhachi\",\n                        \"Shimata\",\n                        \"Shimatta\",\n                        \"shomben\",\n                        \"Sukebe\",\n                        \"Takuta\",\n                        \"Tan-Sho\",\n                        \"Tawagoto\",\n                        \"たわごと\",\n                        \"Teme\",\n                        \"teme\",\n                        \"Unchi\",\n                        \"Unko\",\n                        \"Urusei\",\n                        \"Usse\",\n                        \"Yariman\",\n                        \"yarou\",\n                        \"Yowamushi\",\n                        \"zakennayo\",\n                        \"년\",\n                        \"좆\",\n                        \"개새\",\n                        \"시빨\",\n                        \"싸 발\",\n                        \"엿먹어\",\n                        \"babo\",\n                        \"Babo\",\n                        \"bingu\",\n                        \"Boji\",\n                        \"bonggu\",\n                        \"byungshin\",\n                        \"Chaji\",\n                        \"Eh-ja\",\n                        \"Goja\",\n                        \"jhut\",\n                        \"jhut-kkok-ji\",\n                        \"jhut-kkok-ji-ppa-ruh\",\n                        \"jhut-ppa-ruh\",\n                        \"Jiralhanae\",\n                        \"jot-nna\",\n                        \"jotbab\",\n                        \"Kuh-juh\",\n                        \"Michin\",\n                        \"pa-bo\",\n                        \"Poji\",\n                        \"Sheba-nom\",\n                        \"Sheeba\",\n                        \"Shiba\",\n                        \"Shibal\",\n                        \"Shibalnyun\",\n                        \"shipi\",\n                        \"ttong-koo-mung\",\n                        \"Aleuto\",\n                        \"babi\",\n                        \"Bajang\",\n                        \"Barua\",\n                        \"Batang\",\n                        \"Burit\",\n                        \"Butoh\",\n                        \"Canggar\",\n                        \"Chipap\",\n                        \"gampang\",\n                        \"jubo\",\n                        \"konek\",\n                        \"Kote\",\n                        \"pantat\",\n                        \"Pelir\",\n                        \"puki\",\n                        \"Pukimak\",\n                        \"setan\",\n                        \"shitta\",\n                        \"sial\",\n                        \"tongeng\",\n                        \"Breiddjame\",\n                        \"dåsa\",\n                        \"Drittsekk\",\n                        \"Dust\",\n                        \"Faen\",\n                        \"fattig\",\n                        \"Føkkings\",\n                        \"fetta\",\n                        \"Fitte-faen\",\n                        \"Fittesnerk\",\n                        \"Fittetryne\",\n                        \"H'stkuk\",\n                        \"Helvete\",\n                        \"Herregud\",\n                        \"hestkuk\",\n                        \"Homsebull\",\n                        \"J'vel\",\n                        \"Jukkegutt\",\n                        \"Kølle\",\n                        \"kukost\",\n                        \"Kukskalle\",\n                        \"Kuksuger\",\n                        \"Kuktryne\",\n                        \"lassaron\",\n                        \"Ludder\",\n                        \"ludder\",\n                        \"Mordi\",\n                        \"pikk\",\n                        \"pikkhue\",\n                        \"Pokker\",\n                        \"rasshøl\",\n                        \"Rasshull\",\n                        \"Rasstapp\",\n                        \"rævpuler\",\n                        \"Ronkefjes\",\n                        \"Rottpung\",\n                        \"S'dgurgler\",\n                        \"S'dsprut\",\n                        \"Sjettsjur\",\n                        \"skitliv\",\n                        \"slingrefitte\",\n                        \"Slyngel\",\n                        \"Steikje\",\n                        \"trekukk\",\n                        \"Cabrão\",\n                        \"Cabrao\",\n                        \"Caralho\",\n                        \"Bardajona\",\n                        \"Béfe\",\n                        \"Bilha\",\n                        \"Boiola\",\n                        \"Cagar\",\n                        \"carai\",\n                        \"caralho\",\n                        \"Choncho\",\n                        \"Chupa-mos\",\n                        \"Chupa-rola\",\n                        \"Cona\",\n                        \"Cu\",\n                        \"Enrabar\",\n                        \"escarumba\",\n                        \"Esporra\",\n                        \"Esporrada\",\n                        \"Foda-se\",\n                        \"Fodasse\",\n                        \"Fode-te\",\n                        \"Foder\",\n                        \"fufa\",\n                        \"Gaita\",\n                        \"Lambe-cus\",\n                        \"mamada\",\n                        \"Mamas\",\n                        \"Meita\",\n                        \"Merda\",\n                        \"Mijar\",\n                        \"minete\",\n                        \"Pachaxa\",\n                        \"paneleiro\",\n                        \"Parvo\",\n                        \"Peido\",\n                        \"peixota\",\n                        \"Pentelho\",\n                        \"pica\",\n                        \"piroca\",\n                        \"caralho\",\n                        \"Picha\",\n                        \"Pichota\",\n                        \"Pila\",\n                        \"pininho\",\n                        \"Poia\",\n                        \"Porra\",\n                        \"Punheta\",\n                        \"puta\",\n                        \"Rata\",\n                        \"Safada\",\n                        \"Senaita\",\n                        \"Teso\",\n                        \"Tomates\",\n                        \"Toto\",\n                        \"Tubassa\",\n                        \"Vaca\",\n                        \"Vagabundo\",\n                        \"balconar\",\n                        \"Bou\",\n                        \"bulangiu\",\n                        \"Curule\",\n                        \"Curva\",\n                        \"fofoloanca\",\n                        \"frisca\",\n                        \"Futu-i\",\n                        \"Futu-te\",\n                        \"koi\",\n                        \"Labagiu\",\n                        \"Linge-ma\",\n                        \"lingurista\",\n                        \"martalog\",\n                        \"Muie\",\n                        \"muist\",\n                        \"panarama\",\n                        \"Poponar\",\n                        \"Pulaman\",\n                        \"Rapanosule\",\n                        \"savarina\",\n                        \"sfarcuri\",\n                        \"sloboz\",\n                        \"Tarfa\",\n                        \"tzatze\",\n                        \"Cучка\",\n                        \"блядь\",\n                        \"Pizdayob\",\n                        \"Пиздаеб\",\n                        \"охуеть\",\n                        \"ohooiet\",\n                        \"Блядь\",\n                        \"шлюха\",\n                        \"debiloid\",\n                        \"Dolboeb\",\n                        \"Drochit\",\n                        \"Durak\",\n                        \"eban'ko\",\n                        \"Ebat\",\n                        \"Eblan\",\n                        \"gandon\",\n                        \"goluboi\",\n                        \"govno\",\n                        \"hooyóvo\",\n                        \"Hooyeélo\",\n                        \"Hooyovi\",\n                        \"huesos\",\n                        \"Hui\",\n                        \"Huiplet\",\n                        \"Malafyá\",\n                        \"manda\",\n                        \"omped\",\n                        \"oslayob\",\n                        \"Ostyn\",\n                        \"Otebis\",\n                        \"Oyobuk\",\n                        \"Péezdit\",\n                        \"pedik\",\n                        \"Peetoókh\",\n                        \"Peezdit\",\n                        \"Perdet\",\n                        \"pidaryuga\",\n                        \"Pidor\",\n                        \"Piz'da\",\n                        \"Piz'duk\",\n                        \"Pizdet\",\n                        \"S'ebis\",\n                        \"Shalava\",\n                        \"shloocha\",\n                        \"Sooka\",\n                        \"Sosat\",\n                        \"Svoloch\",\n                        \"Tolstak\",\n                        \"Trajat'sya\",\n                        \"Tvar\",\n                        \"Wed'ma\",\n                        \"yebatsya\",\n                        \"yob\",\n                        \"Zaebis\",\n                        \"Zalupa\",\n                        \"zhopa\",\n                        \"Puto\",\n                        \"Verga\",\n                        \"Cojones\",\n                        \"Coño\",\n                        \"Pendejo\",\n                        \"Chupa-mos\",\n                        \"Aduana\",\n                        \"Aguacates\",\n                        \"Aguebado\",\n                        \"Ahua\",\n                        \"Alcahuete\",\n                        \"Alimentos\",\n                        \"Alocate\",\n                        \"Ambia\",\n                        \"balurde\",\n                        \"Bastardo\",\n                        \"Cabezapipe\",\n                        \"Cabron\",\n                        \"cachimba\",\n                        \"Capullo\",\n                        \"gilipollas\",\n                        \"Carajo\",\n                        \"chúpelo\",\n                        \"chichis\",\n                        \"chichotas\",\n                        \"chingalo\",\n                        \"chingar\",\n                        \"chingate\",\n                        \"chorizo\",\n                        \"chucha\",\n                        \"Chupamela\",\n                        \"chupar\",\n                        \"cochina\",\n                        \"cochino\",\n                        \"cojer\",\n                        \"cojones\",\n                        \"Concha\",\n                        \"conchetumare\",\n                        \"cuero\",\n                        \"Culero\",\n                        \"Culo\",\n                        \"dona\",\n                        \"Estupido\",\n                        \"fea\",\n                        \"feo\",\n                        \"pendeja\",\n                        \"pendejo\",\n                        \"forro\",\n                        \"forra\",\n                        \"Gilipollas\",\n                        \"Imbécil\",\n                        \"Hostia\",\n                        \"Huevos\",\n                        \"Jódete\",\n                        \"Joder\",\n                        \"lela\",\n                        \"malparida\",\n                        \"mamahuevo\",\n                        \"Mamon\",\n                        \"marica\",\n                        \"Maricón\",\n                        \"Marihuana\",\n                        \"Mierda\",\n                        \"Momada\",\n                        \"mondá\",\n                        \"Pajero\",\n                        \"Panocha\",\n                        \"perra\",\n                        \"pija\",\n                        \"pinche\",\n                        \"piruja\",\n                        \"poronga\",\n                        \"pupila\",\n                        \"puta\",\n                        \"Skonka\",\n                        \"Soplanucas\",\n                        \"tetas\",\n                        \"Vendejo\",\n                        \"Verga\",\n                        \"verija\",\n                        \"zopupla\",\n                        \"zorra\",\n                        \"Arsel\",\n                        \"Balle\",\n                        \"Blatte\",\n                        \"Dumfan\",\n                        \"Dumjävel\",\n                        \"fan\",\n                        \"Fan\",\n                        \"förböveln\",\n                        \"fita\",\n                        \"Fitta\",\n                        \"fitta\",\n                        \"Fittjävel\",\n                        \"Fittnylle\",\n                        \"Fjolla\",\n                        \"höra\",\n                        \"Hjon\",\n                        \"Hora\",\n                        \"Horunge\",\n                        \"Jävla\",\n                        \"Jävel\",\n                        \"jävla\",\n                        \"djävla\",\n                        \"jäkla\",\n                        \"kärring\",\n                        \"Kötthuvud\",\n                        \"knulla\",\n                        \"knullare\",\n                        \"kuk\",\n                        \"Kukhuvud\",\n                        \"Kuksugare\",\n                        \"kulor\",\n                        \"mammaknullare\",\n                        \"mes\",\n                        \"Miffo\",\n                        \"Moderat\",\n                        \"ollon\",\n                        \"Pajas\",\n                        \"Parmiddag\",\n                        \"pattar\",\n                        \"Pissluder\",\n                        \"Pucko\",\n                        \"rattar\",\n                        \"röding\",\n                        \"Röv\",\n                        \"rövhål\",\n                        \"rumpa\",\n                        \"Runkare\",\n                        \"Runkhora\",\n                        \"Saab\",\n                        \"Sandknulla\",\n                        \"Sarre\",\n                        \"Satan\",\n                        \"skit\",\n                        \"skitstövel\",\n                        \"Slampa\",\n                        \"slyna\",\n                        \"Snorätare\",\n                        \"Sosse\",\n                        \"Tomteporr\",\n                        \"Tratthora\",\n                        \"tuttar\",\n                        \"Våldtäktsman\",\n                        \"Beke\",\n                        \"bobo\",\n                        \"burat\",\n                        \"Bwiset\",\n                        \"Bwisit\",\n                        \"gago\",\n                        \"Gago\",\n                        \"Inutil\",\n                        \"Kulangot\",\n                        \"Malibog\",\n                        \"Pakshet\",\n                        \"Putay\",\n                        \"Punyeta\",\n                        \"Tanga\",\n                        \"Tae\",\n                        \"tee-tee\",\n                        \"torjack\",\n                        \"TUBOL\",\n                        \"โง่\",\n                        \"ควาย\",\n                        \"ควย\",\n                        \"ขี้เหล่\",\n                        \"มึง\",\n                        \"กู\",\n                        \"ลูกอีกะหรี่\",\n                        \"ไอ้เวร\",\n                        \"สัด\",\n                        \"ไอ้\",\n                        \"อี\",\n                        \"อย่าเสือก\",\n                        \"สมน้ำหน้า\",\n                        \"ไอ้หน้าส้นตีน\",\n                        \"ไอ้ส้นตีน\",\n                        \"ไอ้หน้าควย\",\n                        \"ไอ้เชี่ย\",\n                        \"ไอ้เหี้ย\",\n                        \"ไอ้ควาย\",\n                        \"บ้า\",\n                        \"ชักว่าว\",\n                        \"ดอก\",\n                        \"เด้าตูด\",\n                        \"ดึงหมอย\",\n                        \"อีดอก\",\n                        \"อีเหี้ย\",\n                        \"อีสัต\",\n                        \"อีช้างลากเย็ด\",\n                        \"อีแรด\",\n                        \"อีร้อยควย\",\n                        \"อีร่าน\",\n                        \"อีตูด\",\n                        \"ฝรั่งขี้นก\",\n                        \"กะหรี่\",\n                        \"กาก\",\n                        \"กินขี้\",\n                        \"หีร้อยควย\",\n                        \"เหี้ย\",\n                        \"หี\",\n                        \"หีแม่มีง\",\n                        \"หัวควย\",\n                        \"หำน้อย\",\n                        \"ไอ้ห่า\",\n                        \"ไอ้เหี้ย\",\n                        \"ไอ้สัต\",\n                        \"ไข่ยาน\",\n                        \"ขี้ใส่หำกู\",\n                        \"หัวควย\",\n                        \"ควย\",\n                        \"มาเด้าตูดกัน\",\n                        \"มาเย็ดกัน\",\n                        \"แม่มึงตาย\",\n                        \"มึงเป็นเอด\",\n                        \"หน้าหี\",\n                        \"น่าเย็ด\",\n                        \"หน้าหี\",\n                        \"หนังหี\",\n                        \"หน่อแตด\",\n                        \"พ่อมึงตาย\",\n                        \"พ่อมึง\",\n                        \"ระยำ\",\n                        \"เชี่ย\",\n                        \"เสือก\",\n                        \"สันดาน\",\n                        \"สัต\",\n                        \"ติ้วหี\",\n                        \"ตูดสวย\",\n                        \"เย็ด\",\n                        \"เย็ดเป็ด\",\n                        \"เย็ดเข้\",\n                        \"เย็ดแม่\",\n                        \"โง่\",\n                        \"ขี้เหร่\",\n                        \"ไอ้\",\n                        \"ลูกกะหรี่\",\n                        \"ไอ้เวร\",\n                        \"อี\",\n                        \"กะหรี่\",\n                        \"อีตัว\",\n                        \"ลูกกะหรี่\",\n                        \"กะเทย\",\n                        \"มึง\",\n                        \"กู\",\n                        \"เงียบ\",\n                        \"หุบปาก\",\n                        \"เย็ด\",\n                        \"เย็ดแม่\",\n                        \"เย็ดมึง\",\n                        \"เย็ดเป็ด\",\n                        \"ควย\",\n                        \"อมควย\",\n                        \"กระดอ\",\n                        \"ดอสั้น\",\n                        \"หี\",\n                        \"หอย\",\n                        \"อะไรวะ\",\n                        \"ขี้\",\n                        \"ตอแหล\",\n                        \"ชักว่าว\",\n                        \"ตกเบ็ด\",\n                        \"Şapka\",\n                        \"a.q\",\n                        \"Amına\",\n                        \"Amsalak\",\n                        \"atyarragi\",\n                        \"Bamya\",\n                        \"Besiktas\",\n                        \"Bok\",\n                        \"Budala\",\n                        \"Cimbom\",\n                        \"dallama\",\n                        \"dalyarak\",\n                        \"Deyus\",\n                        \"Deyyus\",\n                        \"Ezik\",\n                        \"fenerbahçe\",\n                        \"Götübozuk\",\n                        \"götveren\",\n                        \"Gerizekalı\",\n                        \"gotoglani\",\n                        \"kalantor\",\n                        \"Kaltak\",\n                        \"keriz\",\n                        \"o.ç\",\n                        \"Orosp\",\n                        \"Orospu\",\n                        \"otuzbir\",\n                        \"otuzbirci\",\n                        \"pezevenk\",\n                        \"Piç\",\n                        \"piçi\",\n                        \"pipi\",\n                        \"puşt\",\n                        \"Salak\",\n                        \"Sikkafa\",\n                        \"siktir\",\n                        \"Travesti\",\n                        \"Yarak\",\n                        \"Yavsak\",\n                        \"ibne\",\n                        \"Bitch\",\n                        \"blyat\",\n                        \"doopoo\",\n                        \"Hivno\",\n                        \"huey\",\n                        \"Huy\",\n                        \"Koorva\",\n                        \"koorvah\",\n                        \"Курва\",\n                        \"Kurvee\",\n                        \"layno\",\n                        \"Matyook\",\n                        \"Meenyetka\",\n                        \"Nahuynik\",\n                        \"Peederus\",\n                        \"Peezdets\",\n                        \"Perdyee\",\n                        \"срацкох\",\n                        \"Срака\",\n                        \"виблядок\",\n                        \"Єбати\",\n                        \"замкнесех\",\n                        \"دلال\",\n                        \"گددھا\",\n                        \"غنڈو\",\n                        \"حرامزادہ\",\n                        \"حرامزادی\",\n                        \"حرام سلّ\",\n                        \"کامنہ\",\n                        \"kutta\",\n                        \"Kutti\",\n                        \"Lula\",\n                        \"Lola\",\n                        \"لولے\",\n                        \"lulmuah\",\n                        \"madarugly\",\n                        \"Mayyaada\",\n                        \"moomeh\",\n                        \"Myyaada\",\n                        \"pancho\",\n                        \"Phudi\",\n                        \"poody\",\n                        \"đụ\",\n                        \"đù\",\n                        \"đĩ\",\n                        \"điếm\",\n                        \"đéo\",\n                        \"ngu\",\n                        \"cứt\",\n                        \"Địt\",\n                        \"cặc\",\n                        \"cu\",\n                        \"dit\",\n                        \"goo\",\n                        \"lồn\",\n                        \"ngu ngốc\",\n                        \"abo\",\n                        \"abbo\",\n                        \"boong\",\n                        \"bung\",\n                        \"coon\",\n                        \"lubra\",\n                        \"Béni-oui-oui\",\n                        \"bluegum\",\n                        \"burrhead\",\n                        \"burr-head\",\n                        \"golliwogg\",\n                        \"jigaboo\",\n                        \"jiggabo\",\n                        \"jijjiboo\",\n                        \"zigabo\",\n                        \"jigg\",\n                        \"jiggy\",\n                        \"jigga\",\n                        \"kaffir\",\n                        \"kaffer\",\n                        \"kafir\",\n                        \"kaffre\",\n                        \"macaca\",\n                        \"mammy\",\n                        \"mosshead\",\n                        \"munt\",\n                        \"nig-nog\",\n                        \"nigger\",\n                        \"niggar\",\n                        \"niggur\",\n                        \"niger\",\n                        \"nigor\",\n                        \"nigar\",\n                        \"nigga\",\n                        \"niggah\",\n                        \"nig\",\n                        \"nigguh\",\n                        \"niglet\",\n                        \"nigglet\",\n                        \"nigra\",\n                        \"negra\",\n                        \"niggra\",\n                        \"nigrah\",\n                        \"nigruh\",\n                        \"pickaninny\",\n                        \"quashie\",\n                        \"sambo\",\n                        \"sooty\",\n                        \"thicklips\",\n                        \"bootlips\",\n                        \"chinaman\",\n                        \"chink\",\n                        \"coolie\",\n                        \"gook\",\n                        \"jap\",\n                        \"nip\",\n                        \"yellowman\",\n                        \"chee-chee\",\n                        \"chinki\",\n                        \"madrasi\",\n                        \"malaun\",\n                        \"paki\",\n                        \"dink\",\n                        \"gugus\",\n                        \"huan-a\",\n                        \"jakun\",\n                        \"hajji\",\n                        \"hadji\",\n                        \"haji\",\n                        \"towelhead\",\n                        \"raghead\",\n                        \"beaner\",\n                        \"cholo\",\n                        \"greaseball\",\n                        \"greaser\",\n                        \"spic\",\n                        \"spick\",\n                        \"spik\",\n                        \"spig\",\n                        \"sudaca\",\n                        \"tacohead\",\n                        \"tonk\",\n                        \"veneco\",\n                        \"wetback\",\n                        \"european\",\n                        \"barang\",\n                        \"bule\",\n                        \"farang\",\n                        \"gammon\",\n                        \"gringo\",\n                        \"gubba\",\n                        \"gweilo\",\n                        \"gwailo\",\n                        \"honky\",\n                        \"haole\",\n                        \"bohunk\",\n                        \"medigan\",\n                        \"amedigan\",\n                        \"ofay\",\n                        \"arkie\",\n                        \"okie\",\n                        \"peckerwood\",\n                        \"whitey\",\n                        \"chocko\",\n                        \"dago\",\n                        \"kanake\",\n                        \"Métèque\",\n                        \"wog\",\n                        \"chug\",\n                        \"eskimo\",\n                        \"redskin\",\n                        \"squaw\",\n                        \"yanacona\",\n                        \"boonga\",\n                        \"bunga\",\n                        \"boonie\",\n                        \"hori\",\n                        \"kanaka\",\n                        \"buckra\",\n                        \"bakra\",\n                        \"bumpkin\",\n                        \"hick\",\n                        \"hillbilly\",\n                        \"honkey\",\n                        \"honkie\",\n                        \"redneck\",\n                        \"Curepí\",\n                        \"argie\",\n                        \"limey\",\n                        \"pommy\",\n                        \"pirata\",\n                        \"teuchter\",\n                        \"cubiche\",\n                        \"gusano\",\n                        \"boches\",\n                        \"chleuh\",\n                        \"hermans\",\n                        \"herms\",\n                        \"huns\",\n                        \"kraut\",\n                        \"marmeladinger\",\n                        \"mof\",\n                        \"piefke\",\n                        \"paddy\",\n                        \"taig\",\n                        \"snout\",\n                        \"continentale\",\n                        \"eyetie\",\n                        \"ginzo\",\n                        \"goombah\",\n                        \"polentone\",\n                        \"terrone\",\n                        \"wop\",\n                        \"sardinians\",\n                        \"sardegnolo\",\n                        \"sardignòlo\",\n                        \"sardignuolo\",\n                        \"sardagnòlo\",\n                        \"kapo\",\n                        \"kike\",\n                        \"kyke\",\n                        \"shylock\",\n                        \"yid\",\n                        \"zhyd\",\n                        \"lebo\",\n                        \"lebbo\",\n                        \"fyromian\",\n                        \"bulgaroskopian\",\n                        \"macedonist\",\n                        \"pseudomacedonian\",\n                        \"pseudo-macedonian\",\n                        \"skopjan\",\n                        \"skopjian\",\n                        \"skopiana\",\n                        \"skopianika\",\n                        \"chukhna\",\n                        \"polack\",\n                        \"polak\",\n                        \"pollack\",\n                        \"pollock\",\n                        \"polock\",\n                        \"pshek\",\n                        \"mazurik\",\n                        \"russki\",\n                        \"russkie\",\n                        \"moskal\",\n                        \"japies\",\n                        \"yarpies\",\n                        \"mulatto\",\n                        \"wigger\",\n                        \"wigga\",\n                        \"wegro\",\n                        \"zambo\",\n                        \"lobos\"\n                    ]\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"062174b1358de10e9dbb5fb950c49a7f\"\n    },\n    \"model\": {\n        \"id\": \"profanity-filter-new2\",\n        \"name\": \"profanity-filter-new2\",\n        \"created_at\": \"2023-11-23T11:16:45.317604928Z\",\n        \"modified_at\": \"2023-11-23T11:16:45.317604928Z\",\n        \"app_id\": \"test-app-1700638575-empty\",\n        \"user_id\": \"a0btrubbaefn\",\n        \"model_type_id\": \"keyword-filter-operator\",\n        \"visibility\": {\n            \"gettable\": 10\n        },\n        \"metadata\": {},\n        \"presets\": {},\n        \"toolkits\": [],\n        \"use_cases\": [],\n        \"languages\": [],\n        \"languages_full\": [],\n        \"check_consents\": [],\n        \"workflow_recommended\": false\n    }\n}"}],"_postman_id":"bbc2cbc0-d1c0-46a4-920c-80afedaa7c13"},{"name":"Predict On Image","id":"a37b3d3d-bb25-4019-9f94-78c12961c822","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"inputs\":[\n        {\n            \"data\": {\n                \"image\": {\"url\": \"https://s3.amazonaws.com/clarifai-img/a3/05/dc/b142653346b98ed0a4998c157f.jpg\"}\n            }\n        }\n    ]\n}"},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID/versions/YOUR_VERSION_ID/outputs","description":"<p>Run inference on an image using a trained visual classifier version. Returns a ranked list of concepts with confidence scores.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>inputs[].data.image.url</code></td>\n<td>string</td>\n<td>URL of the image to classify</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models","YOUR_MODEL_ID","versions","YOUR_VERSION_ID","outputs"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a37b3d3d-bb25-4019-9f94-78c12961c822"}],"id":"8f2cee61-d2a3-4600-9420-f6340fef2f96","description":"<p>End-to-end walkthrough for building a visual image classifier: add tagged training images, create the model, create a model version to trigger training, then run predictions once training is complete.</p>\n<p><strong>Steps:</strong> create model → add tagged images → create model version → predict on image.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code>, <code>YOUR_MODEL_ID</code>, <code>YOUR_VERSION_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/create/models/transfer-learning/\">Transfer Learning — Visual Classifier</a> | <a href=\"https://docs.clarifai.com/create/models/evaluate/\">Evaluations</a></p>\n","_postman_id":"8f2cee61-d2a3-4600-9420-f6340fef2f96","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Create Text to Text LLM Model","item":[{"name":"Add Text","event":[{"listen":"test","script":{"exec":["//var jsonData = JSON.parse(responseBody);","//tests[\"Test Image length\"] = jsonData.inputs.length === 7;","","let jsonData = JSON.parse(responseBody);","tests[\"Test Request\"] = jsonData.status.code === 10000","tests[\"Test Char Count\"] = jsonData.inputs[0].data.text.text_info.char_count === 28;",""],"type":"text/javascript","id":"561fd64f-2c1c-4622-a5f9-b4176c91e8e0"}}],"id":"d8f9465e-4e69-406d-9b83-384cb75ee74e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Key YOUR_PAT"}],"body":{"mode":"raw","raw":"{\n    \"inputs\": [\n        {\n            \"data\": {\n                \"text\": {\n                    \"raw\": \"Marie is a published author.\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        },\n        {\n            \"data\": {\n                \"text\": {\n                    \"raw\": \"In three years, everyone will be happy.\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        },\n        {\n            \"data\": {\n                \"text\": {\n                    \"raw\": \"Nora Roberts is the most prolific romance writer the world has ever known.\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        },\n        {\n            \"data\": {\n                \"text\": {\n                    \"raw\": \"She has written more than 225 books.\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        },\n        {\n            \"data\": {\n                \"text\": {\n                    \"raw\": \"If you walk into Knoxville, you'll find a shop named Rala.\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        },\n        {\n            \"data\": {\n                \"text\": {\n                    \"raw\": \"There are more than 850 miles of hiking trails in the Great Smoky Mountains.\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        },\n        {\n            \"data\": {\n                \"text\": {\n                    \"raw\": \"Harrison Ford is 6'1\\\".\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        },\n        {\n            \"data\": {\n                \"text\": {\n                    \"raw\": \"According to Reader's Digest, in the original script of Return of The Jedi, Han Solo died.\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        },\n        {\n            \"data\": {\n                \"text\": {\n                    \"raw\": \"Kate travels to Doolin, Ireland every year for a writers' conference.\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        },\n        {\n            \"data\": {\n                \"text\": {\n                    \"raw\": \"Fort Stevens was decommissioned by the United States military in 1947.\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        },\n        {\n            \"data\": {\n                \"text\": {\n                    \"url\": \"https://samples.clarifai.com/negative_sentence_1.txt\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        },\n        {\n            \"data\": {\n                \"text\": {\n                    \"url\": \"https://samples.clarifai.com/negative_sentence_2.txt\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        },\n        {\n            \"data\": {\n                \"text\": {\n                    \"url\": \"https://samples.clarifai.com/negative_sentence_3.txt\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        },\n        {\n            \"data\": {\n                \"text\": {\n                    \"url\": \"https://samples.clarifai.com/negative_sentence_4.txt\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        },\n        {\n            \"data\": {\n                \"text\": {\n                    \"url\": \"https://samples.clarifai.com/negative_sentence_5.txt\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        },\n        {\n            \"data\": {\n                \"text\": {\n                    \"url\": \"https://samples.clarifai.com/negative_sentence_6.txt\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        },\n        {\n            \"data\": {\n                \"text\": {\n                    \"url\": \"https://samples.clarifai.com/negative_sentence_7.txt\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        },\n        {\n            \"data\": {\n                \"text\": {\n                    \"url\": \"https://samples.clarifai.com/negative_sentence_8.txt\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        },\n        {\n            \"data\": {\n                \"text\": {\n                    \"url\": \"https://samples.clarifai.com/negative_sentence_9.txt\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        },\n        {\n            \"data\": {\n                \"text\": {\n                    \"url\": \"https://samples.clarifai.com/negative_sentence_10.txt\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        }\n    ]\n}"},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs","description":"<p>Add text inputs to the app for use as training data for a text-to-text LLM. Each input can include the raw text and optional concept labels.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>inputs[].data.text.raw</code></td>\n<td>string</td>\n<td>The text content to add</td>\n</tr>\n<tr>\n<td><code>inputs[].data.text.url</code></td>\n<td>string</td>\n<td>URL of a hosted text file (alternative to <code>raw</code>)</td>\n</tr>\n<tr>\n<td><code>inputs[].data.concepts</code></td>\n<td>array</td>\n<td>Optional concept annotations</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","inputs"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d8f9465e-4e69-406d-9b83-384cb75ee74e"},{"name":"Create Model","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"model_id\", encodeURIComponent(JSON.parse(responseBody).model.id));"],"type":"text/javascript","packages":{},"id":"e6acb8d3-b85d-4f5b-b1f5-a168e870e860"}}],"id":"a7944626-08e5-4a8b-909b-2effc9f274cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"model\": {\n        \"id\": \"test-1777931642\",\n        \"model_type_id\": \"text-to-text\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models","description":"<p>Create a new text-to-text LLM model. This model type wraps a HuggingFace language model and supports fine-tuning on your text dataset.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>models[].id</code></td>\n<td>string</td>\n<td>Unique model ID</td>\n</tr>\n<tr>\n<td><code>models[].model_type_id</code></td>\n<td>string</td>\n<td>Must be <code>text-to-text</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"eec55e2c-06b3-44e8-9a7b-b4203ceea668","name":"Create Model","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key •••••••","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"model\": {\n        \"id\": \"profanity-filter-new\",\n        \"model_type_id\": \"keyword-filter-operator\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"062174b1358de10e9dbb5fb950c49a7f\"\n    },\n    \"model\": {\n        \"id\": \"profanity-filter-new2\",\n        \"name\": \"profanity-filter-new2\",\n        \"created_at\": \"2023-11-23T11:16:45.317604928Z\",\n        \"modified_at\": \"2023-11-23T11:16:45.317604928Z\",\n        \"app_id\": \"test-app-1700638575-empty\",\n        \"user_id\": \"a0btrubbaefn\",\n        \"model_type_id\": \"keyword-filter-operator\",\n        \"visibility\": {\n            \"gettable\": 10\n        },\n        \"metadata\": {},\n        \"presets\": {},\n        \"toolkits\": [],\n        \"use_cases\": [],\n        \"languages\": [],\n        \"languages_full\": [],\n        \"check_consents\": [],\n        \"workflow_recommended\": false\n    }\n}"}],"_postman_id":"a7944626-08e5-4a8b-909b-2effc9f274cb"},{"name":"Create Model Version","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"model_id\", encodeURIComponent(JSON.parse(responseBody).model.id));","postman.setEnvironmentVariable(\"version_id\", encodeURIComponent(JSON.parse(responseBody).model.model_version.id));"],"type":"text/javascript","packages":{},"id":"0c3658f5-576a-4738-8412-09bc86e7a99b"}}],"id":"756d4311-6070-43bf-ade5-72ece0b2ae9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"model_versions\":[\n        {\n            \"train_info\": {\n                \"params\":{\n                    \"template\": \"HuggingFace\",\n\t\t\t\t\t\t\t\t\t\t\"model_config\": {\n\t\t\t\t\t\t\t\t\t\t\t\"pretrained_model_name_or_path\": \"facebook/opt-125m\"\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\"tokenizer_config\": {\n\t\t\t\t\t\t\t\t\t\t\t\t\"pretrained_model_name_or_path\": \"facebook/opt-125m\"\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\"trainer_config\": {\n\t\t\t\t\t\t\t\t\t\t\t\t\"num_train_epochs\": 1,\n\t\t\t\t\t\t\t\t\t\t\t\t\"auto_find_batch_size\": true\n                        }\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID/versions","description":"<p>Fine-tune a text-to-text LLM by creating a new model version. Specify the base HuggingFace model and training configuration.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>model_versions[].train_info.params.template</code></td>\n<td>string</td>\n<td>Training template (e.g., <code>HuggingFace</code>)</td>\n</tr>\n<tr>\n<td><code>model_versions[].train_info.params.model_config.pretrained_model_name_or_path</code></td>\n<td>string</td>\n<td>HuggingFace model name (e.g., <code>facebook/opt-125m</code>)</td>\n</tr>\n<tr>\n<td><code>model_versions[].train_info.params.trainer_config.num_train_epochs</code></td>\n<td>integer</td>\n<td>Training epochs</td>\n</tr>\n<tr>\n<td><code>model_versions[].train_info.params.trainer_config.auto_find_batch_size</code></td>\n<td>boolean</td>\n<td>Automatically determine optimal batch size</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models","YOUR_MODEL_ID","versions"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"c909b527-9f35-438c-8649-0165b1ea58e8","name":"Create Model Version","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key •••••••","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"model_id\": \"YOUR_MODEL_ID\",\n    \"model_versions\": [\n        {\n            \"output_info\": {\n                \"params\": {\n                    \"keywords\": [\n                        \"f.u\",\n                        \"Idiot\",\n                        \"Stupid\",\n                        \"Pitiful\",\n                        \"asshole\",\n                        \"bastard\",\n                        \"bitch\",\n                        \"cunt\",\n                        \"bollocks\",\n                        \"Wanker\",\n                        \"whore\",\n                        \"prick\",\n                        \"jerk\",\n                        \"pussy\",\n                        \"Gobdaw\",\n                        \"Gobdaw\",\n                        \"Fecker\",\n                        \"Naaiers\",\n                        \"Bliksem\",\n                        \"Damm\",\n                        \"boudkapper\",\n                        \"Doos\",\n                        \"DoosisJesus\",\n                        \"Dopkaas\",\n                        \"Draadtrekker\",\n                        \"Etterkop\",\n                        \"fok\",\n                        \"fokenwil\",\n                        \"Fokof\",\n                        \"Fokof\",\n                        \"Gat\",\n                        \"Godverdoem\",\n                        \"rioolboor\",\n                        \"kontkop\",\n                        \"ma-naaier\",\n                        \"kak\",\n                        \"bakti\",\n                        \"bole\",\n                        \"buce\",\n                        \"bytha\",\n                        \"dshtoj\",\n                        \"kari\",\n                        \"kurvar\",\n                        \"Lavire\",\n                        \"Mut\",\n                        \"nënë\",\n                        \"picka\",\n                        \"Pidhi\",\n                        \"Ropqir\",\n                        \"shkertate\",\n                        \"Simge\",\n                        \"swag\",\n                        \"Trap\",\n                        \"trap\",\n                        \"Qi\",\n                        \"Qiu\",\n                        \"العمى\",\n                        \"زنجي\",\n                        \"تراجع\",\n                        \"ديوث\",\n                        \"أرميني\",\n                        \"قبلني\",\n                        \"وقحة\",\n                        \"ديكهيد\",\n                        \"الثدي\",\n                        \"الحمار\",\n                        \"كرات\",\n                        \"أقرن\",\n                        \"Bakri\",\n                        \"kaneeth\",\n                        \"khajaf\",\n                        \"Khaneeth\",\n                        \"khaneeth\",\n                        \"khawal\",\n                        \"Koos\",\n                        \"Louteh\",\n                        \"Majdoube\",\n                        \"manyak\",\n                        \"naghal\",\n                        \"narcoossee\",\n                        \"neekni\",\n                        \"Neik\",\n                        \"nikkabuk\",\n                        \"ntak\",\n                        \"nwaan\",\n                        \"qah'ba\",\n                        \"qahbi\",\n                        \"qaraqir\",\n                        \"qawad\",\n                        \"qooq\",\n                        \"Qusamak\",\n                        \"Qybah\",\n                        \"Sambool\",\n                        \"sambool\",\n                        \"sharmoota\",\n                        \"Sharmotah\",\n                        \"sharmuta\",\n                        \"shlokeh\",\n                        \"Teezak\",\n                        \"zib\",\n                        \"zibbe\",\n                        \"Zubih\",\n                        \"zubra\",\n                        \"Ashiq\",\n                        \"banchod\",\n                        \"Bandii\",\n                        \"bara\",\n                        \"Bessha\",\n                        \"Bodmash\",\n                        \"Boga\",\n                        \"bokachoda\",\n                        \"Booni\",\n                        \"botla\",\n                        \"chodna\",\n                        \"chood\",\n                        \"dan-da\",\n                        \"dhon\",\n                        \"fatly\",\n                        \"Fel\",\n                        \"foga\",\n                        \"fungi\",\n                        \"Futki\",\n                        \"fuun-ga\",\n                        \"gud\",\n                        \"gud\",\n                        \"guud\",\n                        \"Guundaa\",\n                        \"Hauwa\",\n                        \"khanki\",\n                        \"maggi\",\n                        \"khanki\",\n                        \"laora\",\n                        \"lerr\",\n                        \"Maagi\",\n                        \"Maal\",\n                        \"Nunu\",\n                        \"nunu\",\n                        \"Pagul\",\n                        \"pasa\",\n                        \"podmarani\",\n                        \"Sagul\",\n                        \"Shauwa\",\n                        \"Suda-sudi\",\n                        \"SUDAURY\",\n                        \"SUTHH-MAROUNY\",\n                        \"Vogchod\",\n                        \"Ебаси\",\n                        \"Тиквеник\",\n                        \"бит гей\",\n                        \"Кучка\",\n                        \"Dirnik\",\n                        \"dupedavec\",\n                        \"Ebach\",\n                        \"Govedo\",\n                        \"Govno\",\n                        \"Gultay\",\n                        \"Gus\",\n                        \"kles\",\n                        \"Kopele\",\n                        \"Kuchka\",\n                        \"Kur\",\n                        \"Lainar\",\n                        \"Luyno\",\n                        \"mangal\",\n                        \"mastiq\",\n                        \"Minet\",\n                        \"婊子\",\n                        \"屄\",\n                        \"王八蛋\",\n                        \"操你\",\n                        \"傻屄\",\n                        \"妈的\",\n                        \"滚开\",\n                        \"混蛋\",\n                        \"笨\",\n                        \"傻缺\",\n                        \"笨蛋\",\n                        \"阴茎\",\n                        \"妓女\",\n                        \"笨蛋\",\n                        \"坏蛋\",\n                        \"打飞机\",\n                        \"他妈的\",\n                        \"操你妈\",\n                        \"日你妈\",\n                        \"肉棒\",\n                        \"肏\",\n                        \"王八蛋\",\n                        \"混蛋\",\n                        \"闭\",\n                        \"闭嘴\",\n                        \"Che Dan\",\n                        \"強姦\",\n                        \"干你娘\",\n                        \"diao\",\n                        \"gan\",\n                        \"屁话\",\n                        \"鸡巴\",\n                        \"ji bai\",\n                        \"kanina\",\n                        \"无脑\",\n                        \"该死的\",\n                        \"Nai zi\",\n                        \"你疯了\",\n                        \"弱智\",\n                        \"qu si\",\n                        \"Sek si\",\n                        \"Sha bi\",\n                        \"sharbie\",\n                        \"sixi\",\n                        \"xia bi\",\n                        \"妓女\",\n                        \"𨳒\",\n                        \"屌\",\n                        \"ai chai\",\n                        \"Ba po\",\n                        \"baak gwai\",\n                        \"Ban jau\",\n                        \"Bat po\",\n                        \"bok lui\",\n                        \"查头\",\n                        \"臭猫\",\n                        \"操你\",\n                        \"去你妈\",\n                        \"Diu\",\n                        \"diu\",\n                        \"Gai\",\n                        \"gau\",\n                        \"hai\",\n                        \"lan\",\n                        \"nimabi\",\n                        \"PK\",\n                        \"tsat\",\n                        \"Yiu\",\n                        \"šukat\",\n                        \"batich\",\n                        \"Buzerant\",\n                        \"Buzna\",\n                        \"Churak\",\n                        \"děvka\",\n                        \"hajzl\",\n                        \"Hovno\",\n                        \"Kurva\",\n                        \"kraavo\",\n                        \"kunda\",\n                        \"Mrdka\",\n                        \"Odprejskni\",\n                        \"Píèa\",\n                        \"Peecha\",\n                        \"peehat\",\n                        \"Piča\",\n                        \"piicha\",\n                        \"prdel\",\n                        \"prdelka\",\n                        \"prt\",\n                        \"sakra\",\n                        \"Sakra\",\n                        \"show-staat\",\n                        \"Sraèka\",\n                        \"Táhni\",\n                        \"Vole\",\n                        \"voleh\",\n                        \"Zkurvysyn\",\n                        \"Zmrd\",\n                        \"Kecáš\",\n                        \"Vůl\",\n                        \"debil\",\n                        \"Cvok\",\n                        \"magor\",\n                        \"Hajzl\",\n                        \"zmrd\",\n                        \"Agger\",\n                        \"Ølfisse\",\n                        \"Baby-kanon\",\n                        \"Bæskubber\",\n                        \"bøsserøv\",\n                        \"Brian\",\n                        \"Fisse\",\n                        \"Jylland\",\n                        \"Jyllandsk\",\n                        \"Klaphat\",\n                        \"Ko\",\n                        \"kran\",\n                        \"Kusse\",\n                        \"Lort\",\n                        \"Ludertæve\",\n                        \"Osteged\",\n                        \"Pik\",\n                        \"pik\",\n                        \"Pikansjos\",\n                        \"Pikhoved\",\n                        \"Pikspiller\",\n                        \"røvbanan\",\n                        \"Røvguitar\",\n                        \"Svans\",\n                        \"Svensker\",\n                        \"Stommert\",\n                        \"Klootzak\",\n                        \"Heks\",\n                        \"apenkind\",\n                        \"Bokkelul\",\n                        \"debiel\",\n                        \"Dombo\",\n                        \"Eikel\",\n                        \"Flikker\",\n                        \"Gelul\",\n                        \"Goverdomme\",\n                        \"Hoer\",\n                        \"Hoerenjong\",\n                        \"homo\",\n                        \"Hondenlul\",\n                        \"Hufter\",\n                        \"kanker\",\n                        \"kankerhoer\",\n                        \"Klootviool\",\n                        \"Klootzak\",\n                        \"Kut\",\n                        \"kutaap\",\n                        \"Kuthoer\",\n                        \"kutwijf\",\n                        \"Kutwijf\",\n                        \"micropik\",\n                        \"mierepiet\",\n                        \"muggelul\",\n                        \"muizefluit\",\n                        \"Optyffen\",\n                        \"paardenlul\",\n                        \"pislul\",\n                        \"Pisvlek\",\n                        \"Poepenol\",\n                        \"Ruk\",\n                        \"Rukker\",\n                        \"Schavuit\",\n                        \"Stoephoer\",\n                        \"Sukkel\",\n                        \"sukkeltje\",\n                        \"Trekvlek\",\n                        \"Verliezer\",\n                        \"verneukt\",\n                        \"viezerik\",\n                        \"zakslak\",\n                        \"Trut\",\n                        \"slet\",\n                        \"Potjandosie\",\n                        \"Merde\",\n                        \"Aalio\",\n                        \"Äpärä\",\n                        \"helvetti\",\n                        \"Hinttari\",\n                        \"Hitto\",\n                        \"Homo\",\n                        \"Huora\",\n                        \"Idiootti\",\n                        \"Jumalauta\",\n                        \"Kilinvittu\",\n                        \"Kullinaama\",\n                        \"kusipaeae\",\n                        \"Kusipää\",\n                        \"Kyrpä\",\n                        \"Mulkku\",\n                        \"muna\",\n                        \"Munapää\",\n                        \"narttu\",\n                        \"Neekeri\",\n                        \"Pahus\",\n                        \"Pallinaama\",\n                        \"Palliräkä\",\n                        \"Paska\",\n                        \"Paska-aivo\",\n                        \"Paskanaama\",\n                        \"Paskap\",\n                        \"Paskapää\",\n                        \"Paskiainen\",\n                        \"Perhana\",\n                        \"Perkele\",\n                        \"perkele\",\n                        \"Perse\",\n                        \"Persläpi\",\n                        \"Pillu\",\n                        \"rotta\",\n                        \"Runkkari\",\n                        \"Saakeli\",\n                        \"Saamari\",\n                        \"Saatana\",\n                        \"Samperi\",\n                        \"Turku\",\n                        \"Vammanen\",\n                        \"vittu\",\n                        \"Putain\",\n                        \"Cul\",\n                        \"Dégage\",\n                        \"Connard\",\n                        \"Connasse\",\n                        \"Con\",\n                        \"Branleur\",\n                        \"Salope\",\n                        \"salaud\",\n                        \"Casse-toi\",\n                        \"Abruti\",\n                        \"baise\",\n                        \"Batard\",\n                        \"bite\",\n                        \"Branleur\",\n                        \"Casse-toi\",\n                        \"Chatte\",\n                        \"Connard\",\n                        \"Couilles\",\n                        \"Debile\",\n                        \"Encule\",\n                        \"Framble\",\n                        \"Frambler\",\n                        \"garce\",\n                        \"Imbecile\",\n                        \"jouir\",\n                        \"lesbienne\",\n                        \"Merde\",\n                        \"pédé\",\n                        \"Putain\",\n                        \"pute\",\n                        \"salaud\",\n                        \"Salope\",\n                        \"Tais-toi\",\n                        \"Truie\",\n                        \"Zut\",\n                        \"Arschgesicht\",\n                        \"Scheißkopf\",\n                        \"Wichser\",\n                        \"Arschgeige\",\n                        \"Himmeldonnerwetter\",\n                        \"Arschfotze\",\n                        \"Arschloch\",\n                        \"Bulle\",\n                        \"bumsen\",\n                        \"Depp\",\n                        \"Drecksau\",\n                        \"Du\",\n                        \"Dummbatz\",\n                        \"Dummkopf\",\n                        \"duncauf\",\n                        \"Fettbacke\",\n                        \"Wichser\",\n                        \"Ficker\",\n                        \"fickfehler\",\n                        \"Fickfresse\",\n                        \"Fotze\",\n                        \"geil\",\n                        \"Gottverdammt\",\n                        \"Hackfresse\",\n                        \"homofuerst\",\n                        \"Horst\",\n                        \"Huan\",\n                        \"Huansohn\",\n                        \"Huhrensohn\",\n                        \"Hurensohn\",\n                        \"Kackbratze\",\n                        \"Lude\",\n                        \"Luder\",\n                        \"missgeburt\",\n                        \"Miststück\",\n                        \"Muterfiker\",\n                        \"Mutterficker\",\n                        \"Nutle\",\n                        \"Nuttensohn\",\n                        \"Onanieren\",\n                        \"pestbaeule\",\n                        \"Pisser\",\n                        \"Scheiße\",\n                        \"Scheißhaus\",\n                        \"scheissekopf\",\n                        \"Scheissen\",\n                        \"Schise\",\n                        \"Schlampe\",\n                        \"Schwanzlutscher\",\n                        \"Schweinepriester\",\n                        \"Schwuchtel\",\n                        \"Schwul\",\n                        \"Schwuler\",\n                        \"shaisa\",\n                        \"Sheisse\",\n                        \"Shishkoff\",\n                        \"Trottel\",\n                        \"Tunte\",\n                        \"Veganer\",\n                        \"voegeln\",\n                        \"vögeln\",\n                        \"ficken\",\n                        \"wichser\",\n                        \"Wixer\",\n                        \"Zicke\",\n                        \"Zickig\",\n                        \"Zimtzicke\",\n                        \"γαμώ\",\n                        \"σκατά\",\n                        \"σκύλα\",\n                        \"χαζος\",\n                        \"βλάκας\",\n                        \"κόπανος\",\n                        \"σκάσε\",\n                        \"gamiseta\",\n                        \"Noob\",\n                        \"Arab\",\n                        \"Aravi\",\n                        \"Batul\",\n                        \"Beitsim\",\n                        \"benzona\",\n                        \"Bulbul\",\n                        \"cok-sinel\",\n                        \"Efes\",\n                        \"Fal-tzan\",\n                        \"hamor\",\n                        \"Harah\",\n                        \"Imascha\",\n                        \"Kalba\",\n                        \"Koksinel\",\n                        \"Ku-se-mak\",\n                        \"kus\",\n                        \"Kussit\",\n                        \"Malshin\",\n                        \"Mamzer\",\n                        \"Maniak\",\n                        \"Mas-tool\",\n                        \"Masriach\",\n                        \"Menayek\",\n                        \"Muhhamed\",\n                        \"nod\",\n                        \"S'Emek\",\n                        \"Sarsour\",\n                        \"Sharlila\",\n                        \"Sharmuta\",\n                        \"shmenah\",\n                        \"Shtok\",\n                        \"Sigi\",\n                        \"tahat\",\n                        \"tkach\",\n                        \"tzi-tzi\",\n                        \"Zayan\",\n                        \"zayin\",\n                        \"Zayin\",\n                        \"zevel\",\n                        \"zona\",\n                        \"Zona\",\n                        \"Zonah\",\n                        \"मादरचोद\",\n                        \"बहनचोद\",\n                        \"रंडी\",\n                        \"हिजड़े\",\n                        \"गधे\",\n                        \"गांडू\",\n                        \"भड़वे\",\n                        \"चक्कर\",\n                        \"हरामी\",\n                        \"कुत्ता\",\n                        \"नपुंसक\",\n                        \"चुटिया\",\n                        \"भरवा\",\n                        \"रंडवा\",\n                        \"रांड\",\n                        \"भोसडिके\",\n                        \"माँ का लौड़ा\",\n                        \"दुष्ट।\",\n                        \"गांड\",\n                        \"भडुआ\",\n                        \"भोसड़ा\",\n                        \"तेरी माँ का\",\n                        \"लौडा\",\n                        \"Felpofozzalak\",\n                        \"Kettéváglak\",\n                        \"Utállak\",\n                        \"szar\",\n                        \"basszameg\",\n                        \"francba\",\n                        \"picsába\",\n                        \"anjing\",\n                        \"Anjing\",\n                        \"bajingan\",\n                        \"Bajingan\",\n                        \"Bangsat\",\n                        \"Bedebah\",\n                        \"bego\",\n                        \"Bencong\",\n                        \"Biji\",\n                        \"Bispak\",\n                        \"Blah-Bloh\",\n                        \"Blo'on\",\n                        \"brengsek\",\n                        \"Cokil\",\n                        \"Coli\",\n                        \"Cuki\",\n                        \"Eek\",\n                        \"geblek\",\n                        \"bodoh\",\n                        \"tolol\",\n                        \"goblok\",\n                        \"gigolo\",\n                        \"goblok\",\n                        \"heunceut\",\n                        \"Itil\",\n                        \"jancok\",\n                        \"Jancuk\",\n                        \"kalempong\",\n                        \"kampang\",\n                        \"Kontol\",\n                        \"kontol\",\n                        \"titit\",\n                        \"lonte\",\n                        \"maho\",\n                        \"memek\",\n                        \"memek\",\n                        \"meki\",\n                        \"nono\",\n                        \"Monyong\",\n                        \"ngentot\",\n                        \"Ngentot\",\n                        \"Ngepet\",\n                        \"ngewe\",\n                        \"ngocok\",\n                        \"Nyame\",\n                        \"nyoli\",\n                        \"palaji\",\n                        \"Palkon\",\n                        \"Pantat\",\n                        \"Pantek\",\n                        \"peju\",\n                        \"Pelacur\",\n                        \"peler\",\n                        \"pepsi\",\n                        \"Pukimai\",\n                        \"pukimak\",\n                        \"Sampah\",\n                        \"Sempak\",\n                        \"Sempak\",\n                        \"kolor\",\n                        \"Sperma\",\n                        \"Tae\",\n                        \"Tahi\",\n                        \"Tai\",\n                        \"Tholit\",\n                        \"toket\",\n                        \"Cazzo\",\n                        \"Tette\",\n                        \"Stronzo\",\n                        \"Stronza\",\n                        \"Fanculo\",\n                        \"Vaffanculo\",\n                        \"Pompinara\",\n                        \"bastardo\",\n                        \"blowjob\",\n                        \"cagacazzo\",\n                        \"cazzo\",\n                        \"cazzo\",\n                        \"minchia\",\n                        \"mazza\",\n                        \"uccello\",\n                        \"cazzone\",\n                        \"cretino\",\n                        \"Curnut\",\n                        \"Fica\",\n                        \"Figa\",\n                        \"fongoul\",\n                        \"Latrin\",\n                        \"mafankulo\",\n                        \"Manache\",\n                        \"Merda\",\n                        \"Pompinara\",\n                        \"puttana\",\n                        \"rottinculo\",\n                        \"scopare\",\n                        \"segaiolo\",\n                        \"segarsi\",\n                        \"Sorca\",\n                        \"Stoonod\",\n                        \"Stronzo\",\n                        \"Troia\",\n                        \"Vaffan\",\n                        \"vaffanculo\",\n                        \"zoccola\",\n                        \"Zuia\",\n                        \"くそ\",\n                        \"やりまん\",\n                        \"やりちん\",\n                        \"くそったれ\",\n                        \"ぶす\",\n                        \"死ねえ\",\n                        \"Aba-Zure\",\n                        \"Aho\",\n                        \"aho\",\n                        \"Aishi-au\",\n                        \"Ama\",\n                        \"Baishunfu\",\n                        \"Baita\",\n                        \"baka\",\n                        \"Baka\",\n                        \"baka-ne\",\n                        \"bakayaro\",\n                        \"Bakayarou\",\n                        \"Bokki\",\n                        \"buk-korosu\",\n                        \"Busu\",\n                        \"Che\",\n                        \"chikusho\",\n                        \"Chikusho\",\n                        \"chin-ko\",\n                        \"chinkasu\",\n                        \"Chinko\",\n                        \"chinpo\",\n                        \"Chitsu\",\n                        \"damare\",\n                        \"Dobe\",\n                        \"Ecchi\",\n                        \"Etchi\",\n                        \"Fakku\",\n                        \"ふざけるな\",\n                        \"gyuufun\",\n                        \"Hakuchi\",\n                        \"Iku\",\n                        \"ketsunoana\",\n                        \"kimoi\",\n                        \"kintama\",\n                        \"Kintama\",\n                        \"kisama\",\n                        \"Kouno\",\n                        \"Kuso\",\n                        \"Kuso-Debu\",\n                        \"Kusogaki\",\n                        \"Kusokurae\",\n                        \"Kusot-tare\",\n                        \"Kusottare\",\n                        \"kusoyaro\",\n                        \"kusoyarou\",\n                        \"Kutabare\",\n                        \"kutabare\",\n                        \"makeinu\",\n                        \"manko\",\n                        \"Manko\",\n                        \"Mantama\",\n                        \"manzuri\",\n                        \"mara\",\n                        \"namename\",\n                        \"Nameruna\",\n                        \"O-chinko\",\n                        \"O-manko\",\n                        \"okiesawada\",\n                        \"Omanko\",\n                        \"omanko\",\n                        \"onani\",\n                        \"oppai\",\n                        \"Oshikko\",\n                        \"oshiri\",\n                        \"otokonna\",\n                        \"Paizuri\",\n                        \"パイズリ\",\n                        \"Saseko\",\n                        \"性交\",\n                        \"senzuri\",\n                        \"小便\",\n                        \"shakuhachi\",\n                        \"Shimata\",\n                        \"Shimatta\",\n                        \"shomben\",\n                        \"Sukebe\",\n                        \"Takuta\",\n                        \"Tan-Sho\",\n                        \"Tawagoto\",\n                        \"たわごと\",\n                        \"Teme\",\n                        \"teme\",\n                        \"Unchi\",\n                        \"Unko\",\n                        \"Urusei\",\n                        \"Usse\",\n                        \"Yariman\",\n                        \"yarou\",\n                        \"Yowamushi\",\n                        \"zakennayo\",\n                        \"년\",\n                        \"좆\",\n                        \"개새\",\n                        \"시빨\",\n                        \"싸 발\",\n                        \"엿먹어\",\n                        \"babo\",\n                        \"Babo\",\n                        \"bingu\",\n                        \"Boji\",\n                        \"bonggu\",\n                        \"byungshin\",\n                        \"Chaji\",\n                        \"Eh-ja\",\n                        \"Goja\",\n                        \"jhut\",\n                        \"jhut-kkok-ji\",\n                        \"jhut-kkok-ji-ppa-ruh\",\n                        \"jhut-ppa-ruh\",\n                        \"Jiralhanae\",\n                        \"jot-nna\",\n                        \"jotbab\",\n                        \"Kuh-juh\",\n                        \"Michin\",\n                        \"pa-bo\",\n                        \"Poji\",\n                        \"Sheba-nom\",\n                        \"Sheeba\",\n                        \"Shiba\",\n                        \"Shibal\",\n                        \"Shibalnyun\",\n                        \"shipi\",\n                        \"ttong-koo-mung\",\n                        \"Aleuto\",\n                        \"babi\",\n                        \"Bajang\",\n                        \"Barua\",\n                        \"Batang\",\n                        \"Burit\",\n                        \"Butoh\",\n                        \"Canggar\",\n                        \"Chipap\",\n                        \"gampang\",\n                        \"jubo\",\n                        \"konek\",\n                        \"Kote\",\n                        \"pantat\",\n                        \"Pelir\",\n                        \"puki\",\n                        \"Pukimak\",\n                        \"setan\",\n                        \"shitta\",\n                        \"sial\",\n                        \"tongeng\",\n                        \"Breiddjame\",\n                        \"dåsa\",\n                        \"Drittsekk\",\n                        \"Dust\",\n                        \"Faen\",\n                        \"fattig\",\n                        \"Føkkings\",\n                        \"fetta\",\n                        \"Fitte-faen\",\n                        \"Fittesnerk\",\n                        \"Fittetryne\",\n                        \"H'stkuk\",\n                        \"Helvete\",\n                        \"Herregud\",\n                        \"hestkuk\",\n                        \"Homsebull\",\n                        \"J'vel\",\n                        \"Jukkegutt\",\n                        \"Kølle\",\n                        \"kukost\",\n                        \"Kukskalle\",\n                        \"Kuksuger\",\n                        \"Kuktryne\",\n                        \"lassaron\",\n                        \"Ludder\",\n                        \"ludder\",\n                        \"Mordi\",\n                        \"pikk\",\n                        \"pikkhue\",\n                        \"Pokker\",\n                        \"rasshøl\",\n                        \"Rasshull\",\n                        \"Rasstapp\",\n                        \"rævpuler\",\n                        \"Ronkefjes\",\n                        \"Rottpung\",\n                        \"S'dgurgler\",\n                        \"S'dsprut\",\n                        \"Sjettsjur\",\n                        \"skitliv\",\n                        \"slingrefitte\",\n                        \"Slyngel\",\n                        \"Steikje\",\n                        \"trekukk\",\n                        \"Cabrão\",\n                        \"Cabrao\",\n                        \"Caralho\",\n                        \"Bardajona\",\n                        \"Béfe\",\n                        \"Bilha\",\n                        \"Boiola\",\n                        \"Cagar\",\n                        \"carai\",\n                        \"caralho\",\n                        \"Choncho\",\n                        \"Chupa-mos\",\n                        \"Chupa-rola\",\n                        \"Cona\",\n                        \"Cu\",\n                        \"Enrabar\",\n                        \"escarumba\",\n                        \"Esporra\",\n                        \"Esporrada\",\n                        \"Foda-se\",\n                        \"Fodasse\",\n                        \"Fode-te\",\n                        \"Foder\",\n                        \"fufa\",\n                        \"Gaita\",\n                        \"Lambe-cus\",\n                        \"mamada\",\n                        \"Mamas\",\n                        \"Meita\",\n                        \"Merda\",\n                        \"Mijar\",\n                        \"minete\",\n                        \"Pachaxa\",\n                        \"paneleiro\",\n                        \"Parvo\",\n                        \"Peido\",\n                        \"peixota\",\n                        \"Pentelho\",\n                        \"pica\",\n                        \"piroca\",\n                        \"caralho\",\n                        \"Picha\",\n                        \"Pichota\",\n                        \"Pila\",\n                        \"pininho\",\n                        \"Poia\",\n                        \"Porra\",\n                        \"Punheta\",\n                        \"puta\",\n                        \"Rata\",\n                        \"Safada\",\n                        \"Senaita\",\n                        \"Teso\",\n                        \"Tomates\",\n                        \"Toto\",\n                        \"Tubassa\",\n                        \"Vaca\",\n                        \"Vagabundo\",\n                        \"balconar\",\n                        \"Bou\",\n                        \"bulangiu\",\n                        \"Curule\",\n                        \"Curva\",\n                        \"fofoloanca\",\n                        \"frisca\",\n                        \"Futu-i\",\n                        \"Futu-te\",\n                        \"koi\",\n                        \"Labagiu\",\n                        \"Linge-ma\",\n                        \"lingurista\",\n                        \"martalog\",\n                        \"Muie\",\n                        \"muist\",\n                        \"panarama\",\n                        \"Poponar\",\n                        \"Pulaman\",\n                        \"Rapanosule\",\n                        \"savarina\",\n                        \"sfarcuri\",\n                        \"sloboz\",\n                        \"Tarfa\",\n                        \"tzatze\",\n                        \"Cучка\",\n                        \"блядь\",\n                        \"Pizdayob\",\n                        \"Пиздаеб\",\n                        \"охуеть\",\n                        \"ohooiet\",\n                        \"Блядь\",\n                        \"шлюха\",\n                        \"debiloid\",\n                        \"Dolboeb\",\n                        \"Drochit\",\n                        \"Durak\",\n                        \"eban'ko\",\n                        \"Ebat\",\n                        \"Eblan\",\n                        \"gandon\",\n                        \"goluboi\",\n                        \"govno\",\n                        \"hooyóvo\",\n                        \"Hooyeélo\",\n                        \"Hooyovi\",\n                        \"huesos\",\n                        \"Hui\",\n                        \"Huiplet\",\n                        \"Malafyá\",\n                        \"manda\",\n                        \"omped\",\n                        \"oslayob\",\n                        \"Ostyn\",\n                        \"Otebis\",\n                        \"Oyobuk\",\n                        \"Péezdit\",\n                        \"pedik\",\n                        \"Peetoókh\",\n                        \"Peezdit\",\n                        \"Perdet\",\n                        \"pidaryuga\",\n                        \"Pidor\",\n                        \"Piz'da\",\n                        \"Piz'duk\",\n                        \"Pizdet\",\n                        \"S'ebis\",\n                        \"Shalava\",\n                        \"shloocha\",\n                        \"Sooka\",\n                        \"Sosat\",\n                        \"Svoloch\",\n                        \"Tolstak\",\n                        \"Trajat'sya\",\n                        \"Tvar\",\n                        \"Wed'ma\",\n                        \"yebatsya\",\n                        \"yob\",\n                        \"Zaebis\",\n                        \"Zalupa\",\n                        \"zhopa\",\n                        \"Puto\",\n                        \"Verga\",\n                        \"Cojones\",\n                        \"Coño\",\n                        \"Pendejo\",\n                        \"Chupa-mos\",\n                        \"Aduana\",\n                        \"Aguacates\",\n                        \"Aguebado\",\n                        \"Ahua\",\n                        \"Alcahuete\",\n                        \"Alimentos\",\n                        \"Alocate\",\n                        \"Ambia\",\n                        \"balurde\",\n                        \"Bastardo\",\n                        \"Cabezapipe\",\n                        \"Cabron\",\n                        \"cachimba\",\n                        \"Capullo\",\n                        \"gilipollas\",\n                        \"Carajo\",\n                        \"chúpelo\",\n                        \"chichis\",\n                        \"chichotas\",\n                        \"chingalo\",\n                        \"chingar\",\n                        \"chingate\",\n                        \"chorizo\",\n                        \"chucha\",\n                        \"Chupamela\",\n                        \"chupar\",\n                        \"cochina\",\n                        \"cochino\",\n                        \"cojer\",\n                        \"cojones\",\n                        \"Concha\",\n                        \"conchetumare\",\n                        \"cuero\",\n                        \"Culero\",\n                        \"Culo\",\n                        \"dona\",\n                        \"Estupido\",\n                        \"fea\",\n                        \"feo\",\n                        \"pendeja\",\n                        \"pendejo\",\n                        \"forro\",\n                        \"forra\",\n                        \"Gilipollas\",\n                        \"Imbécil\",\n                        \"Hostia\",\n                        \"Huevos\",\n                        \"Jódete\",\n                        \"Joder\",\n                        \"lela\",\n                        \"malparida\",\n                        \"mamahuevo\",\n                        \"Mamon\",\n                        \"marica\",\n                        \"Maricón\",\n                        \"Marihuana\",\n                        \"Mierda\",\n                        \"Momada\",\n                        \"mondá\",\n                        \"Pajero\",\n                        \"Panocha\",\n                        \"perra\",\n                        \"pija\",\n                        \"pinche\",\n                        \"piruja\",\n                        \"poronga\",\n                        \"pupila\",\n                        \"puta\",\n                        \"Skonka\",\n                        \"Soplanucas\",\n                        \"tetas\",\n                        \"Vendejo\",\n                        \"Verga\",\n                        \"verija\",\n                        \"zopupla\",\n                        \"zorra\",\n                        \"Arsel\",\n                        \"Balle\",\n                        \"Blatte\",\n                        \"Dumfan\",\n                        \"Dumjävel\",\n                        \"fan\",\n                        \"Fan\",\n                        \"förböveln\",\n                        \"fita\",\n                        \"Fitta\",\n                        \"fitta\",\n                        \"Fittjävel\",\n                        \"Fittnylle\",\n                        \"Fjolla\",\n                        \"höra\",\n                        \"Hjon\",\n                        \"Hora\",\n                        \"Horunge\",\n                        \"Jävla\",\n                        \"Jävel\",\n                        \"jävla\",\n                        \"djävla\",\n                        \"jäkla\",\n                        \"kärring\",\n                        \"Kötthuvud\",\n                        \"knulla\",\n                        \"knullare\",\n                        \"kuk\",\n                        \"Kukhuvud\",\n                        \"Kuksugare\",\n                        \"kulor\",\n                        \"mammaknullare\",\n                        \"mes\",\n                        \"Miffo\",\n                        \"Moderat\",\n                        \"ollon\",\n                        \"Pajas\",\n                        \"Parmiddag\",\n                        \"pattar\",\n                        \"Pissluder\",\n                        \"Pucko\",\n                        \"rattar\",\n                        \"röding\",\n                        \"Röv\",\n                        \"rövhål\",\n                        \"rumpa\",\n                        \"Runkare\",\n                        \"Runkhora\",\n                        \"Saab\",\n                        \"Sandknulla\",\n                        \"Sarre\",\n                        \"Satan\",\n                        \"skit\",\n                        \"skitstövel\",\n                        \"Slampa\",\n                        \"slyna\",\n                        \"Snorätare\",\n                        \"Sosse\",\n                        \"Tomteporr\",\n                        \"Tratthora\",\n                        \"tuttar\",\n                        \"Våldtäktsman\",\n                        \"Beke\",\n                        \"bobo\",\n                        \"burat\",\n                        \"Bwiset\",\n                        \"Bwisit\",\n                        \"gago\",\n                        \"Gago\",\n                        \"Inutil\",\n                        \"Kulangot\",\n                        \"Malibog\",\n                        \"Pakshet\",\n                        \"Putay\",\n                        \"Punyeta\",\n                        \"Tanga\",\n                        \"Tae\",\n                        \"tee-tee\",\n                        \"torjack\",\n                        \"TUBOL\",\n                        \"โง่\",\n                        \"ควาย\",\n                        \"ควย\",\n                        \"ขี้เหล่\",\n                        \"มึง\",\n                        \"กู\",\n                        \"ลูกอีกะหรี่\",\n                        \"ไอ้เวร\",\n                        \"สัด\",\n                        \"ไอ้\",\n                        \"อี\",\n                        \"อย่าเสือก\",\n                        \"สมน้ำหน้า\",\n                        \"ไอ้หน้าส้นตีน\",\n                        \"ไอ้ส้นตีน\",\n                        \"ไอ้หน้าควย\",\n                        \"ไอ้เชี่ย\",\n                        \"ไอ้เหี้ย\",\n                        \"ไอ้ควาย\",\n                        \"บ้า\",\n                        \"ชักว่าว\",\n                        \"ดอก\",\n                        \"เด้าตูด\",\n                        \"ดึงหมอย\",\n                        \"อีดอก\",\n                        \"อีเหี้ย\",\n                        \"อีสัต\",\n                        \"อีช้างลากเย็ด\",\n                        \"อีแรด\",\n                        \"อีร้อยควย\",\n                        \"อีร่าน\",\n                        \"อีตูด\",\n                        \"ฝรั่งขี้นก\",\n                        \"กะหรี่\",\n                        \"กาก\",\n                        \"กินขี้\",\n                        \"หีร้อยควย\",\n                        \"เหี้ย\",\n                        \"หี\",\n                        \"หีแม่มีง\",\n                        \"หัวควย\",\n                        \"หำน้อย\",\n                        \"ไอ้ห่า\",\n                        \"ไอ้เหี้ย\",\n                        \"ไอ้สัต\",\n                        \"ไข่ยาน\",\n                        \"ขี้ใส่หำกู\",\n                        \"หัวควย\",\n                        \"ควย\",\n                        \"มาเด้าตูดกัน\",\n                        \"มาเย็ดกัน\",\n                        \"แม่มึงตาย\",\n                        \"มึงเป็นเอด\",\n                        \"หน้าหี\",\n                        \"น่าเย็ด\",\n                        \"หน้าหี\",\n                        \"หนังหี\",\n                        \"หน่อแตด\",\n                        \"พ่อมึงตาย\",\n                        \"พ่อมึง\",\n                        \"ระยำ\",\n                        \"เชี่ย\",\n                        \"เสือก\",\n                        \"สันดาน\",\n                        \"สัต\",\n                        \"ติ้วหี\",\n                        \"ตูดสวย\",\n                        \"เย็ด\",\n                        \"เย็ดเป็ด\",\n                        \"เย็ดเข้\",\n                        \"เย็ดแม่\",\n                        \"โง่\",\n                        \"ขี้เหร่\",\n                        \"ไอ้\",\n                        \"ลูกกะหรี่\",\n                        \"ไอ้เวร\",\n                        \"อี\",\n                        \"กะหรี่\",\n                        \"อีตัว\",\n                        \"ลูกกะหรี่\",\n                        \"กะเทย\",\n                        \"มึง\",\n                        \"กู\",\n                        \"เงียบ\",\n                        \"หุบปาก\",\n                        \"เย็ด\",\n                        \"เย็ดแม่\",\n                        \"เย็ดมึง\",\n                        \"เย็ดเป็ด\",\n                        \"ควย\",\n                        \"อมควย\",\n                        \"กระดอ\",\n                        \"ดอสั้น\",\n                        \"หี\",\n                        \"หอย\",\n                        \"อะไรวะ\",\n                        \"ขี้\",\n                        \"ตอแหล\",\n                        \"ชักว่าว\",\n                        \"ตกเบ็ด\",\n                        \"Şapka\",\n                        \"a.q\",\n                        \"Amına\",\n                        \"Amsalak\",\n                        \"atyarragi\",\n                        \"Bamya\",\n                        \"Besiktas\",\n                        \"Bok\",\n                        \"Budala\",\n                        \"Cimbom\",\n                        \"dallama\",\n                        \"dalyarak\",\n                        \"Deyus\",\n                        \"Deyyus\",\n                        \"Ezik\",\n                        \"fenerbahçe\",\n                        \"Götübozuk\",\n                        \"götveren\",\n                        \"Gerizekalı\",\n                        \"gotoglani\",\n                        \"kalantor\",\n                        \"Kaltak\",\n                        \"keriz\",\n                        \"o.ç\",\n                        \"Orosp\",\n                        \"Orospu\",\n                        \"otuzbir\",\n                        \"otuzbirci\",\n                        \"pezevenk\",\n                        \"Piç\",\n                        \"piçi\",\n                        \"pipi\",\n                        \"puşt\",\n                        \"Salak\",\n                        \"Sikkafa\",\n                        \"siktir\",\n                        \"Travesti\",\n                        \"Yarak\",\n                        \"Yavsak\",\n                        \"ibne\",\n                        \"Bitch\",\n                        \"blyat\",\n                        \"doopoo\",\n                        \"Hivno\",\n                        \"huey\",\n                        \"Huy\",\n                        \"Koorva\",\n                        \"koorvah\",\n                        \"Курва\",\n                        \"Kurvee\",\n                        \"layno\",\n                        \"Matyook\",\n                        \"Meenyetka\",\n                        \"Nahuynik\",\n                        \"Peederus\",\n                        \"Peezdets\",\n                        \"Perdyee\",\n                        \"срацкох\",\n                        \"Срака\",\n                        \"виблядок\",\n                        \"Єбати\",\n                        \"замкнесех\",\n                        \"دلال\",\n                        \"گددھا\",\n                        \"غنڈو\",\n                        \"حرامزادہ\",\n                        \"حرامزادی\",\n                        \"حرام سلّ\",\n                        \"کامنہ\",\n                        \"kutta\",\n                        \"Kutti\",\n                        \"Lula\",\n                        \"Lola\",\n                        \"لولے\",\n                        \"lulmuah\",\n                        \"madarugly\",\n                        \"Mayyaada\",\n                        \"moomeh\",\n                        \"Myyaada\",\n                        \"pancho\",\n                        \"Phudi\",\n                        \"poody\",\n                        \"đụ\",\n                        \"đù\",\n                        \"đĩ\",\n                        \"điếm\",\n                        \"đéo\",\n                        \"ngu\",\n                        \"cứt\",\n                        \"Địt\",\n                        \"cặc\",\n                        \"cu\",\n                        \"dit\",\n                        \"goo\",\n                        \"lồn\",\n                        \"ngu ngốc\",\n                        \"abo\",\n                        \"abbo\",\n                        \"boong\",\n                        \"bung\",\n                        \"coon\",\n                        \"lubra\",\n                        \"Béni-oui-oui\",\n                        \"bluegum\",\n                        \"burrhead\",\n                        \"burr-head\",\n                        \"golliwogg\",\n                        \"jigaboo\",\n                        \"jiggabo\",\n                        \"jijjiboo\",\n                        \"zigabo\",\n                        \"jigg\",\n                        \"jiggy\",\n                        \"jigga\",\n                        \"kaffir\",\n                        \"kaffer\",\n                        \"kafir\",\n                        \"kaffre\",\n                        \"macaca\",\n                        \"mammy\",\n                        \"mosshead\",\n                        \"munt\",\n                        \"nig-nog\",\n                        \"nigger\",\n                        \"niggar\",\n                        \"niggur\",\n                        \"niger\",\n                        \"nigor\",\n                        \"nigar\",\n                        \"nigga\",\n                        \"niggah\",\n                        \"nig\",\n                        \"nigguh\",\n                        \"niglet\",\n                        \"nigglet\",\n                        \"nigra\",\n                        \"negra\",\n                        \"niggra\",\n                        \"nigrah\",\n                        \"nigruh\",\n                        \"pickaninny\",\n                        \"quashie\",\n                        \"sambo\",\n                        \"sooty\",\n                        \"thicklips\",\n                        \"bootlips\",\n                        \"chinaman\",\n                        \"chink\",\n                        \"coolie\",\n                        \"gook\",\n                        \"jap\",\n                        \"nip\",\n                        \"yellowman\",\n                        \"chee-chee\",\n                        \"chinki\",\n                        \"madrasi\",\n                        \"malaun\",\n                        \"paki\",\n                        \"dink\",\n                        \"gugus\",\n                        \"huan-a\",\n                        \"jakun\",\n                        \"hajji\",\n                        \"hadji\",\n                        \"haji\",\n                        \"towelhead\",\n                        \"raghead\",\n                        \"beaner\",\n                        \"cholo\",\n                        \"greaseball\",\n                        \"greaser\",\n                        \"spic\",\n                        \"spick\",\n                        \"spik\",\n                        \"spig\",\n                        \"sudaca\",\n                        \"tacohead\",\n                        \"tonk\",\n                        \"veneco\",\n                        \"wetback\",\n                        \"european\",\n                        \"barang\",\n                        \"bule\",\n                        \"farang\",\n                        \"gammon\",\n                        \"gringo\",\n                        \"gubba\",\n                        \"gweilo\",\n                        \"gwailo\",\n                        \"honky\",\n                        \"haole\",\n                        \"bohunk\",\n                        \"medigan\",\n                        \"amedigan\",\n                        \"ofay\",\n                        \"arkie\",\n                        \"okie\",\n                        \"peckerwood\",\n                        \"whitey\",\n                        \"chocko\",\n                        \"dago\",\n                        \"kanake\",\n                        \"Métèque\",\n                        \"wog\",\n                        \"chug\",\n                        \"eskimo\",\n                        \"redskin\",\n                        \"squaw\",\n                        \"yanacona\",\n                        \"boonga\",\n                        \"bunga\",\n                        \"boonie\",\n                        \"hori\",\n                        \"kanaka\",\n                        \"buckra\",\n                        \"bakra\",\n                        \"bumpkin\",\n                        \"hick\",\n                        \"hillbilly\",\n                        \"honkey\",\n                        \"honkie\",\n                        \"redneck\",\n                        \"Curepí\",\n                        \"argie\",\n                        \"limey\",\n                        \"pommy\",\n                        \"pirata\",\n                        \"teuchter\",\n                        \"cubiche\",\n                        \"gusano\",\n                        \"boches\",\n                        \"chleuh\",\n                        \"hermans\",\n                        \"herms\",\n                        \"huns\",\n                        \"kraut\",\n                        \"marmeladinger\",\n                        \"mof\",\n                        \"piefke\",\n                        \"paddy\",\n                        \"taig\",\n                        \"snout\",\n                        \"continentale\",\n                        \"eyetie\",\n                        \"ginzo\",\n                        \"goombah\",\n                        \"polentone\",\n                        \"terrone\",\n                        \"wop\",\n                        \"sardinians\",\n                        \"sardegnolo\",\n                        \"sardignòlo\",\n                        \"sardignuolo\",\n                        \"sardagnòlo\",\n                        \"kapo\",\n                        \"kike\",\n                        \"kyke\",\n                        \"shylock\",\n                        \"yid\",\n                        \"zhyd\",\n                        \"lebo\",\n                        \"lebbo\",\n                        \"fyromian\",\n                        \"bulgaroskopian\",\n                        \"macedonist\",\n                        \"pseudomacedonian\",\n                        \"pseudo-macedonian\",\n                        \"skopjan\",\n                        \"skopjian\",\n                        \"skopiana\",\n                        \"skopianika\",\n                        \"chukhna\",\n                        \"polack\",\n                        \"polak\",\n                        \"pollack\",\n                        \"pollock\",\n                        \"polock\",\n                        \"pshek\",\n                        \"mazurik\",\n                        \"russki\",\n                        \"russkie\",\n                        \"moskal\",\n                        \"japies\",\n                        \"yarpies\",\n                        \"mulatto\",\n                        \"wigger\",\n                        \"wigga\",\n                        \"wegro\",\n                        \"zambo\",\n                        \"lobos\"\n                    ]\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"062174b1358de10e9dbb5fb950c49a7f\"\n    },\n    \"model\": {\n        \"id\": \"profanity-filter-new2\",\n        \"name\": \"profanity-filter-new2\",\n        \"created_at\": \"2023-11-23T11:16:45.317604928Z\",\n        \"modified_at\": \"2023-11-23T11:16:45.317604928Z\",\n        \"app_id\": \"test-app-1700638575-empty\",\n        \"user_id\": \"a0btrubbaefn\",\n        \"model_type_id\": \"keyword-filter-operator\",\n        \"visibility\": {\n            \"gettable\": 10\n        },\n        \"metadata\": {},\n        \"presets\": {},\n        \"toolkits\": [],\n        \"use_cases\": [],\n        \"languages\": [],\n        \"languages_full\": [],\n        \"check_consents\": [],\n        \"workflow_recommended\": false\n    }\n}"}],"_postman_id":"756d4311-6070-43bf-ade5-72ece0b2ae9d"},{"name":"Predict on Text","id":"caecc4c5-0dee-4e1b-9c11-f553b9ddd8ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"inputs\":[\n        {\n            \"data\": {\n                \"text\": {\"raw\": \"Butchart Gardens contains over 900 varieties of plants.\"}\n            }\n        },\n        {\n        \t\"data\": {\n                \"text\": {\"url\": \"https://samples.clarifai.com/negative_sentence_12.txt\"}\n            }\n        }\n    ]\n}"},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID/versions/YOUR_VERSION_ID/outputs","description":"<p>Run inference on a text input using a text-to-text LLM version. Returns the model's generated text response.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>inputs[].data.text.raw</code></td>\n<td>string</td>\n<td>The input text prompt</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models","YOUR_MODEL_ID","versions","YOUR_VERSION_ID","outputs"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"caecc4c5-0dee-4e1b-9c11-f553b9ddd8ea"}],"id":"da9852cb-4015-41a3-9c77-20aa0f22a4fb","description":"<p>Step-by-step requests for creating a text-to-text large language model. Add text inputs, define the model, create a model version to initialize it, then run predictions with a text prompt.</p>\n<p><strong>Steps:</strong> add text → create model → create model version → predict on text.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code>, <code>YOUR_MODEL_ID</code>, <code>YOUR_VERSION_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/create/models/deep-fine-tuning/\">Deep Fine-Tuning</a> | <a href=\"https://docs.clarifai.com/create/models/templates/\">Training Templates</a></p>\n","_postman_id":"da9852cb-4015-41a3-9c77-20aa0f22a4fb","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Create Keyword Filter Model","item":[{"name":"Create Model","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"model_id\", encodeURIComponent(JSON.parse(responseBody).model.id));"],"type":"text/javascript","packages":{},"id":"071791e6-aca1-4aef-ac99-2bf9b516f784"}}],"id":"b7100785-fa14-42ac-bccc-1245d6aa22a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"model\": {\n        \"id\": \"profanity-filter-new2\",\n        \"model_type_id\": \"keyword-filter-operator\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models","description":"<p>Create a new keyword-filter model. This model scans text inputs for a predefined list of blocked keywords or patterns and returns a confidence score.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>models[].id</code></td>\n<td>string</td>\n<td>Unique model ID</td>\n</tr>\n<tr>\n<td><code>models[].model_type_id</code></td>\n<td>string</td>\n<td>Must be <code>keyword-classifier</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"3ea7f230-0f09-4640-acb3-ca9c7fb539f9","name":"Create Model","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key •••••••","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"model\": {\n        \"id\": \"profanity-filter-new\",\n        \"model_type_id\": \"keyword-filter-operator\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"062174b1358de10e9dbb5fb950c49a7f\"\n    },\n    \"model\": {\n        \"id\": \"profanity-filter-new2\",\n        \"name\": \"profanity-filter-new2\",\n        \"created_at\": \"2023-11-23T11:16:45.317604928Z\",\n        \"modified_at\": \"2023-11-23T11:16:45.317604928Z\",\n        \"app_id\": \"test-app-1700638575-empty\",\n        \"user_id\": \"a0btrubbaefn\",\n        \"model_type_id\": \"keyword-filter-operator\",\n        \"visibility\": {\n            \"gettable\": 10\n        },\n        \"metadata\": {},\n        \"presets\": {},\n        \"toolkits\": [],\n        \"use_cases\": [],\n        \"languages\": [],\n        \"languages_full\": [],\n        \"check_consents\": [],\n        \"workflow_recommended\": false\n    }\n}"}],"_postman_id":"b7100785-fa14-42ac-bccc-1245d6aa22a2"},{"name":"Create Model Version","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"model_id\", encodeURIComponent(JSON.parse(responseBody).model.id));","postman.setEnvironmentVariable(\"version_id\", encodeURIComponent(JSON.parse(responseBody).model.model_version.id));"],"type":"text/javascript","packages":{},"id":"3d79efe5-fd21-4340-b4ee-06eb9ee17e2b"}}],"id":"bdab9e55-cea0-41fc-ab05-6ad04df7fe14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"model_versions\": [\n        {\n        \"output_info\": {\n            \"params\": {\n                \"keywords\": [\n                    \"f.u\",\n                    \"Idiot\",\n                    \"Stupid\",\n                    \"Pitiful\",\n                    \"asshole\",\n                    \"bastard\",\n                    \"bitch\",\n                    \"cunt\",\n                    \"bollocks\",\n                    \"Wanker\",\n                    \"whore\",\n                    \"prick\",\n                    \"jerk\",\n                    \"pussy\",\n                    \"Gobdaw\",\n                    \"Gobdaw\",\n                    \"Fecker\",\n                    \"Naaiers\",\n                    \"Bliksem\",\n                    \"Damm\",\n                    \"boudkapper\",\n                    \"Doos\",\n                    \"DoosisJesus\",\n                    \"Dopkaas\",\n                    \"Draadtrekker\",\n                    \"Etterkop\",\n                    \"fok\",\n                    \"fokenwil\",\n                    \"Fokof\",\n                    \"Fokof\",\n                    \"Gat\",\n                    \"Godverdoem\",\n                    \"rioolboor\",\n                    \"kontkop\",\n                    \"ma-naaier\",\n                    \"kak\",\n                    \"bakti\",\n                    \"bole\",\n                    \"buce\",\n                    \"bytha\",\n                    \"dshtoj\",\n                    \"kari\",\n                    \"kurvar\",\n                    \"Lavire\",\n                    \"Mut\",\n                    \"nënë\",\n                    \"picka\",\n                    \"Pidhi\",\n                    \"Ropqir\",\n                    \"shkertate\",\n                    \"Simge\",\n                    \"swag\",\n                    \"Trap\",\n                    \"trap\",\n                    \"Qi\",\n                    \"Qiu\",\n                    \"العمى\",\n                    \"زنجي\",\n                    \"تراجع\",\n                    \"ديوث\",\n                    \"أرميني\",\n                    \"قبلني\",\n                    \"وقحة\",\n                    \"ديكهيد\",\n                    \"الثدي\",\n                    \"الحمار\",\n                    \"كرات\",\n                    \"أقرن\",\n                    \"Bakri\",\n                    \"kaneeth\",\n                    \"khajaf\",\n                    \"Khaneeth\",\n                    \"khaneeth\",\n                    \"khawal\",\n                    \"Koos\",\n                    \"Louteh\",\n                    \"Majdoube\",\n                    \"manyak\",\n                    \"naghal\",\n                    \"narcoossee\",\n                    \"neekni\",\n                    \"Neik\",\n                    \"nikkabuk\",\n                    \"ntak\",\n                    \"nwaan\",\n                    \"qah'ba\",\n                    \"qahbi\",\n                    \"qaraqir\",\n                    \"qawad\",\n                    \"qooq\",\n                    \"Qusamak\",\n                    \"Qybah\",\n                    \"Sambool\",\n                    \"sambool\",\n                    \"sharmoota\",\n                    \"Sharmotah\",\n                    \"sharmuta\",\n                    \"shlokeh\",\n                    \"Teezak\",\n                    \"zib\",\n                    \"zibbe\",\n                    \"Zubih\",\n                    \"zubra\",\n                    \"Ashiq\",\n                    \"banchod\",\n                    \"Bandii\",\n                    \"bara\",\n                    \"Bessha\",\n                    \"Bodmash\",\n                    \"Boga\",\n                    \"bokachoda\",\n                    \"Booni\",\n                    \"botla\",\n                    \"chodna\",\n                    \"chood\",\n                    \"dan-da\",\n                    \"dhon\",\n                    \"fatly\",\n                    \"Fel\",\n                    \"foga\",\n                    \"fungi\",\n                    \"Futki\",\n                    \"fuun-ga\",\n                    \"gud\",\n                    \"gud\",\n                    \"guud\",\n                    \"Guundaa\",\n                    \"Hauwa\",\n                    \"khanki\",\n                    \"maggi\",\n                    \"khanki\",\n                    \"laora\",\n                    \"lerr\",\n                    \"Maagi\",\n                    \"Maal\",\n                    \"Nunu\",\n                    \"nunu\",\n                    \"Pagul\",\n                    \"pasa\",\n                    \"podmarani\",\n                    \"Sagul\",\n                    \"Shauwa\",\n                    \"Suda-sudi\",\n                    \"SUDAURY\",\n                    \"SUTHH-MAROUNY\",\n                    \"Vogchod\",\n                    \"Ебаси\",\n                    \"Тиквеник\",\n                    \"бит гей\",\n                    \"Кучка\",\n                    \"Dirnik\",\n                    \"dupedavec\",\n                    \"Ebach\",\n                    \"Govedo\",\n                    \"Govno\",\n                    \"Gultay\",\n                    \"Gus\",\n                    \"kles\",\n                    \"Kopele\",\n                    \"Kuchka\",\n                    \"Kur\",\n                    \"Lainar\",\n                    \"Luyno\",\n                    \"mangal\",\n                    \"mastiq\",\n                    \"Minet\",\n                    \"婊子\",\n                    \"屄\",\n                    \"王八蛋\",\n                    \"操你\",\n                    \"傻屄\",\n                    \"妈的\",\n                    \"滚开\",\n                    \"混蛋\",\n                    \"笨\",\n                    \"傻缺\",\n                    \"笨蛋\",\n                    \"阴茎\",\n                    \"妓女\",\n                    \"笨蛋\",\n                    \"坏蛋\",\n                    \"打飞机\",\n                    \"他妈的\",\n                    \"操你妈\",\n                    \"日你妈\",\n                    \"肉棒\",\n                    \"肏\",\n                    \"王八蛋\",\n                    \"混蛋\",\n                    \"闭\",\n                    \"闭嘴\",\n                    \"Che Dan\",\n                    \"強姦\",\n                    \"干你娘\",\n                    \"diao\",\n                    \"gan\",\n                    \"屁话\",\n                    \"鸡巴\",\n                    \"ji bai\",\n                    \"kanina\",\n                    \"无脑\",\n                    \"该死的\",\n                    \"Nai zi\",\n                    \"你疯了\",\n                    \"弱智\",\n                    \"qu si\",\n                    \"Sek si\",\n                    \"Sha bi\",\n                    \"sharbie\",\n                    \"sixi\",\n                    \"xia bi\",\n                    \"妓女\",\n                    \"𨳒\",\n                    \"屌\",\n                    \"ai chai\",\n                    \"Ba po\",\n                    \"baak gwai\",\n                    \"Ban jau\",\n                    \"Bat po\",\n                    \"bok lui\",\n                    \"查头\",\n                    \"臭猫\",\n                    \"操你\",\n                    \"去你妈\",\n                    \"Diu\",\n                    \"diu\",\n                    \"Gai\",\n                    \"gau\",\n                    \"hai\",\n                    \"lan\",\n                    \"nimabi\",\n                    \"PK\",\n                    \"tsat\",\n                    \"Yiu\",\n                    \"šukat\",\n                    \"batich\",\n                    \"Buzerant\",\n                    \"Buzna\",\n                    \"Churak\",\n                    \"děvka\",\n                    \"hajzl\",\n                    \"Hovno\",\n                    \"Kurva\",\n                    \"kraavo\",\n                    \"kunda\",\n                    \"Mrdka\",\n                    \"Odprejskni\",\n                    \"Píèa\",\n                    \"Peecha\",\n                    \"peehat\",\n                    \"Piča\",\n                    \"piicha\",\n                    \"prdel\",\n                    \"prdelka\",\n                    \"prt\",\n                    \"sakra\",\n                    \"Sakra\",\n                    \"show-staat\",\n                    \"Sraèka\",\n                    \"Táhni\",\n                    \"Vole\",\n                    \"voleh\",\n                    \"Zkurvysyn\",\n                    \"Zmrd\",\n                    \"Kecáš\",\n                    \"Vůl\",\n                    \"debil\",\n                    \"Cvok\",\n                    \"magor\",\n                    \"Hajzl\",\n                    \"zmrd\",\n                    \"Agger\",\n                    \"Ølfisse\",\n                    \"Baby-kanon\",\n                    \"Bæskubber\",\n                    \"bøsserøv\",\n                    \"Brian\",\n                    \"Fisse\",\n                    \"Jylland\",\n                    \"Jyllandsk\",\n                    \"Klaphat\",\n                    \"Ko\",\n                    \"kran\",\n                    \"Kusse\",\n                    \"Lort\",\n                    \"Ludertæve\",\n                    \"Osteged\",\n                    \"Pik\",\n                    \"pik\",\n                    \"Pikansjos\",\n                    \"Pikhoved\",\n                    \"Pikspiller\",\n                    \"røvbanan\",\n                    \"Røvguitar\",\n                    \"Svans\",\n                    \"Svensker\",\n                    \"Stommert\",\n                    \"Klootzak\",\n                    \"Heks\",\n                    \"apenkind\",\n                    \"Bokkelul\",\n                    \"debiel\",\n                    \"Dombo\",\n                    \"Eikel\",\n                    \"Flikker\",\n                    \"Gelul\",\n                    \"Goverdomme\",\n                    \"Hoer\",\n                    \"Hoerenjong\",\n                    \"homo\",\n                    \"Hondenlul\",\n                    \"Hufter\",\n                    \"kanker\",\n                    \"kankerhoer\",\n                    \"Klootviool\",\n                    \"Klootzak\",\n                    \"Kut\",\n                    \"kutaap\",\n                    \"Kuthoer\",\n                    \"kutwijf\",\n                    \"Kutwijf\",\n                    \"micropik\",\n                    \"mierepiet\",\n                    \"muggelul\",\n                    \"muizefluit\",\n                    \"Optyffen\",\n                    \"paardenlul\",\n                    \"pislul\",\n                    \"Pisvlek\",\n                    \"Poepenol\",\n                    \"Ruk\",\n                    \"Rukker\",\n                    \"Schavuit\",\n                    \"Stoephoer\",\n                    \"Sukkel\",\n                    \"sukkeltje\",\n                    \"Trekvlek\",\n                    \"Verliezer\",\n                    \"verneukt\",\n                    \"viezerik\",\n                    \"zakslak\",\n                    \"Trut\",\n                    \"slet\",\n                    \"Potjandosie\",\n                    \"Merde\",\n                    \"Aalio\",\n                    \"Äpärä\",\n                    \"helvetti\",\n                    \"Hinttari\",\n                    \"Hitto\",\n                    \"Homo\",\n                    \"Huora\",\n                    \"Idiootti\",\n                    \"Jumalauta\",\n                    \"Kilinvittu\",\n                    \"Kullinaama\",\n                    \"kusipaeae\",\n                    \"Kusipää\",\n                    \"Kyrpä\",\n                    \"Mulkku\",\n                    \"muna\",\n                    \"Munapää\",\n                    \"narttu\",\n                    \"Neekeri\",\n                    \"Pahus\",\n                    \"Pallinaama\",\n                    \"Palliräkä\",\n                    \"Paska\",\n                    \"Paska-aivo\",\n                    \"Paskanaama\",\n                    \"Paskap\",\n                    \"Paskapää\",\n                    \"Paskiainen\",\n                    \"Perhana\",\n                    \"Perkele\",\n                    \"perkele\",\n                    \"Perse\",\n                    \"Persläpi\",\n                    \"Pillu\",\n                    \"rotta\",\n                    \"Runkkari\",\n                    \"Saakeli\",\n                    \"Saamari\",\n                    \"Saatana\",\n                    \"Samperi\",\n                    \"Turku\",\n                    \"Vammanen\",\n                    \"vittu\",\n                    \"Putain\",\n                    \"Cul\",\n                    \"Dégage\",\n                    \"Connard\",\n                    \"Connasse\",\n                    \"Con\",\n                    \"Branleur\",\n                    \"Salope\",\n                    \"salaud\",\n                    \"Casse-toi\",\n                    \"Abruti\",\n                    \"baise\",\n                    \"Batard\",\n                    \"bite\",\n                    \"Branleur\",\n                    \"Casse-toi\",\n                    \"Chatte\",\n                    \"Connard\",\n                    \"Couilles\",\n                    \"Debile\",\n                    \"Encule\",\n                    \"Framble\",\n                    \"Frambler\",\n                    \"garce\",\n                    \"Imbecile\",\n                    \"jouir\",\n                    \"lesbienne\",\n                    \"Merde\",\n                    \"pédé\",\n                    \"Putain\",\n                    \"pute\",\n                    \"salaud\",\n                    \"Salope\",\n                    \"Tais-toi\",\n                    \"Truie\",\n                    \"Zut\",\n                    \"Arschgesicht\",\n                    \"Scheißkopf\",\n                    \"Wichser\",\n                    \"Arschgeige\",\n                    \"Himmeldonnerwetter\",\n                    \"Arschfotze\",\n                    \"Arschloch\",\n                    \"Bulle\",\n                    \"bumsen\",\n                    \"Depp\",\n                    \"Drecksau\",\n                    \"Du\",\n                    \"Dummbatz\",\n                    \"Dummkopf\",\n                    \"duncauf\",\n                    \"Fettbacke\",\n                    \"Wichser\",\n                    \"Ficker\",\n                    \"fickfehler\",\n                    \"Fickfresse\",\n                    \"Fotze\",\n                    \"geil\",\n                    \"Gottverdammt\",\n                    \"Hackfresse\",\n                    \"homofuerst\",\n                    \"Horst\",\n                    \"Huan\",\n                    \"Huansohn\",\n                    \"Huhrensohn\",\n                    \"Hurensohn\",\n                    \"Kackbratze\",\n                    \"Lude\",\n                    \"Luder\",\n                    \"missgeburt\",\n                    \"Miststück\",\n                    \"Muterfiker\",\n                    \"Mutterficker\",\n                    \"Nutle\",\n                    \"Nuttensohn\",\n                    \"Onanieren\",\n                    \"pestbaeule\",\n                    \"Pisser\",\n                    \"Scheiße\",\n                    \"Scheißhaus\",\n                    \"scheissekopf\",\n                    \"Scheissen\",\n                    \"Schise\",\n                    \"Schlampe\",\n                    \"Schwanzlutscher\",\n                    \"Schweinepriester\",\n                    \"Schwuchtel\",\n                    \"Schwul\",\n                    \"Schwuler\",\n                    \"shaisa\",\n                    \"Sheisse\",\n                    \"Shishkoff\",\n                    \"Trottel\",\n                    \"Tunte\",\n                    \"Veganer\",\n                    \"voegeln\",\n                    \"vögeln\",\n                    \"ficken\",\n                    \"wichser\",\n                    \"Wixer\",\n                    \"Zicke\",\n                    \"Zickig\",\n                    \"Zimtzicke\",\n                    \"γαμώ\",\n                    \"σκατά\",\n                    \"σκύλα\",\n                    \"χαζος\",\n                    \"βλάκας\",\n                    \"κόπανος\",\n                    \"σκάσε\",\n                    \"gamiseta\",\n                    \"Noob\",\n                    \"Arab\",\n                    \"Aravi\",\n                    \"Batul\",\n                    \"Beitsim\",\n                    \"benzona\",\n                    \"Bulbul\",\n                    \"cok-sinel\",\n                    \"Efes\",\n                    \"Fal-tzan\",\n                    \"hamor\",\n                    \"Harah\",\n                    \"Imascha\",\n                    \"Kalba\",\n                    \"Koksinel\",\n                    \"Ku-se-mak\",\n                    \"kus\",\n                    \"Kussit\",\n                    \"Malshin\",\n                    \"Mamzer\",\n                    \"Maniak\",\n                    \"Mas-tool\",\n                    \"Masriach\",\n                    \"Menayek\",\n                    \"Muhhamed\",\n                    \"nod\",\n                    \"S'Emek\",\n                    \"Sarsour\",\n                    \"Sharlila\",\n                    \"Sharmuta\",\n                    \"shmenah\",\n                    \"Shtok\",\n                    \"Sigi\",\n                    \"tahat\",\n                    \"tkach\",\n                    \"tzi-tzi\",\n                    \"Zayan\",\n                    \"zayin\",\n                    \"Zayin\",\n                    \"zevel\",\n                    \"zona\",\n                    \"Zona\",\n                    \"Zonah\",\n                    \"मादरचोद\",\n                    \"बहनचोद\",\n                    \"रंडी\",\n                    \"हिजड़े\",\n                    \"गधे\",\n                    \"गांडू\",\n                    \"भड़वे\",\n                    \"चक्कर\",\n                    \"हरामी\",\n                    \"कुत्ता\",\n                    \"नपुंसक\",\n                    \"चुटिया\",\n                    \"भरवा\",\n                    \"रंडवा\",\n                    \"रांड\",\n                    \"भोसडिके\",\n                    \"माँ का लौड़ा\",\n                    \"दुष्ट।\",\n                    \"गांड\",\n                    \"भडुआ\",\n                    \"भोसड़ा\",\n                    \"तेरी माँ का\",\n                    \"लौडा\",\n                    \"Felpofozzalak\",\n                    \"Kettéváglak\",\n                    \"Utállak\",\n                    \"szar\",\n                    \"basszameg\",\n                    \"francba\",\n                    \"picsába\",\n                    \"anjing\",\n                    \"Anjing\",\n                    \"bajingan\",\n                    \"Bajingan\",\n                    \"Bangsat\",\n                    \"Bedebah\",\n                    \"bego\",\n                    \"Bencong\",\n                    \"Biji\",\n                    \"Bispak\",\n                    \"Blah-Bloh\",\n                    \"Blo'on\",\n                    \"brengsek\",\n                    \"Cokil\",\n                    \"Coli\",\n                    \"Cuki\",\n                    \"Eek\",\n                    \"geblek\",\n                    \"bodoh\",\n                    \"tolol\",\n                    \"goblok\",\n                    \"gigolo\",\n                    \"goblok\",\n                    \"heunceut\",\n                    \"Itil\",\n                    \"jancok\",\n                    \"Jancuk\",\n                    \"kalempong\",\n                    \"kampang\",\n                    \"Kontol\",\n                    \"kontol\",\n                    \"titit\",\n                    \"lonte\",\n                    \"maho\",\n                    \"memek\",\n                    \"memek\",\n                    \"meki\",\n                    \"nono\",\n                    \"Monyong\",\n                    \"ngentot\",\n                    \"Ngentot\",\n                    \"Ngepet\",\n                    \"ngewe\",\n                    \"ngocok\",\n                    \"Nyame\",\n                    \"nyoli\",\n                    \"palaji\",\n                    \"Palkon\",\n                    \"Pantat\",\n                    \"Pantek\",\n                    \"peju\",\n                    \"Pelacur\",\n                    \"peler\",\n                    \"pepsi\",\n                    \"Pukimai\",\n                    \"pukimak\",\n                    \"Sampah\",\n                    \"Sempak\",\n                    \"Sempak\",\n                    \"kolor\",\n                    \"Sperma\",\n                    \"Tae\",\n                    \"Tahi\",\n                    \"Tai\",\n                    \"Tholit\",\n                    \"toket\",\n                    \"Cazzo\",\n                    \"Tette\",\n                    \"Stronzo\",\n                    \"Stronza\",\n                    \"Fanculo\",\n                    \"Vaffanculo\",\n                    \"Pompinara\",\n                    \"bastardo\",\n                    \"blowjob\",\n                    \"cagacazzo\",\n                    \"cazzo\",\n                    \"cazzo\",\n                    \"minchia\",\n                    \"mazza\",\n                    \"uccello\",\n                    \"cazzone\",\n                    \"cretino\",\n                    \"Curnut\",\n                    \"Fica\",\n                    \"Figa\",\n                    \"fongoul\",\n                    \"Latrin\",\n                    \"mafankulo\",\n                    \"Manache\",\n                    \"Merda\",\n                    \"Pompinara\",\n                    \"puttana\",\n                    \"rottinculo\",\n                    \"scopare\",\n                    \"segaiolo\",\n                    \"segarsi\",\n                    \"Sorca\",\n                    \"Stoonod\",\n                    \"Stronzo\",\n                    \"Troia\",\n                    \"Vaffan\",\n                    \"vaffanculo\",\n                    \"zoccola\",\n                    \"Zuia\",\n                    \"くそ\",\n                    \"やりまん\",\n                    \"やりちん\",\n                    \"くそったれ\",\n                    \"ぶす\",\n                    \"死ねえ\",\n                    \"Aba-Zure\",\n                    \"Aho\",\n                    \"aho\",\n                    \"Aishi-au\",\n                    \"Ama\",\n                    \"Baishunfu\",\n                    \"Baita\",\n                    \"baka\",\n                    \"Baka\",\n                    \"baka-ne\",\n                    \"bakayaro\",\n                    \"Bakayarou\",\n                    \"Bokki\",\n                    \"buk-korosu\",\n                    \"Busu\",\n                    \"Che\",\n                    \"chikusho\",\n                    \"Chikusho\",\n                    \"chin-ko\",\n                    \"chinkasu\",\n                    \"Chinko\",\n                    \"chinpo\",\n                    \"Chitsu\",\n                    \"damare\",\n                    \"Dobe\",\n                    \"Ecchi\",\n                    \"Etchi\",\n                    \"Fakku\",\n                    \"ふざけるな\",\n                    \"gyuufun\",\n                    \"Hakuchi\",\n                    \"Iku\",\n                    \"ketsunoana\",\n                    \"kimoi\",\n                    \"kintama\",\n                    \"Kintama\",\n                    \"kisama\",\n                    \"Kouno\",\n                    \"Kuso\",\n                    \"Kuso-Debu\",\n                    \"Kusogaki\",\n                    \"Kusokurae\",\n                    \"Kusot-tare\",\n                    \"Kusottare\",\n                    \"kusoyaro\",\n                    \"kusoyarou\",\n                    \"Kutabare\",\n                    \"kutabare\",\n                    \"makeinu\",\n                    \"manko\",\n                    \"Manko\",\n                    \"Mantama\",\n                    \"manzuri\",\n                    \"mara\",\n                    \"namename\",\n                    \"Nameruna\",\n                    \"O-chinko\",\n                    \"O-manko\",\n                    \"okiesawada\",\n                    \"Omanko\",\n                    \"omanko\",\n                    \"onani\",\n                    \"oppai\",\n                    \"Oshikko\",\n                    \"oshiri\",\n                    \"otokonna\",\n                    \"Paizuri\",\n                    \"パイズリ\",\n                    \"Saseko\",\n                    \"性交\",\n                    \"senzuri\",\n                    \"小便\",\n                    \"shakuhachi\",\n                    \"Shimata\",\n                    \"Shimatta\",\n                    \"shomben\",\n                    \"Sukebe\",\n                    \"Takuta\",\n                    \"Tan-Sho\",\n                    \"Tawagoto\",\n                    \"たわごと\",\n                    \"Teme\",\n                    \"teme\",\n                    \"Unchi\",\n                    \"Unko\",\n                    \"Urusei\",\n                    \"Usse\",\n                    \"Yariman\",\n                    \"yarou\",\n                    \"Yowamushi\",\n                    \"zakennayo\",\n                    \"년\",\n                    \"좆\",\n                    \"개새\",\n                    \"시빨\",\n                    \"싸 발\",\n                    \"엿먹어\",\n                    \"babo\",\n                    \"Babo\",\n                    \"bingu\",\n                    \"Boji\",\n                    \"bonggu\",\n                    \"byungshin\",\n                    \"Chaji\",\n                    \"Eh-ja\",\n                    \"Goja\",\n                    \"jhut\",\n                    \"jhut-kkok-ji\",\n                    \"jhut-kkok-ji-ppa-ruh\",\n                    \"jhut-ppa-ruh\",\n                    \"Jiralhanae\",\n                    \"jot-nna\",\n                    \"jotbab\",\n                    \"Kuh-juh\",\n                    \"Michin\",\n                    \"pa-bo\",\n                    \"Poji\",\n                    \"Sheba-nom\",\n                    \"Sheeba\",\n                    \"Shiba\",\n                    \"Shibal\",\n                    \"Shibalnyun\",\n                    \"shipi\",\n                    \"ttong-koo-mung\",\n                    \"Aleuto\",\n                    \"babi\",\n                    \"Bajang\",\n                    \"Barua\",\n                    \"Batang\",\n                    \"Burit\",\n                    \"Butoh\",\n                    \"Canggar\",\n                    \"Chipap\",\n                    \"gampang\",\n                    \"jubo\",\n                    \"konek\",\n                    \"Kote\",\n                    \"pantat\",\n                    \"Pelir\",\n                    \"puki\",\n                    \"Pukimak\",\n                    \"setan\",\n                    \"shitta\",\n                    \"sial\",\n                    \"tongeng\",\n                    \"Breiddjame\",\n                    \"dåsa\",\n                    \"Drittsekk\",\n                    \"Dust\",\n                    \"Faen\",\n                    \"fattig\",\n                    \"Føkkings\",\n                    \"fetta\",\n                    \"Fitte-faen\",\n                    \"Fittesnerk\",\n                    \"Fittetryne\",\n                    \"H'stkuk\",\n                    \"Helvete\",\n                    \"Herregud\",\n                    \"hestkuk\",\n                    \"Homsebull\",\n                    \"J'vel\",\n                    \"Jukkegutt\",\n                    \"Kølle\",\n                    \"kukost\",\n                    \"Kukskalle\",\n                    \"Kuksuger\",\n                    \"Kuktryne\",\n                    \"lassaron\",\n                    \"Ludder\",\n                    \"ludder\",\n                    \"Mordi\",\n                    \"pikk\",\n                    \"pikkhue\",\n                    \"Pokker\",\n                    \"rasshøl\",\n                    \"Rasshull\",\n                    \"Rasstapp\",\n                    \"rævpuler\",\n                    \"Ronkefjes\",\n                    \"Rottpung\",\n                    \"S'dgurgler\",\n                    \"S'dsprut\",\n                    \"Sjettsjur\",\n                    \"skitliv\",\n                    \"slingrefitte\",\n                    \"Slyngel\",\n                    \"Steikje\",\n                    \"trekukk\",\n                    \"Cabrão\",\n                    \"Cabrao\",\n                    \"Caralho\",\n                    \"Bardajona\",\n                    \"Béfe\",\n                    \"Bilha\",\n                    \"Boiola\",\n                    \"Cagar\",\n                    \"carai\",\n                    \"caralho\",\n                    \"Choncho\",\n                    \"Chupa-mos\",\n                    \"Chupa-rola\",\n                    \"Cona\",\n                    \"Cu\",\n                    \"Enrabar\",\n                    \"escarumba\",\n                    \"Esporra\",\n                    \"Esporrada\",\n                    \"Foda-se\",\n                    \"Fodasse\",\n                    \"Fode-te\",\n                    \"Foder\",\n                    \"fufa\",\n                    \"Gaita\",\n                    \"Lambe-cus\",\n                    \"mamada\",\n                    \"Mamas\",\n                    \"Meita\",\n                    \"Merda\",\n                    \"Mijar\",\n                    \"minete\",\n                    \"Pachaxa\",\n                    \"paneleiro\",\n                    \"Parvo\",\n                    \"Peido\",\n                    \"peixota\",\n                    \"Pentelho\",\n                    \"pica\",\n                    \"piroca\",\n                    \"caralho\",\n                    \"Picha\",\n                    \"Pichota\",\n                    \"Pila\",\n                    \"pininho\",\n                    \"Poia\",\n                    \"Porra\",\n                    \"Punheta\",\n                    \"puta\",\n                    \"Rata\",\n                    \"Safada\",\n                    \"Senaita\",\n                    \"Teso\",\n                    \"Tomates\",\n                    \"Toto\",\n                    \"Tubassa\",\n                    \"Vaca\",\n                    \"Vagabundo\",\n                    \"balconar\",\n                    \"Bou\",\n                    \"bulangiu\",\n                    \"Curule\",\n                    \"Curva\",\n                    \"fofoloanca\",\n                    \"frisca\",\n                    \"Futu-i\",\n                    \"Futu-te\",\n                    \"koi\",\n                    \"Labagiu\",\n                    \"Linge-ma\",\n                    \"lingurista\",\n                    \"martalog\",\n                    \"Muie\",\n                    \"muist\",\n                    \"panarama\",\n                    \"Poponar\",\n                    \"Pulaman\",\n                    \"Rapanosule\",\n                    \"savarina\",\n                    \"sfarcuri\",\n                    \"sloboz\",\n                    \"Tarfa\",\n                    \"tzatze\",\n                    \"Cучка\",\n                    \"блядь\",\n                    \"Pizdayob\",\n                    \"Пиздаеб\",\n                    \"охуеть\",\n                    \"ohooiet\",\n                    \"Блядь\",\n                    \"шлюха\",\n                    \"debiloid\",\n                    \"Dolboeb\",\n                    \"Drochit\",\n                    \"Durak\",\n                    \"eban'ko\",\n                    \"Ebat\",\n                    \"Eblan\",\n                    \"gandon\",\n                    \"goluboi\",\n                    \"govno\",\n                    \"hooyóvo\",\n                    \"Hooyeélo\",\n                    \"Hooyovi\",\n                    \"huesos\",\n                    \"Hui\",\n                    \"Huiplet\",\n                    \"Malafyá\",\n                    \"manda\",\n                    \"omped\",\n                    \"oslayob\",\n                    \"Ostyn\",\n                    \"Otebis\",\n                    \"Oyobuk\",\n                    \"Péezdit\",\n                    \"pedik\",\n                    \"Peetoókh\",\n                    \"Peezdit\",\n                    \"Perdet\",\n                    \"pidaryuga\",\n                    \"Pidor\",\n                    \"Piz'da\",\n                    \"Piz'duk\",\n                    \"Pizdet\",\n                    \"S'ebis\",\n                    \"Shalava\",\n                    \"shloocha\",\n                    \"Sooka\",\n                    \"Sosat\",\n                    \"Svoloch\",\n                    \"Tolstak\",\n                    \"Trajat'sya\",\n                    \"Tvar\",\n                    \"Wed'ma\",\n                    \"yebatsya\",\n                    \"yob\",\n                    \"Zaebis\",\n                    \"Zalupa\",\n                    \"zhopa\",\n                    \"Puto\",\n                    \"Verga\",\n                    \"Cojones\",\n                    \"Coño\",\n                    \"Pendejo\",\n                    \"Chupa-mos\",\n                    \"Aduana\",\n                    \"Aguacates\",\n                    \"Aguebado\",\n                    \"Ahua\",\n                    \"Alcahuete\",\n                    \"Alimentos\",\n                    \"Alocate\",\n                    \"Ambia\",\n                    \"balurde\",\n                    \"Bastardo\",\n                    \"Cabezapipe\",\n                    \"Cabron\",\n                    \"cachimba\",\n                    \"Capullo\",\n                    \"gilipollas\",\n                    \"Carajo\",\n                    \"chúpelo\",\n                    \"chichis\",\n                    \"chichotas\",\n                    \"chingalo\",\n                    \"chingar\",\n                    \"chingate\",\n                    \"chorizo\",\n                    \"chucha\",\n                    \"Chupamela\",\n                    \"chupar\",\n                    \"cochina\",\n                    \"cochino\",\n                    \"cojer\",\n                    \"cojones\",\n                    \"Concha\",\n                    \"conchetumare\",\n                    \"cuero\",\n                    \"Culero\",\n                    \"Culo\",\n                    \"dona\",\n                    \"Estupido\",\n                    \"fea\",\n                    \"feo\",\n                    \"pendeja\",\n                    \"pendejo\",\n                    \"forro\",\n                    \"forra\",\n                    \"Gilipollas\",\n                    \"Imbécil\",\n                    \"Hostia\",\n                    \"Huevos\",\n                    \"Jódete\",\n                    \"Joder\",\n                    \"lela\",\n                    \"malparida\",\n                    \"mamahuevo\",\n                    \"Mamon\",\n                    \"marica\",\n                    \"Maricón\",\n                    \"Marihuana\",\n                    \"Mierda\",\n                    \"Momada\",\n                    \"mondá\",\n                    \"Pajero\",\n                    \"Panocha\",\n                    \"perra\",\n                    \"pija\",\n                    \"pinche\",\n                    \"piruja\",\n                    \"poronga\",\n                    \"pupila\",\n                    \"puta\",\n                    \"Skonka\",\n                    \"Soplanucas\",\n                    \"tetas\",\n                    \"Vendejo\",\n                    \"Verga\",\n                    \"verija\",\n                    \"zopupla\",\n                    \"zorra\",\n                    \"Arsel\",\n                    \"Balle\",\n                    \"Blatte\",\n                    \"Dumfan\",\n                    \"Dumjävel\",\n                    \"fan\",\n                    \"Fan\",\n                    \"förböveln\",\n                    \"fita\",\n                    \"Fitta\",\n                    \"fitta\",\n                    \"Fittjävel\",\n                    \"Fittnylle\",\n                    \"Fjolla\",\n                    \"höra\",\n                    \"Hjon\",\n                    \"Hora\",\n                    \"Horunge\",\n                    \"Jävla\",\n                    \"Jävel\",\n                    \"jävla\",\n                    \"djävla\",\n                    \"jäkla\",\n                    \"kärring\",\n                    \"Kötthuvud\",\n                    \"knulla\",\n                    \"knullare\",\n                    \"kuk\",\n                    \"Kukhuvud\",\n                    \"Kuksugare\",\n                    \"kulor\",\n                    \"mammaknullare\",\n                    \"mes\",\n                    \"Miffo\",\n                    \"Moderat\",\n                    \"ollon\",\n                    \"Pajas\",\n                    \"Parmiddag\",\n                    \"pattar\",\n                    \"Pissluder\",\n                    \"Pucko\",\n                    \"rattar\",\n                    \"röding\",\n                    \"Röv\",\n                    \"rövhål\",\n                    \"rumpa\",\n                    \"Runkare\",\n                    \"Runkhora\",\n                    \"Saab\",\n                    \"Sandknulla\",\n                    \"Sarre\",\n                    \"Satan\",\n                    \"skit\",\n                    \"skitstövel\",\n                    \"Slampa\",\n                    \"slyna\",\n                    \"Snorätare\",\n                    \"Sosse\",\n                    \"Tomteporr\",\n                    \"Tratthora\",\n                    \"tuttar\",\n                    \"Våldtäktsman\",\n                    \"Beke\",\n                    \"bobo\",\n                    \"burat\",\n                    \"Bwiset\",\n                    \"Bwisit\",\n                    \"gago\",\n                    \"Gago\",\n                    \"Inutil\",\n                    \"Kulangot\",\n                    \"Malibog\",\n                    \"Pakshet\",\n                    \"Putay\",\n                    \"Punyeta\",\n                    \"Tanga\",\n                    \"Tae\",\n                    \"tee-tee\",\n                    \"torjack\",\n                    \"TUBOL\",\n                    \"โง่\",\n                    \"ควาย\",\n                    \"ควย\",\n                    \"ขี้เหล่\",\n                    \"มึง\",\n                    \"กู\",\n                    \"ลูกอีกะหรี่\",\n                    \"ไอ้เวร\",\n                    \"สัด\",\n                    \"ไอ้\",\n                    \"อี\",\n                    \"อย่าเสือก\",\n                    \"สมน้ำหน้า\",\n                    \"ไอ้หน้าส้นตีน\",\n                    \"ไอ้ส้นตีน\",\n                    \"ไอ้หน้าควย\",\n                    \"ไอ้เชี่ย\",\n                    \"ไอ้เหี้ย\",\n                    \"ไอ้ควาย\",\n                    \"บ้า\",\n                    \"ชักว่าว\",\n                    \"ดอก\",\n                    \"เด้าตูด\",\n                    \"ดึงหมอย\",\n                    \"อีดอก\",\n                    \"อีเหี้ย\",\n                    \"อีสัต\",\n                    \"อีช้างลากเย็ด\",\n                    \"อีแรด\",\n                    \"อีร้อยควย\",\n                    \"อีร่าน\",\n                    \"อีตูด\",\n                    \"ฝรั่งขี้นก\",\n                    \"กะหรี่\",\n                    \"กาก\",\n                    \"กินขี้\",\n                    \"หีร้อยควย\",\n                    \"เหี้ย\",\n                    \"หี\",\n                    \"หีแม่มีง\",\n                    \"หัวควย\",\n                    \"หำน้อย\",\n                    \"ไอ้ห่า\",\n                    \"ไอ้เหี้ย\",\n                    \"ไอ้สัต\",\n                    \"ไข่ยาน\",\n                    \"ขี้ใส่หำกู\",\n                    \"หัวควย\",\n                    \"ควย\",\n                    \"มาเด้าตูดกัน\",\n                    \"มาเย็ดกัน\",\n                    \"แม่มึงตาย\",\n                    \"มึงเป็นเอด\",\n                    \"หน้าหี\",\n                    \"น่าเย็ด\",\n                    \"หน้าหี\",\n                    \"หนังหี\",\n                    \"หน่อแตด\",\n                    \"พ่อมึงตาย\",\n                    \"พ่อมึง\",\n                    \"ระยำ\",\n                    \"เชี่ย\",\n                    \"เสือก\",\n                    \"สันดาน\",\n                    \"สัต\",\n                    \"ติ้วหี\",\n                    \"ตูดสวย\",\n                    \"เย็ด\",\n                    \"เย็ดเป็ด\",\n                    \"เย็ดเข้\",\n                    \"เย็ดแม่\",\n                    \"โง่\",\n                    \"ขี้เหร่\",\n                    \"ไอ้\",\n                    \"ลูกกะหรี่\",\n                    \"ไอ้เวร\",\n                    \"อี\",\n                    \"กะหรี่\",\n                    \"อีตัว\",\n                    \"ลูกกะหรี่\",\n                    \"กะเทย\",\n                    \"มึง\",\n                    \"กู\",\n                    \"เงียบ\",\n                    \"หุบปาก\",\n                    \"เย็ด\",\n                    \"เย็ดแม่\",\n                    \"เย็ดมึง\",\n                    \"เย็ดเป็ด\",\n                    \"ควย\",\n                    \"อมควย\",\n                    \"กระดอ\",\n                    \"ดอสั้น\",\n                    \"หี\",\n                    \"หอย\",\n                    \"อะไรวะ\",\n                    \"ขี้\",\n                    \"ตอแหล\",\n                    \"ชักว่าว\",\n                    \"ตกเบ็ด\",\n                    \"Şapka\",\n                    \"a.q\",\n                    \"Amına\",\n                    \"Amsalak\",\n                    \"atyarragi\",\n                    \"Bamya\",\n                    \"Besiktas\",\n                    \"Bok\",\n                    \"Budala\",\n                    \"Cimbom\",\n                    \"dallama\",\n                    \"dalyarak\",\n                    \"Deyus\",\n                    \"Deyyus\",\n                    \"Ezik\",\n                    \"fenerbahçe\",\n                    \"Götübozuk\",\n                    \"götveren\",\n                    \"Gerizekalı\",\n                    \"gotoglani\",\n                    \"kalantor\",\n                    \"Kaltak\",\n                    \"keriz\",\n                    \"o.ç\",\n                    \"Orosp\",\n                    \"Orospu\",\n                    \"otuzbir\",\n                    \"otuzbirci\",\n                    \"pezevenk\",\n                    \"Piç\",\n                    \"piçi\",\n                    \"pipi\",\n                    \"puşt\",\n                    \"Salak\",\n                    \"Sikkafa\",\n                    \"siktir\",\n                    \"Travesti\",\n                    \"Yarak\",\n                    \"Yavsak\",\n                    \"ibne\",\n                    \"Bitch\",\n                    \"blyat\",\n                    \"doopoo\",\n                    \"Hivno\",\n                    \"huey\",\n                    \"Huy\",\n                    \"Koorva\",\n                    \"koorvah\",\n                    \"Курва\",\n                    \"Kurvee\",\n                    \"layno\",\n                    \"Matyook\",\n                    \"Meenyetka\",\n                    \"Nahuynik\",\n                    \"Peederus\",\n                    \"Peezdets\",\n                    \"Perdyee\",\n                    \"срацкох\",\n                    \"Срака\",\n                    \"виблядок\",\n                    \"Єбати\",\n                    \"замкнесех\",\n                    \"دلال\",\n                    \"گددھا\",\n                    \"غنڈو\",\n                    \"حرامزادہ\",\n                    \"حرامزادی\",\n                    \"حرام سلّ\",\n                    \"کامنہ\",\n                    \"kutta\",\n                    \"Kutti\",\n                    \"Lula\",\n                    \"Lola\",\n                    \"لولے\",\n                    \"lulmuah\",\n                    \"madarugly\",\n                    \"Mayyaada\",\n                    \"moomeh\",\n                    \"Myyaada\",\n                    \"pancho\",\n                    \"Phudi\",\n                    \"poody\",\n                    \"đụ\",\n                    \"đù\",\n                    \"đĩ\",\n                    \"điếm\",\n                    \"đéo\",\n                    \"ngu\",\n                    \"cứt\",\n                    \"Địt\",\n                    \"cặc\",\n                    \"cu\",\n                    \"dit\",\n                    \"goo\",\n                    \"lồn\",\n                    \"ngu ngốc\",\n                    \"abo\",\n                    \"abbo\",\n                    \"boong\",\n                    \"bung\",\n                    \"coon\",\n                    \"lubra\",\n                    \"Béni-oui-oui\",\n                    \"bluegum\",\n                    \"burrhead\",\n                    \"burr-head\",\n                    \"golliwogg\",\n                    \"jigaboo\",\n                    \"jiggabo\",\n                    \"jijjiboo\",\n                    \"zigabo\",\n                    \"jigg\",\n                    \"jiggy\",\n                    \"jigga\",\n                    \"kaffir\",\n                    \"kaffer\",\n                    \"kafir\",\n                    \"kaffre\",\n                    \"macaca\",\n                    \"mammy\",\n                    \"mosshead\",\n                    \"munt\",\n                    \"nig-nog\",\n                    \"nigger\",\n                    \"niggar\",\n                    \"niggur\",\n                    \"niger\",\n                    \"nigor\",\n                    \"nigar\",\n                    \"nigga\",\n                    \"niggah\",\n                    \"nig\",\n                    \"nigguh\",\n                    \"niglet\",\n                    \"nigglet\",\n                    \"nigra\",\n                    \"negra\",\n                    \"niggra\",\n                    \"nigrah\",\n                    \"nigruh\",\n                    \"pickaninny\",\n                    \"quashie\",\n                    \"sambo\",\n                    \"sooty\",\n                    \"thicklips\",\n                    \"bootlips\",\n                    \"chinaman\",\n                    \"chink\",\n                    \"coolie\",\n                    \"gook\",\n                    \"jap\",\n                    \"nip\",\n                    \"yellowman\",\n                    \"chee-chee\",\n                    \"chinki\",\n                    \"madrasi\",\n                    \"malaun\",\n                    \"paki\",\n                    \"dink\",\n                    \"gugus\",\n                    \"huan-a\",\n                    \"jakun\",\n                    \"hajji\",\n                    \"hadji\",\n                    \"haji\",\n                    \"towelhead\",\n                    \"raghead\",\n                    \"beaner\",\n                    \"cholo\",\n                    \"greaseball\",\n                    \"greaser\",\n                    \"spic\",\n                    \"spick\",\n                    \"spik\",\n                    \"spig\",\n                    \"sudaca\",\n                    \"tacohead\",\n                    \"tonk\",\n                    \"veneco\",\n                    \"wetback\",\n                    \"european\",\n                    \"barang\",\n                    \"bule\",\n                    \"farang\",\n                    \"gammon\",\n                    \"gringo\",\n                    \"gubba\",\n                    \"gweilo\",\n                    \"gwailo\",\n                    \"honky\",\n                    \"haole\",\n                    \"bohunk\",\n                    \"medigan\",\n                    \"amedigan\",\n                    \"ofay\",\n                    \"arkie\",\n                    \"okie\",\n                    \"peckerwood\",\n                    \"whitey\",\n                    \"chocko\",\n                    \"dago\",\n                    \"kanake\",\n                    \"Métèque\",\n                    \"wog\",\n                    \"chug\",\n                    \"eskimo\",\n                    \"redskin\",\n                    \"squaw\",\n                    \"yanacona\",\n                    \"boonga\",\n                    \"bunga\",\n                    \"boonie\",\n                    \"hori\",\n                    \"kanaka\",\n                    \"buckra\",\n                    \"bakra\",\n                    \"bumpkin\",\n                    \"hick\",\n                    \"hillbilly\",\n                    \"honkey\",\n                    \"honkie\",\n                    \"redneck\",\n                    \"Curepí\",\n                    \"argie\",\n                    \"limey\",\n                    \"pommy\",\n                    \"pirata\",\n                    \"teuchter\",\n                    \"cubiche\",\n                    \"gusano\",\n                    \"boches\",\n                    \"chleuh\",\n                    \"hermans\",\n                    \"herms\",\n                    \"huns\",\n                    \"kraut\",\n                    \"marmeladinger\",\n                    \"mof\",\n                    \"piefke\",\n                    \"paddy\",\n                    \"taig\",\n                    \"snout\",\n                    \"continentale\",\n                    \"eyetie\",\n                    \"ginzo\",\n                    \"goombah\",\n                    \"polentone\",\n                    \"terrone\",\n                    \"wop\",\n                    \"sardinians\",\n                    \"sardegnolo\",\n                    \"sardignòlo\",\n                    \"sardignuolo\",\n                    \"sardagnòlo\",\n                    \"kapo\",\n                    \"kike\",\n                    \"kyke\",\n                    \"shylock\",\n                    \"yid\",\n                    \"zhyd\",\n                    \"lebo\",\n                    \"lebbo\",\n                    \"fyromian\",\n                    \"bulgaroskopian\",\n                    \"macedonist\",\n                    \"pseudomacedonian\",\n                    \"pseudo-macedonian\",\n                    \"skopjan\",\n                    \"skopjian\",\n                    \"skopiana\",\n                    \"skopianika\",\n                    \"chukhna\",\n                    \"polack\",\n                    \"polak\",\n                    \"pollack\",\n                    \"pollock\",\n                    \"polock\",\n                    \"pshek\",\n                    \"mazurik\",\n                    \"russki\",\n                    \"russkie\",\n                    \"moskal\",\n                    \"japies\",\n                    \"yarpies\",\n                    \"mulatto\",\n                    \"wigger\",\n                    \"wigga\",\n                    \"wegro\",\n                    \"zambo\",\n                    \"lobos\"\n                ]\n            }\n        }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID/versions","description":"<p>Create a version of a keyword-filter model with a specific list of blocked keywords. No training is required — the version is active immediately.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>model_versions[].output_info.params.keywords</code></td>\n<td>array[string]</td>\n<td>List of keywords or regex patterns to filter</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models","YOUR_MODEL_ID","versions"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"df862d50-ad3e-40e2-b745-1a7f82b5c672","name":"Create Model Version","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key •••••••","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"model_id\": \"YOUR_MODEL_ID\",\n    \"model_versions\": [\n        {\n            \"output_info\": {\n                \"params\": {\n                    \"keywords\": [\n                        \"f.u\",\n                        \"Idiot\",\n                        \"Stupid\",\n                        \"Pitiful\",\n                        \"asshole\",\n                        \"bastard\",\n                        \"bitch\",\n                        \"cunt\",\n                        \"bollocks\",\n                        \"Wanker\",\n                        \"whore\",\n                        \"prick\",\n                        \"jerk\",\n                        \"pussy\",\n                        \"Gobdaw\",\n                        \"Gobdaw\",\n                        \"Fecker\",\n                        \"Naaiers\",\n                        \"Bliksem\",\n                        \"Damm\",\n                        \"boudkapper\",\n                        \"Doos\",\n                        \"DoosisJesus\",\n                        \"Dopkaas\",\n                        \"Draadtrekker\",\n                        \"Etterkop\",\n                        \"fok\",\n                        \"fokenwil\",\n                        \"Fokof\",\n                        \"Fokof\",\n                        \"Gat\",\n                        \"Godverdoem\",\n                        \"rioolboor\",\n                        \"kontkop\",\n                        \"ma-naaier\",\n                        \"kak\",\n                        \"bakti\",\n                        \"bole\",\n                        \"buce\",\n                        \"bytha\",\n                        \"dshtoj\",\n                        \"kari\",\n                        \"kurvar\",\n                        \"Lavire\",\n                        \"Mut\",\n                        \"nënë\",\n                        \"picka\",\n                        \"Pidhi\",\n                        \"Ropqir\",\n                        \"shkertate\",\n                        \"Simge\",\n                        \"swag\",\n                        \"Trap\",\n                        \"trap\",\n                        \"Qi\",\n                        \"Qiu\",\n                        \"العمى\",\n                        \"زنجي\",\n                        \"تراجع\",\n                        \"ديوث\",\n                        \"أرميني\",\n                        \"قبلني\",\n                        \"وقحة\",\n                        \"ديكهيد\",\n                        \"الثدي\",\n                        \"الحمار\",\n                        \"كرات\",\n                        \"أقرن\",\n                        \"Bakri\",\n                        \"kaneeth\",\n                        \"khajaf\",\n                        \"Khaneeth\",\n                        \"khaneeth\",\n                        \"khawal\",\n                        \"Koos\",\n                        \"Louteh\",\n                        \"Majdoube\",\n                        \"manyak\",\n                        \"naghal\",\n                        \"narcoossee\",\n                        \"neekni\",\n                        \"Neik\",\n                        \"nikkabuk\",\n                        \"ntak\",\n                        \"nwaan\",\n                        \"qah'ba\",\n                        \"qahbi\",\n                        \"qaraqir\",\n                        \"qawad\",\n                        \"qooq\",\n                        \"Qusamak\",\n                        \"Qybah\",\n                        \"Sambool\",\n                        \"sambool\",\n                        \"sharmoota\",\n                        \"Sharmotah\",\n                        \"sharmuta\",\n                        \"shlokeh\",\n                        \"Teezak\",\n                        \"zib\",\n                        \"zibbe\",\n                        \"Zubih\",\n                        \"zubra\",\n                        \"Ashiq\",\n                        \"banchod\",\n                        \"Bandii\",\n                        \"bara\",\n                        \"Bessha\",\n                        \"Bodmash\",\n                        \"Boga\",\n                        \"bokachoda\",\n                        \"Booni\",\n                        \"botla\",\n                        \"chodna\",\n                        \"chood\",\n                        \"dan-da\",\n                        \"dhon\",\n                        \"fatly\",\n                        \"Fel\",\n                        \"foga\",\n                        \"fungi\",\n                        \"Futki\",\n                        \"fuun-ga\",\n                        \"gud\",\n                        \"gud\",\n                        \"guud\",\n                        \"Guundaa\",\n                        \"Hauwa\",\n                        \"khanki\",\n                        \"maggi\",\n                        \"khanki\",\n                        \"laora\",\n                        \"lerr\",\n                        \"Maagi\",\n                        \"Maal\",\n                        \"Nunu\",\n                        \"nunu\",\n                        \"Pagul\",\n                        \"pasa\",\n                        \"podmarani\",\n                        \"Sagul\",\n                        \"Shauwa\",\n                        \"Suda-sudi\",\n                        \"SUDAURY\",\n                        \"SUTHH-MAROUNY\",\n                        \"Vogchod\",\n                        \"Ебаси\",\n                        \"Тиквеник\",\n                        \"бит гей\",\n                        \"Кучка\",\n                        \"Dirnik\",\n                        \"dupedavec\",\n                        \"Ebach\",\n                        \"Govedo\",\n                        \"Govno\",\n                        \"Gultay\",\n                        \"Gus\",\n                        \"kles\",\n                        \"Kopele\",\n                        \"Kuchka\",\n                        \"Kur\",\n                        \"Lainar\",\n                        \"Luyno\",\n                        \"mangal\",\n                        \"mastiq\",\n                        \"Minet\",\n                        \"婊子\",\n                        \"屄\",\n                        \"王八蛋\",\n                        \"操你\",\n                        \"傻屄\",\n                        \"妈的\",\n                        \"滚开\",\n                        \"混蛋\",\n                        \"笨\",\n                        \"傻缺\",\n                        \"笨蛋\",\n                        \"阴茎\",\n                        \"妓女\",\n                        \"笨蛋\",\n                        \"坏蛋\",\n                        \"打飞机\",\n                        \"他妈的\",\n                        \"操你妈\",\n                        \"日你妈\",\n                        \"肉棒\",\n                        \"肏\",\n                        \"王八蛋\",\n                        \"混蛋\",\n                        \"闭\",\n                        \"闭嘴\",\n                        \"Che Dan\",\n                        \"強姦\",\n                        \"干你娘\",\n                        \"diao\",\n                        \"gan\",\n                        \"屁话\",\n                        \"鸡巴\",\n                        \"ji bai\",\n                        \"kanina\",\n                        \"无脑\",\n                        \"该死的\",\n                        \"Nai zi\",\n                        \"你疯了\",\n                        \"弱智\",\n                        \"qu si\",\n                        \"Sek si\",\n                        \"Sha bi\",\n                        \"sharbie\",\n                        \"sixi\",\n                        \"xia bi\",\n                        \"妓女\",\n                        \"𨳒\",\n                        \"屌\",\n                        \"ai chai\",\n                        \"Ba po\",\n                        \"baak gwai\",\n                        \"Ban jau\",\n                        \"Bat po\",\n                        \"bok lui\",\n                        \"查头\",\n                        \"臭猫\",\n                        \"操你\",\n                        \"去你妈\",\n                        \"Diu\",\n                        \"diu\",\n                        \"Gai\",\n                        \"gau\",\n                        \"hai\",\n                        \"lan\",\n                        \"nimabi\",\n                        \"PK\",\n                        \"tsat\",\n                        \"Yiu\",\n                        \"šukat\",\n                        \"batich\",\n                        \"Buzerant\",\n                        \"Buzna\",\n                        \"Churak\",\n                        \"děvka\",\n                        \"hajzl\",\n                        \"Hovno\",\n                        \"Kurva\",\n                        \"kraavo\",\n                        \"kunda\",\n                        \"Mrdka\",\n                        \"Odprejskni\",\n                        \"Píèa\",\n                        \"Peecha\",\n                        \"peehat\",\n                        \"Piča\",\n                        \"piicha\",\n                        \"prdel\",\n                        \"prdelka\",\n                        \"prt\",\n                        \"sakra\",\n                        \"Sakra\",\n                        \"show-staat\",\n                        \"Sraèka\",\n                        \"Táhni\",\n                        \"Vole\",\n                        \"voleh\",\n                        \"Zkurvysyn\",\n                        \"Zmrd\",\n                        \"Kecáš\",\n                        \"Vůl\",\n                        \"debil\",\n                        \"Cvok\",\n                        \"magor\",\n                        \"Hajzl\",\n                        \"zmrd\",\n                        \"Agger\",\n                        \"Ølfisse\",\n                        \"Baby-kanon\",\n                        \"Bæskubber\",\n                        \"bøsserøv\",\n                        \"Brian\",\n                        \"Fisse\",\n                        \"Jylland\",\n                        \"Jyllandsk\",\n                        \"Klaphat\",\n                        \"Ko\",\n                        \"kran\",\n                        \"Kusse\",\n                        \"Lort\",\n                        \"Ludertæve\",\n                        \"Osteged\",\n                        \"Pik\",\n                        \"pik\",\n                        \"Pikansjos\",\n                        \"Pikhoved\",\n                        \"Pikspiller\",\n                        \"røvbanan\",\n                        \"Røvguitar\",\n                        \"Svans\",\n                        \"Svensker\",\n                        \"Stommert\",\n                        \"Klootzak\",\n                        \"Heks\",\n                        \"apenkind\",\n                        \"Bokkelul\",\n                        \"debiel\",\n                        \"Dombo\",\n                        \"Eikel\",\n                        \"Flikker\",\n                        \"Gelul\",\n                        \"Goverdomme\",\n                        \"Hoer\",\n                        \"Hoerenjong\",\n                        \"homo\",\n                        \"Hondenlul\",\n                        \"Hufter\",\n                        \"kanker\",\n                        \"kankerhoer\",\n                        \"Klootviool\",\n                        \"Klootzak\",\n                        \"Kut\",\n                        \"kutaap\",\n                        \"Kuthoer\",\n                        \"kutwijf\",\n                        \"Kutwijf\",\n                        \"micropik\",\n                        \"mierepiet\",\n                        \"muggelul\",\n                        \"muizefluit\",\n                        \"Optyffen\",\n                        \"paardenlul\",\n                        \"pislul\",\n                        \"Pisvlek\",\n                        \"Poepenol\",\n                        \"Ruk\",\n                        \"Rukker\",\n                        \"Schavuit\",\n                        \"Stoephoer\",\n                        \"Sukkel\",\n                        \"sukkeltje\",\n                        \"Trekvlek\",\n                        \"Verliezer\",\n                        \"verneukt\",\n                        \"viezerik\",\n                        \"zakslak\",\n                        \"Trut\",\n                        \"slet\",\n                        \"Potjandosie\",\n                        \"Merde\",\n                        \"Aalio\",\n                        \"Äpärä\",\n                        \"helvetti\",\n                        \"Hinttari\",\n                        \"Hitto\",\n                        \"Homo\",\n                        \"Huora\",\n                        \"Idiootti\",\n                        \"Jumalauta\",\n                        \"Kilinvittu\",\n                        \"Kullinaama\",\n                        \"kusipaeae\",\n                        \"Kusipää\",\n                        \"Kyrpä\",\n                        \"Mulkku\",\n                        \"muna\",\n                        \"Munapää\",\n                        \"narttu\",\n                        \"Neekeri\",\n                        \"Pahus\",\n                        \"Pallinaama\",\n                        \"Palliräkä\",\n                        \"Paska\",\n                        \"Paska-aivo\",\n                        \"Paskanaama\",\n                        \"Paskap\",\n                        \"Paskapää\",\n                        \"Paskiainen\",\n                        \"Perhana\",\n                        \"Perkele\",\n                        \"perkele\",\n                        \"Perse\",\n                        \"Persläpi\",\n                        \"Pillu\",\n                        \"rotta\",\n                        \"Runkkari\",\n                        \"Saakeli\",\n                        \"Saamari\",\n                        \"Saatana\",\n                        \"Samperi\",\n                        \"Turku\",\n                        \"Vammanen\",\n                        \"vittu\",\n                        \"Putain\",\n                        \"Cul\",\n                        \"Dégage\",\n                        \"Connard\",\n                        \"Connasse\",\n                        \"Con\",\n                        \"Branleur\",\n                        \"Salope\",\n                        \"salaud\",\n                        \"Casse-toi\",\n                        \"Abruti\",\n                        \"baise\",\n                        \"Batard\",\n                        \"bite\",\n                        \"Branleur\",\n                        \"Casse-toi\",\n                        \"Chatte\",\n                        \"Connard\",\n                        \"Couilles\",\n                        \"Debile\",\n                        \"Encule\",\n                        \"Framble\",\n                        \"Frambler\",\n                        \"garce\",\n                        \"Imbecile\",\n                        \"jouir\",\n                        \"lesbienne\",\n                        \"Merde\",\n                        \"pédé\",\n                        \"Putain\",\n                        \"pute\",\n                        \"salaud\",\n                        \"Salope\",\n                        \"Tais-toi\",\n                        \"Truie\",\n                        \"Zut\",\n                        \"Arschgesicht\",\n                        \"Scheißkopf\",\n                        \"Wichser\",\n                        \"Arschgeige\",\n                        \"Himmeldonnerwetter\",\n                        \"Arschfotze\",\n                        \"Arschloch\",\n                        \"Bulle\",\n                        \"bumsen\",\n                        \"Depp\",\n                        \"Drecksau\",\n                        \"Du\",\n                        \"Dummbatz\",\n                        \"Dummkopf\",\n                        \"duncauf\",\n                        \"Fettbacke\",\n                        \"Wichser\",\n                        \"Ficker\",\n                        \"fickfehler\",\n                        \"Fickfresse\",\n                        \"Fotze\",\n                        \"geil\",\n                        \"Gottverdammt\",\n                        \"Hackfresse\",\n                        \"homofuerst\",\n                        \"Horst\",\n                        \"Huan\",\n                        \"Huansohn\",\n                        \"Huhrensohn\",\n                        \"Hurensohn\",\n                        \"Kackbratze\",\n                        \"Lude\",\n                        \"Luder\",\n                        \"missgeburt\",\n                        \"Miststück\",\n                        \"Muterfiker\",\n                        \"Mutterficker\",\n                        \"Nutle\",\n                        \"Nuttensohn\",\n                        \"Onanieren\",\n                        \"pestbaeule\",\n                        \"Pisser\",\n                        \"Scheiße\",\n                        \"Scheißhaus\",\n                        \"scheissekopf\",\n                        \"Scheissen\",\n                        \"Schise\",\n                        \"Schlampe\",\n                        \"Schwanzlutscher\",\n                        \"Schweinepriester\",\n                        \"Schwuchtel\",\n                        \"Schwul\",\n                        \"Schwuler\",\n                        \"shaisa\",\n                        \"Sheisse\",\n                        \"Shishkoff\",\n                        \"Trottel\",\n                        \"Tunte\",\n                        \"Veganer\",\n                        \"voegeln\",\n                        \"vögeln\",\n                        \"ficken\",\n                        \"wichser\",\n                        \"Wixer\",\n                        \"Zicke\",\n                        \"Zickig\",\n                        \"Zimtzicke\",\n                        \"γαμώ\",\n                        \"σκατά\",\n                        \"σκύλα\",\n                        \"χαζος\",\n                        \"βλάκας\",\n                        \"κόπανος\",\n                        \"σκάσε\",\n                        \"gamiseta\",\n                        \"Noob\",\n                        \"Arab\",\n                        \"Aravi\",\n                        \"Batul\",\n                        \"Beitsim\",\n                        \"benzona\",\n                        \"Bulbul\",\n                        \"cok-sinel\",\n                        \"Efes\",\n                        \"Fal-tzan\",\n                        \"hamor\",\n                        \"Harah\",\n                        \"Imascha\",\n                        \"Kalba\",\n                        \"Koksinel\",\n                        \"Ku-se-mak\",\n                        \"kus\",\n                        \"Kussit\",\n                        \"Malshin\",\n                        \"Mamzer\",\n                        \"Maniak\",\n                        \"Mas-tool\",\n                        \"Masriach\",\n                        \"Menayek\",\n                        \"Muhhamed\",\n                        \"nod\",\n                        \"S'Emek\",\n                        \"Sarsour\",\n                        \"Sharlila\",\n                        \"Sharmuta\",\n                        \"shmenah\",\n                        \"Shtok\",\n                        \"Sigi\",\n                        \"tahat\",\n                        \"tkach\",\n                        \"tzi-tzi\",\n                        \"Zayan\",\n                        \"zayin\",\n                        \"Zayin\",\n                        \"zevel\",\n                        \"zona\",\n                        \"Zona\",\n                        \"Zonah\",\n                        \"मादरचोद\",\n                        \"बहनचोद\",\n                        \"रंडी\",\n                        \"हिजड़े\",\n                        \"गधे\",\n                        \"गांडू\",\n                        \"भड़वे\",\n                        \"चक्कर\",\n                        \"हरामी\",\n                        \"कुत्ता\",\n                        \"नपुंसक\",\n                        \"चुटिया\",\n                        \"भरवा\",\n                        \"रंडवा\",\n                        \"रांड\",\n                        \"भोसडिके\",\n                        \"माँ का लौड़ा\",\n                        \"दुष्ट।\",\n                        \"गांड\",\n                        \"भडुआ\",\n                        \"भोसड़ा\",\n                        \"तेरी माँ का\",\n                        \"लौडा\",\n                        \"Felpofozzalak\",\n                        \"Kettéváglak\",\n                        \"Utállak\",\n                        \"szar\",\n                        \"basszameg\",\n                        \"francba\",\n                        \"picsába\",\n                        \"anjing\",\n                        \"Anjing\",\n                        \"bajingan\",\n                        \"Bajingan\",\n                        \"Bangsat\",\n                        \"Bedebah\",\n                        \"bego\",\n                        \"Bencong\",\n                        \"Biji\",\n                        \"Bispak\",\n                        \"Blah-Bloh\",\n                        \"Blo'on\",\n                        \"brengsek\",\n                        \"Cokil\",\n                        \"Coli\",\n                        \"Cuki\",\n                        \"Eek\",\n                        \"geblek\",\n                        \"bodoh\",\n                        \"tolol\",\n                        \"goblok\",\n                        \"gigolo\",\n                        \"goblok\",\n                        \"heunceut\",\n                        \"Itil\",\n                        \"jancok\",\n                        \"Jancuk\",\n                        \"kalempong\",\n                        \"kampang\",\n                        \"Kontol\",\n                        \"kontol\",\n                        \"titit\",\n                        \"lonte\",\n                        \"maho\",\n                        \"memek\",\n                        \"memek\",\n                        \"meki\",\n                        \"nono\",\n                        \"Monyong\",\n                        \"ngentot\",\n                        \"Ngentot\",\n                        \"Ngepet\",\n                        \"ngewe\",\n                        \"ngocok\",\n                        \"Nyame\",\n                        \"nyoli\",\n                        \"palaji\",\n                        \"Palkon\",\n                        \"Pantat\",\n                        \"Pantek\",\n                        \"peju\",\n                        \"Pelacur\",\n                        \"peler\",\n                        \"pepsi\",\n                        \"Pukimai\",\n                        \"pukimak\",\n                        \"Sampah\",\n                        \"Sempak\",\n                        \"Sempak\",\n                        \"kolor\",\n                        \"Sperma\",\n                        \"Tae\",\n                        \"Tahi\",\n                        \"Tai\",\n                        \"Tholit\",\n                        \"toket\",\n                        \"Cazzo\",\n                        \"Tette\",\n                        \"Stronzo\",\n                        \"Stronza\",\n                        \"Fanculo\",\n                        \"Vaffanculo\",\n                        \"Pompinara\",\n                        \"bastardo\",\n                        \"blowjob\",\n                        \"cagacazzo\",\n                        \"cazzo\",\n                        \"cazzo\",\n                        \"minchia\",\n                        \"mazza\",\n                        \"uccello\",\n                        \"cazzone\",\n                        \"cretino\",\n                        \"Curnut\",\n                        \"Fica\",\n                        \"Figa\",\n                        \"fongoul\",\n                        \"Latrin\",\n                        \"mafankulo\",\n                        \"Manache\",\n                        \"Merda\",\n                        \"Pompinara\",\n                        \"puttana\",\n                        \"rottinculo\",\n                        \"scopare\",\n                        \"segaiolo\",\n                        \"segarsi\",\n                        \"Sorca\",\n                        \"Stoonod\",\n                        \"Stronzo\",\n                        \"Troia\",\n                        \"Vaffan\",\n                        \"vaffanculo\",\n                        \"zoccola\",\n                        \"Zuia\",\n                        \"くそ\",\n                        \"やりまん\",\n                        \"やりちん\",\n                        \"くそったれ\",\n                        \"ぶす\",\n                        \"死ねえ\",\n                        \"Aba-Zure\",\n                        \"Aho\",\n                        \"aho\",\n                        \"Aishi-au\",\n                        \"Ama\",\n                        \"Baishunfu\",\n                        \"Baita\",\n                        \"baka\",\n                        \"Baka\",\n                        \"baka-ne\",\n                        \"bakayaro\",\n                        \"Bakayarou\",\n                        \"Bokki\",\n                        \"buk-korosu\",\n                        \"Busu\",\n                        \"Che\",\n                        \"chikusho\",\n                        \"Chikusho\",\n                        \"chin-ko\",\n                        \"chinkasu\",\n                        \"Chinko\",\n                        \"chinpo\",\n                        \"Chitsu\",\n                        \"damare\",\n                        \"Dobe\",\n                        \"Ecchi\",\n                        \"Etchi\",\n                        \"Fakku\",\n                        \"ふざけるな\",\n                        \"gyuufun\",\n                        \"Hakuchi\",\n                        \"Iku\",\n                        \"ketsunoana\",\n                        \"kimoi\",\n                        \"kintama\",\n                        \"Kintama\",\n                        \"kisama\",\n                        \"Kouno\",\n                        \"Kuso\",\n                        \"Kuso-Debu\",\n                        \"Kusogaki\",\n                        \"Kusokurae\",\n                        \"Kusot-tare\",\n                        \"Kusottare\",\n                        \"kusoyaro\",\n                        \"kusoyarou\",\n                        \"Kutabare\",\n                        \"kutabare\",\n                        \"makeinu\",\n                        \"manko\",\n                        \"Manko\",\n                        \"Mantama\",\n                        \"manzuri\",\n                        \"mara\",\n                        \"namename\",\n                        \"Nameruna\",\n                        \"O-chinko\",\n                        \"O-manko\",\n                        \"okiesawada\",\n                        \"Omanko\",\n                        \"omanko\",\n                        \"onani\",\n                        \"oppai\",\n                        \"Oshikko\",\n                        \"oshiri\",\n                        \"otokonna\",\n                        \"Paizuri\",\n                        \"パイズリ\",\n                        \"Saseko\",\n                        \"性交\",\n                        \"senzuri\",\n                        \"小便\",\n                        \"shakuhachi\",\n                        \"Shimata\",\n                        \"Shimatta\",\n                        \"shomben\",\n                        \"Sukebe\",\n                        \"Takuta\",\n                        \"Tan-Sho\",\n                        \"Tawagoto\",\n                        \"たわごと\",\n                        \"Teme\",\n                        \"teme\",\n                        \"Unchi\",\n                        \"Unko\",\n                        \"Urusei\",\n                        \"Usse\",\n                        \"Yariman\",\n                        \"yarou\",\n                        \"Yowamushi\",\n                        \"zakennayo\",\n                        \"년\",\n                        \"좆\",\n                        \"개새\",\n                        \"시빨\",\n                        \"싸 발\",\n                        \"엿먹어\",\n                        \"babo\",\n                        \"Babo\",\n                        \"bingu\",\n                        \"Boji\",\n                        \"bonggu\",\n                        \"byungshin\",\n                        \"Chaji\",\n                        \"Eh-ja\",\n                        \"Goja\",\n                        \"jhut\",\n                        \"jhut-kkok-ji\",\n                        \"jhut-kkok-ji-ppa-ruh\",\n                        \"jhut-ppa-ruh\",\n                        \"Jiralhanae\",\n                        \"jot-nna\",\n                        \"jotbab\",\n                        \"Kuh-juh\",\n                        \"Michin\",\n                        \"pa-bo\",\n                        \"Poji\",\n                        \"Sheba-nom\",\n                        \"Sheeba\",\n                        \"Shiba\",\n                        \"Shibal\",\n                        \"Shibalnyun\",\n                        \"shipi\",\n                        \"ttong-koo-mung\",\n                        \"Aleuto\",\n                        \"babi\",\n                        \"Bajang\",\n                        \"Barua\",\n                        \"Batang\",\n                        \"Burit\",\n                        \"Butoh\",\n                        \"Canggar\",\n                        \"Chipap\",\n                        \"gampang\",\n                        \"jubo\",\n                        \"konek\",\n                        \"Kote\",\n                        \"pantat\",\n                        \"Pelir\",\n                        \"puki\",\n                        \"Pukimak\",\n                        \"setan\",\n                        \"shitta\",\n                        \"sial\",\n                        \"tongeng\",\n                        \"Breiddjame\",\n                        \"dåsa\",\n                        \"Drittsekk\",\n                        \"Dust\",\n                        \"Faen\",\n                        \"fattig\",\n                        \"Føkkings\",\n                        \"fetta\",\n                        \"Fitte-faen\",\n                        \"Fittesnerk\",\n                        \"Fittetryne\",\n                        \"H'stkuk\",\n                        \"Helvete\",\n                        \"Herregud\",\n                        \"hestkuk\",\n                        \"Homsebull\",\n                        \"J'vel\",\n                        \"Jukkegutt\",\n                        \"Kølle\",\n                        \"kukost\",\n                        \"Kukskalle\",\n                        \"Kuksuger\",\n                        \"Kuktryne\",\n                        \"lassaron\",\n                        \"Ludder\",\n                        \"ludder\",\n                        \"Mordi\",\n                        \"pikk\",\n                        \"pikkhue\",\n                        \"Pokker\",\n                        \"rasshøl\",\n                        \"Rasshull\",\n                        \"Rasstapp\",\n                        \"rævpuler\",\n                        \"Ronkefjes\",\n                        \"Rottpung\",\n                        \"S'dgurgler\",\n                        \"S'dsprut\",\n                        \"Sjettsjur\",\n                        \"skitliv\",\n                        \"slingrefitte\",\n                        \"Slyngel\",\n                        \"Steikje\",\n                        \"trekukk\",\n                        \"Cabrão\",\n                        \"Cabrao\",\n                        \"Caralho\",\n                        \"Bardajona\",\n                        \"Béfe\",\n                        \"Bilha\",\n                        \"Boiola\",\n                        \"Cagar\",\n                        \"carai\",\n                        \"caralho\",\n                        \"Choncho\",\n                        \"Chupa-mos\",\n                        \"Chupa-rola\",\n                        \"Cona\",\n                        \"Cu\",\n                        \"Enrabar\",\n                        \"escarumba\",\n                        \"Esporra\",\n                        \"Esporrada\",\n                        \"Foda-se\",\n                        \"Fodasse\",\n                        \"Fode-te\",\n                        \"Foder\",\n                        \"fufa\",\n                        \"Gaita\",\n                        \"Lambe-cus\",\n                        \"mamada\",\n                        \"Mamas\",\n                        \"Meita\",\n                        \"Merda\",\n                        \"Mijar\",\n                        \"minete\",\n                        \"Pachaxa\",\n                        \"paneleiro\",\n                        \"Parvo\",\n                        \"Peido\",\n                        \"peixota\",\n                        \"Pentelho\",\n                        \"pica\",\n                        \"piroca\",\n                        \"caralho\",\n                        \"Picha\",\n                        \"Pichota\",\n                        \"Pila\",\n                        \"pininho\",\n                        \"Poia\",\n                        \"Porra\",\n                        \"Punheta\",\n                        \"puta\",\n                        \"Rata\",\n                        \"Safada\",\n                        \"Senaita\",\n                        \"Teso\",\n                        \"Tomates\",\n                        \"Toto\",\n                        \"Tubassa\",\n                        \"Vaca\",\n                        \"Vagabundo\",\n                        \"balconar\",\n                        \"Bou\",\n                        \"bulangiu\",\n                        \"Curule\",\n                        \"Curva\",\n                        \"fofoloanca\",\n                        \"frisca\",\n                        \"Futu-i\",\n                        \"Futu-te\",\n                        \"koi\",\n                        \"Labagiu\",\n                        \"Linge-ma\",\n                        \"lingurista\",\n                        \"martalog\",\n                        \"Muie\",\n                        \"muist\",\n                        \"panarama\",\n                        \"Poponar\",\n                        \"Pulaman\",\n                        \"Rapanosule\",\n                        \"savarina\",\n                        \"sfarcuri\",\n                        \"sloboz\",\n                        \"Tarfa\",\n                        \"tzatze\",\n                        \"Cучка\",\n                        \"блядь\",\n                        \"Pizdayob\",\n                        \"Пиздаеб\",\n                        \"охуеть\",\n                        \"ohooiet\",\n                        \"Блядь\",\n                        \"шлюха\",\n                        \"debiloid\",\n                        \"Dolboeb\",\n                        \"Drochit\",\n                        \"Durak\",\n                        \"eban'ko\",\n                        \"Ebat\",\n                        \"Eblan\",\n                        \"gandon\",\n                        \"goluboi\",\n                        \"govno\",\n                        \"hooyóvo\",\n                        \"Hooyeélo\",\n                        \"Hooyovi\",\n                        \"huesos\",\n                        \"Hui\",\n                        \"Huiplet\",\n                        \"Malafyá\",\n                        \"manda\",\n                        \"omped\",\n                        \"oslayob\",\n                        \"Ostyn\",\n                        \"Otebis\",\n                        \"Oyobuk\",\n                        \"Péezdit\",\n                        \"pedik\",\n                        \"Peetoókh\",\n                        \"Peezdit\",\n                        \"Perdet\",\n                        \"pidaryuga\",\n                        \"Pidor\",\n                        \"Piz'da\",\n                        \"Piz'duk\",\n                        \"Pizdet\",\n                        \"S'ebis\",\n                        \"Shalava\",\n                        \"shloocha\",\n                        \"Sooka\",\n                        \"Sosat\",\n                        \"Svoloch\",\n                        \"Tolstak\",\n                        \"Trajat'sya\",\n                        \"Tvar\",\n                        \"Wed'ma\",\n                        \"yebatsya\",\n                        \"yob\",\n                        \"Zaebis\",\n                        \"Zalupa\",\n                        \"zhopa\",\n                        \"Puto\",\n                        \"Verga\",\n                        \"Cojones\",\n                        \"Coño\",\n                        \"Pendejo\",\n                        \"Chupa-mos\",\n                        \"Aduana\",\n                        \"Aguacates\",\n                        \"Aguebado\",\n                        \"Ahua\",\n                        \"Alcahuete\",\n                        \"Alimentos\",\n                        \"Alocate\",\n                        \"Ambia\",\n                        \"balurde\",\n                        \"Bastardo\",\n                        \"Cabezapipe\",\n                        \"Cabron\",\n                        \"cachimba\",\n                        \"Capullo\",\n                        \"gilipollas\",\n                        \"Carajo\",\n                        \"chúpelo\",\n                        \"chichis\",\n                        \"chichotas\",\n                        \"chingalo\",\n                        \"chingar\",\n                        \"chingate\",\n                        \"chorizo\",\n                        \"chucha\",\n                        \"Chupamela\",\n                        \"chupar\",\n                        \"cochina\",\n                        \"cochino\",\n                        \"cojer\",\n                        \"cojones\",\n                        \"Concha\",\n                        \"conchetumare\",\n                        \"cuero\",\n                        \"Culero\",\n                        \"Culo\",\n                        \"dona\",\n                        \"Estupido\",\n                        \"fea\",\n                        \"feo\",\n                        \"pendeja\",\n                        \"pendejo\",\n                        \"forro\",\n                        \"forra\",\n                        \"Gilipollas\",\n                        \"Imbécil\",\n                        \"Hostia\",\n                        \"Huevos\",\n                        \"Jódete\",\n                        \"Joder\",\n                        \"lela\",\n                        \"malparida\",\n                        \"mamahuevo\",\n                        \"Mamon\",\n                        \"marica\",\n                        \"Maricón\",\n                        \"Marihuana\",\n                        \"Mierda\",\n                        \"Momada\",\n                        \"mondá\",\n                        \"Pajero\",\n                        \"Panocha\",\n                        \"perra\",\n                        \"pija\",\n                        \"pinche\",\n                        \"piruja\",\n                        \"poronga\",\n                        \"pupila\",\n                        \"puta\",\n                        \"Skonka\",\n                        \"Soplanucas\",\n                        \"tetas\",\n                        \"Vendejo\",\n                        \"Verga\",\n                        \"verija\",\n                        \"zopupla\",\n                        \"zorra\",\n                        \"Arsel\",\n                        \"Balle\",\n                        \"Blatte\",\n                        \"Dumfan\",\n                        \"Dumjävel\",\n                        \"fan\",\n                        \"Fan\",\n                        \"förböveln\",\n                        \"fita\",\n                        \"Fitta\",\n                        \"fitta\",\n                        \"Fittjävel\",\n                        \"Fittnylle\",\n                        \"Fjolla\",\n                        \"höra\",\n                        \"Hjon\",\n                        \"Hora\",\n                        \"Horunge\",\n                        \"Jävla\",\n                        \"Jävel\",\n                        \"jävla\",\n                        \"djävla\",\n                        \"jäkla\",\n                        \"kärring\",\n                        \"Kötthuvud\",\n                        \"knulla\",\n                        \"knullare\",\n                        \"kuk\",\n                        \"Kukhuvud\",\n                        \"Kuksugare\",\n                        \"kulor\",\n                        \"mammaknullare\",\n                        \"mes\",\n                        \"Miffo\",\n                        \"Moderat\",\n                        \"ollon\",\n                        \"Pajas\",\n                        \"Parmiddag\",\n                        \"pattar\",\n                        \"Pissluder\",\n                        \"Pucko\",\n                        \"rattar\",\n                        \"röding\",\n                        \"Röv\",\n                        \"rövhål\",\n                        \"rumpa\",\n                        \"Runkare\",\n                        \"Runkhora\",\n                        \"Saab\",\n                        \"Sandknulla\",\n                        \"Sarre\",\n                        \"Satan\",\n                        \"skit\",\n                        \"skitstövel\",\n                        \"Slampa\",\n                        \"slyna\",\n                        \"Snorätare\",\n                        \"Sosse\",\n                        \"Tomteporr\",\n                        \"Tratthora\",\n                        \"tuttar\",\n                        \"Våldtäktsman\",\n                        \"Beke\",\n                        \"bobo\",\n                        \"burat\",\n                        \"Bwiset\",\n                        \"Bwisit\",\n                        \"gago\",\n                        \"Gago\",\n                        \"Inutil\",\n                        \"Kulangot\",\n                        \"Malibog\",\n                        \"Pakshet\",\n                        \"Putay\",\n                        \"Punyeta\",\n                        \"Tanga\",\n                        \"Tae\",\n                        \"tee-tee\",\n                        \"torjack\",\n                        \"TUBOL\",\n                        \"โง่\",\n                        \"ควาย\",\n                        \"ควย\",\n                        \"ขี้เหล่\",\n                        \"มึง\",\n                        \"กู\",\n                        \"ลูกอีกะหรี่\",\n                        \"ไอ้เวร\",\n                        \"สัด\",\n                        \"ไอ้\",\n                        \"อี\",\n                        \"อย่าเสือก\",\n                        \"สมน้ำหน้า\",\n                        \"ไอ้หน้าส้นตีน\",\n                        \"ไอ้ส้นตีน\",\n                        \"ไอ้หน้าควย\",\n                        \"ไอ้เชี่ย\",\n                        \"ไอ้เหี้ย\",\n                        \"ไอ้ควาย\",\n                        \"บ้า\",\n                        \"ชักว่าว\",\n                        \"ดอก\",\n                        \"เด้าตูด\",\n                        \"ดึงหมอย\",\n                        \"อีดอก\",\n                        \"อีเหี้ย\",\n                        \"อีสัต\",\n                        \"อีช้างลากเย็ด\",\n                        \"อีแรด\",\n                        \"อีร้อยควย\",\n                        \"อีร่าน\",\n                        \"อีตูด\",\n                        \"ฝรั่งขี้นก\",\n                        \"กะหรี่\",\n                        \"กาก\",\n                        \"กินขี้\",\n                        \"หีร้อยควย\",\n                        \"เหี้ย\",\n                        \"หี\",\n                        \"หีแม่มีง\",\n                        \"หัวควย\",\n                        \"หำน้อย\",\n                        \"ไอ้ห่า\",\n                        \"ไอ้เหี้ย\",\n                        \"ไอ้สัต\",\n                        \"ไข่ยาน\",\n                        \"ขี้ใส่หำกู\",\n                        \"หัวควย\",\n                        \"ควย\",\n                        \"มาเด้าตูดกัน\",\n                        \"มาเย็ดกัน\",\n                        \"แม่มึงตาย\",\n                        \"มึงเป็นเอด\",\n                        \"หน้าหี\",\n                        \"น่าเย็ด\",\n                        \"หน้าหี\",\n                        \"หนังหี\",\n                        \"หน่อแตด\",\n                        \"พ่อมึงตาย\",\n                        \"พ่อมึง\",\n                        \"ระยำ\",\n                        \"เชี่ย\",\n                        \"เสือก\",\n                        \"สันดาน\",\n                        \"สัต\",\n                        \"ติ้วหี\",\n                        \"ตูดสวย\",\n                        \"เย็ด\",\n                        \"เย็ดเป็ด\",\n                        \"เย็ดเข้\",\n                        \"เย็ดแม่\",\n                        \"โง่\",\n                        \"ขี้เหร่\",\n                        \"ไอ้\",\n                        \"ลูกกะหรี่\",\n                        \"ไอ้เวร\",\n                        \"อี\",\n                        \"กะหรี่\",\n                        \"อีตัว\",\n                        \"ลูกกะหรี่\",\n                        \"กะเทย\",\n                        \"มึง\",\n                        \"กู\",\n                        \"เงียบ\",\n                        \"หุบปาก\",\n                        \"เย็ด\",\n                        \"เย็ดแม่\",\n                        \"เย็ดมึง\",\n                        \"เย็ดเป็ด\",\n                        \"ควย\",\n                        \"อมควย\",\n                        \"กระดอ\",\n                        \"ดอสั้น\",\n                        \"หี\",\n                        \"หอย\",\n                        \"อะไรวะ\",\n                        \"ขี้\",\n                        \"ตอแหล\",\n                        \"ชักว่าว\",\n                        \"ตกเบ็ด\",\n                        \"Şapka\",\n                        \"a.q\",\n                        \"Amına\",\n                        \"Amsalak\",\n                        \"atyarragi\",\n                        \"Bamya\",\n                        \"Besiktas\",\n                        \"Bok\",\n                        \"Budala\",\n                        \"Cimbom\",\n                        \"dallama\",\n                        \"dalyarak\",\n                        \"Deyus\",\n                        \"Deyyus\",\n                        \"Ezik\",\n                        \"fenerbahçe\",\n                        \"Götübozuk\",\n                        \"götveren\",\n                        \"Gerizekalı\",\n                        \"gotoglani\",\n                        \"kalantor\",\n                        \"Kaltak\",\n                        \"keriz\",\n                        \"o.ç\",\n                        \"Orosp\",\n                        \"Orospu\",\n                        \"otuzbir\",\n                        \"otuzbirci\",\n                        \"pezevenk\",\n                        \"Piç\",\n                        \"piçi\",\n                        \"pipi\",\n                        \"puşt\",\n                        \"Salak\",\n                        \"Sikkafa\",\n                        \"siktir\",\n                        \"Travesti\",\n                        \"Yarak\",\n                        \"Yavsak\",\n                        \"ibne\",\n                        \"Bitch\",\n                        \"blyat\",\n                        \"doopoo\",\n                        \"Hivno\",\n                        \"huey\",\n                        \"Huy\",\n                        \"Koorva\",\n                        \"koorvah\",\n                        \"Курва\",\n                        \"Kurvee\",\n                        \"layno\",\n                        \"Matyook\",\n                        \"Meenyetka\",\n                        \"Nahuynik\",\n                        \"Peederus\",\n                        \"Peezdets\",\n                        \"Perdyee\",\n                        \"срацкох\",\n                        \"Срака\",\n                        \"виблядок\",\n                        \"Єбати\",\n                        \"замкнесех\",\n                        \"دلال\",\n                        \"گددھا\",\n                        \"غنڈو\",\n                        \"حرامزادہ\",\n                        \"حرامزادی\",\n                        \"حرام سلّ\",\n                        \"کامنہ\",\n                        \"kutta\",\n                        \"Kutti\",\n                        \"Lula\",\n                        \"Lola\",\n                        \"لولے\",\n                        \"lulmuah\",\n                        \"madarugly\",\n                        \"Mayyaada\",\n                        \"moomeh\",\n                        \"Myyaada\",\n                        \"pancho\",\n                        \"Phudi\",\n                        \"poody\",\n                        \"đụ\",\n                        \"đù\",\n                        \"đĩ\",\n                        \"điếm\",\n                        \"đéo\",\n                        \"ngu\",\n                        \"cứt\",\n                        \"Địt\",\n                        \"cặc\",\n                        \"cu\",\n                        \"dit\",\n                        \"goo\",\n                        \"lồn\",\n                        \"ngu ngốc\",\n                        \"abo\",\n                        \"abbo\",\n                        \"boong\",\n                        \"bung\",\n                        \"coon\",\n                        \"lubra\",\n                        \"Béni-oui-oui\",\n                        \"bluegum\",\n                        \"burrhead\",\n                        \"burr-head\",\n                        \"golliwogg\",\n                        \"jigaboo\",\n                        \"jiggabo\",\n                        \"jijjiboo\",\n                        \"zigabo\",\n                        \"jigg\",\n                        \"jiggy\",\n                        \"jigga\",\n                        \"kaffir\",\n                        \"kaffer\",\n                        \"kafir\",\n                        \"kaffre\",\n                        \"macaca\",\n                        \"mammy\",\n                        \"mosshead\",\n                        \"munt\",\n                        \"nig-nog\",\n                        \"nigger\",\n                        \"niggar\",\n                        \"niggur\",\n                        \"niger\",\n                        \"nigor\",\n                        \"nigar\",\n                        \"nigga\",\n                        \"niggah\",\n                        \"nig\",\n                        \"nigguh\",\n                        \"niglet\",\n                        \"nigglet\",\n                        \"nigra\",\n                        \"negra\",\n                        \"niggra\",\n                        \"nigrah\",\n                        \"nigruh\",\n                        \"pickaninny\",\n                        \"quashie\",\n                        \"sambo\",\n                        \"sooty\",\n                        \"thicklips\",\n                        \"bootlips\",\n                        \"chinaman\",\n                        \"chink\",\n                        \"coolie\",\n                        \"gook\",\n                        \"jap\",\n                        \"nip\",\n                        \"yellowman\",\n                        \"chee-chee\",\n                        \"chinki\",\n                        \"madrasi\",\n                        \"malaun\",\n                        \"paki\",\n                        \"dink\",\n                        \"gugus\",\n                        \"huan-a\",\n                        \"jakun\",\n                        \"hajji\",\n                        \"hadji\",\n                        \"haji\",\n                        \"towelhead\",\n                        \"raghead\",\n                        \"beaner\",\n                        \"cholo\",\n                        \"greaseball\",\n                        \"greaser\",\n                        \"spic\",\n                        \"spick\",\n                        \"spik\",\n                        \"spig\",\n                        \"sudaca\",\n                        \"tacohead\",\n                        \"tonk\",\n                        \"veneco\",\n                        \"wetback\",\n                        \"european\",\n                        \"barang\",\n                        \"bule\",\n                        \"farang\",\n                        \"gammon\",\n                        \"gringo\",\n                        \"gubba\",\n                        \"gweilo\",\n                        \"gwailo\",\n                        \"honky\",\n                        \"haole\",\n                        \"bohunk\",\n                        \"medigan\",\n                        \"amedigan\",\n                        \"ofay\",\n                        \"arkie\",\n                        \"okie\",\n                        \"peckerwood\",\n                        \"whitey\",\n                        \"chocko\",\n                        \"dago\",\n                        \"kanake\",\n                        \"Métèque\",\n                        \"wog\",\n                        \"chug\",\n                        \"eskimo\",\n                        \"redskin\",\n                        \"squaw\",\n                        \"yanacona\",\n                        \"boonga\",\n                        \"bunga\",\n                        \"boonie\",\n                        \"hori\",\n                        \"kanaka\",\n                        \"buckra\",\n                        \"bakra\",\n                        \"bumpkin\",\n                        \"hick\",\n                        \"hillbilly\",\n                        \"honkey\",\n                        \"honkie\",\n                        \"redneck\",\n                        \"Curepí\",\n                        \"argie\",\n                        \"limey\",\n                        \"pommy\",\n                        \"pirata\",\n                        \"teuchter\",\n                        \"cubiche\",\n                        \"gusano\",\n                        \"boches\",\n                        \"chleuh\",\n                        \"hermans\",\n                        \"herms\",\n                        \"huns\",\n                        \"kraut\",\n                        \"marmeladinger\",\n                        \"mof\",\n                        \"piefke\",\n                        \"paddy\",\n                        \"taig\",\n                        \"snout\",\n                        \"continentale\",\n                        \"eyetie\",\n                        \"ginzo\",\n                        \"goombah\",\n                        \"polentone\",\n                        \"terrone\",\n                        \"wop\",\n                        \"sardinians\",\n                        \"sardegnolo\",\n                        \"sardignòlo\",\n                        \"sardignuolo\",\n                        \"sardagnòlo\",\n                        \"kapo\",\n                        \"kike\",\n                        \"kyke\",\n                        \"shylock\",\n                        \"yid\",\n                        \"zhyd\",\n                        \"lebo\",\n                        \"lebbo\",\n                        \"fyromian\",\n                        \"bulgaroskopian\",\n                        \"macedonist\",\n                        \"pseudomacedonian\",\n                        \"pseudo-macedonian\",\n                        \"skopjan\",\n                        \"skopjian\",\n                        \"skopiana\",\n                        \"skopianika\",\n                        \"chukhna\",\n                        \"polack\",\n                        \"polak\",\n                        \"pollack\",\n                        \"pollock\",\n                        \"polock\",\n                        \"pshek\",\n                        \"mazurik\",\n                        \"russki\",\n                        \"russkie\",\n                        \"moskal\",\n                        \"japies\",\n                        \"yarpies\",\n                        \"mulatto\",\n                        \"wigger\",\n                        \"wigga\",\n                        \"wegro\",\n                        \"zambo\",\n                        \"lobos\"\n                    ]\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"062174b1358de10e9dbb5fb950c49a7f\"\n    },\n    \"model\": {\n        \"id\": \"profanity-filter-new2\",\n        \"name\": \"profanity-filter-new2\",\n        \"created_at\": \"2023-11-23T11:16:45.317604928Z\",\n        \"modified_at\": \"2023-11-23T11:16:45.317604928Z\",\n        \"app_id\": \"test-app-1700638575-empty\",\n        \"user_id\": \"a0btrubbaefn\",\n        \"model_type_id\": \"keyword-filter-operator\",\n        \"visibility\": {\n            \"gettable\": 10\n        },\n        \"metadata\": {},\n        \"presets\": {},\n        \"toolkits\": [],\n        \"use_cases\": [],\n        \"languages\": [],\n        \"languages_full\": [],\n        \"check_consents\": [],\n        \"workflow_recommended\": false\n    }\n}"}],"_postman_id":"bdab9e55-cea0-41fc-ab05-6ad04df7fe14"}],"id":"e2d67313-19eb-4d33-9794-362abd83997b","description":"<p>Create a keyword filter model that scans text inputs for specified keywords and returns matches. Useful for content moderation, routing, or tagging pipelines.</p>\n<p><strong>Steps:</strong> create model → create model version.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code>, <code>YOUR_MODEL_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/create/models/manage\">Manage Models</a></p>\n","_postman_id":"e2d67313-19eb-4d33-9794-362abd83997b","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Create Image Crop Model","item":[{"name":"Create Model","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"model_id\", encodeURIComponent(JSON.parse(responseBody).model.id));"],"type":"text/javascript","packages":{},"id":"76cd7c46-65dd-44d5-a7fd-95d986998994"}}],"id":"467f8b5e-0285-43f9-a283-a1b43adf45ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"model\": {\n        \"id\": \"image-crop-model\",\n        \"model_type_id\": \"image-crop\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models","description":"<p>Create a new image-crop model. This model type crops images based on detected regions (e.g., from an object detector), applying a configurable margin.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>models[].id</code></td>\n<td>string</td>\n<td>Unique model ID</td>\n</tr>\n<tr>\n<td><code>models[].model_type_id</code></td>\n<td>string</td>\n<td>Must be <code>image-crop</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"7746dd3d-5f46-48fb-83e1-804dfb7c5986","name":"Create Model","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key •••••••","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"model\": {\n        \"id\": \"profanity-filter-new\",\n        \"model_type_id\": \"keyword-filter-operator\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"062174b1358de10e9dbb5fb950c49a7f\"\n    },\n    \"model\": {\n        \"id\": \"profanity-filter-new2\",\n        \"name\": \"profanity-filter-new2\",\n        \"created_at\": \"2023-11-23T11:16:45.317604928Z\",\n        \"modified_at\": \"2023-11-23T11:16:45.317604928Z\",\n        \"app_id\": \"test-app-1700638575-empty\",\n        \"user_id\": \"a0btrubbaefn\",\n        \"model_type_id\": \"keyword-filter-operator\",\n        \"visibility\": {\n            \"gettable\": 10\n        },\n        \"metadata\": {},\n        \"presets\": {},\n        \"toolkits\": [],\n        \"use_cases\": [],\n        \"languages\": [],\n        \"languages_full\": [],\n        \"check_consents\": [],\n        \"workflow_recommended\": false\n    }\n}"}],"_postman_id":"467f8b5e-0285-43f9-a283-a1b43adf45ac"},{"name":"Create Model Version","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"model_id\", encodeURIComponent(JSON.parse(responseBody).model.id));","postman.setEnvironmentVariable(\"version_id\", encodeURIComponent(JSON.parse(responseBody).model.model_version.id));"],"type":"text/javascript","packages":{},"id":"4fa4a31b-c0bb-4299-81f2-ca927d054e45"}}],"id":"e4044ac5-8a1b-4d69-9222-b2958ee358c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"model_versions\": [\n        {\n            \"output_info\": {\n                \"params\": {\n                    \"margin\": 2.0\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID/versions","description":"<p>Create a version of an image-crop model with a specific cropping margin.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>model_versions[].output_info.params.margin</code></td>\n<td>float</td>\n<td>Fractional margin added around detected regions (e.g., <code>2.0</code> = 200% of region size)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models","YOUR_MODEL_ID","versions"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"8f0b5022-afdd-4a0d-a084-9d52785179ef","name":"Create Model Version","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key •••••••","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"model_id\": \"YOUR_MODEL_ID\",\n    \"model_versions\": [\n        {\n            \"output_info\": {\n                \"params\": {\n                    \"keywords\": [\n                        \"f.u\",\n                        \"Idiot\",\n                        \"Stupid\",\n                        \"Pitiful\",\n                        \"asshole\",\n                        \"bastard\",\n                        \"bitch\",\n                        \"cunt\",\n                        \"bollocks\",\n                        \"Wanker\",\n                        \"whore\",\n                        \"prick\",\n                        \"jerk\",\n                        \"pussy\",\n                        \"Gobdaw\",\n                        \"Gobdaw\",\n                        \"Fecker\",\n                        \"Naaiers\",\n                        \"Bliksem\",\n                        \"Damm\",\n                        \"boudkapper\",\n                        \"Doos\",\n                        \"DoosisJesus\",\n                        \"Dopkaas\",\n                        \"Draadtrekker\",\n                        \"Etterkop\",\n                        \"fok\",\n                        \"fokenwil\",\n                        \"Fokof\",\n                        \"Fokof\",\n                        \"Gat\",\n                        \"Godverdoem\",\n                        \"rioolboor\",\n                        \"kontkop\",\n                        \"ma-naaier\",\n                        \"kak\",\n                        \"bakti\",\n                        \"bole\",\n                        \"buce\",\n                        \"bytha\",\n                        \"dshtoj\",\n                        \"kari\",\n                        \"kurvar\",\n                        \"Lavire\",\n                        \"Mut\",\n                        \"nënë\",\n                        \"picka\",\n                        \"Pidhi\",\n                        \"Ropqir\",\n                        \"shkertate\",\n                        \"Simge\",\n                        \"swag\",\n                        \"Trap\",\n                        \"trap\",\n                        \"Qi\",\n                        \"Qiu\",\n                        \"العمى\",\n                        \"زنجي\",\n                        \"تراجع\",\n                        \"ديوث\",\n                        \"أرميني\",\n                        \"قبلني\",\n                        \"وقحة\",\n                        \"ديكهيد\",\n                        \"الثدي\",\n                        \"الحمار\",\n                        \"كرات\",\n                        \"أقرن\",\n                        \"Bakri\",\n                        \"kaneeth\",\n                        \"khajaf\",\n                        \"Khaneeth\",\n                        \"khaneeth\",\n                        \"khawal\",\n                        \"Koos\",\n                        \"Louteh\",\n                        \"Majdoube\",\n                        \"manyak\",\n                        \"naghal\",\n                        \"narcoossee\",\n                        \"neekni\",\n                        \"Neik\",\n                        \"nikkabuk\",\n                        \"ntak\",\n                        \"nwaan\",\n                        \"qah'ba\",\n                        \"qahbi\",\n                        \"qaraqir\",\n                        \"qawad\",\n                        \"qooq\",\n                        \"Qusamak\",\n                        \"Qybah\",\n                        \"Sambool\",\n                        \"sambool\",\n                        \"sharmoota\",\n                        \"Sharmotah\",\n                        \"sharmuta\",\n                        \"shlokeh\",\n                        \"Teezak\",\n                        \"zib\",\n                        \"zibbe\",\n                        \"Zubih\",\n                        \"zubra\",\n                        \"Ashiq\",\n                        \"banchod\",\n                        \"Bandii\",\n                        \"bara\",\n                        \"Bessha\",\n                        \"Bodmash\",\n                        \"Boga\",\n                        \"bokachoda\",\n                        \"Booni\",\n                        \"botla\",\n                        \"chodna\",\n                        \"chood\",\n                        \"dan-da\",\n                        \"dhon\",\n                        \"fatly\",\n                        \"Fel\",\n                        \"foga\",\n                        \"fungi\",\n                        \"Futki\",\n                        \"fuun-ga\",\n                        \"gud\",\n                        \"gud\",\n                        \"guud\",\n                        \"Guundaa\",\n                        \"Hauwa\",\n                        \"khanki\",\n                        \"maggi\",\n                        \"khanki\",\n                        \"laora\",\n                        \"lerr\",\n                        \"Maagi\",\n                        \"Maal\",\n                        \"Nunu\",\n                        \"nunu\",\n                        \"Pagul\",\n                        \"pasa\",\n                        \"podmarani\",\n                        \"Sagul\",\n                        \"Shauwa\",\n                        \"Suda-sudi\",\n                        \"SUDAURY\",\n                        \"SUTHH-MAROUNY\",\n                        \"Vogchod\",\n                        \"Ебаси\",\n                        \"Тиквеник\",\n                        \"бит гей\",\n                        \"Кучка\",\n                        \"Dirnik\",\n                        \"dupedavec\",\n                        \"Ebach\",\n                        \"Govedo\",\n                        \"Govno\",\n                        \"Gultay\",\n                        \"Gus\",\n                        \"kles\",\n                        \"Kopele\",\n                        \"Kuchka\",\n                        \"Kur\",\n                        \"Lainar\",\n                        \"Luyno\",\n                        \"mangal\",\n                        \"mastiq\",\n                        \"Minet\",\n                        \"婊子\",\n                        \"屄\",\n                        \"王八蛋\",\n                        \"操你\",\n                        \"傻屄\",\n                        \"妈的\",\n                        \"滚开\",\n                        \"混蛋\",\n                        \"笨\",\n                        \"傻缺\",\n                        \"笨蛋\",\n                        \"阴茎\",\n                        \"妓女\",\n                        \"笨蛋\",\n                        \"坏蛋\",\n                        \"打飞机\",\n                        \"他妈的\",\n                        \"操你妈\",\n                        \"日你妈\",\n                        \"肉棒\",\n                        \"肏\",\n                        \"王八蛋\",\n                        \"混蛋\",\n                        \"闭\",\n                        \"闭嘴\",\n                        \"Che Dan\",\n                        \"強姦\",\n                        \"干你娘\",\n                        \"diao\",\n                        \"gan\",\n                        \"屁话\",\n                        \"鸡巴\",\n                        \"ji bai\",\n                        \"kanina\",\n                        \"无脑\",\n                        \"该死的\",\n                        \"Nai zi\",\n                        \"你疯了\",\n                        \"弱智\",\n                        \"qu si\",\n                        \"Sek si\",\n                        \"Sha bi\",\n                        \"sharbie\",\n                        \"sixi\",\n                        \"xia bi\",\n                        \"妓女\",\n                        \"𨳒\",\n                        \"屌\",\n                        \"ai chai\",\n                        \"Ba po\",\n                        \"baak gwai\",\n                        \"Ban jau\",\n                        \"Bat po\",\n                        \"bok lui\",\n                        \"查头\",\n                        \"臭猫\",\n                        \"操你\",\n                        \"去你妈\",\n                        \"Diu\",\n                        \"diu\",\n                        \"Gai\",\n                        \"gau\",\n                        \"hai\",\n                        \"lan\",\n                        \"nimabi\",\n                        \"PK\",\n                        \"tsat\",\n                        \"Yiu\",\n                        \"šukat\",\n                        \"batich\",\n                        \"Buzerant\",\n                        \"Buzna\",\n                        \"Churak\",\n                        \"děvka\",\n                        \"hajzl\",\n                        \"Hovno\",\n                        \"Kurva\",\n                        \"kraavo\",\n                        \"kunda\",\n                        \"Mrdka\",\n                        \"Odprejskni\",\n                        \"Píèa\",\n                        \"Peecha\",\n                        \"peehat\",\n                        \"Piča\",\n                        \"piicha\",\n                        \"prdel\",\n                        \"prdelka\",\n                        \"prt\",\n                        \"sakra\",\n                        \"Sakra\",\n                        \"show-staat\",\n                        \"Sraèka\",\n                        \"Táhni\",\n                        \"Vole\",\n                        \"voleh\",\n                        \"Zkurvysyn\",\n                        \"Zmrd\",\n                        \"Kecáš\",\n                        \"Vůl\",\n                        \"debil\",\n                        \"Cvok\",\n                        \"magor\",\n                        \"Hajzl\",\n                        \"zmrd\",\n                        \"Agger\",\n                        \"Ølfisse\",\n                        \"Baby-kanon\",\n                        \"Bæskubber\",\n                        \"bøsserøv\",\n                        \"Brian\",\n                        \"Fisse\",\n                        \"Jylland\",\n                        \"Jyllandsk\",\n                        \"Klaphat\",\n                        \"Ko\",\n                        \"kran\",\n                        \"Kusse\",\n                        \"Lort\",\n                        \"Ludertæve\",\n                        \"Osteged\",\n                        \"Pik\",\n                        \"pik\",\n                        \"Pikansjos\",\n                        \"Pikhoved\",\n                        \"Pikspiller\",\n                        \"røvbanan\",\n                        \"Røvguitar\",\n                        \"Svans\",\n                        \"Svensker\",\n                        \"Stommert\",\n                        \"Klootzak\",\n                        \"Heks\",\n                        \"apenkind\",\n                        \"Bokkelul\",\n                        \"debiel\",\n                        \"Dombo\",\n                        \"Eikel\",\n                        \"Flikker\",\n                        \"Gelul\",\n                        \"Goverdomme\",\n                        \"Hoer\",\n                        \"Hoerenjong\",\n                        \"homo\",\n                        \"Hondenlul\",\n                        \"Hufter\",\n                        \"kanker\",\n                        \"kankerhoer\",\n                        \"Klootviool\",\n                        \"Klootzak\",\n                        \"Kut\",\n                        \"kutaap\",\n                        \"Kuthoer\",\n                        \"kutwijf\",\n                        \"Kutwijf\",\n                        \"micropik\",\n                        \"mierepiet\",\n                        \"muggelul\",\n                        \"muizefluit\",\n                        \"Optyffen\",\n                        \"paardenlul\",\n                        \"pislul\",\n                        \"Pisvlek\",\n                        \"Poepenol\",\n                        \"Ruk\",\n                        \"Rukker\",\n                        \"Schavuit\",\n                        \"Stoephoer\",\n                        \"Sukkel\",\n                        \"sukkeltje\",\n                        \"Trekvlek\",\n                        \"Verliezer\",\n                        \"verneukt\",\n                        \"viezerik\",\n                        \"zakslak\",\n                        \"Trut\",\n                        \"slet\",\n                        \"Potjandosie\",\n                        \"Merde\",\n                        \"Aalio\",\n                        \"Äpärä\",\n                        \"helvetti\",\n                        \"Hinttari\",\n                        \"Hitto\",\n                        \"Homo\",\n                        \"Huora\",\n                        \"Idiootti\",\n                        \"Jumalauta\",\n                        \"Kilinvittu\",\n                        \"Kullinaama\",\n                        \"kusipaeae\",\n                        \"Kusipää\",\n                        \"Kyrpä\",\n                        \"Mulkku\",\n                        \"muna\",\n                        \"Munapää\",\n                        \"narttu\",\n                        \"Neekeri\",\n                        \"Pahus\",\n                        \"Pallinaama\",\n                        \"Palliräkä\",\n                        \"Paska\",\n                        \"Paska-aivo\",\n                        \"Paskanaama\",\n                        \"Paskap\",\n                        \"Paskapää\",\n                        \"Paskiainen\",\n                        \"Perhana\",\n                        \"Perkele\",\n                        \"perkele\",\n                        \"Perse\",\n                        \"Persläpi\",\n                        \"Pillu\",\n                        \"rotta\",\n                        \"Runkkari\",\n                        \"Saakeli\",\n                        \"Saamari\",\n                        \"Saatana\",\n                        \"Samperi\",\n                        \"Turku\",\n                        \"Vammanen\",\n                        \"vittu\",\n                        \"Putain\",\n                        \"Cul\",\n                        \"Dégage\",\n                        \"Connard\",\n                        \"Connasse\",\n                        \"Con\",\n                        \"Branleur\",\n                        \"Salope\",\n                        \"salaud\",\n                        \"Casse-toi\",\n                        \"Abruti\",\n                        \"baise\",\n                        \"Batard\",\n                        \"bite\",\n                        \"Branleur\",\n                        \"Casse-toi\",\n                        \"Chatte\",\n                        \"Connard\",\n                        \"Couilles\",\n                        \"Debile\",\n                        \"Encule\",\n                        \"Framble\",\n                        \"Frambler\",\n                        \"garce\",\n                        \"Imbecile\",\n                        \"jouir\",\n                        \"lesbienne\",\n                        \"Merde\",\n                        \"pédé\",\n                        \"Putain\",\n                        \"pute\",\n                        \"salaud\",\n                        \"Salope\",\n                        \"Tais-toi\",\n                        \"Truie\",\n                        \"Zut\",\n                        \"Arschgesicht\",\n                        \"Scheißkopf\",\n                        \"Wichser\",\n                        \"Arschgeige\",\n                        \"Himmeldonnerwetter\",\n                        \"Arschfotze\",\n                        \"Arschloch\",\n                        \"Bulle\",\n                        \"bumsen\",\n                        \"Depp\",\n                        \"Drecksau\",\n                        \"Du\",\n                        \"Dummbatz\",\n                        \"Dummkopf\",\n                        \"duncauf\",\n                        \"Fettbacke\",\n                        \"Wichser\",\n                        \"Ficker\",\n                        \"fickfehler\",\n                        \"Fickfresse\",\n                        \"Fotze\",\n                        \"geil\",\n                        \"Gottverdammt\",\n                        \"Hackfresse\",\n                        \"homofuerst\",\n                        \"Horst\",\n                        \"Huan\",\n                        \"Huansohn\",\n                        \"Huhrensohn\",\n                        \"Hurensohn\",\n                        \"Kackbratze\",\n                        \"Lude\",\n                        \"Luder\",\n                        \"missgeburt\",\n                        \"Miststück\",\n                        \"Muterfiker\",\n                        \"Mutterficker\",\n                        \"Nutle\",\n                        \"Nuttensohn\",\n                        \"Onanieren\",\n                        \"pestbaeule\",\n                        \"Pisser\",\n                        \"Scheiße\",\n                        \"Scheißhaus\",\n                        \"scheissekopf\",\n                        \"Scheissen\",\n                        \"Schise\",\n                        \"Schlampe\",\n                        \"Schwanzlutscher\",\n                        \"Schweinepriester\",\n                        \"Schwuchtel\",\n                        \"Schwul\",\n                        \"Schwuler\",\n                        \"shaisa\",\n                        \"Sheisse\",\n                        \"Shishkoff\",\n                        \"Trottel\",\n                        \"Tunte\",\n                        \"Veganer\",\n                        \"voegeln\",\n                        \"vögeln\",\n                        \"ficken\",\n                        \"wichser\",\n                        \"Wixer\",\n                        \"Zicke\",\n                        \"Zickig\",\n                        \"Zimtzicke\",\n                        \"γαμώ\",\n                        \"σκατά\",\n                        \"σκύλα\",\n                        \"χαζος\",\n                        \"βλάκας\",\n                        \"κόπανος\",\n                        \"σκάσε\",\n                        \"gamiseta\",\n                        \"Noob\",\n                        \"Arab\",\n                        \"Aravi\",\n                        \"Batul\",\n                        \"Beitsim\",\n                        \"benzona\",\n                        \"Bulbul\",\n                        \"cok-sinel\",\n                        \"Efes\",\n                        \"Fal-tzan\",\n                        \"hamor\",\n                        \"Harah\",\n                        \"Imascha\",\n                        \"Kalba\",\n                        \"Koksinel\",\n                        \"Ku-se-mak\",\n                        \"kus\",\n                        \"Kussit\",\n                        \"Malshin\",\n                        \"Mamzer\",\n                        \"Maniak\",\n                        \"Mas-tool\",\n                        \"Masriach\",\n                        \"Menayek\",\n                        \"Muhhamed\",\n                        \"nod\",\n                        \"S'Emek\",\n                        \"Sarsour\",\n                        \"Sharlila\",\n                        \"Sharmuta\",\n                        \"shmenah\",\n                        \"Shtok\",\n                        \"Sigi\",\n                        \"tahat\",\n                        \"tkach\",\n                        \"tzi-tzi\",\n                        \"Zayan\",\n                        \"zayin\",\n                        \"Zayin\",\n                        \"zevel\",\n                        \"zona\",\n                        \"Zona\",\n                        \"Zonah\",\n                        \"मादरचोद\",\n                        \"बहनचोद\",\n                        \"रंडी\",\n                        \"हिजड़े\",\n                        \"गधे\",\n                        \"गांडू\",\n                        \"भड़वे\",\n                        \"चक्कर\",\n                        \"हरामी\",\n                        \"कुत्ता\",\n                        \"नपुंसक\",\n                        \"चुटिया\",\n                        \"भरवा\",\n                        \"रंडवा\",\n                        \"रांड\",\n                        \"भोसडिके\",\n                        \"माँ का लौड़ा\",\n                        \"दुष्ट।\",\n                        \"गांड\",\n                        \"भडुआ\",\n                        \"भोसड़ा\",\n                        \"तेरी माँ का\",\n                        \"लौडा\",\n                        \"Felpofozzalak\",\n                        \"Kettéváglak\",\n                        \"Utállak\",\n                        \"szar\",\n                        \"basszameg\",\n                        \"francba\",\n                        \"picsába\",\n                        \"anjing\",\n                        \"Anjing\",\n                        \"bajingan\",\n                        \"Bajingan\",\n                        \"Bangsat\",\n                        \"Bedebah\",\n                        \"bego\",\n                        \"Bencong\",\n                        \"Biji\",\n                        \"Bispak\",\n                        \"Blah-Bloh\",\n                        \"Blo'on\",\n                        \"brengsek\",\n                        \"Cokil\",\n                        \"Coli\",\n                        \"Cuki\",\n                        \"Eek\",\n                        \"geblek\",\n                        \"bodoh\",\n                        \"tolol\",\n                        \"goblok\",\n                        \"gigolo\",\n                        \"goblok\",\n                        \"heunceut\",\n                        \"Itil\",\n                        \"jancok\",\n                        \"Jancuk\",\n                        \"kalempong\",\n                        \"kampang\",\n                        \"Kontol\",\n                        \"kontol\",\n                        \"titit\",\n                        \"lonte\",\n                        \"maho\",\n                        \"memek\",\n                        \"memek\",\n                        \"meki\",\n                        \"nono\",\n                        \"Monyong\",\n                        \"ngentot\",\n                        \"Ngentot\",\n                        \"Ngepet\",\n                        \"ngewe\",\n                        \"ngocok\",\n                        \"Nyame\",\n                        \"nyoli\",\n                        \"palaji\",\n                        \"Palkon\",\n                        \"Pantat\",\n                        \"Pantek\",\n                        \"peju\",\n                        \"Pelacur\",\n                        \"peler\",\n                        \"pepsi\",\n                        \"Pukimai\",\n                        \"pukimak\",\n                        \"Sampah\",\n                        \"Sempak\",\n                        \"Sempak\",\n                        \"kolor\",\n                        \"Sperma\",\n                        \"Tae\",\n                        \"Tahi\",\n                        \"Tai\",\n                        \"Tholit\",\n                        \"toket\",\n                        \"Cazzo\",\n                        \"Tette\",\n                        \"Stronzo\",\n                        \"Stronza\",\n                        \"Fanculo\",\n                        \"Vaffanculo\",\n                        \"Pompinara\",\n                        \"bastardo\",\n                        \"blowjob\",\n                        \"cagacazzo\",\n                        \"cazzo\",\n                        \"cazzo\",\n                        \"minchia\",\n                        \"mazza\",\n                        \"uccello\",\n                        \"cazzone\",\n                        \"cretino\",\n                        \"Curnut\",\n                        \"Fica\",\n                        \"Figa\",\n                        \"fongoul\",\n                        \"Latrin\",\n                        \"mafankulo\",\n                        \"Manache\",\n                        \"Merda\",\n                        \"Pompinara\",\n                        \"puttana\",\n                        \"rottinculo\",\n                        \"scopare\",\n                        \"segaiolo\",\n                        \"segarsi\",\n                        \"Sorca\",\n                        \"Stoonod\",\n                        \"Stronzo\",\n                        \"Troia\",\n                        \"Vaffan\",\n                        \"vaffanculo\",\n                        \"zoccola\",\n                        \"Zuia\",\n                        \"くそ\",\n                        \"やりまん\",\n                        \"やりちん\",\n                        \"くそったれ\",\n                        \"ぶす\",\n                        \"死ねえ\",\n                        \"Aba-Zure\",\n                        \"Aho\",\n                        \"aho\",\n                        \"Aishi-au\",\n                        \"Ama\",\n                        \"Baishunfu\",\n                        \"Baita\",\n                        \"baka\",\n                        \"Baka\",\n                        \"baka-ne\",\n                        \"bakayaro\",\n                        \"Bakayarou\",\n                        \"Bokki\",\n                        \"buk-korosu\",\n                        \"Busu\",\n                        \"Che\",\n                        \"chikusho\",\n                        \"Chikusho\",\n                        \"chin-ko\",\n                        \"chinkasu\",\n                        \"Chinko\",\n                        \"chinpo\",\n                        \"Chitsu\",\n                        \"damare\",\n                        \"Dobe\",\n                        \"Ecchi\",\n                        \"Etchi\",\n                        \"Fakku\",\n                        \"ふざけるな\",\n                        \"gyuufun\",\n                        \"Hakuchi\",\n                        \"Iku\",\n                        \"ketsunoana\",\n                        \"kimoi\",\n                        \"kintama\",\n                        \"Kintama\",\n                        \"kisama\",\n                        \"Kouno\",\n                        \"Kuso\",\n                        \"Kuso-Debu\",\n                        \"Kusogaki\",\n                        \"Kusokurae\",\n                        \"Kusot-tare\",\n                        \"Kusottare\",\n                        \"kusoyaro\",\n                        \"kusoyarou\",\n                        \"Kutabare\",\n                        \"kutabare\",\n                        \"makeinu\",\n                        \"manko\",\n                        \"Manko\",\n                        \"Mantama\",\n                        \"manzuri\",\n                        \"mara\",\n                        \"namename\",\n                        \"Nameruna\",\n                        \"O-chinko\",\n                        \"O-manko\",\n                        \"okiesawada\",\n                        \"Omanko\",\n                        \"omanko\",\n                        \"onani\",\n                        \"oppai\",\n                        \"Oshikko\",\n                        \"oshiri\",\n                        \"otokonna\",\n                        \"Paizuri\",\n                        \"パイズリ\",\n                        \"Saseko\",\n                        \"性交\",\n                        \"senzuri\",\n                        \"小便\",\n                        \"shakuhachi\",\n                        \"Shimata\",\n                        \"Shimatta\",\n                        \"shomben\",\n                        \"Sukebe\",\n                        \"Takuta\",\n                        \"Tan-Sho\",\n                        \"Tawagoto\",\n                        \"たわごと\",\n                        \"Teme\",\n                        \"teme\",\n                        \"Unchi\",\n                        \"Unko\",\n                        \"Urusei\",\n                        \"Usse\",\n                        \"Yariman\",\n                        \"yarou\",\n                        \"Yowamushi\",\n                        \"zakennayo\",\n                        \"년\",\n                        \"좆\",\n                        \"개새\",\n                        \"시빨\",\n                        \"싸 발\",\n                        \"엿먹어\",\n                        \"babo\",\n                        \"Babo\",\n                        \"bingu\",\n                        \"Boji\",\n                        \"bonggu\",\n                        \"byungshin\",\n                        \"Chaji\",\n                        \"Eh-ja\",\n                        \"Goja\",\n                        \"jhut\",\n                        \"jhut-kkok-ji\",\n                        \"jhut-kkok-ji-ppa-ruh\",\n                        \"jhut-ppa-ruh\",\n                        \"Jiralhanae\",\n                        \"jot-nna\",\n                        \"jotbab\",\n                        \"Kuh-juh\",\n                        \"Michin\",\n                        \"pa-bo\",\n                        \"Poji\",\n                        \"Sheba-nom\",\n                        \"Sheeba\",\n                        \"Shiba\",\n                        \"Shibal\",\n                        \"Shibalnyun\",\n                        \"shipi\",\n                        \"ttong-koo-mung\",\n                        \"Aleuto\",\n                        \"babi\",\n                        \"Bajang\",\n                        \"Barua\",\n                        \"Batang\",\n                        \"Burit\",\n                        \"Butoh\",\n                        \"Canggar\",\n                        \"Chipap\",\n                        \"gampang\",\n                        \"jubo\",\n                        \"konek\",\n                        \"Kote\",\n                        \"pantat\",\n                        \"Pelir\",\n                        \"puki\",\n                        \"Pukimak\",\n                        \"setan\",\n                        \"shitta\",\n                        \"sial\",\n                        \"tongeng\",\n                        \"Breiddjame\",\n                        \"dåsa\",\n                        \"Drittsekk\",\n                        \"Dust\",\n                        \"Faen\",\n                        \"fattig\",\n                        \"Føkkings\",\n                        \"fetta\",\n                        \"Fitte-faen\",\n                        \"Fittesnerk\",\n                        \"Fittetryne\",\n                        \"H'stkuk\",\n                        \"Helvete\",\n                        \"Herregud\",\n                        \"hestkuk\",\n                        \"Homsebull\",\n                        \"J'vel\",\n                        \"Jukkegutt\",\n                        \"Kølle\",\n                        \"kukost\",\n                        \"Kukskalle\",\n                        \"Kuksuger\",\n                        \"Kuktryne\",\n                        \"lassaron\",\n                        \"Ludder\",\n                        \"ludder\",\n                        \"Mordi\",\n                        \"pikk\",\n                        \"pikkhue\",\n                        \"Pokker\",\n                        \"rasshøl\",\n                        \"Rasshull\",\n                        \"Rasstapp\",\n                        \"rævpuler\",\n                        \"Ronkefjes\",\n                        \"Rottpung\",\n                        \"S'dgurgler\",\n                        \"S'dsprut\",\n                        \"Sjettsjur\",\n                        \"skitliv\",\n                        \"slingrefitte\",\n                        \"Slyngel\",\n                        \"Steikje\",\n                        \"trekukk\",\n                        \"Cabrão\",\n                        \"Cabrao\",\n                        \"Caralho\",\n                        \"Bardajona\",\n                        \"Béfe\",\n                        \"Bilha\",\n                        \"Boiola\",\n                        \"Cagar\",\n                        \"carai\",\n                        \"caralho\",\n                        \"Choncho\",\n                        \"Chupa-mos\",\n                        \"Chupa-rola\",\n                        \"Cona\",\n                        \"Cu\",\n                        \"Enrabar\",\n                        \"escarumba\",\n                        \"Esporra\",\n                        \"Esporrada\",\n                        \"Foda-se\",\n                        \"Fodasse\",\n                        \"Fode-te\",\n                        \"Foder\",\n                        \"fufa\",\n                        \"Gaita\",\n                        \"Lambe-cus\",\n                        \"mamada\",\n                        \"Mamas\",\n                        \"Meita\",\n                        \"Merda\",\n                        \"Mijar\",\n                        \"minete\",\n                        \"Pachaxa\",\n                        \"paneleiro\",\n                        \"Parvo\",\n                        \"Peido\",\n                        \"peixota\",\n                        \"Pentelho\",\n                        \"pica\",\n                        \"piroca\",\n                        \"caralho\",\n                        \"Picha\",\n                        \"Pichota\",\n                        \"Pila\",\n                        \"pininho\",\n                        \"Poia\",\n                        \"Porra\",\n                        \"Punheta\",\n                        \"puta\",\n                        \"Rata\",\n                        \"Safada\",\n                        \"Senaita\",\n                        \"Teso\",\n                        \"Tomates\",\n                        \"Toto\",\n                        \"Tubassa\",\n                        \"Vaca\",\n                        \"Vagabundo\",\n                        \"balconar\",\n                        \"Bou\",\n                        \"bulangiu\",\n                        \"Curule\",\n                        \"Curva\",\n                        \"fofoloanca\",\n                        \"frisca\",\n                        \"Futu-i\",\n                        \"Futu-te\",\n                        \"koi\",\n                        \"Labagiu\",\n                        \"Linge-ma\",\n                        \"lingurista\",\n                        \"martalog\",\n                        \"Muie\",\n                        \"muist\",\n                        \"panarama\",\n                        \"Poponar\",\n                        \"Pulaman\",\n                        \"Rapanosule\",\n                        \"savarina\",\n                        \"sfarcuri\",\n                        \"sloboz\",\n                        \"Tarfa\",\n                        \"tzatze\",\n                        \"Cучка\",\n                        \"блядь\",\n                        \"Pizdayob\",\n                        \"Пиздаеб\",\n                        \"охуеть\",\n                        \"ohooiet\",\n                        \"Блядь\",\n                        \"шлюха\",\n                        \"debiloid\",\n                        \"Dolboeb\",\n                        \"Drochit\",\n                        \"Durak\",\n                        \"eban'ko\",\n                        \"Ebat\",\n                        \"Eblan\",\n                        \"gandon\",\n                        \"goluboi\",\n                        \"govno\",\n                        \"hooyóvo\",\n                        \"Hooyeélo\",\n                        \"Hooyovi\",\n                        \"huesos\",\n                        \"Hui\",\n                        \"Huiplet\",\n                        \"Malafyá\",\n                        \"manda\",\n                        \"omped\",\n                        \"oslayob\",\n                        \"Ostyn\",\n                        \"Otebis\",\n                        \"Oyobuk\",\n                        \"Péezdit\",\n                        \"pedik\",\n                        \"Peetoókh\",\n                        \"Peezdit\",\n                        \"Perdet\",\n                        \"pidaryuga\",\n                        \"Pidor\",\n                        \"Piz'da\",\n                        \"Piz'duk\",\n                        \"Pizdet\",\n                        \"S'ebis\",\n                        \"Shalava\",\n                        \"shloocha\",\n                        \"Sooka\",\n                        \"Sosat\",\n                        \"Svoloch\",\n                        \"Tolstak\",\n                        \"Trajat'sya\",\n                        \"Tvar\",\n                        \"Wed'ma\",\n                        \"yebatsya\",\n                        \"yob\",\n                        \"Zaebis\",\n                        \"Zalupa\",\n                        \"zhopa\",\n                        \"Puto\",\n                        \"Verga\",\n                        \"Cojones\",\n                        \"Coño\",\n                        \"Pendejo\",\n                        \"Chupa-mos\",\n                        \"Aduana\",\n                        \"Aguacates\",\n                        \"Aguebado\",\n                        \"Ahua\",\n                        \"Alcahuete\",\n                        \"Alimentos\",\n                        \"Alocate\",\n                        \"Ambia\",\n                        \"balurde\",\n                        \"Bastardo\",\n                        \"Cabezapipe\",\n                        \"Cabron\",\n                        \"cachimba\",\n                        \"Capullo\",\n                        \"gilipollas\",\n                        \"Carajo\",\n                        \"chúpelo\",\n                        \"chichis\",\n                        \"chichotas\",\n                        \"chingalo\",\n                        \"chingar\",\n                        \"chingate\",\n                        \"chorizo\",\n                        \"chucha\",\n                        \"Chupamela\",\n                        \"chupar\",\n                        \"cochina\",\n                        \"cochino\",\n                        \"cojer\",\n                        \"cojones\",\n                        \"Concha\",\n                        \"conchetumare\",\n                        \"cuero\",\n                        \"Culero\",\n                        \"Culo\",\n                        \"dona\",\n                        \"Estupido\",\n                        \"fea\",\n                        \"feo\",\n                        \"pendeja\",\n                        \"pendejo\",\n                        \"forro\",\n                        \"forra\",\n                        \"Gilipollas\",\n                        \"Imbécil\",\n                        \"Hostia\",\n                        \"Huevos\",\n                        \"Jódete\",\n                        \"Joder\",\n                        \"lela\",\n                        \"malparida\",\n                        \"mamahuevo\",\n                        \"Mamon\",\n                        \"marica\",\n                        \"Maricón\",\n                        \"Marihuana\",\n                        \"Mierda\",\n                        \"Momada\",\n                        \"mondá\",\n                        \"Pajero\",\n                        \"Panocha\",\n                        \"perra\",\n                        \"pija\",\n                        \"pinche\",\n                        \"piruja\",\n                        \"poronga\",\n                        \"pupila\",\n                        \"puta\",\n                        \"Skonka\",\n                        \"Soplanucas\",\n                        \"tetas\",\n                        \"Vendejo\",\n                        \"Verga\",\n                        \"verija\",\n                        \"zopupla\",\n                        \"zorra\",\n                        \"Arsel\",\n                        \"Balle\",\n                        \"Blatte\",\n                        \"Dumfan\",\n                        \"Dumjävel\",\n                        \"fan\",\n                        \"Fan\",\n                        \"förböveln\",\n                        \"fita\",\n                        \"Fitta\",\n                        \"fitta\",\n                        \"Fittjävel\",\n                        \"Fittnylle\",\n                        \"Fjolla\",\n                        \"höra\",\n                        \"Hjon\",\n                        \"Hora\",\n                        \"Horunge\",\n                        \"Jävla\",\n                        \"Jävel\",\n                        \"jävla\",\n                        \"djävla\",\n                        \"jäkla\",\n                        \"kärring\",\n                        \"Kötthuvud\",\n                        \"knulla\",\n                        \"knullare\",\n                        \"kuk\",\n                        \"Kukhuvud\",\n                        \"Kuksugare\",\n                        \"kulor\",\n                        \"mammaknullare\",\n                        \"mes\",\n                        \"Miffo\",\n                        \"Moderat\",\n                        \"ollon\",\n                        \"Pajas\",\n                        \"Parmiddag\",\n                        \"pattar\",\n                        \"Pissluder\",\n                        \"Pucko\",\n                        \"rattar\",\n                        \"röding\",\n                        \"Röv\",\n                        \"rövhål\",\n                        \"rumpa\",\n                        \"Runkare\",\n                        \"Runkhora\",\n                        \"Saab\",\n                        \"Sandknulla\",\n                        \"Sarre\",\n                        \"Satan\",\n                        \"skit\",\n                        \"skitstövel\",\n                        \"Slampa\",\n                        \"slyna\",\n                        \"Snorätare\",\n                        \"Sosse\",\n                        \"Tomteporr\",\n                        \"Tratthora\",\n                        \"tuttar\",\n                        \"Våldtäktsman\",\n                        \"Beke\",\n                        \"bobo\",\n                        \"burat\",\n                        \"Bwiset\",\n                        \"Bwisit\",\n                        \"gago\",\n                        \"Gago\",\n                        \"Inutil\",\n                        \"Kulangot\",\n                        \"Malibog\",\n                        \"Pakshet\",\n                        \"Putay\",\n                        \"Punyeta\",\n                        \"Tanga\",\n                        \"Tae\",\n                        \"tee-tee\",\n                        \"torjack\",\n                        \"TUBOL\",\n                        \"โง่\",\n                        \"ควาย\",\n                        \"ควย\",\n                        \"ขี้เหล่\",\n                        \"มึง\",\n                        \"กู\",\n                        \"ลูกอีกะหรี่\",\n                        \"ไอ้เวร\",\n                        \"สัด\",\n                        \"ไอ้\",\n                        \"อี\",\n                        \"อย่าเสือก\",\n                        \"สมน้ำหน้า\",\n                        \"ไอ้หน้าส้นตีน\",\n                        \"ไอ้ส้นตีน\",\n                        \"ไอ้หน้าควย\",\n                        \"ไอ้เชี่ย\",\n                        \"ไอ้เหี้ย\",\n                        \"ไอ้ควาย\",\n                        \"บ้า\",\n                        \"ชักว่าว\",\n                        \"ดอก\",\n                        \"เด้าตูด\",\n                        \"ดึงหมอย\",\n                        \"อีดอก\",\n                        \"อีเหี้ย\",\n                        \"อีสัต\",\n                        \"อีช้างลากเย็ด\",\n                        \"อีแรด\",\n                        \"อีร้อยควย\",\n                        \"อีร่าน\",\n                        \"อีตูด\",\n                        \"ฝรั่งขี้นก\",\n                        \"กะหรี่\",\n                        \"กาก\",\n                        \"กินขี้\",\n                        \"หีร้อยควย\",\n                        \"เหี้ย\",\n                        \"หี\",\n                        \"หีแม่มีง\",\n                        \"หัวควย\",\n                        \"หำน้อย\",\n                        \"ไอ้ห่า\",\n                        \"ไอ้เหี้ย\",\n                        \"ไอ้สัต\",\n                        \"ไข่ยาน\",\n                        \"ขี้ใส่หำกู\",\n                        \"หัวควย\",\n                        \"ควย\",\n                        \"มาเด้าตูดกัน\",\n                        \"มาเย็ดกัน\",\n                        \"แม่มึงตาย\",\n                        \"มึงเป็นเอด\",\n                        \"หน้าหี\",\n                        \"น่าเย็ด\",\n                        \"หน้าหี\",\n                        \"หนังหี\",\n                        \"หน่อแตด\",\n                        \"พ่อมึงตาย\",\n                        \"พ่อมึง\",\n                        \"ระยำ\",\n                        \"เชี่ย\",\n                        \"เสือก\",\n                        \"สันดาน\",\n                        \"สัต\",\n                        \"ติ้วหี\",\n                        \"ตูดสวย\",\n                        \"เย็ด\",\n                        \"เย็ดเป็ด\",\n                        \"เย็ดเข้\",\n                        \"เย็ดแม่\",\n                        \"โง่\",\n                        \"ขี้เหร่\",\n                        \"ไอ้\",\n                        \"ลูกกะหรี่\",\n                        \"ไอ้เวร\",\n                        \"อี\",\n                        \"กะหรี่\",\n                        \"อีตัว\",\n                        \"ลูกกะหรี่\",\n                        \"กะเทย\",\n                        \"มึง\",\n                        \"กู\",\n                        \"เงียบ\",\n                        \"หุบปาก\",\n                        \"เย็ด\",\n                        \"เย็ดแม่\",\n                        \"เย็ดมึง\",\n                        \"เย็ดเป็ด\",\n                        \"ควย\",\n                        \"อมควย\",\n                        \"กระดอ\",\n                        \"ดอสั้น\",\n                        \"หี\",\n                        \"หอย\",\n                        \"อะไรวะ\",\n                        \"ขี้\",\n                        \"ตอแหล\",\n                        \"ชักว่าว\",\n                        \"ตกเบ็ด\",\n                        \"Şapka\",\n                        \"a.q\",\n                        \"Amına\",\n                        \"Amsalak\",\n                        \"atyarragi\",\n                        \"Bamya\",\n                        \"Besiktas\",\n                        \"Bok\",\n                        \"Budala\",\n                        \"Cimbom\",\n                        \"dallama\",\n                        \"dalyarak\",\n                        \"Deyus\",\n                        \"Deyyus\",\n                        \"Ezik\",\n                        \"fenerbahçe\",\n                        \"Götübozuk\",\n                        \"götveren\",\n                        \"Gerizekalı\",\n                        \"gotoglani\",\n                        \"kalantor\",\n                        \"Kaltak\",\n                        \"keriz\",\n                        \"o.ç\",\n                        \"Orosp\",\n                        \"Orospu\",\n                        \"otuzbir\",\n                        \"otuzbirci\",\n                        \"pezevenk\",\n                        \"Piç\",\n                        \"piçi\",\n                        \"pipi\",\n                        \"puşt\",\n                        \"Salak\",\n                        \"Sikkafa\",\n                        \"siktir\",\n                        \"Travesti\",\n                        \"Yarak\",\n                        \"Yavsak\",\n                        \"ibne\",\n                        \"Bitch\",\n                        \"blyat\",\n                        \"doopoo\",\n                        \"Hivno\",\n                        \"huey\",\n                        \"Huy\",\n                        \"Koorva\",\n                        \"koorvah\",\n                        \"Курва\",\n                        \"Kurvee\",\n                        \"layno\",\n                        \"Matyook\",\n                        \"Meenyetka\",\n                        \"Nahuynik\",\n                        \"Peederus\",\n                        \"Peezdets\",\n                        \"Perdyee\",\n                        \"срацкох\",\n                        \"Срака\",\n                        \"виблядок\",\n                        \"Єбати\",\n                        \"замкнесех\",\n                        \"دلال\",\n                        \"گددھا\",\n                        \"غنڈو\",\n                        \"حرامزادہ\",\n                        \"حرامزادی\",\n                        \"حرام سلّ\",\n                        \"کامنہ\",\n                        \"kutta\",\n                        \"Kutti\",\n                        \"Lula\",\n                        \"Lola\",\n                        \"لولے\",\n                        \"lulmuah\",\n                        \"madarugly\",\n                        \"Mayyaada\",\n                        \"moomeh\",\n                        \"Myyaada\",\n                        \"pancho\",\n                        \"Phudi\",\n                        \"poody\",\n                        \"đụ\",\n                        \"đù\",\n                        \"đĩ\",\n                        \"điếm\",\n                        \"đéo\",\n                        \"ngu\",\n                        \"cứt\",\n                        \"Địt\",\n                        \"cặc\",\n                        \"cu\",\n                        \"dit\",\n                        \"goo\",\n                        \"lồn\",\n                        \"ngu ngốc\",\n                        \"abo\",\n                        \"abbo\",\n                        \"boong\",\n                        \"bung\",\n                        \"coon\",\n                        \"lubra\",\n                        \"Béni-oui-oui\",\n                        \"bluegum\",\n                        \"burrhead\",\n                        \"burr-head\",\n                        \"golliwogg\",\n                        \"jigaboo\",\n                        \"jiggabo\",\n                        \"jijjiboo\",\n                        \"zigabo\",\n                        \"jigg\",\n                        \"jiggy\",\n                        \"jigga\",\n                        \"kaffir\",\n                        \"kaffer\",\n                        \"kafir\",\n                        \"kaffre\",\n                        \"macaca\",\n                        \"mammy\",\n                        \"mosshead\",\n                        \"munt\",\n                        \"nig-nog\",\n                        \"nigger\",\n                        \"niggar\",\n                        \"niggur\",\n                        \"niger\",\n                        \"nigor\",\n                        \"nigar\",\n                        \"nigga\",\n                        \"niggah\",\n                        \"nig\",\n                        \"nigguh\",\n                        \"niglet\",\n                        \"nigglet\",\n                        \"nigra\",\n                        \"negra\",\n                        \"niggra\",\n                        \"nigrah\",\n                        \"nigruh\",\n                        \"pickaninny\",\n                        \"quashie\",\n                        \"sambo\",\n                        \"sooty\",\n                        \"thicklips\",\n                        \"bootlips\",\n                        \"chinaman\",\n                        \"chink\",\n                        \"coolie\",\n                        \"gook\",\n                        \"jap\",\n                        \"nip\",\n                        \"yellowman\",\n                        \"chee-chee\",\n                        \"chinki\",\n                        \"madrasi\",\n                        \"malaun\",\n                        \"paki\",\n                        \"dink\",\n                        \"gugus\",\n                        \"huan-a\",\n                        \"jakun\",\n                        \"hajji\",\n                        \"hadji\",\n                        \"haji\",\n                        \"towelhead\",\n                        \"raghead\",\n                        \"beaner\",\n                        \"cholo\",\n                        \"greaseball\",\n                        \"greaser\",\n                        \"spic\",\n                        \"spick\",\n                        \"spik\",\n                        \"spig\",\n                        \"sudaca\",\n                        \"tacohead\",\n                        \"tonk\",\n                        \"veneco\",\n                        \"wetback\",\n                        \"european\",\n                        \"barang\",\n                        \"bule\",\n                        \"farang\",\n                        \"gammon\",\n                        \"gringo\",\n                        \"gubba\",\n                        \"gweilo\",\n                        \"gwailo\",\n                        \"honky\",\n                        \"haole\",\n                        \"bohunk\",\n                        \"medigan\",\n                        \"amedigan\",\n                        \"ofay\",\n                        \"arkie\",\n                        \"okie\",\n                        \"peckerwood\",\n                        \"whitey\",\n                        \"chocko\",\n                        \"dago\",\n                        \"kanake\",\n                        \"Métèque\",\n                        \"wog\",\n                        \"chug\",\n                        \"eskimo\",\n                        \"redskin\",\n                        \"squaw\",\n                        \"yanacona\",\n                        \"boonga\",\n                        \"bunga\",\n                        \"boonie\",\n                        \"hori\",\n                        \"kanaka\",\n                        \"buckra\",\n                        \"bakra\",\n                        \"bumpkin\",\n                        \"hick\",\n                        \"hillbilly\",\n                        \"honkey\",\n                        \"honkie\",\n                        \"redneck\",\n                        \"Curepí\",\n                        \"argie\",\n                        \"limey\",\n                        \"pommy\",\n                        \"pirata\",\n                        \"teuchter\",\n                        \"cubiche\",\n                        \"gusano\",\n                        \"boches\",\n                        \"chleuh\",\n                        \"hermans\",\n                        \"herms\",\n                        \"huns\",\n                        \"kraut\",\n                        \"marmeladinger\",\n                        \"mof\",\n                        \"piefke\",\n                        \"paddy\",\n                        \"taig\",\n                        \"snout\",\n                        \"continentale\",\n                        \"eyetie\",\n                        \"ginzo\",\n                        \"goombah\",\n                        \"polentone\",\n                        \"terrone\",\n                        \"wop\",\n                        \"sardinians\",\n                        \"sardegnolo\",\n                        \"sardignòlo\",\n                        \"sardignuolo\",\n                        \"sardagnòlo\",\n                        \"kapo\",\n                        \"kike\",\n                        \"kyke\",\n                        \"shylock\",\n                        \"yid\",\n                        \"zhyd\",\n                        \"lebo\",\n                        \"lebbo\",\n                        \"fyromian\",\n                        \"bulgaroskopian\",\n                        \"macedonist\",\n                        \"pseudomacedonian\",\n                        \"pseudo-macedonian\",\n                        \"skopjan\",\n                        \"skopjian\",\n                        \"skopiana\",\n                        \"skopianika\",\n                        \"chukhna\",\n                        \"polack\",\n                        \"polak\",\n                        \"pollack\",\n                        \"pollock\",\n                        \"polock\",\n                        \"pshek\",\n                        \"mazurik\",\n                        \"russki\",\n                        \"russkie\",\n                        \"moskal\",\n                        \"japies\",\n                        \"yarpies\",\n                        \"mulatto\",\n                        \"wigger\",\n                        \"wigga\",\n                        \"wegro\",\n                        \"zambo\",\n                        \"lobos\"\n                    ]\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"062174b1358de10e9dbb5fb950c49a7f\"\n    },\n    \"model\": {\n        \"id\": \"profanity-filter-new2\",\n        \"name\": \"profanity-filter-new2\",\n        \"created_at\": \"2023-11-23T11:16:45.317604928Z\",\n        \"modified_at\": \"2023-11-23T11:16:45.317604928Z\",\n        \"app_id\": \"test-app-1700638575-empty\",\n        \"user_id\": \"a0btrubbaefn\",\n        \"model_type_id\": \"keyword-filter-operator\",\n        \"visibility\": {\n            \"gettable\": 10\n        },\n        \"metadata\": {},\n        \"presets\": {},\n        \"toolkits\": [],\n        \"use_cases\": [],\n        \"languages\": [],\n        \"languages_full\": [],\n        \"check_consents\": [],\n        \"workflow_recommended\": false\n    }\n}"}],"_postman_id":"e4044ac5-8a1b-4d69-9222-b2958ee358c8"}],"id":"44766f41-8203-4a4a-8656-a79b7109773d","description":"<p>Create an image crop model that extracts a sub-region of an image based on detected bounding box coordinates. Typically used downstream of a detection model in a workflow.</p>\n<p><strong>Steps:</strong> create model → create model version.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code>, <code>YOUR_MODEL_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/create/models/manage\">Manage Models</a></p>\n","_postman_id":"44766f41-8203-4a4a-8656-a79b7109773d","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Update Model ID","id":"224ada41-2dcd-4d75-a58d-27046e348254","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ids\": [{\n        \"id\": \"burgerz\",\n        \"new_id\": \"named-entity-recognition-diseases-english-text\"\n        }],\n    \"action\": \"overwrite\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/ids","description":"<p>Rename a model by updating its ID. All existing model versions remain associated with the new ID.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>models[].id</code></td>\n<td>string</td>\n<td>Current model ID</td>\n</tr>\n<tr>\n<td><code>models[].new_id</code></td>\n<td>string</td>\n<td>New model ID</td>\n</tr>\n<tr>\n<td><code>action</code></td>\n<td>string</td>\n<td>Must be <code>overwrite</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models","ids"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"cc10c6e9-4e95-497f-84a0-5e8f6f8691b9","name":"Update Model id","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ids\": [{\n        \"id\": \"burgerz\",\n        \"new_id\": \"named-entity-recognition-diseases-english-text\"\n        }],\n    \"action\": \"overwrite\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/ids"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"fa3c14f038a9d9f2224c41ed2183f632\"\n    },\n    \"models\": [\n        {\n            \"id\": \"named-entity-recognition-diseases-english-text\",\n            \"name\": \"burgerz\",\n            \"created_at\": \"2023-11-23T11:15:32.431806Z\",\n            \"modified_at\": \"2023-11-23T11:16:02.900299Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"embedding-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"presets\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        }\n    ]\n}"}],"_postman_id":"224ada41-2dcd-4d75-a58d-27046e348254"},{"name":"Patch Models","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"model_id\", encodeURIComponent(JSON.parse(responseBody).model.id));","postman.setEnvironmentVariable(\"version_id\", encodeURIComponent(JSON.parse(responseBody).model.model_version.id));"],"type":"text/javascript","packages":{},"id":"91c80c42-e835-4230-acd4-3c8a35b6d076"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"7cb5354c-746d-4cc3-ad0c-006d8119c0bd"}}],"id":"73ca56c9-228c-4d1c-b2f9-4cdf8935ef9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"models\": [\n        {\n            \"id\": \"YOUR_MODEL_ID\",\n            \"output_info\": {\n                \"output_config\": {\n                    \"training_timeout\": \"14400\"\n                }\n            }\n        }\n    ],\n    \"action\": \"merge\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models","description":"<p>Update one or more model attributes — name, description, metadata, output configuration, or timeout settings.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>models[].id</code></td>\n<td>string</td>\n<td>Model ID to update</td>\n</tr>\n<tr>\n<td><code>models[].description</code></td>\n<td>string</td>\n<td>Updated description</td>\n</tr>\n<tr>\n<td><code>models[].metadata</code></td>\n<td>object</td>\n<td>Updated metadata</td>\n</tr>\n<tr>\n<td><code>action</code></td>\n<td>string</td>\n<td><code>merge</code> or <code>overwrite</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"ebb355b9-3557-4e52-8fef-71be80887bfa","name":"Patch Models (update timeout)","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"models\": [\n        {\n            \"id\": \"openai-create-image-9\",\n            \"output_info\": {\n                \"output_config\": {\n                    \"training_timeout\": \"14400\"\n                }\n            }\n        }\n    ],\n    \"action\": \"merge\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"90612ca1d836e3f21ccb19f870f06d80\"\n    },\n    \"models\": [\n        {\n            \"id\": \"openai-create-image-9\",\n            \"name\": \"openai-create-image-9\",\n            \"created_at\": \"2023-11-23T11:16:25.775735Z\",\n            \"modified_at\": \"2023-11-23T11:19:20.672891Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"text-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"presets\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        }\n    ]\n}"},{"id":"d02d8f67-696c-4eb6-9da4-786b21826486","name":"Patch Models (name and output_config)","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"models\": [\n        {\n            \"id\": \"openai-create-image-9\",\n            \"name\": \"newnewnewname\",\n            \"output_info\": {\n                \"output_config\": {\n                    \"concepts_mutually_exclusive\": true\n                }\n            }\n        }\n    ],\n    \"action\": \"overwrite\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"1d2c2436883b352389bf574fb17ab176\"\n    },\n    \"models\": [\n        {\n            \"id\": \"openai-create-image-9\",\n            \"name\": \"newnewnewname\",\n            \"created_at\": \"2023-11-23T11:16:25.775735Z\",\n            \"modified_at\": \"2023-11-23T11:19:38.173686Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"text-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"presets\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        }\n    ]\n}"},{"id":"4d55c920-1057-4328-8881-dc1d7397715d","name":"Patch Models  (remove concept)","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"models\": [\n        {\n            \"id\": \"openai-create-image-9\",\n            \"name\": \"newname2\",\n            \"output_info\": {\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"ferrari23\"\n                        }\n                    ]\n                }\n            }\n        }\n    ],\n    \"action\": \"remove\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"9f39f252ba5286b27561cab846e6a673\"\n    },\n    \"models\": [\n        {\n            \"id\": \"openai-create-image-9\",\n            \"name\": \"newname2\",\n            \"created_at\": \"2023-11-23T11:16:25.775735Z\",\n            \"modified_at\": \"2023-11-23T11:28:02.280411Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"text-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"presets\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        }\n    ]\n}"}],"_postman_id":"73ca56c9-228c-4d1c-b2f9-4cdf8935ef9d"},{"name":"Predict","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"9615f182-9a2a-40ad-af66-63a05becb03d"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"c1bced99-2899-4451-a1b2-e87ce7b8f9f2"}}],"id":"e611dca4-d05c-4f62-a874-b02fd3c76c9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"inputs\": [\n        {\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSnzXSi3jhSHbFdRu-ldBQ7B7d65QkQgHSoWA&usqp=CAU\"\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID/outputs","description":"<p>Run inference on one or more inputs using a model. Returns predictions from the model's latest version. Use the <code>/versions/{version_id}/outputs</code> path to predict with a specific version.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>inputs[].data.image.url</code></td>\n<td>string</td>\n<td>URL of the image to predict on</td>\n</tr>\n<tr>\n<td><code>inputs[].data.text.raw</code></td>\n<td>string</td>\n<td>Raw text to predict on</td>\n</tr>\n<tr>\n<td><code>model.output_info.output_config.max_concepts</code></td>\n<td>integer</td>\n<td>Maximum number of concepts to return</td>\n</tr>\n<tr>\n<td><code>model.output_info.output_config.min_value</code></td>\n<td>float</td>\n<td>Minimum confidence threshold (0–1)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models","YOUR_MODEL_ID","outputs"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"6583376f-8e93-42e1-9fd6-5ae7d4428d20","name":"General Image Recognition","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"inputs\": [\n        {\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/metro-north.jpg\"\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/clarifai/apps/main/models/general-image-recognition/outputs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"2c89487b3d6253a2df7d997209ab3c1d\"\n    },\n    \"outputs\": [\n        {\n            \"id\": \"4b999bc1f0b748b083af816b726f9577\",\n            \"status\": {\n                \"code\": 10000,\n                \"description\": \"Ok\"\n            },\n            \"created_at\": \"2023-11-23T11:20:25.638700893Z\",\n            \"model\": {\n                \"id\": \"apparel-recognition\",\n                \"name\": \"apparel\",\n                \"created_at\": \"2016-12-15T01:29:04.622209Z\",\n                \"modified_at\": \"2023-05-23T12:34:15.093542Z\",\n                \"app_id\": \"main\",\n                \"model_version\": {\n                    \"id\": \"dc2cd6d9bff5425a80bfe0c4105583c1\",\n                    \"created_at\": \"2016-12-15T01:29:04.622209Z\",\n                    \"status\": {\n                        \"code\": 21100,\n                        \"description\": \"Model is trained and ready\"\n                    },\n                    \"visibility\": {\n                        \"gettable\": 50\n                    },\n                    \"app_id\": \"main\",\n                    \"user_id\": \"clarifai\",\n                    \"metadata\": {}\n                },\n                \"display_name\": \"apparel-visual-classifier\",\n                \"user_id\": \"clarifai\",\n                \"model_type_id\": \"visual-classifier\",\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"toolkits\": [],\n                \"use_cases\": [],\n                \"languages\": [],\n                \"languages_full\": [],\n                \"check_consents\": [],\n                \"workflow_recommended\": false\n            },\n            \"input\": {\n                \"id\": \"c241fdade2284e7b84d6004948a3421f\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSnzXSi3jhSHbFdRu-ldBQ7B7d65QkQgHSoWA&usqp=CAU\"\n                    }\n                }\n            },\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"ai_bXKvhw9n\",\n                        \"name\": \"Polos\",\n                        \"value\": 0.9338605,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_PxHDNZ7W\",\n                        \"name\": \"T-Shirt\",\n                        \"value\": 0.9111426,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_DB9fg9zx\",\n                        \"name\": \"Activewear T Shirt\",\n                        \"value\": 0.505948,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_fFlQDW0c\",\n                        \"name\": \"Blouse\",\n                        \"value\": 0.021622758,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_6wNWp7sV\",\n                        \"name\": \"Sleepwear\",\n                        \"value\": 0.017354352,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_ZdKP9568\",\n                        \"name\": \"Button-Down\",\n                        \"value\": 0.016567573,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_14DHBZb8\",\n                        \"name\": \"Sweatshirt\",\n                        \"value\": 0.015236078,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_zTGRW4d6\",\n                        \"name\": \"Blazer\",\n                        \"value\": 0.014492731,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_2fQ7dxwC\",\n                        \"name\": \"Tube Top\",\n                        \"value\": 0.013895297,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_sLXGd60v\",\n                        \"name\": \"Turtleneck\",\n                        \"value\": 0.012984616,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_fV17Rh8q\",\n                        \"name\": \"Sweater\",\n                        \"value\": 0.011040202,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_x1X1tNs5\",\n                        \"name\": \"One-Piece\",\n                        \"value\": 0.010136624,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_hN5FhfT7\",\n                        \"name\": \"Cardigan\",\n                        \"value\": 0.008903351,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_Q7xfVXVM\",\n                        \"name\": \"Tie\",\n                        \"value\": 0.00797598,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_BCpGJVsP\",\n                        \"name\": \"Halter Top\",\n                        \"value\": 0.007962421,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_zLQ06vpb\",\n                        \"name\": \"Men's Shorts\",\n                        \"value\": 0.0075161625,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_X9BxQ57Z\",\n                        \"name\": \"Kimono\",\n                        \"value\": 0.0073983357,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_Lvn6gxp9\",\n                        \"name\": \"Cocktail Dress\",\n                        \"value\": 0.006994879,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_BK6xHcfw\",\n                        \"name\": \"Hoodies\",\n                        \"value\": 0.006424995,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_FK40S8BP\",\n                        \"name\": \"Swimwear\",\n                        \"value\": 0.0057420935,\n                        \"app_id\": \"main\"\n                    }\n                ]\n            }\n        }\n    ]\n}"},{"id":"46c86c82-ff64-4fb1-b4e7-7839bfcc219b","name":"Image Apparel Recognition","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"inputs\": [\n        {\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSnzXSi3jhSHbFdRu-ldBQ7B7d65QkQgHSoWA&usqp=CAU\"\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/clarifai/apps/main/models/apparel-recognition/outputs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"2c89487b3d6253a2df7d997209ab3c1d\"\n    },\n    \"outputs\": [\n        {\n            \"id\": \"4b999bc1f0b748b083af816b726f9577\",\n            \"status\": {\n                \"code\": 10000,\n                \"description\": \"Ok\"\n            },\n            \"created_at\": \"2023-11-23T11:20:25.638700893Z\",\n            \"model\": {\n                \"id\": \"apparel-recognition\",\n                \"name\": \"apparel\",\n                \"created_at\": \"2016-12-15T01:29:04.622209Z\",\n                \"modified_at\": \"2023-05-23T12:34:15.093542Z\",\n                \"app_id\": \"main\",\n                \"model_version\": {\n                    \"id\": \"dc2cd6d9bff5425a80bfe0c4105583c1\",\n                    \"created_at\": \"2016-12-15T01:29:04.622209Z\",\n                    \"status\": {\n                        \"code\": 21100,\n                        \"description\": \"Model is trained and ready\"\n                    },\n                    \"visibility\": {\n                        \"gettable\": 50\n                    },\n                    \"app_id\": \"main\",\n                    \"user_id\": \"clarifai\",\n                    \"metadata\": {}\n                },\n                \"display_name\": \"apparel-visual-classifier\",\n                \"user_id\": \"clarifai\",\n                \"model_type_id\": \"visual-classifier\",\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"toolkits\": [],\n                \"use_cases\": [],\n                \"languages\": [],\n                \"languages_full\": [],\n                \"check_consents\": [],\n                \"workflow_recommended\": false\n            },\n            \"input\": {\n                \"id\": \"c241fdade2284e7b84d6004948a3421f\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSnzXSi3jhSHbFdRu-ldBQ7B7d65QkQgHSoWA&usqp=CAU\"\n                    }\n                }\n            },\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"ai_bXKvhw9n\",\n                        \"name\": \"Polos\",\n                        \"value\": 0.9338605,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_PxHDNZ7W\",\n                        \"name\": \"T-Shirt\",\n                        \"value\": 0.9111426,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_DB9fg9zx\",\n                        \"name\": \"Activewear T Shirt\",\n                        \"value\": 0.505948,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_fFlQDW0c\",\n                        \"name\": \"Blouse\",\n                        \"value\": 0.021622758,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_6wNWp7sV\",\n                        \"name\": \"Sleepwear\",\n                        \"value\": 0.017354352,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_ZdKP9568\",\n                        \"name\": \"Button-Down\",\n                        \"value\": 0.016567573,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_14DHBZb8\",\n                        \"name\": \"Sweatshirt\",\n                        \"value\": 0.015236078,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_zTGRW4d6\",\n                        \"name\": \"Blazer\",\n                        \"value\": 0.014492731,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_2fQ7dxwC\",\n                        \"name\": \"Tube Top\",\n                        \"value\": 0.013895297,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_sLXGd60v\",\n                        \"name\": \"Turtleneck\",\n                        \"value\": 0.012984616,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_fV17Rh8q\",\n                        \"name\": \"Sweater\",\n                        \"value\": 0.011040202,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_x1X1tNs5\",\n                        \"name\": \"One-Piece\",\n                        \"value\": 0.010136624,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_hN5FhfT7\",\n                        \"name\": \"Cardigan\",\n                        \"value\": 0.008903351,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_Q7xfVXVM\",\n                        \"name\": \"Tie\",\n                        \"value\": 0.00797598,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_BCpGJVsP\",\n                        \"name\": \"Halter Top\",\n                        \"value\": 0.007962421,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_zLQ06vpb\",\n                        \"name\": \"Men's Shorts\",\n                        \"value\": 0.0075161625,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_X9BxQ57Z\",\n                        \"name\": \"Kimono\",\n                        \"value\": 0.0073983357,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_Lvn6gxp9\",\n                        \"name\": \"Cocktail Dress\",\n                        \"value\": 0.006994879,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_BK6xHcfw\",\n                        \"name\": \"Hoodies\",\n                        \"value\": 0.006424995,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_FK40S8BP\",\n                        \"name\": \"Swimwear\",\n                        \"value\": 0.0057420935,\n                        \"app_id\": \"main\"\n                    }\n                ]\n            }\n        }\n    ]\n}"},{"id":"5dd80220-8eec-4211-b312-c46074059ee7","name":"Predict Video URL","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{  \n   \"inputs\":[  \n      {  \n         \"data\":{  \n            \"video\":{  \n               \"url\":\"https://samples.clarifai.com/beer.mp4\"\n            }\n         }\n      }\n   ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID/outputs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"b2064802534cb8f782eb97ac3954bf89\"\n    },\n    \"outputs\": [\n        {\n            \"id\": \"a6cc0e08506e473496121a22f84a2401\",\n            \"status\": {\n                \"code\": 10000,\n                \"description\": \"Ok\"\n            },\n            \"created_at\": \"2023-11-23T07:59:45.725443804Z\",\n            \"model\": {\n                \"id\": \"apparel-recognition\",\n                \"name\": \"apparel\",\n                \"created_at\": \"2016-12-15T01:29:04.622209Z\",\n                \"modified_at\": \"2023-05-23T12:34:15.093542Z\",\n                \"app_id\": \"main\",\n                \"model_version\": {\n                    \"id\": \"dc2cd6d9bff5425a80bfe0c4105583c1\",\n                    \"created_at\": \"2016-12-15T01:29:04.622209Z\",\n                    \"status\": {\n                        \"code\": 21100,\n                        \"description\": \"Model is trained and ready\"\n                    },\n                    \"visibility\": {\n                        \"gettable\": 50\n                    },\n                    \"app_id\": \"main\",\n                    \"user_id\": \"clarifai\",\n                    \"metadata\": {}\n                },\n                \"display_name\": \"apparel-visual-classifier\",\n                \"user_id\": \"clarifai\",\n                \"model_type_id\": \"visual-classifier\",\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"toolkits\": [],\n                \"use_cases\": [],\n                \"languages\": [],\n                \"languages_full\": [],\n                \"check_consents\": [],\n                \"workflow_recommended\": false\n            },\n            \"input\": {\n                \"id\": \"479a233a634d4e2e9c05098d6bfae6a2\",\n                \"data\": {\n                    \"video\": {\n                        \"url\": \"https://samples.clarifai.com/beer.mp4\"\n                    }\n                }\n            },\n            \"data\": {\n                \"frames\": [\n                    {\n                        \"frame_info\": {\n                            \"index\": 0,\n                            \"time\": 500\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"ai_4NsJqZTB\",\n                                    \"name\": \"Ring\",\n                                    \"value\": 0.90268916,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_6nF00KsR\",\n                                    \"name\": \"Men's Dress Shoes\",\n                                    \"value\": 0.39901596,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_MZz07Pnw\",\n                                    \"name\": \"Bracelet\",\n                                    \"value\": 0.31126797,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_0PM9RnsJ\",\n                                    \"name\": \"Pumps\",\n                                    \"value\": 0.26319304,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_z5F7XFlb\",\n                                    \"name\": \"Platform Shoes\",\n                                    \"value\": 0.25784707,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_GWJG9K9S\",\n                                    \"name\": \"Wallet\",\n                                    \"value\": 0.25010008,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_dt6mFvGt\",\n                                    \"name\": \"Sunglasses\",\n                                    \"value\": 0.23802476,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_mtd6x6QM\",\n                                    \"name\": \"Flats\",\n                                    \"value\": 0.21309257,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_SGXgBwzJ\",\n                                    \"name\": \"Sneakers\",\n                                    \"value\": 0.19622034,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_P2cKDGMW\",\n                                    \"name\": \"Clogs\",\n                                    \"value\": 0.18752512,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_Xfs5V5DH\",\n                                    \"name\": \"Women's Boots\",\n                                    \"value\": 0.15672876,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_hlBWBcP8\",\n                                    \"name\": \"Men's Boots\",\n                                    \"value\": 0.14916864,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_fpjq5JLS\",\n                                    \"name\": \"Knee Length Skirt\",\n                                    \"value\": 0.13177338,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_cjhVr9Tf\",\n                                    \"name\": \"Necklace\",\n                                    \"value\": 0.118617296,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_T8DMpsgc\",\n                                    \"name\": \"Midi Skirt\",\n                                    \"value\": 0.09912549,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_Z79pShcW\",\n                                    \"name\": \"Oxfords\",\n                                    \"value\": 0.09695284,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_0zhMPWP5\",\n                                    \"name\": \"Wedding Dress\",\n                                    \"value\": 0.08764245,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_LLG9S3Fg\",\n                                    \"name\": \"Women's Sandals\",\n                                    \"value\": 0.07857549,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_kPdHSQBj\",\n                                    \"name\": \"Mini Skirt\",\n                                    \"value\": 0.0712471,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_x9xC4G2r\",\n                                    \"name\": \"Tote Bag\",\n                                    \"value\": 0.060722828,\n                                    \"app_id\": \"main\"\n                                }\n                            ]\n                        },\n                        \"id\": \"faa9f3d5c8569123d8bea365ea478031\"\n                    },\n                    {\n                        \"frame_info\": {\n                            \"index\": 1,\n                            \"time\": 1500\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"ai_4NsJqZTB\",\n                                    \"name\": \"Ring\",\n                                    \"value\": 0.82924765,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_6nF00KsR\",\n                                    \"name\": \"Men's Dress Shoes\",\n                                    \"value\": 0.46936136,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_hlBWBcP8\",\n                                    \"name\": \"Men's Boots\",\n                                    \"value\": 0.2129777,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_0PM9RnsJ\",\n                                    \"name\": \"Pumps\",\n                                    \"value\": 0.18616039,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_P2cKDGMW\",\n                                    \"name\": \"Clogs\",\n                                    \"value\": 0.15437138,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_z5F7XFlb\",\n                                    \"name\": \"Platform Shoes\",\n                                    \"value\": 0.14095984,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_cjhVr9Tf\",\n                                    \"name\": \"Necklace\",\n                                    \"value\": 0.11307672,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_MZz07Pnw\",\n                                    \"name\": \"Bracelet\",\n                                    \"value\": 0.08222035,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_2KGqNjLM\",\n                                    \"name\": \"Earring\",\n                                    \"value\": 0.05832608,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_Z79pShcW\",\n                                    \"name\": \"Oxfords\",\n                                    \"value\": 0.055387706,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_Xfs5V5DH\",\n                                    \"name\": \"Women's Boots\",\n                                    \"value\": 0.05276431,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_jt5kSMNT\",\n                                    \"name\": \"Socks\",\n                                    \"value\": 0.04910677,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_0zhMPWP5\",\n                                    \"name\": \"Wedding Dress\",\n                                    \"value\": 0.04366389,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_GWJG9K9S\",\n                                    \"name\": \"Wallet\",\n                                    \"value\": 0.042876955,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_LLG9S3Fg\",\n                                    \"name\": \"Women's Sandals\",\n                                    \"value\": 0.04172343,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_dt6mFvGt\",\n                                    \"name\": \"Sunglasses\",\n                                    \"value\": 0.029591313,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_mtd6x6QM\",\n                                    \"name\": \"Flats\",\n                                    \"value\": 0.027568337,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_PpNXZGZl\",\n                                    \"name\": \"Loafers\",\n                                    \"value\": 0.025136162,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_QMTdVP1h\",\n                                    \"name\": \"Gloves\",\n                                    \"value\": 0.019275602,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_nJXcs1ns\",\n                                    \"name\": \"Maxi Skirt\",\n                                    \"value\": 0.018041234,\n                                    \"app_id\": \"main\"\n                                }\n                            ]\n                        },\n                        \"id\": \"8e5f8672bdda2f2682d59ccc019d48c0\"\n                    },\n                    {\n                        \"frame_info\": {\n                            \"index\": 2,\n                            \"time\": 2500\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"ai_4NsJqZTB\",\n                                    \"name\": \"Ring\",\n                                    \"value\": 0.82376486,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_z5F7XFlb\",\n                                    \"name\": \"Platform Shoes\",\n                                    \"value\": 0.6011005,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_0PM9RnsJ\",\n                                    \"name\": \"Pumps\",\n                                    \"value\": 0.5200979,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_P2cKDGMW\",\n                                    \"name\": \"Clogs\",\n                                    \"value\": 0.37294456,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_6nF00KsR\",\n                                    \"name\": \"Men's Dress Shoes\",\n                                    \"value\": 0.354214,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_LLG9S3Fg\",\n                                    \"name\": \"Women's Sandals\",\n                                    \"value\": 0.21168526,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_Z79pShcW\",\n                                    \"name\": \"Oxfords\",\n                                    \"value\": 0.15548542,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_MZz07Pnw\",\n                                    \"name\": \"Bracelet\",\n                                    \"value\": 0.08805831,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_mtd6x6QM\",\n                                    \"name\": \"Flats\",\n                                    \"value\": 0.076873705,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_hlBWBcP8\",\n                                    \"name\": \"Men's Boots\",\n                                    \"value\": 0.054909162,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_cjhVr9Tf\",\n                                    \"name\": \"Necklace\",\n                                    \"value\": 0.046748944,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_Xfs5V5DH\",\n                                    \"name\": \"Women's Boots\",\n                                    \"value\": 0.030692348,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_PpNXZGZl\",\n                                    \"name\": \"Loafers\",\n                                    \"value\": 0.023155041,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_0zhMPWP5\",\n                                    \"name\": \"Wedding Dress\",\n                                    \"value\": 0.021140508,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_0tqh85Gt\",\n                                    \"name\": \"Boat Shoes\",\n                                    \"value\": 0.013938167,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_GWJG9K9S\",\n                                    \"name\": \"Wallet\",\n                                    \"value\": 0.013429959,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_dt6mFvGt\",\n                                    \"name\": \"Sunglasses\",\n                                    \"value\": 0.009777872,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_SGXgBwzJ\",\n                                    \"name\": \"Sneakers\",\n                                    \"value\": 0.009320901,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_jt5kSMNT\",\n                                    \"name\": \"Socks\",\n                                    \"value\": 0.008420322,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_5Zj0kZRQ\",\n                                    \"name\": \"Belt\",\n                                    \"value\": 0.00835875,\n                                    \"app_id\": \"main\"\n                                }\n                            ]\n                        },\n                        \"id\": \"3f4cd8b6cbe2361de2d3a3f84906723c\"\n                    },\n                    {\n                        \"frame_info\": {\n                            \"index\": 3,\n                            \"time\": 3500\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"ai_4NsJqZTB\",\n                                    \"name\": \"Ring\",\n                                    \"value\": 0.65054405,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_cjhVr9Tf\",\n                                    \"name\": \"Necklace\",\n                                    \"value\": 0.6334438,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_0PM9RnsJ\",\n                                    \"name\": \"Pumps\",\n                                    \"value\": 0.5025431,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_z5F7XFlb\",\n                                    \"name\": \"Platform Shoes\",\n                                    \"value\": 0.47934076,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_0zhMPWP5\",\n                                    \"name\": \"Wedding Dress\",\n                                    \"value\": 0.37599844,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_mtd6x6QM\",\n                                    \"name\": \"Flats\",\n                                    \"value\": 0.24318114,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_Z79pShcW\",\n                                    \"name\": \"Oxfords\",\n                                    \"value\": 0.23650196,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_2KGqNjLM\",\n                                    \"name\": \"Earring\",\n                                    \"value\": 0.22577241,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_6nF00KsR\",\n                                    \"name\": \"Men's Dress Shoes\",\n                                    \"value\": 0.20225178,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_RnCjxbBF\",\n                                    \"name\": \"Bra\",\n                                    \"value\": 0.16639887,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_GWJG9K9S\",\n                                    \"name\": \"Wallet\",\n                                    \"value\": 0.14360128,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_MZz07Pnw\",\n                                    \"name\": \"Bracelet\",\n                                    \"value\": 0.13545996,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_hX5ZCZsC\",\n                                    \"name\": \"Formal Dress\",\n                                    \"value\": 0.11607494,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_RXF6zlWD\",\n                                    \"name\": \"Sports Bra\",\n                                    \"value\": 0.111197636,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_Lvn6gxp9\",\n                                    \"name\": \"Cocktail Dress\",\n                                    \"value\": 0.10976209,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_LLG9S3Fg\",\n                                    \"name\": \"Women's Sandals\",\n                                    \"value\": 0.106289394,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_P2cKDGMW\",\n                                    \"name\": \"Clogs\",\n                                    \"value\": 0.106163815,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_SGXgBwzJ\",\n                                    \"name\": \"Sneakers\",\n                                    \"value\": 0.092813924,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_hlBWBcP8\",\n                                    \"name\": \"Men's Boots\",\n                                    \"value\": 0.08313861,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_Xfs5V5DH\",\n                                    \"name\": \"Women's Boots\",\n                                    \"value\": 0.07134081,\n                                    \"app_id\": \"main\"\n                                }\n                            ]\n                        },\n                        \"id\": \"049f7331f17764126fa433ccc7eb27a6\"\n                    },\n                    {\n                        \"frame_info\": {\n                            \"index\": 4,\n                            \"time\": 4500\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"ai_z5F7XFlb\",\n                                    \"name\": \"Platform Shoes\",\n                                    \"value\": 0.6462518,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_4NsJqZTB\",\n                                    \"name\": \"Ring\",\n                                    \"value\": 0.48306978,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_0PM9RnsJ\",\n                                    \"name\": \"Pumps\",\n                                    \"value\": 0.42331654,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_6nF00KsR\",\n                                    \"name\": \"Men's Dress Shoes\",\n                                    \"value\": 0.36030656,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_cjhVr9Tf\",\n                                    \"name\": \"Necklace\",\n                                    \"value\": 0.3336534,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_Lvn6gxp9\",\n                                    \"name\": \"Cocktail Dress\",\n                                    \"value\": 0.28118226,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_Z79pShcW\",\n                                    \"name\": \"Oxfords\",\n                                    \"value\": 0.28104377,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_0zhMPWP5\",\n                                    \"name\": \"Wedding Dress\",\n                                    \"value\": 0.22136128,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_mtd6x6QM\",\n                                    \"name\": \"Flats\",\n                                    \"value\": 0.22097284,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_nJXcs1ns\",\n                                    \"name\": \"Maxi Skirt\",\n                                    \"value\": 0.21044959,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_hX5ZCZsC\",\n                                    \"name\": \"Formal Dress\",\n                                    \"value\": 0.18968809,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_LLG9S3Fg\",\n                                    \"name\": \"Women's Sandals\",\n                                    \"value\": 0.18827343,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_SGXgBwzJ\",\n                                    \"name\": \"Sneakers\",\n                                    \"value\": 0.16092703,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_P2cKDGMW\",\n                                    \"name\": \"Clogs\",\n                                    \"value\": 0.14271584,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_Xfs5V5DH\",\n                                    \"name\": \"Women's Boots\",\n                                    \"value\": 0.13084769,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_MZz07Pnw\",\n                                    \"name\": \"Bracelet\",\n                                    \"value\": 0.129217,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_2KGqNjLM\",\n                                    \"name\": \"Earring\",\n                                    \"value\": 0.12058064,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_hlBWBcP8\",\n                                    \"name\": \"Men's Boots\",\n                                    \"value\": 0.118088774,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_fpjq5JLS\",\n                                    \"name\": \"Knee Length Skirt\",\n                                    \"value\": 0.11008041,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_GWJG9K9S\",\n                                    \"name\": \"Wallet\",\n                                    \"value\": 0.10578205,\n                                    \"app_id\": \"main\"\n                                }\n                            ]\n                        },\n                        \"id\": \"a815862119825cfb037834ec5dc24619\"\n                    },\n                    {\n                        \"frame_info\": {\n                            \"index\": 5,\n                            \"time\": 5500\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"ai_z5F7XFlb\",\n                                    \"name\": \"Platform Shoes\",\n                                    \"value\": 0.4840905,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_4NsJqZTB\",\n                                    \"name\": \"Ring\",\n                                    \"value\": 0.46339297,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_cjhVr9Tf\",\n                                    \"name\": \"Necklace\",\n                                    \"value\": 0.37160143,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_6nF00KsR\",\n                                    \"name\": \"Men's Dress Shoes\",\n                                    \"value\": 0.36601314,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_Lvn6gxp9\",\n                                    \"name\": \"Cocktail Dress\",\n                                    \"value\": 0.27407753,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_nJXcs1ns\",\n                                    \"name\": \"Maxi Skirt\",\n                                    \"value\": 0.25172812,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_0PM9RnsJ\",\n                                    \"name\": \"Pumps\",\n                                    \"value\": 0.20354484,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_Z79pShcW\",\n                                    \"name\": \"Oxfords\",\n                                    \"value\": 0.20305806,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_0zhMPWP5\",\n                                    \"name\": \"Wedding Dress\",\n                                    \"value\": 0.19234876,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_hX5ZCZsC\",\n                                    \"name\": \"Formal Dress\",\n                                    \"value\": 0.17288539,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_Xfs5V5DH\",\n                                    \"name\": \"Women's Boots\",\n                                    \"value\": 0.16257846,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_SGXgBwzJ\",\n                                    \"name\": \"Sneakers\",\n                                    \"value\": 0.1478895,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_2KGqNjLM\",\n                                    \"name\": \"Earring\",\n                                    \"value\": 0.14602013,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_hlBWBcP8\",\n                                    \"name\": \"Men's Boots\",\n                                    \"value\": 0.14361155,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_fpjq5JLS\",\n                                    \"name\": \"Knee Length Skirt\",\n                                    \"value\": 0.13800688,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_RXF6zlWD\",\n                                    \"name\": \"Sports Bra\",\n                                    \"value\": 0.11743115,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_T8DMpsgc\",\n                                    \"name\": \"Midi Skirt\",\n                                    \"value\": 0.11440468,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_LLG9S3Fg\",\n                                    \"name\": \"Women's Sandals\",\n                                    \"value\": 0.106182925,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_GWJG9K9S\",\n                                    \"name\": \"Wallet\",\n                                    \"value\": 0.08954732,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_8Rp1jBcS\",\n                                    \"name\": \"Maxi Dress\",\n                                    \"value\": 0.085555926,\n                                    \"app_id\": \"main\"\n                                }\n                            ]\n                        },\n                        \"id\": \"14572f138018d23fcd39a87f0c51880e\"\n                    },\n                    {\n                        \"frame_info\": {\n                            \"index\": 6,\n                            \"time\": 6500\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"ai_4NsJqZTB\",\n                                    \"name\": \"Ring\",\n                                    \"value\": 0.578912,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_z5F7XFlb\",\n                                    \"name\": \"Platform Shoes\",\n                                    \"value\": 0.4543976,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_cjhVr9Tf\",\n                                    \"name\": \"Necklace\",\n                                    \"value\": 0.34879935,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_6nF00KsR\",\n                                    \"name\": \"Men's Dress Shoes\",\n                                    \"value\": 0.322502,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_0PM9RnsJ\",\n                                    \"name\": \"Pumps\",\n                                    \"value\": 0.2644617,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_nJXcs1ns\",\n                                    \"name\": \"Maxi Skirt\",\n                                    \"value\": 0.22488362,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_Z79pShcW\",\n                                    \"name\": \"Oxfords\",\n                                    \"value\": 0.21371934,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_2KGqNjLM\",\n                                    \"name\": \"Earring\",\n                                    \"value\": 0.18831255,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_0zhMPWP5\",\n                                    \"name\": \"Wedding Dress\",\n                                    \"value\": 0.18543427,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_Xfs5V5DH\",\n                                    \"name\": \"Women's Boots\",\n                                    \"value\": 0.14219807,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_Lvn6gxp9\",\n                                    \"name\": \"Cocktail Dress\",\n                                    \"value\": 0.13228798,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_SGXgBwzJ\",\n                                    \"name\": \"Sneakers\",\n                                    \"value\": 0.11936176,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_MZz07Pnw\",\n                                    \"name\": \"Bracelet\",\n                                    \"value\": 0.11859587,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_hlBWBcP8\",\n                                    \"name\": \"Men's Boots\",\n                                    \"value\": 0.10120945,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_LLG9S3Fg\",\n                                    \"name\": \"Women's Sandals\",\n                                    \"value\": 0.100087315,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_GWJG9K9S\",\n                                    \"name\": \"Wallet\",\n                                    \"value\": 0.093706906,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_RXF6zlWD\",\n                                    \"name\": \"Sports Bra\",\n                                    \"value\": 0.089778036,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_mtd6x6QM\",\n                                    \"name\": \"Flats\",\n                                    \"value\": 0.08846618,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_hX5ZCZsC\",\n                                    \"name\": \"Formal Dress\",\n                                    \"value\": 0.08660594,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_T8DMpsgc\",\n                                    \"name\": \"Midi Skirt\",\n                                    \"value\": 0.08032408,\n                                    \"app_id\": \"main\"\n                                }\n                            ]\n                        },\n                        \"id\": \"7790d9923639183be7213e8330736ea5\"\n                    },\n                    {\n                        \"frame_info\": {\n                            \"index\": 7,\n                            \"time\": 7500\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"ai_z5F7XFlb\",\n                                    \"name\": \"Platform Shoes\",\n                                    \"value\": 0.5954633,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_4NsJqZTB\",\n                                    \"name\": \"Ring\",\n                                    \"value\": 0.45100528,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_6nF00KsR\",\n                                    \"name\": \"Men's Dress Shoes\",\n                                    \"value\": 0.3607981,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_0PM9RnsJ\",\n                                    \"name\": \"Pumps\",\n                                    \"value\": 0.34550142,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_nJXcs1ns\",\n                                    \"name\": \"Maxi Skirt\",\n                                    \"value\": 0.25450236,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_cjhVr9Tf\",\n                                    \"name\": \"Necklace\",\n                                    \"value\": 0.22948706,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_Xfs5V5DH\",\n                                    \"name\": \"Women's Boots\",\n                                    \"value\": 0.22799394,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_Z79pShcW\",\n                                    \"name\": \"Oxfords\",\n                                    \"value\": 0.20895943,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_hlBWBcP8\",\n                                    \"name\": \"Men's Boots\",\n                                    \"value\": 0.16781448,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_Lvn6gxp9\",\n                                    \"name\": \"Cocktail Dress\",\n                                    \"value\": 0.16564906,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_0zhMPWP5\",\n                                    \"name\": \"Wedding Dress\",\n                                    \"value\": 0.16265132,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_SGXgBwzJ\",\n                                    \"name\": \"Sneakers\",\n                                    \"value\": 0.15834433,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_LLG9S3Fg\",\n                                    \"name\": \"Women's Sandals\",\n                                    \"value\": 0.14323366,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_fpjq5JLS\",\n                                    \"name\": \"Knee Length Skirt\",\n                                    \"value\": 0.11307957,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_hX5ZCZsC\",\n                                    \"name\": \"Formal Dress\",\n                                    \"value\": 0.11263673,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_RXF6zlWD\",\n                                    \"name\": \"Sports Bra\",\n                                    \"value\": 0.10770409,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_mtd6x6QM\",\n                                    \"name\": \"Flats\",\n                                    \"value\": 0.088091984,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_T8DMpsgc\",\n                                    \"name\": \"Midi Skirt\",\n                                    \"value\": 0.08515663,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_MZz07Pnw\",\n                                    \"name\": \"Bracelet\",\n                                    \"value\": 0.08285889,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_8Rp1jBcS\",\n                                    \"name\": \"Maxi Dress\",\n                                    \"value\": 0.0804608,\n                                    \"app_id\": \"main\"\n                                }\n                            ]\n                        },\n                        \"id\": \"32224efe9c43139c9f3070930bae4e6c\"\n                    },\n                    {\n                        \"frame_info\": {\n                            \"index\": 8,\n                            \"time\": 8500\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"ai_z5F7XFlb\",\n                                    \"name\": \"Platform Shoes\",\n                                    \"value\": 0.5952685,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_4NsJqZTB\",\n                                    \"name\": \"Ring\",\n                                    \"value\": 0.45152456,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_6nF00KsR\",\n                                    \"name\": \"Men's Dress Shoes\",\n                                    \"value\": 0.3606025,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_0PM9RnsJ\",\n                                    \"name\": \"Pumps\",\n                                    \"value\": 0.34516576,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_nJXcs1ns\",\n                                    \"name\": \"Maxi Skirt\",\n                                    \"value\": 0.25459015,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_cjhVr9Tf\",\n                                    \"name\": \"Necklace\",\n                                    \"value\": 0.22953078,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_Xfs5V5DH\",\n                                    \"name\": \"Women's Boots\",\n                                    \"value\": 0.22791381,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_Z79pShcW\",\n                                    \"name\": \"Oxfords\",\n                                    \"value\": 0.20881763,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_hlBWBcP8\",\n                                    \"name\": \"Men's Boots\",\n                                    \"value\": 0.16780624,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_Lvn6gxp9\",\n                                    \"name\": \"Cocktail Dress\",\n                                    \"value\": 0.16563928,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_0zhMPWP5\",\n                                    \"name\": \"Wedding Dress\",\n                                    \"value\": 0.16275188,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_SGXgBwzJ\",\n                                    \"name\": \"Sneakers\",\n                                    \"value\": 0.15818237,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_LLG9S3Fg\",\n                                    \"name\": \"Women's Sandals\",\n                                    \"value\": 0.14315414,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_fpjq5JLS\",\n                                    \"name\": \"Knee Length Skirt\",\n                                    \"value\": 0.11310254,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_hX5ZCZsC\",\n                                    \"name\": \"Formal Dress\",\n                                    \"value\": 0.11259423,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_RXF6zlWD\",\n                                    \"name\": \"Sports Bra\",\n                                    \"value\": 0.10771175,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_mtd6x6QM\",\n                                    \"name\": \"Flats\",\n                                    \"value\": 0.08798519,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_T8DMpsgc\",\n                                    \"name\": \"Midi Skirt\",\n                                    \"value\": 0.085228026,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_MZz07Pnw\",\n                                    \"name\": \"Bracelet\",\n                                    \"value\": 0.0828697,\n                                    \"app_id\": \"main\"\n                                },\n                                {\n                                    \"id\": \"ai_8Rp1jBcS\",\n                                    \"name\": \"Maxi Dress\",\n                                    \"value\": 0.08047128,\n                                    \"app_id\": \"main\"\n                                }\n                            ]\n                        },\n                        \"id\": \"0c4dd5d602afa6754bcfd441998412af\"\n                    }\n                ]\n            }\n        }\n    ]\n}"},{"id":"c7752145-26bf-4a60-b3ad-bfc5617e38f7","name":"Predict base64 image - general model embeddings","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"inputs\": [\n    {\n      \"data\": {\n        \"image\": {\n          \"base64\": \"iVBORw0KGgoAAAANSUhEUgAAA8oAAAD6CAYAAAB5/b4EAAK9/klEQVR4AezB369uh1kg5ud91/r23ueXfeLjJCRg7IQUmqadQSWDKvWGMpW4qoapSu9GNaJVL0H9B8rcVmoHrrhCZPoPzPSmFWhmxAg0nTA0hJIMARKIHTshcezYPmefvff3fet967UX29858XESXAQ2Ws8TL774YlutVqvVarVarVar1Wp1afSGD3/4w1ar1Wq1Wq1Wq9Vq9R5USBQShUQhUUgUEoX0vSukg0KikCgkColCopAopEUhUUgUEoVEIVFIFNL3rpAOColCopAoJAqJQqL46p9/VVqtVqvVarVarVar1XtXopAWaZEWaZEWifKdlYNEOUgU0iIt0iIt0iJRFolCWqRFWqRFuvSbr9zzm9+45zsqB4lykCikRVqkRVqkRaIYrVar1Wq1Wq1Wq9XqvauQDgqJQqKQDgrpoJAOCulh6aCQDgqJQqKQDgppUUgHhUQhUUiXPvvamb//r/9YJT/x5E3/88c/7CeeuEk6KKSHpYPi1WlyOweXColConh1mtzeDC4VkrRarVar1Wq1Wq1Wq/euRDlIFBKFRDlIlIN0UEhvVQ4S5SBRSBQS5SBRFolykCgkColy6dXdpJKf/uDjnr5+5L/4rT/2s7/3nC/f37pUSG9V3vTqNPnI//kHPvXcyy4lConiU1952Uf/r895dTe5lCjSarVarVar1Wq1Wq3euwrpoJAoJArpoJDeqpDeqpAOCumgkCgkCumgkBaFdFBIFBKF9KYsfv6HP+hTP/aM3/vJj/uz+xc+8uuf8z999gWvTpO3KKQ33R4G/+RHn/Kzn3nOp557mUKi+NRXXvZzv/uc/+3v/oDbm8GlQjJarVar1Wq1Wq1Wq9V7V6KQFmmRFulhiUJ6WKKQKKRFopAWiUJapEVapIclColEIS3SIi3SQypRLn321ft+4WMf8Asf+4Bf+P0XfOr5l/38D3/Az3/kA24fDy4lCmmRPPvUHbOf/cxzZs8+fcenvvKyn/3Mc37tk0979uk73pQoRqvVarVarVar1Wq1eu8qJAqJQqKQKCQKiUI6KKRFopAOCumgkCgkColCopAoJAppUUgUEoVEIVFIlEtZSG969Xzy7Efu+Iknb/mlL37DL/3R1/3SF7/h137saT/9odsU0kEhefapO2Y/97vP+dffvOd///LLfu2TT3v2qTsuFRKFJK1Wq9VqtVqtVqvV6r0rLdIiLdIiLdIiPSxRDhJlUUiUg7RIi7RIi7RIi3SQFmmRFmmRFulSpTe9upu8Ok0UtzeDX/z4h/yz//xjXr+Y/MN/+6devZhIlIO0SJ59+o5/9MwTPvX8y/7RM0949uk7pEVapEtptVqtVqvVarVarVbvXWVRFuVhZVEWZVEWhXRQSIu0SJRF+c7K2yuLsigPK4tyKcui+Odfe9X/8eKrJK/uJv/4C1/zX/+bL3nqxpF/9p991O3jwaVEWZQ3feq5l/3T51/x3/3gE/7p86/41HMvUx5ptFqtVqvVarVarVar965EIVFID0uLtEiLtEgHhUQhUUiLRCEdFBKFtEgU0lslColCelhapEuVFulSJ7/4h1/zy1/6BlP7Jz/6lGefukOikBaJQrr0qede9nO/+5xf++TTnn3qjp948paf/cxzZs8+dYf0kNFqtVqtVqvVarVard7bEoVEIVFIFBKFRCEdFNIiUUiLRCFRSBQShUQhUUiLdFBIB4lCopAoJAqJcinLQ37rG/d89tX7fuFjH/QLH/uA28NAWiQKiUKi+NRXXvZzv/ucX/3k05596g7Js0/dMfvZzzxn9uzTd1wql0ar1Wq1Wq1Wq9VqtXrvSxTSIlFIi7RID0sUEoV0UEgUEoW0SIu0SAeFtEgU0kGikBaJQlqkS5X88he/7h//4Vc9+4N3PHP9yC/+yIc9c/OIQjooJAqJQvJLX/qGX/3k0559+o43Jc8+fcfsl//kG559+o5LiWL0Dvzy//q/iAgR4UpVmUWEWXebdTdaTZNWWuumm6mbCCLMummhu80i2iwikCJCROj2hqAD4aBUb0WGEGbTVKpad5t1e0MIg1lE6BzMutusu82qSlXpbtM0qSrdrbtN0053627d7Up3e1B3m7UQcWRqutuDult3iwiziHCltFl3m3W3WVXpbsMwuNLdqkM1EYNA1d5szEEEU01qv9PdIkJ021fpYTSeHNtXODvbOjq54fs+/JT/8Ef+IzevX/PnX/2al/78BWd3XxdVjsfw1a8+jzJNk+52pbs9KCLMGsPRxo98/OM+//l/7+Ji6/s//P1qP7nzxBNO7931ta99zW5/Zsww1d407Rxtrtnv9yLCjRs33Lp1y/Hxsd1u58rdu3e98sordrudzdHoh3/oY7761RecnZ0ZhsF+vzfLTLOq0t1mEWHWJo/S3WbDMDg5OXHz5k23bt1y7do1u93OrLtd6W4XFxfGcRQRdrudzWYjM92/f9+Yg8cee8zNmzftdjsvvviir371q15//XX37t0ze+KJJ2w2G7vdTmaiXOlus+7W3b6b7jbrbt9Nd4sIs4gQEWbjOKoq9+7d89hjj+lun/jEJ3zuc5/zkz/5k7bbrddee83rr7/ulVde8fzzz+tuR0dH3qpleKTu9k51t1l3+26qyqN0t/1+7wd/8Af91E/9lGeeecZv/MZv+PSnP+38/NwwDLpbd+tu3e33Pvs5q9VqtVqtVn+jColCelh6q0KikBaJQqKQKCQKaZEopLcqpEU6KKRFIVFID0sPub0ZZPHPv/aaZ3/gCT/94dueffqOS4VEIVFIFNIiUXz2Jz/uLQrJs0/f8ezTd7ypkIzegYgQESLCrLtlpu4WEbpbRHhTEBUIi0ALtDc0rXV7SHc7aLPuFpG6mw60RRAcHR2Zpr1pKle6W3cj6BARZhEhIrTvLiJEhO42iwiz7vagiDDrbrOIsEgC7SER4UERYRYRZuHRMlN3e1BESIQg2iwzdZXdfqe7RIRhGGSmiNAdhm4TLi52jo6v+9jHnvHBD33YjRuP+da3XvbHX/i6+3dfN2pHmc4vznzrm98y627fSUR4SNDdZrdu3tLdxnE0TZP9fq9qolsLs4iw2+1kpohwdnZmmiYnJyeuXbsmM+12O8fHx97//vc7PT11/+zUiy++aLMZDcNgt9s5OTkxTZNpmkSEWUS4EhEIjzIMg+5WVe7du+fevXu+/vWvy0y3bt0yDIPNZmOz2dhsNsZxdHJyYrfb2W63jo+PRYTdbmccRz2Vl19+2UsvveTo6MidO3c8/fTT7t696ytf+YpXXnlFd9vv96pKZvrrEhEe5ejoyH6/t9/v3bt3zzAM9vu9a9euqSrn5+dOT0+dn58bhsH73vc+p6enuttbBdq7UUS4efOm559/3q/8yq/ITJlps9kYx1F3W61Wq9VqtXrXSYv0vUmLdFBIFNIiLdJBIVFIFNIiUUgHhUQhkRbpu/rRx6/51U8+7Sfef8sz14+8qZAopEVapINCopAopEWikA4KiWL0DmSmiBARrlSViBARZt2tu0UE0WQhdbcKuoNu1a2bRqDbIrypu9GudJeIRCO8qUM301SmaZI5IFSVqhaRQopIESEivBMRgUCLCN3t20WEh4WI0BmqyoMiwiwizCLClYww625Xutusu3W37jaLCJmhi+4WiGFgHEzTZBYRuttURbVhGIybUUZ47Pott993x41bj7l/et9Xnn/R2dmZIcKQbM/PvX561+7ijJoM6VJEeFBE6G6Pshk3qkpmun37tv1ubzwe7fd7FxcXpqm0RUSICFVt1t32+73dbme73dput65du+b4+FhEiAgnJyeGMe3Oz2Vy7do1m83G+fm5WWbqbhGhu30vpmnS3WYRISJc+da3viUzDcNgGAbDMMhMH/3oR3384x+Xmb785S97/fXXbTYbu93OfpqM42gYBpnp3r17XnvtNRcXF87Pz03TZBYRhmGQmarKo0SEt9PdZhGhu0WEWXf7biLCrLvN7t+/b7fbmWWmYRicnp7abre+8Y1v+Na3vuWb3/yms7Mz+/3edrsVETLTW7V3q+529+5dN27cME2T7XZrGAa73c5sGAar1Wq1Wq1W7zqFRCFRSBQShUQhUUgHhbRIb1VIi7RIi3RQSAeFRCEtColCopAoJAqJQvLsU3dIB4W0SG9VSIu0SIt0UEgHhUQhGb0DQ4aIIEKgmxxSIyy6aUE3ggyE7hYdKlpiP5WpSwrtDRF0m7W0aLRubwgE7S80wqJtd6UawyBi1OiY7GuPkplGISKEINAWHWgE3QghtFkghNRKRJp1l4h0pdubIogIhBYIIWSmqhIRIsKsu80iwiwizDpc6m5XultE6G7TNLkSEVKIKFNPqooqMmSk6lZNRMphFBmGHOUwuv34bdeuXbc5Onb/3n33z8+Z9o6Gwfn5faf3XlW7rTHbOLCvQnhQRPh23e1BN2/dMk2T4+NjN25c9/prrxuGwX6/t91udZcIlyJCZsoYVJXZMAxm0zS5d++e/X4vMw3DoLttNhsn145tx43t9txms7HZbGy3W1UlIsy625WI8J1EhIiQma50t+622Wx0t6qy3+91t+72J3/yJzLTY4895vnnn3d2dubxxx/X3Z584o6qst/vbbdbu93Ofr/3+uuvOz09VVWGYRARpmkyTZMIf2kRYdbdIkJ3m0WEv6xpmnS369ev22w2drudF154wQsvvOD8/Nx2uzVNk2EYDMPg+PjYNE2621sF2rvVZrNxcXFhmibdLTMdHR2pKt1ttVqtVqvV6l0nUUiLtEiLtEiLRCEtEoVEIVFIFNJbFRKFRCEdFBKFdJAopEVapEVapEWikBaJQqKQKCQK6a0KiUKikA4KiUK6NHoHhmEwiwgRobt1t1lE6G6z7nZQutusm2xKG5u26KaFK6XNutuV7rAIB+FKdYlMmUmHaT+JSN3s93vjmCLKEANBT2SGRSPoRghviBRdQghBoBOFQIgI3S0i0K5EhIgQEQjVKSwyU0S4EhEiwpWIcClDd7vS3a50t4hQVbrboh0NiVTFfr9X0WTYDEematupbI5PvO997/O+23fcvHnTzes3vfraq1765jfdvXvP2cVW7Xd2u63dbqtrK0wCObRNpNq3WUSICLOI0N0iwqyqdLdZd7vzxBPOLi7cuHFDRBrHUUTY7/eqyiwiBBoRKXNQVWbjOMpM+/3ebLvdeumll9y6dcutW7dEhIvtuWEY3Lx509nZmdn73/9+p6enzs7ORISI8KCIQHiUiJCZult3qyrTNOlum81GRIgImSkizE5PT/3O7/yOYRhEhMx0dnZmHEdfee55N2/edOvWLcMwuHfvnrt375oNw6CqVJXMNAyDzLTfb72diPBXrbvNutssImSmzLTb7ex2O6enp7bbrcw0jqPNZmO23W7t93vjOMpMb9Ht3SoiDMNgt9u5ceOGo6Mjp6en9vu9iLBarVar1Wr1rlRIB4VEIVFIB4V0UEiLRCFRSBTSQSFRSBQShbRIi0QhLQrpoJAoJArpoJAOCmmRKCQKiUI6KCQKiUKikBZpkSiXRu9ARIgIEWEWEbpbd4sIEaG7RYTuNhsiiNDdJoGW6AhjpAqXukN3a2SE7rYI3YTU3VojLRqBUB0SF9uds7ML0zTZbDaq2rRvoWS00K5k+o4iwiwidLdZRJhFhO4WER4UESJCRIgIhEvtUkSYRYQrEeFKRLgUISJ0twd1t1lmighVpap0ldfuvu7m9euOjk+Q9tVyGB1fu+bGzZue/MCH/MAPPuX6jcfcO73vlVde8Ydf+GO77c52e267vbDf7+y2W9O0c7RJJzdu2O8unN2/p3qyGUelPSgiRIQr3e3bPfHEE778/PNu3Lhhv98bx43uVlWqWuYgk8jQVWbdbRgG3W2aJtM0yUyZqarsdjunp6ciwvHxsYgwjiPK0dGRK8MwGIbBNE1mEeFKRCA8SkTobt1tlpky02y325lFhIgQESLC9evX7fd7+/3eOI4iwn6/d3p66mizcX5+7uzszLfrbhFhlpky09+07tbd9vu9YRjs93tXrl+/rqrs93vDMMhMwzAYx1F3627vNd1tdn5+7uLiQlVZrVar1Wq1eldLFNIiUUgUEoW0SBTSIj0sUUgU0kEhUUgU0iIdFNIiHSQKaZEoJAqJQlokCmmRHpYoJArpoJAoJAppkQ4KaZEujd6BIcOiRSRaC4KI0N1EaG9ol6pCW6TQqCYzRRDdWiuhvaEbIcIbAmERuuluEd4iM11sz43jkZOT9JUXvmK33YkcXDu57ubNW9reUaRhGHSXbn8h0AjdjbBoEam7EGg6dLeHhYigWwghhBCRGtEhM3S37hYRvl1EuBIRGkdHR65fv+7+/fvOz89tt1vHx8e625VhGAzDIHrwhf/3S65fu+bD3/8DNscnNsfHPvh9H/SRj/0Hnv7oR7z//d/v3tnr/vALX/S5z3/Biy++6DiODZm69nb7Cz3tHY0hxo2ats5O70nl+GijJ6ZpEpEiQnd7UESYpklmmmWmaZp0t2vXrulum83G9mInhxTNfr9XNclMEY2WmbpLTSUizKrKLCJM0yQibDYb0zS5d++e7Xbr+OTI9eMT+/1ks9mYnZ2dmY3jaJoms+4WEWbdrbXMNOtu3W0WESJCd+tuDxqGwYO6W3e7uLgwDIOjoyO73U5mykwRobs9qLtdiQjjOOpu3W2aJtM0ifCQ7vbddLcr3W3W3b6TiNDdHhQRZsMwyEyZadbdultmGobBbJomVSUzPUp3m4W/Gd1tFhG627frbrvdzjAMult3iwjdrbvNult3W61Wq9VqtXrXKKSDQqKQKKSDQjooJAqJQqKQHpYopEWikB6WDgppUUgHhUQhUUgHhXRQSBQShUQhPSxRSItEIT0sHZRLo3dgyBARMlNm6m6zqjLrbrPuRphVj1qrbll0s++SQqO7TVU0qjSmDiJEoENEEN7Qur0hXIkIjWk/+cAHPuSZZ55x/foNf/RHf2SaJl//+ku+/OXnPPf8V+x2ez/00R8yjhu3bt0UxymCiEC40t0IJAqBQOqeaHTQLkWESxEiQkSICCEIbwgRISI8qLt1t4gwiwhXxnH0Iz/yI378x3/Mdrv3pS/9qU9/+tNm0zSpKhEhImSmMcN+Ki+88KKv/fk3/Ff/4B/40f/0xzz9kY/4wAe/z0svv+q3f/u3/MHn/72XvvmKYRzduHHD7mynak9NhiCGxKR7MkTJpLvVNOkmMxBI3W3W3WYRobsNw2CaJsMwqCqbcdTdMlNEGIbBbrcTwna7VVUyAyE0ESJCl0sRYRgGD4oIEeHKdru13V2IakdHo8y03+8Nw2AWEbrbxcWF7jaLCLNpKrOI0N1mEWHW3SJCRHhQVXlQRJh1t+42TZOI0N1m4zhKobtFhO7W3a5Ule7W3brbLCLQHhQRutusu30n3W3W3b6b7vagiDDrbpmpqswiwmazsdvt7HY7D8pM3W0WEWbd7aC9nYjwKN1tFhEiwqy7dbeIMOtus4jwoO72KJmpu82625WIUFVm3a27Pai7rVar1Wq1Wr2rJAppkRZpkR6WKKRFopAopEU6KKRFopAopINCOiikg0QhLdIiLdLDEoW0SBQShbRIB4W0SBQShXRQSAeFdGn0TtQkx9GYQdAWmaEbQXcTodulHEez7lbFVCWlEmZTlYiU3TrS1KWm0gLhIGWGg6DDrKONw8YnPvGf+OEf/mER4ckn3y9i8Ol/+zt22/I//Pf/o7t37/r93/8Dn//85/3Jn3zR3/vkj4kImSkiZAbCrKp10x1IEYHS3bpbd+tuEaG7PUp3k4H0diLCLCJciQi73c6f/umfqppsNht3795zcXFhHEcRISJ0t+5WVabm+z70YXfuPOm/+Zn/1ic+8R/7yA991Gv37vr1X/8X/uy553zt6y/pSI8/dkNN7d6rr7p2fF1EEy0Rip60SSuBfZMGpbVGmEWE7hYRrgzDIDPNultmeuKJJ5zePzUMg9l+v7ff76VQVd5ORHiU7vZ2Tk/v4brj42OZaRxHmam7ZabZdrvV3a5kpllVqSqZaRxH3a27/WVEhO727SKC9rYiQneLCLPuNosIj9Ld/rpFhFlEiAjvdhGhu61Wq9VqtVr9rVVIFBKFRCFRSBQShXRQSBQShfSwRCFRSItEIS0ShUQhUUiLQqKQKCQKiUKikCikg0KikCikhyUKiUJaJAppkSgkColyafQO3Lp1y263M02TYRhsNhtVpbtd6W6z7jbrDrpVtwgiU3crVLeIMEWJopQWhg4tEA7SInQ3jUjdrYXbT7zP/bMzL774ojtPPun97/+AzNHxybGPfvSjPvKRj/qzL/+Zn/mZn/H3fvzH3T899X//m98WEWaZqTvMqlpVmXW37jaLSN2hu3S3brpbhL8QaA+pEBGER+puEWEWEa489thjXnvtNX/wB58zjqPr1687OTkxDIP9fm9WVbpbd5s6/MTf/y/93b/zd9y69ZgPfvCOf/eZz/pX/+o3vfb666rbYzevk4P9ftI1uXa8kUPTLbXspoigq5XQ2hBhQkjhDdlm3S0izLpbd8tMmSkizCLCk08+6fTeqcy03+9dXFzY7/dUqyoRYRFCEN4QIsJfSlDT5OzsTFU5Ojqy2Wxkpu7W3apKZtrv93a7nf1+b9ykiNDdIsKsqkSEiPAoEeFRultEeFB3+15EhO42iwizzDDrbhGhu0WEqtLd/qp0t+9FRIgIEeHdKiLMultEWK1Wq9VqtfpbKy3SIi3SIi3SIj0sLdIiPVpapIelh6VFWqSDtEiLtEiLtEiL9LC0SIv0aGmRHpYelhZpkS6N3oHHH3/c3bt3XVxcGMfR8fGxqjJNk+42624Pqn1rLbpl0M3UJaqFNilDpoPW46CFRSDMqlpVCQNBd7sUvH731P/zmc+apskTTzzh1q1bbt58zB9/8U/t95Oz7daHvv8pGen1u/f8u9/5tIiUGSJCRJh1twd1t1l3m3W37tBNd5t1k5kWgUCICB2+o4gwiwiziDA7Pz83DINhGGSm3W5nv9/rbhEhImSm7tbdZl/6s+f84R990Waz0c2tx24ZxsHJybHuttteiEjDMBBt23tDJt1CiSo5lKjWEXRrQYQWCNUtojyou0WE7paZultEiAjd7fbt21565WXjODo/v7DdXqhq++3ONE3eTkT4SwlyGO12W/v9XnfLTLPuFhGOj49tNhu73U532+12zs/PjeNoHEeZqbu9UxFh1t0iQneLCJe6vZ2I8KDuNutus+42626z7vZXqbt9LyJCRMhM73YRobutVqvVarVa/a1VSBQShUQhUUgUEoX0vSukg0KikCgkColCopAopEUhUUgUEoVEIVFIFNL3rpAOColCopAoJAqJQqJcGr0DZ2dnpmky6277/d4sIgzDoLvNutuVtKguVaGqpEFVmaqEVFUCFWlSOlK7khYhokQEnbpbd+umtWm/dXx8rKqcnZ375jdf0c1zzz1vGAb/8l/8SyJ0tT//86+LHBzlRmSbRYSqciUidLdZd6sqs+7W3arKlYgwiwgRISJEhIgg0LS3igjdLSLMIsKVqjKOo4gw2+/3MtMsIgzDoLt1t+7WTQvXbty03++NQzq9f59iGAdVZTMMdvud3bS32Rx5/NZN59stQWipRbcIGh2hG5GqQ0QILTqI8u0iQkSYpklEGIbBfr93cnIiIhwdH7t//8w0lSEH0zSpKmEWhDcE2iwivJ3u9nYyU3c7Pz9XVTabjc1mYxxHESEijOOoqszune48KCJkpv8/IkJ3iwjd7TuJCN8uInS37jbrble621+X7hYRZhEhIkSEiPBuFhG6W0TobhFh1t1Wq9VqtVqt/tZIFNIiLdIiLdIiUUhvr5AWiUJaJAppkRZpkRZpkSgkEoW0SIu0SIu0SBTS2yukRaKQFolCWqRFWqRFWiSK0Ttw77VXHR0fOTnaqC417YzjxjCk7tARZt1t1t2GMRCqUg2tptTdpgxdQbeMNEWLaiJVWXRYJEJmmqaJTt2tu3WjW2Q6Pj52fn6uqly/fk0V07QzDOnlV152dv/MycmJ4+Mjm3GgC0W37iZCV7kUQbdZdetu1a27tdYOukNIGSkiRASBSIIWhLdqRLsU4VKEWQQRobtFhIgwjqNpmkSEWUTobt2tOmzGjfPzC5vNRmaoarTdbo8W2vHRkYhQ1bYXZzIHukUEQTQRoTPEREfQISLoEFoEjYjQ3SLClYhQVSJCROhuwzAYx9HR0UZ3iyDHILyhRQQKiYkIIREepbtFhLcIpv3e8fGR7nZ+fm673bp27ZrNZmMYBhEhIkSEa9euyUzDGGbTNNnv974XEeE76W5XIsKstbcTEbpbRJh1t4hQ1a50t1l3++vQ6AiXAk1EeK+ICN0tInS31Wq1Wq1Wq791CumgkCgkCumgkA4K6aCQHpYOCumgkCgkCumgkBaFdFBIFBKFdFBIB4V0UEgPSweFdFBIFBKFdFBIRu/ASZbsraFKZIgMkS20KWiz0JGudBU9yQyzzFBCdsqmm/00MTVddOsuHSGkWXfoblUhky5CqEIzCtfHUe3LZhjs6sJmHG23W5uhqHNp6/HHTux2kxRaiyG01N2iyUy6tVZVGq2FNFXZTnvdTEV362oyZIapW3bLGGSkyBARCMOYomlN097QrbXuJoIghMhAaGUqbwghRI6qEYNqDwiCDKomx5tRK11kYAhpMOtu3a29IUNG0pNZSB2DyqRbR+tsXdQ0qWrdpZUItEsRobvNhmFwcXHh2rVrLi4uVJWTkxNVZRxG++3Oq6+87OTkxGYYbLfnSolM3XR7Q4pus0F7lMwUEbrbrLtdyQy73U53G4ZBZtrtdl555RXXr193+/ZtR0dHttutqjJNk912ciVjdKl9Z+2RutsihId1thAudRuG1N26W3UrbZZD6irdLXPU3RZtFkFV6W6Z6Up3625Ve1Xl5OTEfr83jqNpmmSmqtLdrnS3wKhVU4IIk0U14zjY73bGZF97jz1+037aqioRYZoms3EcVZXuFhG+XTfVDMOgqnS3zBQRZt0tMw3DYLfbqSpHR8em/dasu12JCFcy0/cqIjxKCNql7jZptO42iwjCG1r1pLXVarVarVarv3GJQlokConi/2MPXnZtO+/zTv/e9xtjzrlO5OZJoqSkJDpKgirAMOBGNQy4JwTVrUZi930h7hi+CneEugKjOgWlkHJDBRiBC0LFsSUZNuzIOlCkyH1ca83D+P5vrbGHltbe3JsURSeh4ZrPg4ECzMJAAWZh7hRgXlSAWRgowCwMFGCgAAMFmIWBAgwYKMAsDBRgoAADBZiFgQLMwtwpwLyoALMwUIBZGCjAQAEGCjALAwUDn8F+v6NVo4ZgG8k0RNQIIhIgkLklBSSSIMTMEQUICEESNhCjhHBDQhJEBEhMKiSNFFRCCpJQASooEELvxjZu4AYS2MIWrRlLgCiBECQkQYEEhBA3EoQJBRa26RWkIggsJBGBEBUQECAYIWaOWIgQkgAi3JBAQhJIBJACERK/EnFDIEQSPkoSsyQ8JVC4IVBIDAoBQqgUUYgECqggAYQkkvAs26zXa3rv2Gb26quvstvtODs54d333yMJq9WK3W5LUgxDIwkzSSQQxCJA8SKxEBBAQAABAoIkkiCJJFQV2+2WBw8eYJtpmjgcDlQV/9SM40hVsd/vmY3jSO+daZqwzccRzwum0ukVmk1lomrizTff4O23v8j3vvdXWAOS+DQkIYmZJCSRhKqitUZrjapiv9/TWsM22+2WcTCfjwAhgSSEgIJtbHN0dHR0dHR09LkrwNwpwEABBgowdwowLyrAvKgAc6cAc6cAAwUYKMDcKcAsCjB3CjBQgIECzJ0CzIsKMC8qwNwpwNwpwEABBgowdwowDHwG5QG1EbeR2MgmrSFEACGQAHHLERBKQhEBIqEEAZaIDRSOqIAESIiGBOFGRCJApEIFqhdJ6IGph8KASTrD2OjVaK0hidYatrHBbiQgi1kSkpCEJMwkMZOEJJJQVaBCNqkAQQIkJIEEhH8ISYCQCgiSmEnilxGLJEjio5IgiedIIEgAQwIIUgGLVMAigUhgIDwliSTcSoIkDocDm82G2VtvvcV+v2d32PPw4UOmaaKquL6+Jgm2qSpeRswaH0eCJEiQBCgkSHhKEkmQhCSqiqurK5KQhCRIwjb/lGy3WzabDbMkHA4HqorPQojqxeCQFIPNO1/7Gm9/8W2++5ffA4NtkjCTRBI+zjiO7HY7qorWGq01hmGgtcb19TWHw4FhGKgqkrDZbKh+4GWS8N9WgGCLWVWoKqbqHB0dHR0dHR39o2CgALMwC7MwzzNQgHmegQIMFGAWBgowCwMFmIVZmIV5noECDBgowCzMwizM8wwUYJ5noAADBZiFgQLMwkABZmEWZmGeZ6Bg4DO4OpjBZtUaLcYlmoRsIFACiiTMkrAZBhIhQkXMxEyYEBaSSIIE2CBhCUkgSAlhkEiFiqhWpEIQ+x6SgAIphlHUNDBYgGiGoZlUsIEmaANJSEISZklIgiQkUVVUFUlIQk9HFUD0AiQkgUACSdhCBiFeRhLPkoQkJDGTRCRARELckHgqIQkfpYAkCKCwCL+QgAQBFBYBiY9KgiRmkpCEJGxTVTyVEG5I3ArQWiNAEra7HQ8fPeKHP/oRGhrb7RZJPHnyhGmakMRMEi8jPlkSJJEESYAIQjIJPxdmrZkEkmImCYnPTBK/svDfxTAM9N4ZhgFJ7Pd7ZpL4JBEvGIbGNB2oKiC8+sor/Ot/+XW++KUv0aszAJJIwkwSkvg4h8OB2Xq9xjbb7ZarqysksVqtOD09JQmHw4HeO9M0sV4N/LcWIMxCVJBAwEBSQBhswBQF4ejo6Ojo6Ojo81eAgQIMFGCgAAMFGCjAQAHmTgFmYaAAc6cAc6cAAwUYKMBAAQYKMFCAgQLMogADBRgowEABBgowUICBAsydAszCQAHmTgHmTgEGCjBQgIECDBRgoAADBRgGPoMH1xMbzEZhPTbGwQSjAAkLYQlJKMVUghRgQpglAYQQIRBQIAkzRwSQQIAQ2IAQJg5OiATNFDcEkZACTNhmGva01pDEMAy0ZhKwBlBHakSQhCQkIQmzqqL3jiQkkYRZ+oFZEiIBAoRkZNHccGtIQmpI4lYSZkmYJSEJkrglCUlgc0sSM0mkipeJQBgIQsxCuBWCgBCEmCVBhqSQRBKqCklUFZKYJcE2VYVtVCGAgCRIYlZVVBXjOBJAEh988AHX19fE4vT0lHEc2W63jOPIOI703pGEJJIgiVkSLPEySbiVBEksGqgDAsKLAgjbSKKqqCps8auSxD9Wu92OJKzXa7bbLRcXF0zThG2S8FHh40lAOjKQ8OrFOf/sK19ic3JGejGTxCwJv0xrjd47vXeqCtu8/vrr3Lt3j3feeYftdst3vvMdhmHg3r17vPvuu2zWIy+ThP+qFCAQFgqkEEEKSScJvR/o1Tk6Ojo6Ojo6+tyZhVmYhVmYhVmY5xkowCwMFGCgAAMFmIVZmIVZmIVZmIW5YxZmYRZmYRZmYZ5noACzMFCAgQIMFGAWZmEWZmEWZmEW5qmBz+DPv/83nJ6ecHFxzvnpCZvNCeuxMa4GxtZoCq01xtZozVhiIQgEkQQCspAEVSRFVagqOgEMFkkAsQgQQvGUwBYEJBNEIWRofaA14WaG0diNcRwZhgGrkAfcGxVRhCQkIQlJuJUEScxsY5tmQyAOVJEUkbCgtYabsQUyEkjcMEmQxCwJs6oiCTNJSOKWJJ4liV9KgMQsCUgk4SmJp8JTSUCCGCSSEAIWC5EELAg3RMJToZAgCRIk4VbvYbVa03vn9PSc6+trXnvtDR5fPaaquJUE20hilgRJzJIgCRAvFxZBgiQsChAQJJEESSQhCVVFVWGb1hqSkMQ/NV/60pf4rd/6LWZ//Md/zKz3TmuNJLxMMBBuKSDCtJ+ginG1YtpNjEPj9GTNdndNJcwkIYlPIwlJqCqqitYa5+fn/O7v/i5f/epX+dM//VO+//3vc//+fVprrNdr/vsIUCwCFNCBAEWvTk2dpGjNrFYjR0dHR0dHR0efuwIMFGCgAHOnAAMFGCjAQAEGCjB3CjALszBQgIECzMcrwLxcAQYKMFCAuVOAgQIMFGCgAAMFmDsFmIVZGCjAQAHm4xVgXjDwGfzl3/wdQ2ucnmzYrEZOT0843aw5Oz3h/OyU9WrkZLNhsx452axZjytWrSEZW0hilggX2KEQJVFARVSKABY3BIhECAhhJolbMkgwaKBXYYvJYmhmaObs9JRZM6yGEasQYpLpgQKSkIQkJCEJkpj13rFNa43ZtIVxaORQVGC1WpFAISxhCdtYBomnZGZJSMIsCZKQxC1J3BImArGQxEwWVPFRISCTKpBA0HshCUkkAUIQEJARgYDEDQEBQhIkAyHpPBWQTCjCz0kQkEUCbWgkhWzqMNEr9F5UwjiOTNOEbcZxJAm9d5IgiU9DEreS8KwkQJBEwo0AIgkLIQnJgEhAEraB4lmSkMRms2G9XrPdbnny5Am2kUQSPioJz0rCyyRhloRZEpLwrKoiCUkQ4uNIIgkfdXFxwdnZGdM0cX5+zuFwQBJJ+DgREEh4Ruj9wHo1QBWkc/noIaPFD979MUNrJCEJs947rTVmSXiZ3W7HMAysViuqit1ux/vvv88f/MEfcDgcWK/XrNdr1us1+/0e2yRh1lojCdM0YZvVakUSpmmiqpjZZlZVfBJJ3EoChCRIIun0PmHBuBoYhhWtifUwsDlZsdls2KxWHB0dHR0dHR197gwUYKAA8zyzMAuzMAtzpwADBRgowCwMFGDuFGCgALMwUIB5kYECDBRgnmcWZmEWZmHuFGCgAAMFmIWBAsydAgwUYBYGCjDPGfgM9l3sDgemiIdPrsgHD1g1I8I4DmxWI5vNhpP1ivOzU05ONrz1+huM48h6vWazXrNarRiHAQjphSKSUBV6D1VhvRmxG5ZJQk9HEbKQeKqqqARJ2AOtQU+RAhFIMdh86YtvU1WMw0CzIAbErLnRA0lIQhKSUFX03rGNbXrvSKIZdLIhKao6feqkigDNjaEZtwE3IxtJgAhmVlUkoaqY2cY2VcXMNpKoBLkh8QIRsJgl4RcSgmjjCtskIRy4E5IQAoiZZNyKVJCgUswkEUKlEIYUIMTMhBBAEggkIX4uYuqFWqMS1icnHKaJcVwxOxwOzFprSKKqqCpeJgkzSXyUJJLwPAFCgoQbYZbwlGRa4xcSnpJMUswkYRvbfOMb3+A3fuM3+M53vsO3vvUtdrsd4zjy6NEjNpsNsyR8kiR8nCQk4VlJmCXhk0hiVlXckoRt/u7v/o6//uu/RhKr1QrbtNaoKiTxcYKYhRviRmgSm/WK68vHWOHDD97nvZ/+hP/yt3/LZr1md5gYhgFJSKKqSMLHGceR2TRNzFarFbPNZsPJyQmtNWxzKwnD0JimiSRUFbNhGLi4uKCquLy8ZL/fk4SZJD5KErMkzGyThFkSEmitUekMY8MUw9j40pfe5q03X2ccG+uxMQxGhN47R0dHR0dHR0f/KBgowEABBgowUICBAgwUYO4UYBYGCjALAwUYKMBAAQYKMFCAgQLMwtwpwNwxUICBAgwUYKAAAwUYKMDcKcAsDBRgFgYKMFCAgQIMFGCgAAMFmIW5Uzw18Bm8cu91Doc9zaaqs72+ZF/CFrvdxOVugsdXNMQwDqzGgdOTd1kNIycnJ5ydnXB2fsbpesPJyYb1esXQTGuN1hqSkBqPLq8Yx5FxGGhuqMHggVBMNaFApZi1ZmwzHSYs0fvE2AZ6HTjZbHjj9XskYXu9Z7ebSAV7oFmURSJmVcUsCbckMQwDvXf2+z01hQxmd71nNY6M48jhMNGGkXE1EkBu2A27gcWsl5jZpqqQxK0kSEIStpEECQjCy0kiCc+SxJMnT3jttdeQxNXVFZLYbDYkofdOVXFLEguhJpIgGRJISEAYUmBBIPycuCEiEBBAYiFBcSPciuHq6orT0xNOT0/Z7/dcX1/Te0cSkpBEEmaSSAIYcSMCAQEkBIQgRAhiVoQCBIRnSSIJH09I4qO+9a1v8e1vf5vr62u22y222W63jOPIZyWJJHwcSSThH2K9XtNaIwm2kcQvFQMBwrNksd/vEfDmG68xKPzgb/8GJ5yfn7N/8Igk2GYcR/b7PVWFbT5JEiRxyza2sU0SpmliJontdsswDCRhmiY2mw1vv/02trm6uqK1hm2qiiQk4ZdJwi1J2EYNpu2Bk5MNTpDCm2+8xhffepOqPemdXgeojglHR0dHR0dHR/9oGCjALAwUYBZmYZ5noAADBZg7BRgowEABZmEWZmHuFGAWBgowdwwUYBYGCjALszDPM1CAgQLMnQIMFGCgALMwC7MwdwowCwMFA59BAYWYps56vWZtkw7rzQoSktB7p/rEoTqHfbj/5ENmshiaGYaBcRg4Oz3h/PSU9WrkZLPh9OSE9WbDOI688co9MoWpJuDAzO1Aa8YWtpFMAr2K2k/UFMbVSO8HVquRw6GzXg/cu3cPSfzkxz+l6oA0YhtkIuOImSRmSZBEEiRRVUhilmZMMdj03tkfJtJMUqSKcbUCD9jGHkACgQOJqCpsk4QkJKGqmEnCNpKYFUG8KAmzJMwSboTZb/7mb/Lo0WPee/89Tk5OePXVe1xePuH6+prWGpJIwkJIYEwSkiIJsyQoodNRjKqQDb2DBBIzScwk8QsJiBtiIQScn1/wb//t/8rXv/5r/Mf/+P/wrW/9e548ecIwDFQVSZDELAmSUMRMEjNJPCUQIg5VBeKGkYAqiEAsAiFI4uWEFEA8q6rovXN5ecnslVdeYZomHj58yCuvvMJ+v+dXJUQSJDFLgiRuSSIJkviF8CtLwiwJVUUSeu9IQhKfSsJsbI1MB9bjyNf++f/A6brx/k/fZXP+KsNgxnFkNk0Ttmmt8UmS8DK2ScJ+vycJtmmtYZu2Gui9k4TVasV6vWa/3zM7HA5UFUl4liQ+DUnMJAidNgjo7A9bLDgc9uz31/R+gHRERwpjM0dHR0dHR0dHn7sCDBRgnmdeVICBAszCQAEGCjBQgIECzMJAAeZFBZiFuVOAWRRgoADzPPOiAgwUYBYGCjBQgIECDBRgFgYKMC8qwCzMnQIMA5/BZrPh4uKC6+trNpsNQey2O7DpvSObcWVC6L3ofeL07IJeE9U7VZ19iv3UefzhA+r9D2gWq3FgHAfGYWRojdfPX2GzWnN6esrZ2Rln5yecnZ7SBiGJ1XpFayIJSTikM2qgeqf3zuEQdvsdofPgwQPOz8/Z7Xb0XoyjkES4kQAiCbck0VpjVlXMJDEMAxrMv3jnqxx2W3784x/zs599wOnJCQVUwDaWsRtqYhYZIRJhm6oiCUmoKmZJkIQkJEGC20h4iYSZgCQISMLs3utv8NV3fo0PPviA7373u7z3s59xenrKydk50zRRVZBwywIlKAEaVcUsCVWFLRIhhZkESZD4BUnMJLEIEJJiJgkIl5dP+OY3/zckMUvCarUiCZK4lQRJzCRxSxIzSTzLNkl4SgZEMCQICIX4BCogzCQxS8KsqthsNhwOBx4+fMg4jmw2G6Zp4pYkkiCJJHyUJJIwk8QsCTNJzJIwk8QsCf8Q0zRxKwkz2/yqRHAzh6kztMYrr15wumq8/+5PGK92PHr4iN7BNrNpmmitIYkkfBpJmFUVSZiN40hrjd47+/0OEZIwjiOvvPIKZ2dn9N45HA4kYSaJTyMJH2UbCD2dYRwJYXZyeoItJBgHYxZKJ9U5Ojo6Ojo6OvrcmYX5dMzC3CnAQAFmYRbmTgEGCjBQgFkYKMDcKcBAAQbMwnw6ZmHuFGCgALMwC3OnAAMFGCjALAwUYO4UYKBg4DN45513eOutt/jJT37C1fWWJFxv9siN/aEz9U6AcKMX6QdkGNJJiiSkOqlCCUmnpompJg77CXZ7BDz68CFDGxjHkXEcWK9XrNcrzs5OODs7ZXOy5vT0hPV6xWq1Zj0OVDqThFvY7Q4Isd1ueffdn/DlL3+F7XZLAsNQ9KkToKtRhGdJQhK3JCGJmSLW40jf75klAUJrA0Y0G9u4CWwkEZkqiERVYZskJOFZkrCNJEhQaxQvl4RZEmZJmP3Zn/0Z4zgiidn5+Tm9d6oKSdgmCbckoRQkJEE2AZQgbiQggQQS4XmSmEnioyRxS4KTk1OqJnrvJKGqmKYJSdjmliSScEdI3BAST0liIaBYCAjBSMUsCZJIwidJQOIpSSQhCeM40ntnmiZOTk6oKq6vr3nttde4urpilgRJJEESz0rCTBKzhKckMUvCTBJJuCWJX0j4VUliJolbkkjCxxIkfESYpolUGIcBqqgJVmOjV+edX3uHn/z0A+7fv09rDdtUFR8nCbckkQRJzCTRWkMSvXemaWJmmVdfveDi4oKq4uHDh1xfX7NarWitUVUkYSaJWRI+jiSSkISZJCRhm9OTDQ8f3aeqY4vWRBtE0kkmZGgCSQhzdHR0dHR0dPS5K8BAAQYKMFCAgQIMFGCgAHOnALMwLyrALMzCLMydAsydAgwUYBYFGCjAQAEGCjBQgIECDBRg7hRgFuZFBZiFWZiFuVOAuVOAgQIMA5/BV77yFf7Nv/kGElxeXXN5dcW7773Ho8dP+OCD+zx4/ITLy0u2uwOHw57DYWI/bYEQQnoxTQeqT8yUUNPE1CeoQhSOwBMp2B0617s9ubxiaEISEgyDGVcjJ5sTTs9OOD3Z8Na9NzDFxcU5ojg7O2G/2/Pk8SPeeusLHHohxGHqQIgaZW6YmRGLUIAkLKHWkMRhmui985d/8Rcc9nuKcHKyYd8n3DvjuMYesBtqDbmBhCJKIRGRCEXSCaDWsAQSSLgZIUKwjRAvk4QkzJJwaz2O9N5prWGb3jur1YqqovdOVfEsSSBDCkWkChKQkI0SqAKJcEPiKYEQLyOJWRLumKqJqiIJVSCJYRiZJUESSZhJIgEkQEQgIAgJIiFmIYinBFSIQOE5krgTIIB4SiIJM0ncSsJ+v2ez2dBao/dOa43VasXjx49prbEQLwpgpCLh5wIICZIwk0QSZpJIgiSSAgKIz0ZIkEBVSDqSACFxw0CxELPwMgaK9XrDan3C5dWeh/stgxtd8O/+3e/wf3zr/+Tb//e3kcQ4jhwOBz6NJEjiVhICVIXd/sBqteIrX/kKX/7y21xdXnJ1ecXjJ4/YnJzSBnN1ecn1dkv1zjRNzFpr2GbWe+dFQQQJEm4ESTTBMJivv/M1/uIvn7DbddzEfreFKjabFSlDJlIdAnE4Ojo6Ojo6OvrcGSjALMzCLMzCLAwUYBYGCjBQgIECDBRgXlSAgQIMFGDuFGCgAHPHQAFmYRZmYRZmYaAAszBQgIECDBRgoADzogIMFGCgAHOnAAMFmKcGPoOoeOdffBknxGa73/E/+1/z4ZMnuDX2+4nHjx/zwc8+5L333ufho0f88Ic/5up6y267p/eJ6TBxdX1NnyaqF/v9gTYNrFYrrq+vaRLb6YqTsw2Hw8RggQQphmEkhKkmDlN48uiK/uFjpunAOP6AQeLi4pQ3X78HdeCN115lMw48eLzlwwePefXVe1xd7VgNa9o40OuAJFoMiEZDQFMDwZQiLjqhM9E5QBNtGEifmCo0D0iN4oaMxxHcQEIy0UB6CCAC4UZHQNJJdUzxlAQSg4VoOOFZSViIqqKqEAth3AY8rLglTK8CNdSMHaqKW1JIgmgIMFBVVBWqACYR1QHBlIkkBJCNbWZJqCokMZNAFEmYFZ2aitVqRXqn+p7WBhLofWIhniMRm2dJIhKzsFBCEkiIQZMBQ4IoSJjZYru95vT0lMO05/p6y71X7/Hg4X3W6zUBOj/nhtwQsO/FLDJVgTYgB8vcSrgREm6EWQKJgSLhRjBhFkIIoUChqnM47GmtMU0T+8OOzXqDZA69kIxt9vsdq9WK2X6/o7VGIqqKcRwZhoHeO6vVmmmamKaJhBsNyUgCwiwREBbBiAABklBAgGmCf/bO19hur/nf//23OTs9Y70eefXVV/hfxhXXTx6zHgceP37E+fk5q3FktzuAhIeGZEBUFfTO4bCnqQGiKGQzjAOyOFRxdnbBv/wf/ydevXePDx7c5z9//6958/U3mKZOZHa7A4fLHb130otxtSKC6p2qzn6/Y71eQ3VsIwlJJKF60SymaYKEVGe7vebXf/3X+cIX3uQ///n/S11fMlDs93s265GxCRIgqBkPQgJUHB0dHR0dHR197gowdwowUICBAsydAsydAszCQAEGCjBQgLlTgIECDBRgoACzMAsDBZhFAeZOAQYKMFCAuVOAuVOAWRgowEABBgowdwowUICBAgwUYBZmYaB4auAzuLg4Q4QpYe0gdQ6IN19/lVAk4s3XL/jnX/ki0+Ff0XuYAo8ePuH+/fs8ePCAhw8fc//+fR49esz2estut+ODDx6w222RxFtvvckH773P6ekpT55ckoRxHNlur6kqJGM3LGGbBHp1kjAd9lxuDzz+wQ/JYcsP/gv8q69/nXv3HvHd7/0V5+cXqK04Ozvn7OKCcW2axaCBldeMbWCgIToRRCGDiIEUs5o6qU5VQQISQRATIAVFCCAFKRSQiBBICItEIAENFBBIQjbGgIBA+IVwIwGEZJKwEJIAccsWkklCAlVgiwQkbhg7SOKpBEnYpk8dqvioJCQhCUmQxK0kSCIJH5WI3ouhDbRNY5ompukACNskIeEpSTwl7kgg8QIJAqlAABlSSCLhqSTMeu9cXV+xWa8Zx4Gr60sk8UkkkQRJJGEmCckkYSZBAhIk/FxYCAkSECYECAsxG4aR3jtVxcnJCa+8csE0HXjw4BGbzSlgkgKCJE5ONpycnHA47DkcDkgjs/1+zzRN7HZb7MYwNFozEKrCLYmnqiAJEPbTHjETT0kEkMTl1Y5xXHF28RpuDa83TF38X//hP/D3f/8D+uHAa6/do/fi8vKSYVwhicNhoqqoCuFGwulmTU1FAqtxJMA0Tbz9pa9wfnHBVJ0HDx/x0599SAjrkzN+9OMfUb2zWo0cDnv2ux1feOtNfvu3f5vWxJ//p//ED//+7zns9wzDwGo1MjELVZ2UqEykCiPWo7EHLs7vcXZ6yuv3XuFHP/wBTx7cZxjMuFrzyvkZr967YBgas2EY6HR6dapP9BRHR/+1ffOb3+T3f//3+fDDD/nGN77BH/3RH/H6669zdPRJ3nvvPX7v936PP/mTP+ELX/gCf/iHf8jv/M7vcHR09P8TBgowCwMFGCjAQAFmYaAAszDPM1CAgQLMnQIMFGCgALMwdwowC3PHQAFmYaAAAwUYKMAsDBRgFuZ5BgowUIC5U4CBAgwUYBbmTgFmYZ4a+AxscZg6dmN36Jys1lxtrxEjIMJiGAbGYYVkInF2dsYXvvgmIlDhME1sdwceP77k/v37PHr0hMvLS77/vb9ith4HNpsNjx494urqitl6MzI7HA4kQRKSqCp670SNmgZO1iNXjx+yOd9w2G05v7jgww8/5Cc/+TEnJ2d4WKE2sDnZsNqMjGNjM244XZ9xsjphM64Yh5FmQxMejZrpHMjUURVVoSpUQaUIE8NoHJGIFBQgBTkQbgghQiACghCigQIES9hGEs0jIBZC4qkkVAU7VBUQbkliJolZFSRhloSqooqnkiAJuyGJpxJSRRIIpArbSHwiSdgmCS8n1us1+/2W3ju2ScI4jtgmCb13qoqZJCTxLEnMJPEykgCDChBJAAMFhMNhYrPZ0Hvn8vKK1XqktYYkPo4kPokkkvAsSSRhJolZEiRBBAHRgBA6s2nqDMNIEna7PVdX19ji4uKCw6EjhSSM48B6PfLWW28yjuP/xx6cANtdlwcf/z7P7/dfzrlLcpMQCAnIIouW1uASsJ2KSFtfKQhlEUWhrm0R7bSdDlXrjA7jW+vYgCOMwwx0OiiCdcFaGIogUgGHRbaKogiEhCRkvcndzrnnnP//9zwvh9Pbe4ksrdNafc3nw5YtW2i3W8QYERFEnLLMERHcHXfHPWFmgOPuuDsggOPOv3OyoDhGMsPMcHOSQTJjx46tLFq8iBCgShWlFBhG3z777MPExASTk1OklHB3tEq4OxIiqoqIgAgCtNsdxCHLMsqyyejoKM2hIWa7Haanp3Gg2+vR6VbUqUbFwY2UKuoa6l4XSzVFkbNj+zY6nVl2bNtGZ3aWmEXcEr2qi9UVfaoQQqCIOSEo4s7QUAOvjSyPZHkgWUVKPV7+8sMpGiUxj2RZRlkWhCwCBjgqAQ0KIcOEvfb6b7V+/Xre8573kFKi7+tf/zorV67kkksuYa+9XshHPvIRrr/+evpmZmY455xzeN3rXseKFSvYa6+9fgUYoMwzQAEDFDBAmWeAMs8ABQxQwAAFDFCeTQEDlAEFDFCeTZlngDJggDLPAAUMUMAAZZ4ByjwDFDBAAQMUMEB5NgUMUAYUMEB5NmWe8YzIz6Db7bJu3ZMc/JJVEIRCc7I8p7aEqiAiqCoggCIIIpBFJUYBBByiZcS8YGRkhEMOXIE7TLZmybNI2Why263/ysjICC996SEsW7aM6ekZdu7cQavVZnp6irquSSlR14mq6lFVFYbS6wpBIMRIzJXhoQYxy5icnKIxNERRlKhGEMVxduwaRxUUJZARUYIrZVFQliVZntFoFpTNkpgFBCeY4w5mkACnz6lTD01GCDVIwEQJQQnBEI0gIIAICIKI4O6AAYIIKIqKoqIEyUB4miAIIjzDARfDHEwS8xwXB3FEBBFwV9wd3HEcS4KZYO6A06cSmCPuuAhmRggBN8PdUQ2I1MwREUQEVUVE6HN33B13p09EcHfcHVzJsgwRUFXcodPpUNc1IYCqIhIQEfpEBBFhIRGhT4SnCc9miABuIArO0xzHAKHPzCiKBlnmuDtBIyKQZRl1VfOcXEBAEBxHEMBx5okI7o6I4O70iQh97s6zCSKCu9MnKODgTpZHqqpG1RARut0uqoGUakIIuCdiDIDRaJQsXryIqalJJiZ2YZYQATMjxoBZjbvjboCgCiKCGZgbbo5jOOAOeCLVFY7jDuaOOzgQglJXHWZnI73eLL1eTaPISBKY7cxywIEvYfuOnWx6+GGyLMNRigI0KFZVOIKIIqpEERaNjLJkyRKGh4epU6LT6TA9PU2e55gZk5OT9KoKRHCcVNfE4OQxEhWyRkGvUjZv2siWzZuImVJ3e2RZRqPIsKTELFIsGiLVibrqUdcJsx5u4OY0GpEQlOGRJkWeMTxUsOTIw/BUkaxGYwScXq9DJgVFUSAimIO74e6IO7+M7r//fq666ipuv/12HnvsMWZmZhgeHmbFihWsWbOGk08+mVNPPZUQAnv9fD355JOklFho3bp1/Cr427/9Wz784Q+z0J133smxxx7LXi9u3bp1LFRVFZs2bWLFihX8sirLkm63y/PJ85yRkREOOOAAfv3Xf52TTjqJN7/5zZRlyf+2yclJrr76ar785S/z+OOPs3XrVkZHR3nFK17BWWedxR/+4R9SFAUvpq5rrr/+eq688kp+8IMfsGnTJrIs4/DDD+ekk07i/e9/P8uXL2evvVDAAGVAGVAGlGdTwABlQAEDFDBAGVDmGaAMKGCAAgYo8wxQ5hmgzFPAAGVAGVAGlGdTwABlQAEDFDBAGVDmGaAMKGCAAgYo8wxQ5hmgPCPyMwgh8vjjjzM80mD//VfQ6rQpioJUV3SqLkEzVBUQcMcdampEBBFBJaKqRFXyqBhQVQlzQCBEZfnypYgYMzPTrFy5P2vWvIolow22jbfodrtUVcXU1BTj4+OMj4+za9cupqen6aVEuzVDpzXD8HCTarbNwS9ZhbjTd/Ahh7BrfBetdoe8KAFj6bIxkjmeHK8cT47VznS7xa6JCXAjRCHLM0IUFBhpNlEJiAYkRDQEkECIkZjnhFAiISAxkmUZMTpIQiSgqqiCqgKCAO48zQEBAUEABQShTxARRIQ+4WlBETOEhRxXQxREhIXcHXcnSUJMUHfcHXdHRRER+sQdM0NEEAQB3J0QAkkVVaXP3VFVVBURoc/dcXfcnT53x91xd9ydXq9HX6czS13XhBDI8wJ3x8zoExEWEhHmiAh9IsJPU0QAcRAF4WmOYLjzNEE1MDPToigyRkZGaLfbzLbb5HlO0MjzEQTHEQTHAUEAEaHP3RER3B0Roc/dmSMi/AdR3B0Ro89d6DNzOrMVs50WK1asYNWq/dm5cye7d+9mZmYKdyOlhKoyMzPD1NQky5fvw5IlY0xNTTI7O4u7o6qYV1R1RQiKBqUvpZq6Sgw4bpAsYZYwczBDMUII5FlGzHNiFgmaEWLEgbqu2b27BmqqqkOMBdu2befQQw9BVKnrmqzIwWB6ZgYERAJl2WB4dBGLFy9meGiIRUPDTE9PMzE5SaPRIMbI9MwMTz75JHVdkxcFqNAnIgSFgNOZbdNqzdAoG+yzzzJEhKrXpdksCChmiZQq2t0eTs3UVIuyKBgdHWHx4sUsXjTCULNBjIE8z5mZmmbJ2BiWEt1uF8RolgXtrpHlkaAZVVXRGGoSY0aqwXBSSqRkuBm/TLZt28Z5553H17/+dfY0MTHBxMQEP/rRj7jyyis55JBDuOKKKzj++OPZ6+fnVa96FS95yUvYsGEDc8444wx+kb3zne/kyiuvZM7KlSvZtGkTe/33eOc738mVV17JnJUrV7Jp0yb2dPrpp3Prrbcy5/DDD+c3fuM3+P9Zr9djfHyc8fFxHnzwQb7whS9w4IEHctlll/GmN72J/y033ngj5557Ljt27GCh8fFxvv3tb/Ptb3+biy++mOuuu46XvvSlPJ9HH32Ut771rdx///0s1Ol0uO+++7jvvvu4+OKLueaaazjxxBPZ61ecAQoYoIABChiggAEKGKCAAco8AxQwQAEDlGdTwAAFDFAGFDBAGVDAAAUMUMAAZcAABQxQwAAFDFDAAAUMUMAAZZ4BChiggAHKsylggAIGKAMKGKAMKGCAAgYoYDwj8jMYGRlh3+X78Oijj1GWJUPDBW5GFjOyGHGEPgfcwDFyzehzHLNEnWpwCBpxwDGGskgeGlR1l+07tvKqV72KqtelqhMbN25i+GVHss8+ixCeJlBVK6nriqqq6PV6dHs9Jqam6HY67Ni2Ha9rvnPLtwghY3amxeGHHckRRxzBvffdx7on1pFlGa1eh671cBFEBckjYo5mwuKxxeQxo92eodftUFcVVlfUZozPdlBRRAOEgIjiKDHLyIqCGBuELBLygrIsyfMclYCoEEMghEgIAQ2CiNAnIiACCIggCmaGiCDCfxARRIQ+VcXdmSMiuAqijoigqvS5O+6OuyMipJQwM9ydvhgy5og77o6ZYWLgToyROlSEEEgp0WdmqCqqiqoiIpgZ7o6702dmuDt97k4yY3R0lNnZWSYmJjCcdmeWlBJZlqGqhBAQEcyMZEYMkT4RoU9EWEhEcHdwniaAoC64CO4OroADQowZqoqIMDU1w/BwkwMPPJCtW7dSVRXPR0R4LiKCuyMiLOTuiAhz3B0Rwd0REfrcFUiICH3NZhN3J1nFoYceyite8Qruv/9+nnjiCbIoCIaKk2eB1kyH1swUT23eSKfTYdnSMfJ8X/omJibYtWsXo8ND9HpdOt0udZUQhRACKSXcDdVIkQdCKAgaEIVGHlFVQghoCMQQQQPmTlE22LVrNylVxBgwqxEpMTOmp2dotVoMjyxCROimHkVZkhclo4vGGBsbY3h4mKzIEYfd4xMEDViq2bx5M+12m75GoyBmTRBBVSnynOGREYaaJe3ZGYIKZolUJepUUdcVWQDxRFX1iFFZMraYlxx4IMuWLaEoI6pKCEqmAVEQAQFGhkfYkmrqukueZ4RY4J4Ikiglx4GYKaoFU1PTVL1ESka706U1M0urNUNrtssvi0cffZQTTjiBjRs38p+xbt06fud3fod/+Id/4Nxzz2Wvn4+hoSHuvvtuLr/8csbHx/nd3/1dTjzxRPba68Wcf/75rFq1iltvvZXly5fzR3/0RxRFwa+aJ598kpNPPplvfOMb/P7v/z4/b1/72tc488wzcXdeyI9//GOOOeYY7rzzTg4//HD2tG7dOo455hh2797NC5mamuLkk0/m6quv5qyzzmKvX2HKgDKgDCgDyoAyoDybMqAMKM9NGVCeTXk2ZUAZUOYpA8qAMqAMKAPKgPJsyoAyoDw3ZUB5NuXZlAFlQHlG5GfQaJQcfvih/PiRnzA1NYXTYHdVoQEajZKyaJDFHBDcAQFzAwwQ+lSFoAFFqVPC3WlVFb1ezdBQg6OOOopFw6Nk6uyemGa202N2toOqE0Igy3JChDzPgAyzJrXDsn33QdXptF5KGZUd27axZfMmtmzbxvDICCFGDjn0EBaNLaJX9dg9NcnMbIs6Gb1eRa+b6HW65DGn0WjiKaFVROpApoIlUBGwhCVDQyCZkyzhGJ1uolNVQAs0ICESQkaz2aBZNgghUJQFIQTyLCcvCvpEhBgCiGDu4I6pEjTiKqgIiCLKvxNEBMfpczP6XCDEgKgjIogIfSJCX5ZlFEVBt9ul1WpR1zWqStDAHAHcDBFBALeAmRFCRLVCVXF3RAQRQURQVUQEESGlhIggIrg7fVmWUZYlh7z0EPbdd1/qumZiYgIzY9u2bWzatJFWq42ogijO00QRFRxhjiA4fYIIz3CeJgpuIIoIII6IAo6IIK44Tl0nYgxkWUQE9t9/JUceeST77LOc+++/HxGeJjwXEcHdERHcnT53Z08iQp+7sycRQUUxM9wNd8fdcXdarRYxC7g7d999N/fcczfdbpdFi0aYbc8gQAwBFaHIc3rdDps3baLdbiMCZdlgyZIl7Lt8OSv3X0Gv6pBSTavVZvfu3bTbLXAo8pI8y8iLgiyLhBCJMRBVsVQhKqRkWDJEhZRqenVNWRZMT00SVHA3VKGuerRnZxkf3wWiLFu2jF5VsSgE9t1vBWWjSVGUaAh0uz0mdk/Smpkh9SpSVeMYeZ6z//4raDabDA01cE84Tp4XgNNutZia2oW7QRbJopKFjJiVjA4PUeQ5zbKgLBs0GiVFnuEGIQohE1JK5HlOnmWkVIE7S5csoWwU4DWdThsBzBzzCiEQzKjqhIiAGLt27WbLU1tJyTFXQAFBJfLLYGZmhpNPPpmNGzeyp+XLl7PffvsxMzPD+vXrMTPmmBnvfve7OfLII1mzZg17/Xzsu+++fPSjH2Wvvf6rTjnlFE455RT+f7V06VJWr17NnF6vx5NPPsmGDRtYKKXEH//xH7NhwwZCCPy8bNiwgXe/+924Owsde+yxHHnkkTz88MPcc889zNm1axfvec97uO222xAR5pgZZ5xxBrt372ahQw45hN/+7d9m27ZtfOtb36Kua/rMjPe///28/vWvZ99992WvX1EGKGCAAgYoYIACBihggAIGKP95BijzDFDAAAUMUMAABQxQwAAFDFAGDFDAAAUMUMAABQxQwAAFDFD+8wxQ5hmggAEKGKCAAQoYoIABChjPiPxMhOHhUV7xG79OlWp61SwiYJZot9tM7J4i1YkQIo3mEI1GQTnUQEQQFxAFAXcneaK2mixm9JkZMQb6VMFEWbxkESPJqKqauk50ul3MndGhAnA6lSEiZEHpmhNEKMqcTIXFY0t47JGfUJZN6jrxox//mCOOOIxXr3kVVVUxOTPN1Mw03W6P6Zk2U1Mttm7ZSqqN2XabpzZvJgalOTqE1Ylux8ljJLjT7cwSYkZlCU0OGqhrQ7OMqqroVh0iObOzbaamdhNVyWKgLBvEEMmLnEajSZ5nFEVJnhWEoIgqMURCluPqiAgmiqigqogIOCCgouAG7qgGNCoxBgzD3XEDUcAFDUqz0WTx4jFmO20sGd1ejyzLsOTMEcDNMDNMBBzMjBgDdQiEEHB3+lSVEAIhBEQEd6fP3RERRAQzQ1XJsoyd47vo9irquqaua8bGxsjygrIxRFUbZoa78wwRRMDcERHcQUQQhD53EBHmuCjgICCiOImFVBSNighUVQKE9es3sH79BvpUA30iQp+I0Ofu9Lk7IuDuiDDgiT4RoU9EWMjd6RMR5nRmZwkhEIKiGkmppqpqQhBUhbIsqaou7sbQUBOzRJ4FcMfM6My2UYF2q4WqElToa81MMzmxGzNDxFm0aBHDw01CCOQxEIeHKcuSoijoq+ualBJWVxhOCgHcwZxet0tVVWgI1LUxNT1NqzVDt9sBnDwrsGRoodR1oturWLx4jEazwfDICHVyzCCZ0el2qaqKXq+m2+2BKCPDQxRFRpbliAhggDPTmqLX64A7ZVkSYyTPI6Oj+yAYzWaTRllQ5AVlWaAq5DEQgxJCRpYF8iwQQ4ZGoWwUpJQoigIwZmdnybOMgw86iIndu8iLSIxDiDt1XeEeSVaRzMlyqGvDrKauE6oBVcVccBfMwFz4ZfCJT3yCRx55hIVe8YpXcNlll3HssccyZ+fOnXzyk5/koosuYk5KifPPP5/vfe977LXXXnv9b3r1q1/NjTfeyJ7uvvtuTjzxRHbt2sWczZs3893vfpfXve51/LxceumlTE1NsdAll1zCBz7wAeZccskl/Omf/ilz7rjjDr7xjW9w6qmnMudf/uVfeOCBB1jorW99K5///OfJsoy+u+66ixNOOIF2u03frl27+OQnP8lnPvMZ9voVpYAByoAyoAwoA8qAAgYoz88AZUABA5QBBQxQBpQBZUAZUAYUMEABBQxQBpQBZUAZUAYUMEB5fgYoAwoYoAwoYIAyoAwoA8qAMqCAQeRnUFU9qroGVcqspGxkiAjuiarukWpHRHCHTqfL7t0TbP3Jj2k0SkZGRhkdGaXZbBKzDBGhT1SpqoperwaUMs9IyRBxYogUQYkhZ6Y1SwhCt9vmyd27aDRLFo8uIgSh3etiQFEUZBHcIMbIiv1XUhYFi0ZGeOKJxzn40INYsd++hKDU7iR3up0es50u3crYuHET27Zu46ktW9i6YztTU5O86lVHU/d6tGem6LRbxLpGJCGiUENSR0PAPCGayIsIKrhCXkSGGw0s1YgIve4sVRempmtSlciyjBAjRVaQFTlFXlCWJUXZJMszJEZijGRZRoyRGCKOIyKEEAGnz9yxJFBBckMERAJBhBAidV0zNd2iqpyq6jI728PMEBJZliEi9Cng7rg7qa4RBDOjDoEQAqqKiBBjJIRAlmWEEOhzd0IIpJSo65oYIzFG6rpm586d1Dt2EmOk1WrR7XZZvnwf2u1Z3B1VZcABZyF3QQTc+Q8iAggDAjjggIPxNKHPnX8n4OAYfe7sQQBhnjAggANCn4jjztMMEeHFuDtzRISyLDBLpNQjJcesxnHqukeyQAiKuyHqmNV0uh0iYFaTUsIdVAVVZXp6BnBGRkYYG1tEo9Gg0WgQY6TVatFsNsnzHDPDzBARRKDXq4AeUFPXNdPTLTqdNkEhIIQYqA1arQm63S6OMqKRPCvYb/kinnjiCV72ay9jenqa4eER8iJn8ZIxOp0eU1MzJAMHkhupdhxHs0gZI6Sabnuaut0FTzgQg5JnkcVji1i2dJRmWZLnGe5GjIGyUaIOIkKWR2LIMKuxusIIuEaCRoo8UBYFMUY0KDHLGB4eRlXZvWsns602+ego27dvY2L3bryuybMMEUGFpzntTqIoMpI5IRhF3mSoOcREmAIEJQACrrgKv+impqa49NJLWWjlypXceuutjI2NsdCyZctYu3Yt27dv56qrrmLOvffeywMPPMDRRx/NnjqdDl/4whe49tprefDBBxkfH6fZbLJq1SqOO+443ve+97F69Wqey1VXXcU555zDnKVLl7Jz507Wr1/P2rVruemmm9i4cSMhBA477DDe9ra38cEPfpCyLJlz0EEHsWHDBuasXr2aBx54gD09+OCDHH300Sz0sY99jI9//OMslFLiK1/5Ctdccw333nsvO3bsYGhoiAMOOIATTjiB888/n5e+9KXs6aqrruKcc85hztKlS9m5cyfr169n7dq13HTTTWzcuJEQAocddhhve9vb+OAHP0hZlizU6XRoNBos9LGPfYyPf/zjPJepqSkuv/xyvvGNb/CDH/yA6elpxsbGOOKIIzjxxBM577zzWLx4MXt673vfy9///d8z5/TTT+erX/0qt99+O5/73Oe444472L59O0NDQ7zyla/kT/7kTzjjjDOYs3XrVlasWMFz2bx5MyJC3zHHHMNdd93F/4ZOp8MXvvAFrr32Wh588EHGx8dpNpusWrWK4447jve9732sXr2aF5NS4otf/CLXXnst9913Hzt27CDPcw444ACOO+443v/+93PUUUfxfMyMr33ta/zzP/8zd911F9u2baPX67Fs2TJe+cpXctZZZ3HWWWcRY2TO1q1bWbFiBc9l8+bNiAh9xxxzDHfddRd9H/rQh/jUpz7FQu7O87nhhhu46qqruOuuu3jqqadQVfbbbz+OPfZY3vrWt3LyyScjIuxp06ZNHHDAASz00EMPcdBBB/HZz36Wa6+9lscee4xut8uqVas48cQT+dCHPsSKFSv4n3LMMcfwkY98hL/8y79koXXr1vG6172Om266iTe+8Y0s9Od//udcdNFF7On//t//y0c/+lEW+vKXv8yZZ57Ji/niF7/IQr/1W7/FBz7wARb64Ac/yOc//3nuvfde5nzpS1/i1FNPZc4Xv/hFFhodHeXSSy8lyzLmHHvssZx33nmsXbuWOV/5yle46KKLUFX2+hVkgDLPAAUMUMAAZZ4ByjwDlHkGKM+mzDNAmWeAAgYoYIAyzwBlwABlngEKGKCAAco8A5R5BijzDFCeTZlngDLPAAUMUMAAZZ4BCpGfwfDwCHkeMDM0CHXtOEaISlmW4IqiuDtZllPkOYcceCCzqWJ6ZpqpqWm2bd9GVdU0Gg1GhhexZHQRwZ0yi2RZTreqGWo26HV7tDodQgyUZcnioYLaC6pkDA016Xa7TM1M02iUDOU5HYSE4wJFEBBhemaGXqfL6PAIrdYsMUYcZ6Y7CziZZESERl4wOlrQaDRZsXIlv+HOK9e8hkcf+TG/+ZvHsm3rFpqNArXEdV++mrpuk8wJgLogQWmEEgPq2lm0eIhOr2Z6egoNBZ3ZFhj0ul2azSZ5nlFFxc2peh3qXgdmBBFBNIAqWZETsoyiKGg0SsqyQZHn5HlOludkWUREmSMS8EJAlRAUEcUdUnJEAjh0Ol3qukY1EoIQY8DMEHFEBGdARAghgoOZUVUVIQRCCJgZIkKWZWRZRgiBPjPD3ekzM1QVVaWua9ydZqNJVVWYGVVVYeY0m01SSlRVRQhCMsPN6BMR3A0RwRlw5xnK00ToE57NUcBw5xnuPM15hguI8dOEAWFA6BPhaQI4fe4gwtMEccUx5rg7c0SEPhHBzOhzd9wSKfWo6wqRQFFmFEXO0qVjPPXUFrZs2cLisVFEhFarRVTFSYSg5HlOnmVkeU6WZYyMDNMoG4gqZkZVVdR1TV3XLF2ylG6vS2umRUoJUSGGSJ1qZmdnmZmeodPt4OaICEJfYma2TQiBmBdkMWPx4jEajSHMjamZNkuWLOXxxx9j0egigkbquuahH/yAxWNjjI0tIcSIaMTcQXiaIKo4YGZgxksOPpAsKDEoqkqMQp5ldGZbdDqztFoTTE5WzM62mZmeot1uoxqp65oYI3mWkVKFAio8Q0TADUuJqq5JKWFAXVe4Q7NZ8PKXvZw1r3kNRZGTxcjI8CJipqSUqFUBJy9KkkOrNQteIxKoqpqqSqgqDqgqIOD8wvunf/onWq0WC11wwQWMjY3xfM477zyuuuoqFvrWt77F0UcfzULf//73Oe2003j88cdZaHJyksnJSX74wx/yuc99jve+971ccskllGXJC5mYmOBLX/oS73rXu+h0Oiz0wAMP8MADD3D99ddz8803k+c5fWeccQZr165lzr/927+xdetW9ttvPxa68cYb2dOZZ57JQps2beK0007je9/7HgtNTEwwMTHBQw89xKWXXsqFF17Ihz/8YV7IxMQEX/rSl3jXu95Fp9NhoQceeIAHHniA66+/nptvvpk8z/lZ3HbbbZx55pls376dhXbs2MGOHTu44447+Lu/+zuuvvpq3vjGN/JCdu3axV/8xV9w8cUXs1Cv1+OWW27hlltu4UMf+hCf/OQn+WXw/e9/n9NOO43HH3+chSYnJ5mcnOSHP/whn/vc53jve9/LJZdcQlmWPJef/OQn/MEf/AEPP/wwC3W7XR5++GEefvhhLrvsMj784Q/ziU98AhFhoYceeoi3v/3tPPTQQ+xp8+bNbN68meuuu46LL76Ya6+9lgMPPJD/abt27eLss8/mm9/8Jnt64okneOKJJ7jmmmt47Wtfyz/+4z9ywAEH8GJuv/123vSmN7Fp0yYWeuyxx/jsZz/LV7/6VW6//XYOOeQQ/qcceuih7KnZbNJ3wgknsGLFCrZs2cKc6667josuuog9XXfddSw0OjrKySefzIuZmZlhy5YtLHTSSSfxXN785jdz7733MufGG29koUceeYSFXvva17J06VL2dMopp7B27VrmPPXUU3z/+99n9erV7PUrSAEDlAEFDFDAAAUMUAYUMEAZUOYZoPw0A5QBBQxQBhQwQAEDFDBAGVDAAAUUMEAZUMAABQxQwABlQAEDlAFlngHKTzNAGVDAAGVAAQMUMEABA5QBBQwiP4OUEr2egRiFKEEUERBz3AGFqq4wd7IQaQzn9MwQUUaGRxhqDDGg1HXN5NQMTz71FDMzLfK8YGJikqqq2LFjJ80ypyxKNAbqVNEzQ1XRoIgG3DN6VY/2bItWp0U5NIqHgLqAgojQKIeIIVDXNe5On4sQgoJD6vRAAlbVzCaY7XToVRXtToeEceSv/xoT7Wm2je/koANXsXLVKvIiEjNFkmGiuDsIjC1dzKoDD8bM2D0xRe3O7GyHXqfNcCOjN9ulqnLMDHcjC6BZZKjZwFLCTDAzzIwqJVrTk6BKCIEQAiEEQlCyLKMoSsqypCxL8jwnz3NClpNc0JARswwVcAxLToiBEBRLCTD6VJWUHHBUGRBBROgTBVdFVQkhEEJAVQkhICKEEIgxEkKgz8xIKRFCoM/MMDNUlbIsaXc6IEJeFCQzkhm9qiKEQIiRlBIKuAjuTp+o8gx3FnJAGHDAAWdA3HHnaYK7MyC4G+6OqNMnovxniQjujojQ584zRAR3p8/d6RMR3J0+M8PdGXDMeog4WRaoa2NmZpLdExVLly1mvxXLme3MUFU9YgwMDzcpi4zhskkIQoyRGCMiQl9KiV6vQ5ZlZFlGszFMnudkMWdmpk0MGUVWUlUVs7OzTE/N0Ol0cHcEJUiksgoEQlQ8GY3GEGVZYga7du9mx45dJHNmO7MsW7oPB6w8gP/zf97E5s1Psd+K/Wm3Zznk0JdSVRVVSgyNjNLrVaQ6EUJEohJCwMxJqUdV93jkkR/RKHOKIieqghiKEwNkMaLi1HWN4iwdG2W/5UspiiZBA1mWURQ5RZlTZDlFlpPlkbIsaTZKGkVBjBEJAQkZqkKWZWRZhrsjGJ6MKEJKCbOEJ0NEMXNEBAUajSYg1LWR5wXNZhNVJRm4O2aQ3PlFd+utt7Knk08+mReyevVq3v72t7PQ2NgYC91999284Q1voN1u82KuuOIKNmzYwA033ECMkeeTUuLss8/G3Xk+t912G5/5zGe44IIL6HvLW97C2rVrmePu3HTTTZx77rks9M1vfpOFXv7yl/Nrv/ZrzNmwYQNr1qxh+/btvJC6rvnIRz6CmfHXf/3XPJ+UEmeffTbuzvO57bbb+MxnPsMFF1zAf9V1113HaaedRl3XvJBdu3Zx0kkn8a1vfYvjjjuO5/Ov//qv3HrrrbyQT33qU5x66qkcc8wx/CK7++67ecMb3kC73ebFXHHFFWzYsIEbbriBGCMLrV+/nt/8zd9kfHycF+Lu/M3f/A3uzt/8zd8w59FHH+X4449nfHycF3Pffffxe7/3ezz44IOUZcn/lImJCdasWcPjjz/Oi7nzzjt57Wtfy913383KlSt5Ieeffz7uzvN56qmn+MAHPsANN9zA/5Q777yThUSEo48+mr4QAm9729u46KKLmPPYY4/xox/9iJe97GXM2b59O/fccw8LnX766ZRlyYvZvn07e1q+fDnP5aCDDmKhyclJpqamGB0dpW/Hjh0stHz5cp7LQQcdxJ6efPJJVq9ezV6/ggxQ5hmggAEKGKDMM0D5aQYoP80AZZ4ByjwDFDBAAQOUeQYoAwYo8wxQwAAFDFDmGaD8NAOUn2aAMs8AZZ4BChiggAHKPAMUIj+DZrNJCFDXTmXQnp3B3RF13A3xQEqJZIaghBCRqMQYybOcLGQggiNoiCxbVlKEfeiZUFc1kxPTdDpdchJTqcfuqUlSSqgqZVlSliVlURJVaeQ5WZZRp5qqVzE1M0lZNGhkBWigtoS50eslxsfHyfOcqq7p9LpoECKCiKKidM3o9Dq02m2m2y1anQ4TUxOMLhpldrZFOdzEg1BZTYiBGAVRhQBmguGoOCv235dly5bx8I8eYWJqiiVLFpNnGc080pvtYGasW7eO6akWzWaTTqdHVdWkZDiOBiXGSAByMsyNZEZKNXW3h7mBgwYlyzJiCIQQiVlEY05eLCLEkrIsKMsGWZYRY0YISgiKakQEVBVVJ7iDJMycEAKiivLvnGeICIKgqoQQcHf6VJUQAiEE3B13R1UREUSEuq5JKfEMFRqNBnVK9Ho9RARVJcaIqpJSQkRIKWFmzDEz+tydPnenT0R4Li7gOO7OgODugOPOM9xABBxHRHgxIoK7IyK4O30iggCOs6eUEmaGmZFSwswYcOpqFrOEuyMqZHmg0SyYnp5i+fLlrF79CqamJ8iyjKIoaM9Mk6oKcSclo6p6VFVFSom6rinLkrIco9Eo6ZudbTNVTaGSY+aAUBQFIUTyvKDdbtHpdOh0uvSFEMnznLIsGGoUxBjI85xGY4ihoWGKRoNGs8nkxCTfuuXbmDn33PM9VCMh5rz61a9h85anmJmZoTan2+2SFzkhZqRkEJQQIjEKIUayTOjOTpBlgZHRIRaNjDA01KBR5uRRaTYLGmUDFafIIo1GSdBAnYTR0UUEDQhOo9lARVARQlCCCCEoKoKIAIJJoE41KRlBFXCqqsKoCFpiqcbcyGKkqiqqqqZOjqVE38x0m5nWDHVd427UtaEhEmMkhIiEwC+6hx9+mIWGhoY4+OCDeSHNZpOrrrqK59NqtXjHO95Bu91mocMOO4w1a9YwMTHBLbfcQqfTYc7NN9/MhRdeyIUXXsgLcXcWL17M61//etyde+65hy1btrDQ5ZdfzgUXXEDfmjVrOOigg1i/fj1zbrzxRs4991zmzMzM8N3vfpeF3vKWtzDH3XnnO9/J9u3bWeglL3kJa9asYffu3dxxxx10Oh3mfOxjH+OUU07hqKOO4vm4O4sXL+b1r3897s4999zDli1bWOjyyy/nggsu4L9i+/btvOc976GuaxY6+uijOeKII1i/fj133XUXc+q65pxzzuGxxx4jz3Oei7vTd/DBB/Oa17yGyclJbr/9dtrtNnPcnSuuuIJjjjmGJUuWcPPNN9P36U9/mptuuok5y5Yt45prrqFv0aJF/Dy1Wi3e8Y530G63Weiwww5jzZo1TExMcMstt9DpdJhz8803c+GFF3LhhRey0Nvf/nbGx8dZ6IgjjuDVr341Tz31FN/5zncwM+Z86lOf4uyzz+aoo46i76/+6q8YHx9njojwvve9j+OPP552u83nP/95vvOd7zDnkUce4bLLLuPP/uzPWLJkCTfffDN9n/70p7npppuYs2zZMq655hr6Fi1axH/Feeedx+OPP85CS5cu5fjjj0dVufXWW9mxYwdzNm/ezNlnn813vvMdXoi7k2UZxx13HGNjY/zwhz/k4YcfZqEbb7yRTZs2sWrVKv67dDodNm7cyNVXX83atWtZ6PTTT+ewww5jzjnnnMNFF13EQtdddx0ve9nLmHP99dfj7iz0jne8g/+MxYsXs6d169bxXBqNBnvasmULo6Oj9C1evJiNGzcyZ926dTyXRqPBnrZs2cJev6IUMEAZUAaUAeXZFDBAeTYFDFDAAGVAAQOUAQUMUAaUAWVAeTYF7P+xBy9Am9Z14f/fn8/3e13XfXju57znA+uiLBAnTVRyVX7/xVH50XoAttQ1bSDHmXLUxtRJnakpM8JGbUaKSh0NLAsPoIWkIKXChpKSmSwuC7o8e3ye3edwH6/r+n6+fx7vudublS3En8nvp68XoIACBih9Sp/SpzySAgYoj6SAAQoYoPQpYIDSp4ABSp/Sp/Qpj6SAgedxMAuYASIkTqhkVSIR7x0hBkIIJKIQoSwDRV7SabYoy5KyLCnLkhgjoMQY8d4z2hglmOF9gjphYmKMRrVCaSVlGZAICIRgdHtdjh49SqfVIaukjE9MUqvW8EnKSJYye+QYh9o91qxcifcpWaVGc2GBGIXznvZUNp/6FLxLKMoccZ4kqZL3ChabXTohkBclZRBUEyqVOjP7D7F+3WqKXk6z3cMlGbgUcSmqEW9GjEJpkaw2wtH5eeYWliBN8FmF/QcPQyjptJYYbYyw8ZQNRAcTKyc45+xz8M7T7fY4fGiWuaNHaLWaFHmPIhitVo4IeAfeCeAAR0QAIUYoQyAvA1IUOC2ZXywBRURIkoQsy8iyCpVKlSzLqFQqJIlHRHHO4b3ivKAKzkWcOkRAAKcKUQABERBBRBFRYjREBVRQVQIRzFDnCWaIgU8dqQhmRigDed4lSzx+pEbqlCzx5EWBqOCcIAggqAgWI0RAlRgjIkKMkcfCiCyzGLEIkb5IJBIRhAgoQoyAAFFAgAgICH0iwjARIcbIsigRIoiAmQGRGI0QCspQYhYIIWAWwCKIMTExSpJ40jQjSVJEIMaIiNDrdchzQQRiNLrdDnle0F5qE8qSoiwoy5IQCohgZiwtLTI7ewQzI8aIiOCco9MpiCESY0QEYoQYjVqtzqrVq3jqueewfsMGvPfMzh5hdnaWIs8ZGRkhTT21So2JiQnUOfbev5eH9j3IBc96Jo3RUZqtFkfnF4kRvr37XhqNBr1el2iGVyjLkmqaYAZlMCDgnCPNEqg6NEyQeMGJYBaASJIkjDbqeK8gQn2kjvfKvu/uY/fu3fz8z5/P2NgYzitYJEtTLARUFe8VEBBQVVQdIkKvDKRpRgiBMi+ASJIkmCoxlPSC0em0abVaLC4usrjYotnu0e32KELB4sISSeqp1+ts2XI6SZLgvMd7T5Ik+CThie7w4cMMm56e5kf1wQ9+kD179jDszW9+M1dddRWqyrK9e/eybds2HnzwQQbe85738IY3vIGpqSlOZtu2bXzyk59kdHSUZe12m23btrFr1y4G9uzZw+zsLNPT0yy7/PLLufrqqxn4/Oc/j5mhqiy77bbbKIqCYTt27GDgH/7hH7j99tsZ9prXvIZrr72WNE1ZtmfPHrZu3cqhQ4dYFkLgfe97H3/5l3/JyWzbto1PfvKTjI6OsqzdbrNt2zZ27drFwJ49e5idnWV6eprH6uqrr+bIkSMMu/baa3nta1/LwE033cRLXvISYows27dvH3/7t3/Lzp07OZm3vvWtvPvd70ZEWPbd736Xc845h8XFRQbuvPNOlqVpykUXXcSy6667jmFZlnHRRRfxk/DBD36QPXv2MOzNb34zV111FarKsr1797Jt2zYefPBBBt7znvfwhje8gampKZZ94Qtf4I477mDY61//et73vvehqiz70pe+xEUXXUSe5ywzMz7ykY9w9dVXE2PkH//xHxn2mte8hmuvvZaBV73qVZx55pns2bOHgRtvvJE3vvGNpGnKRRddxLLrrruOYVmWcdFFF/HD+uY3v8nf/M3fMOzCCy/kxhtvZHR0lGXNZpMdO3Zw8803M/DP//zP3HzzzbzoRS/iZNavX88XvvAFtmzZwrIYI29605t4//vfz0CMkV27dnHZZZfxeN1yyy2ICP+d5z73uXzoQx9i2HnnncdZZ53Fv//7vzNw00038Za3vIWBz3zmMwxbt24dF154IY/F5OQk69atY2ZmhoEPf/jDvP3tb6darTLsW9/6FifqdDoMnH322Xzzm99k4I477uAb3/gG5513HsO+9a1vcaJOp8PP/JQyQAEDFDBAAQMUMEABAxQwQDnOAKVPAQOU4wxQjjNAAQMUMEABAxQwQAEDFDBA6TNAAQMUMEABAxQwQAEDFDBAOc4ApU8BA5TjDFCOM0ABAxQwQAEDFDBAAQMUMEDB8zh0uktkFUdeGCKgSQIxAkaqCT6pstjroqknTYUkC4yNj+EQYozEGBERvFNCGShCIIRIu92m2+1S9rrMHjrCvryLCIgoIooqiCiqytTUFJPTCapw7Ng8MwcOkecFaVajXmtw330P8KlPfpbTTj2V9Zs2cmD/fs7csoWfO/N0GvUq9SyhpwkG7Du0BOKRyjjeoGNLdLpdms02k5PjrDxtLWaBmbmHCLmj6CVUR1ZRq02QuoTMJ5goJkJME5plwfnPehZfufNOnnTaWZx1Xo3/+PdvkXe7tNoL7D86T0wd9+69j3/5+l2UvZInbTqFX9pxGRs2/gJfu/sOVq4cx/uE733nELNH5jl27BjNdotOp0MZDXUpvTxQq41SmiNGRzBlfHKKhYVFIoKIICLkZY92t005FwghsKxWrTE6Ok69Xsd7j/OONM1IkwRVRR2kPgECWACMvAh0i5KyNEAwImU01AxRsAhRHNEiiEO9x2LEDCIR50o0LiFFwc9t2YJZ5O6772ZsfByfJhR5QQBMhFKUEAImkRAFEY+IEGMkhICZISIMiAgigpkRglFqIMRAkEDEQPi+U045hcmJSQ4cOMTMQw+xrF6tUUZDNRKBCAgQ6bNgEEFEWKaAAFEFhIdFRCKZT2g2FyiLHmWZY1ZQraTU63Wq1Yw0TfDOAUqMQBTMImYCKM45il6BqLC0tEir1WRxcQHnEkJwqDqcCiJCjA6iEUpDNeKcYjESLeC9J00TvEaqlQqNxigXPOtZrF2/jonxcSYmJmm1mty3+z7u+85ums0m1UqFarXK1Ip1jDbqTI6NcmBmH1++/XOIGU8+7TRe+r+3cWRuAdOEA4cPUgKtTk4NYWp6Cq9G2WujsWBxfhHKAAgxGKEUjJQQHEWvZHpykixN6XY7LM4vsTi/wH4RYjRWrJxiamoKC0Je9Pizv7yO+aNtXviCi0mcp1apYmb0ejmVSgXvPSLgnMc5RUWIMbKsllUpy5KiKGh12iwsLNButzl69Cit5hK9bk6wkhgjZkYZIFhGGRzOeZI0ImKsXLWO6alJBIgEiEY04/8G3W6XYZVKhR/V9ddfz7AtW7Zw1VVXoaoMbN68mWuuuYaLL76YgU6nw6c//WmuuOIKTua9730vo6OjDNRqNa688kp27drFsJmZGaanp1m2Y8cOrr76agZmZ2e5++67Of/881n2uc99jmFnnXUWZ5xxBgPXXXcdw1avXs0HPvAB0jRl4MlPfjJve9vbeNOb3sTAzTffzH/lve99L6OjowzUajWuvPJKdu3axbCZmRmmp6d5LMyMv/7rv2bY9u3bee1rX8uw7du3s337dm688UYGbr75Znbu3MmjmZqa4t3vfjciwsApp5zC9u3bue666xiYmZnhiez6669n2JYtW7jqqqtQVQY2b97MNddcw8UXX8xAp9Ph05/+NFdccQXL/u7v/o5hk5OTXH311agqA895znP41V/9Va699loGvva1rzGwZ88ehjUaDYYlScIFF1zAnj17GHjggQf4cbnuuusY5pzjIx/5CKOjowyMjIzw0Y9+lFNOOYV2u83Axz72MV70ohdxMm95y1vYsmULAyLC61//et7//vczbGZmhh+3Sy+9lI997GOkacqJdu7cydve9jYG7rzzTmZnZ5menqbX6/H5z3+eYa94xStQVR6rF7/4xVxzzTUM7N+/nxe/+MW85z3v4fTTT2dmZoZrrrmGP/7jP+ZE3nsGXvKSl/Cxj32MgRgjl156KX/6p3/Kc5/7XJrNJp/4xCd461vfyom89/zMTymlT+lT+pQ+pU/pUx5JAQOUPgUMUMAABQxQ+pQ+pU/pU/qUPqVPOU7pU/qUPqVP6VP6lEdSwAClTwEDFDBAAQOUPqVP6VP6lD6lT+lTvs/zOHivLDMzgihEowyBLE3o9HLysk2lWuXe3bvZ9719PP2cc5lesQJUcU6JFjEzymA4VWpOMSBJHJVKysTEGJOT44yNjxOJWIQQjBgjIQSKoqDX63HkyH7KsqTX66GqlKVx6NAMBw4c4siRWRYXF7hvzx5O2bCBvMj5yF99lE1PehI7Ln0ZK1aMUxSR+cU2wVVIq0Z7qaDV7JEkCSoptVqDomccnD/C2NgY1axOWRT82z3fYtX6U1icm2Xp6DyzSwv08h7mPVJJ6Qkcu/2fOHz4MHv2fJfMJYxUq4DRbLZoto/Rah7l4OxBet0eoVfQzldweO4gp25ZS5QuSbXk7q/eyTPOejZnnr4JJNIrStrdDnNHF5hfbNHuFISYcuxYC0hptwsWF+cZnxynLAOhDMQYiRHMDLNIjCCihGDMLxzlyOxhQhlIsgppmlHJMtIkJU09lUpGpZKSeIcCRdEjz3PKooRooAEpQVWBCDiIkRghIhAjRAWJiDjUjFqlSqu1xMTkBBs3nsLo2Bhf/8Y9tNsd0jRFEBBDMARBI5hFQEAEAVSVGHlY5D+JICKICCKCOIcICA8TgQgiUASjV5SoOirVGiEYhpDnOVklAyLLIhEBhIeJIAwR/lMoDYuGWUmSGCLKSH2E8fERfKIQA2AIBgIikV63g5kSDSwIvV5Ot1tQFoFOp0tWSWi1Wpx66mbOP/+Z3P7Ff0LFEQ06eU5R5EgM+ERRIEsdtVqVkXqVWq3CSKPOSLXOxg1rGRsbJcbIzMwMX/vq9yjLkjzPWVatVqnX64yNrcR7T6Xa4MjRJe7fe5B//t4DTIzUuPA5v0A1S+n1ekjIqaRKNxiNxgjHFprEGBGnmAWS1OGjkmlKygih7FFaIC2NnkXMKWWEgpKvf/3rbDrlFFauXMHIyCpUlRiNdrtNu9Xj0KF76XQ6rFy5khf97xdx/s8/ldHRcSqVDO89ZoaZEWMkhICZUZYd8jyn1+tRFAVlWTI7O4uZUZYlIQRCCMQYWabOk1UVMyPGSFEUxCJipcMJqAio4LynUklJU0eMhkQFhIiiPPGJCP8n9Xo97rrrLoZdeumlqConeuELX8jU1BRzc3MM7Nq1iyuuuIKTSZKEE61du5YTNZtNBp7+9KezefNm9u7dy8Att9zC+eefz7JbbrmFYTt27GDYrbfeyrBt27ZhZjSbTYZt2bKFYfv37+fgwYOsXr2aR5MkCSdau3YtJ2o2mzxW9957LzMzMwy7+OKLaTabnOjMM8/kxhtvZODuu+/mZLz3iAgnWrt2LcOazSZPVL1ej7vuuothl156KarKiV74whcyNTXF3NwcA7t27eKKK65g2a5duxi2detWsizjRK973es4/fTTGVixYgXLRITVq1czcOTIEW655Ra+/e1vc+zYMVqtFjFGvvrVrzKs2Wzy4/KlL32JYc985jPZuHEjJ5qenuYFL3gBn/rUpxjYtWsX/5UkSTjR2rVrOVGz2eTH7ROf+ARPfvKT+exnP8s555zDsFe+8pX89m//NmbGMjPj7//+73n1q1/NbbfdRqvVYtjOnTv5YfzWb/0WH/3oR2k2mwx8/vOf59xzz+W/MzExwcDLXvYyzjnnHP7t3/6Ngb179/KCF7yA/87ExAQ/81PKAAUMUMAA5TgDFDBAAQMUMEABA5TjDFD6lD4FDFDAAOXkDFAenQEKGKCAAcpxBihggAIGKGCAAgYoxxmg9Cl9ChiggAHKyRmg/ADP42BlIBYlHkEjJN4TnCcvCrxzZGmGV2Hj6jXs3/cQn/mHf+CyF7+EJElIvAMEi5EYIyKCiCAiLBNARUiShF5RsiyEgJkRY8TMEBGyLGPFihVUs5QiGKl3dHoFWVpj/thRLARKizh1VLOMXi/nqU97KjMPPcTe732P7z40w4MPPkia1uhGRX0F5xxpklCtVPFeKfIeoSxo1Ec4evQoe/fuYcOGDWzetJav372P5tISnU6HUAZAEMB7T7VR58t37WLjxo1UKhmdpTaH9u+n02niEyHEDlkiVKtVsiRh5ZNWMDkxSaVSwcxIkoRup82pT1pP9B3EC+1uh4XFRdQlbNg0zbq4Goueyem1LMx3yHNotnp0ugXz8y16vYJut0tR5JRloCwDea+gKEvMIhYCMUKMPEzo5SUxRnq9Dq3WImYFAjhVfOJIncd7QUUQEURANFIWOVaWZFmG8wkqSowQDYgQEYh8n0Wj2ytwlTqLnZw7vvp19u17iG5uVKsN8lBiCCZGUMOIECNgqICIsCwSUIQYIwPOOUSESEBiRDUBlKgCGDFGRISDBw9y6OAhYoAQAlmWkXoPAhEDoS8KEIkCIoIgYBGIRIn0KSIpqVdCKEhEUKd473FaRWLEypyyDJQWiNEgRnq9nG43pygCRIfgCCHSbnep1+sk3lOtKKGE5z5nGytXrOGv/uqvqNdqjNRrQBXBSFNP4j3VSkajUacxUqNayahWK6RpSrO5RLO5RKPRIE1TGo0GSZJgZixLkgQzY3FxkYWFBXp5iUtqjI2OcfHFL2KiUaO1cAxRqNYqLLXa+CRFojExOcb3HtpPpCTxSoyBNE0JZQ91RpqlxMQRibgy4EKk1IQ8RIrSUFW8d9RqVcbGxqjVatTrVbz3hBBAIkWRkySeSqXCqhVTtBaWaC4tYmYURUEIATOjLEvMjBACZsaAiOCcY0BE8N4jIhRFgYggIjjnCCEgIjiNaCaYRaKViOR4l6LOEDWIAcyIGNECJU98jUaDAwcOMNDtdvlR7N+/nxOdccYZPBoRYcuWLdxxxx0M3H///fywRIQTxRgZdvnll3PVVVcx8LnPfY53vOMdfOc732Hv3r0M27FjBwO9Xo8jR44w7Prrr+f666/nsZibm2P16tU8ViLCiWKMPFYPPfQQJ3rd617H6173Ov47c3Nz/LBEhGExRp6o9u/fz4nOOOMMHo2IsGXLFu644w4G7r//fgYOHDjAsI0bN/JozjvvPM477zxOZs+ePbzlLW/hpptuIoTAT9LMzAzDzjjjDE7mjDPO4FOf+hQDDzzwAGaGqvJYiQgnijHyozjvvPN4+9vfzrBjx47xta99jQ9/+MMURcGyffv28bznPY977rmHjRs3MrB+/Xqe97zn8cUvfpGBz3zmM7z61a/mM5/5DMPOPvtszjnnHH4YmzZt4qMf/Si//Mu/TJ7nnEyj0WBpaYlhk5OTDDjnuOGGG7jwwgvZv38/J9NoNFhaWmLY5OQkP/NTSgEDFDBAeSSlT+lT+pQ+5TgDFDBAAQOUPgUMUI4zQAEDlD4FDFB+kAIGKGCA8khKn9Kn9Cl9ynEGKGCAAgYofQoYoBxngAIGKH0KGKA8gudxSNQhFql4jyGEEBEBJ4J3DhMBhOmxcc5/6tM4deMmKpUKXh3qFBBijIhANKMsA6iQJgllCHjnSLwDpyxTJywTIEYwM7wKjXoNp0Kz2yPxjkqthhWBzRvX0O322H9olizLGB0dpdvLCTHSGBun1+2xtLTE6vUbeeih/ZQkdFsL1Ot1sjRjqblEKAtCKJmdPYxYZOXKlfSKnIWFBf7tm0cJeYEgVLMKmlYoQ6BrgdKM5lKT1atW8693/ys/d/rP4SPMHz1GHnrUah6RgiJGOu02zcVFJEZUImCk3jFSr/HgA/fx5FPX0eoeJkqVkdEGWa3G/GKTbnGMbs/IcxibHGPN2ilEM5CElZNr6RWBbh5oNTs0W02aS02azTatVptms8n8/CKtVoteL6fXy8nzHHUJ0YwYI4JHpIZIpNfrUuQ9unmHYAELJSEYwUq8Kt4p3iekPsUlHlUlTTK8T3GiiPOoOpwIqFBGodcrWWrnpPUG0adYEemUhojDVIhRgQgCRFApUBEQIIIgiBhYZJmo4JxHVEADImChRGNEUSJ9GiFJEpxzWDBCCChCKANlGXCJggh9BggQEVEQEIkQhcjDogFCoimJT8ijooBFsCLSbuZACRYoy5yiyAmhIFiAyMOEzFdwLqUsIqHIGamOMDE+wdjYGCP1OkWR89EP/xW/9tpf5cD/dyEh5LRbTZrNJRKnjI6NMDY6Sq1aoVarUKlkJN6hKqgqvbxkcXGRQ4cOsX79esqypNvtUq1WWTY7O8vBgwfJsowVK1agLmF8ciVTk5PknRZHj84xNlIjWkGvl5OXBVmSoQojtSoQMCtYWpqnmnka1QyfJqQugkJZ5gQiqRpEIVWPDxBLY6Reo1apMFKtUUkTLBR0OxDKknanjarinWLRcKrsvW83o/U60QLLvPc451iWJAmqSowREUFEcM4hInS7XZbFGBERYozEGPHeE2MkhEAIARHBe4/30OvlqEYCJU4DPokIJWYFMQYgAkYUI/LENzk5ybCjR4/yo5ibm+NEjUaDk6nVagxrtVr8OOzYsYOrrrqKgV27djE/P8/nPvc5hp1zzjls2bKFgcOHD/OjaDab/E86dOgQj1ez2eT/ZXNzc5yo0WhwMrVajWGtVouBVqvFsCzL+GF97Wtf4/nPfz7z8/M8EczNzTGs0WhwMrVajWEhBHq9HtVqlZ+kVatWcdlll3GiX/u1X+OSSy5h+/btDMzPz3PVVVfxgQ98gGGvetWr+OIXv8jALbfcQq/X47Of/SzDdu7cyePx0pe+lNtvv503velN/Mu//AvDKpUKb3zjGwkhcPXVVzNwyimnUK1WGfaUpzyFu+66i9/8zd/khhtuwMwY9rKXvYyXvvSlvOpVr2LYGWecwc/8FFPAAAUMUMAABQxQwAAFDFCOM0DpU8AApU8BAxQwQAEDFDBAAQMUMEDpU44zQDlOAQMUMEABAxQwQAEDFDBAOc4ApU8BA5Q+BQxQwAAFDFDAAAUMUMAApU85zvg+z+PgEVqLTeojI4hTMKOaeUo8JhAtUlpAVZken2Td1DS9YKgqMUbMDIsRIqRJQpamRASnYGaEMlCWgTRTEP5TjCCAqpIIdMpAFEctywiAE6GaRGYO7qfT6THSaDA9NUFRGocOH0NU2bRpI0fmjtHq9jhl9Rqec+EzOTof+c6eB/je977HgYMHKMucWrXKmjWr2HL6aaycmqZazfj2t7+NIIzWK3z+7z9Na2ER6xVkzhFViSpQSVn1pFPYUKtw3rnnEksjb3aZaDQoyi69vE0Z2nTa87TaVazMERE2b3oSnVabsiwp8pzJyQnGxuq0uznz8wdpdo8yPjbJyFiVvDBWjk/Q7Rid7iK1Wp1KlhFjxFchrTVoAKtWjCMxQoyECKVFur2SxcUmi4tLLMwvcuzYMRYWFpidPUqeF/R6XXrdNp1Oh06ni/eQJRXyXo+iMII61EESPEWek5eRXrfLkhkgCIL3Hp+keOdJ05QkSUiSBFGPyypEERabTWKzyezcHJOTU4gqZWkoYEREhWUawcqICseJAIEokWXOObz3qCoiJSEaIoqooqaYgBARhKIo6Xa6xBjxzuF8gjpH5pRASWRZREQQIkRBVBABMSFKgMj3CZFWs0klq2AxkGQpma8QQk630yOEHMWIMQARFY96BxghRIo8pxtyytKIpmRZxr3fvpd169bR7bbZuHEDU1OTfOiDf8k993yVNaunWbN6FdOTE4w2GtTrNarVClnqybKMxCtOhBgjMRq1apUvfelL3HDD57j00hfyohe9kPn5eQ4dOsTs7Cyjo6OcddZZiAjLplesot3uMn9slonRBmMjE8wfnSWGkiRJSdMMk4gIqBNqtZQokWqWIkSiGUmWQCwIPEw9Eg3vHaDgPBKEIslZmD/G92Kk1WxSqabEGMmyjFqtSpZlxBhQVZatXLmSRqNB3u0ggPceVcV7j3MOVWXAzIgxUhQFy9I0JcZIjBEzw8wwM0IImBlmRlmWmBmqiqpgsYeK4BzU6xWq1RreO8wCMUacU8Q5VAVV4YnuzDPPZNeuXQwsLS0xMzPDunXrOJnFxUX+6I/+iGHPeMYz2L59O41GgxN1u11OZmlpiWGjo6P8ODztaU/j1FNP5f7772dZCIFbb72VW265hWGXX345w6rVKj+KGCP/k6rVKo9XjJH/lzUaDU7U7XY5maWlJYaNjo4y0Gg0aLfbDPR6PX4YZsbOnTuZn59noFar8a53vYuXvOQlrF27ljRNufLKK/ngBz/I/4RGo0Gr1WKg2+1yMktLSwzz3lOtVnki+8Vf/EU2bNjAvn37GLj11ls50aWXXsqv//qv0+l0WNZsNnnve9/Lvn37GBARXv7yl/N4XXDBBezatYu9e/fy9a9/nYWFBVauXMlzn/tcRkdH2bp1K8O2bt3Ko1m3bh0f//jHmZub48477+TIkSOMjIzwrGc9iw0bNvCOd7yDYevWrWPTpk38zE85BQxQ+hQwQOlT+pRHUsAABQxQjjNAAQMUMEDpU/qUPuU4A5Q+BQxQjlPAAKVPAQOUPqVPeSQFDFDAAOU4AxQwQAEDlD6lT+lTjjNA6VPAwPM43Pcf93Lk4CGqtSr1+giqwuTUFFmtyuTEBEnqiREqWUJEOZYXVKtV1EPiBJwj4oj0laURzZDEYUVJ0e1R9HJq9Rox8p+iCALkRcFcq8WuXbtoNEZ5xjPOx8zo5gU9jUyOj1FdXaG0iCBUE0c1S/BZjVrdsSZdwdj4CA88uJ9v736I0fFxzjt3M3ne4ejcEZ761HOpZBmzs0d44IHv8E+3fYFVq1YyNTXFxPg4qsrpZ5xGc+4oebuLWiRYoFMEsvEGD808RC8GvvRPt5O5hImRMTZv2sTadRvpdJdYuWqcxEfSTHEIlTQjSxKKvIto5PCRA0xNVmm2lphaOcr4VJ2jRxeYXzpGVmnQbhcsLfUgptRGPPVal/rIJJWsjsPhBEKMWIyAEhHMDK/CxEjGZKNCd+UkrXaPsigRgQh0u11azSaLi4scO3aMhWPHWFxYZGlxkcXFRZYWF8m7PYqioJSCWrWBlYGyLAkhEKOwLIRA2etSIhS9LqqKqoIKaXWEiLJqegpRpZIlNBeO4dMUdQnLooAgCEIE1AkiggjEyMMigiKACDjn8YlHREEFxPC5JyLEKChGjBGVSJamiEAsS0QFIpgF1CI4JQoPi0gExJAIIiASgQgxAhGiseyyy7Zz6OAh7v32f9BcWkREEI2kiWAq9Do5RdkjxoBTh/OKuEiaedI0pdstEAFVx9LiPCtWTLDUnMN5xzfu+SpmgfGxOj//1LOo1yuMNuqM1Eeo16ukaUqtViHzDucU7xUVJUbDzNEtAxdeeCGrV69mZGSE3bt3c+DAAaanpzn99NOpVCqUZYn3Huccc7OHSbKMej0jL7p0Wj1EhSTJKMuAzxIWWx2iOrwX1q9fi6gjS6ssK3ttsiyl184pQiD1CSIgRIgK6jEM7xzVao286LG4NE+wOlmW4ZyS5zkjI3ViVCqVjDIU9PIORS+nUavg1KGqLAshEGNEVVFVRIQkSRiIMRJjxMwwM8wMVSVJEkQEEcF7T4yRZc45vHec9pRNIIKKIuJI0gr1+ghJmhEFRAQURARRnvCe/exn86EPfYhhN998M1deeSUn85WvfIV3vetdDPuDP/gDtm/fzpo1a1BVzIyB3bt382hijNx3330MW7t2LT8ul19+OX/4h3/IwE033cTtt9/OsB07djBsamqKNE3J85yBK6+8kr/4i7/giWjNmjWc6LrrruOVr3wlP+3WrFmDqmJmDOzevZtHE2PkvvvuY9jatWsZWL16NYcOHWJg3759/DC+8pWvsHv3bob9yZ/8CVdccQU/KevWrePgwYMM7N69m5O59957GbZ27Vr+b7By5Ur27dvHwNGjRznR6Ogo27dv5+Mf/zgDv/d7v8ew5z3veWzYsIEf1ebNm9m8eTPD/vVf/5U77riDYZdccgn/lampKS655BKGtVotPvzhDzPskksu4Wd+ihmggAHKIyk/yAAFDFD6FDBAAQMUMEABA5Q+BQxQfpABSp9ynAFKnwEKGKA8kvKDDFDAAKVPAQMUMEABAxQwQOlTwADlBxmg9CnHGaDgeRzazSbtZhNRIc0qiECtXgcREBARkiyjWquSpRn1kTpplpEmCZVKhTTLSJKExHt84qlWqiwTUpwK3nsS7ynLEnWKIAhClIhEqCQJTQt0222IkaWFBbIsQySSJo5EHTEGohnOK0UwnPeUZYEZeA+VSoWnPOVJ7D94hLzbY2Z/jy2nncpTzz2LMvTw6jjzzM2M1RxLTYixxze+8e88+OBexkZqLBydo+i0SdWRJgmQUBtN0FrGU8Y2MzY9yd1fvYvx0THqtVV898H7OXTkIe7Y9SU2PWktI/UUK3vMHjnCeeeey+qVq9i4YS3eC8SAaKTX63JkrsNIo476hGOLs0y5Bhs2nEq7VbIw32XN6g0UOUh0LC4skaV1qlUPRARBxFBVcEowo4wRJ4KFkmglSSKMjtYRESw2gBVIhDKUlHlBt9Oh1WpxYOYg8/Pz/Me3vsXMzAzddhevDlNPtVqjKHKKoiAEQ1UoyxLvPaqOXq+LmBCj0VpapFqvUXaXWFxcYvbQQbIswycZIGRZBZziVLEIaZZhUfBJSoyGiCBeyfMSIiDgvSNJHCCogpWCUyUEw6kjAjEaggCRsijADC8OEcGpkKSedt4FBBUQ5WERISICFgoEEAwRMEoS5/jsZz4BGEWekyQOVUcoc5w40iShXqtTq04xMlKlVq2RVRJGJ8dI0xSi0my2OXLkKIcPHWFuzlGWJUma0BhtcMrGlVRrVaoVTy11ZFlCpVqhWqmQZQlp4vECRCNaxMoIahAjEUHE4b3nzDPPJMZIq9Vi1apViAghBIqiwHuPmRFCoFKpoE4pywKJEVWFGCnKQFGURHWEEBAEp8KK6UnUJZTBsLKkFxO8V2JWwakiKoRQIjhijEQcXkEihCLHZymVrEK9VsN7j1Mly1K8U/K8wMzI0pTEe5SHibBMRBARRARVxcyIMeKcQ0RQVVQVEaFSqSAiOOfw3pMkCUmSkCQJ3nu89ywTEZaJQOj1sGj0ioB3GRaFanUUl6SY8DDBiESMiPFE9+IXv5jf+I3foNPpMHD11Vfzile8glqtxqP5sz/7M070nOc8h2Wjo6OcffbZ3HPPPQzccMMNvPOd70REGHbbbbdx7Ngxhm3dupUflx07dvCHf/iHDFx//fWEEBg499xzOe200xgmIjz72c/mi1/8IgOf/OQn+f3f/31WrVrFo3nwwQfZtGkTPwlPf/rTqdVqtNttBv78z/+cl7/85agqj+bBBx9k06ZN/E8xM34SRkdHOfvss7nnnnsYuOGGG3jnO9+JiDDstttu49ixYwzbunUrAxdccAH33HMPA1/+8pfJ85w0TRn2O7/zO/zu7/4uA89+9rP58pe/zL333suJnv/85/N/gpnxeGzdupW7776bgS9/+cscOHCANWvWMGx+fp5bb72VYVu3buWJbmlpiXvvvZdhk5OTPJqdO3fy8Y9/nIF2u82wnTt38uMwNzfHr/zKrxBjZGD9+vVcdtll/DDMjNe+9rXs37+fARHhDW94Az/zU0zpUx4bpU85zgAFDFD6lD7lOAMUMEABA5Q+BQxQjjNAAQMUUPqUx0bpU44zQAEDlD6lTznOAAUMUMAApU8BA5TjDFDAwPM4WAioKhgUeY6q0lxcQpwiIhgRlpZQVdQ5VAWfpiwTEbz3pGlKmqY45xgfH8fMqFQqVLKMw0eOkGUZtdE6aZqQJilJmuITj3MeBUZrNbb9r/9FLUtx3iMiOHVAjkpEgMQ5yrKgtEi0EomKAk4gCARg1fQU+/bN0O500FhSzZTECTGU3H/fA3RaizznFy7AzNNpLbBu9QouuOB8bv7kDXQJpOKwvKC0QJpkiFeyasbU9Di/9EuXIgHUwMqSL9z6BfJeFytLup2SFSvGOXzoAHOzR5iemKDX7RDKksQ7xkdHwfWIGO12ycJCm/Xrn0JrqYeFhKmp1TjXYaQ+wVx3Ce8rzM3NMT0lCBEngET6jGVOhRhBAO+ExEEIhsZIFEGF7xOBTD1Z4qnXqkxOjpN5j21Yx5HDh5ibPYKiKMqqVavZuHEjeZ6zuDhPt9tlcXGRhYUFer0eeZ6jKmRZSoxGNfUIgSetX82hI44H9nwb62WgijpHC6UoS9IkARHGxifAV8h7XRCoZBWCBTQCAnkvJ5aBaBlZmpGoo10UKEJpBtFQgWAGAtECQmCZiOGdpyxLWs0mSaVCBASDGAGDGBGBGApEIhYD0Yw87xJTT62ekiUZlcootVqVeq3GyEiNLPWkiadSyahWKnivxBiJMSAeLEaiCaOj06xeM83c7Aruvfc+et0uoqAiJImjUk2oZCmpU7I0IU08qoKK4ERxqqgKqsr3Gd8XgRghxkiMkRACSZIQYyTGiHMOESHGyDJVxcyAiAARI1okRsNiJIqjKAPOOUozooETIZQ50QxiJEk8ZgFUcN6zLISIOo83CECiilNIU493DuFhMaIieOeoViuoKiMjdVSVZRYC3jvSJMGpI0kS0jTFe4/3nlqtRpIkeO/x3pMk/z97cBqkaVkefvt3nte9PEuv09M9Czuiw6IRHRgWLWLFaBAxgSi8/MGliFRiURVSJpUvMWri9sE3lWg0iRaBaCxFK0qJgSSKiogLfwORJTCyw8DMMDPd0/10P+t939d5vjTP2/aAIyqJRip9HCkhBEII1Go1RARVRUQwM9wdM8PdcXdijJgZZoaZ4yK4BdzBSTETRBuI1hARUEUFHMcxftlNTU1x8cUX87d/+7esuPfee3nNa17D3/3d33H88cezYm5ujj//8z/nS1/6EgfasmULL3vZy1hx4YUXcvvtt7Pizjvv5J3vfCfvfe97ERGW7dy5k0svvZQDNRoNzjnnHH5eXvKSl/D85z+f++67j2UxRg50/vnnczBvetObuOGGG1ixf/9+fvM3f5NPf/rTHHPMMawwM6644gouu+wy3v/+9/OHf/iH/KLlec4b3vAG/vEf/5EV3/zmN7nkkkv4q7/6K8bHx1mxtLTEn/7pn/L3f//3fPnLX+blL385Pw9ZlnGgffv2sXfvXmZmZvhFu/DCC7n99ttZceedd/LOd76T9773vYgIy3bu3Mmll17KgRqNBueccw4r3vCGN/Cxj32MFXNzc7zjHe/ggx/8ICLCsgcffJCPfexjHOhFL3oRy0IIPN33vvc9Dj/8cFZs376dL37xi/wkWZZxoH379rF3715mZmb4WVx44YV8+MMfZkVZlrzlLW/h6quvZmRkhGX9fp9LLrmEdrvNgS688EJ+me3Zs4dLLrmETqfDgbZu3crBnHnmmUxPT7Nv3z6erlar8YY3vIH/Tt1ul89//vO84x3v4LHHHuNA73vf+0iShJ9GjJEbbriBd7/73XznO9/hQG95y1s47rjjWPO/mAEKGKCAAQoYoIABChiggAHKKgOUIeVHGaAMKUPKkLLKAGWVAQoYoAwZoIABChiggAEKGKCAAQoYoKwyQBlSfpQBypAypAwpqwxQVhmggAEKCc+CmeHuqCrCkLuDGQi48CQRQWNERCiLEnfHGRKeIDxB2J3spCgLluV5TozG3OwcEiDNUvI8J8sy8jynVqvRqNfJazXq9TpZCJRlhZnRqNVIUkERRHmCoomSOLRFGFQVREcQxBypSihLRps1xsYaNOsN0jSh2+1iFjn80E2Ib0QD3HbbXdx6y8285MSXkIqRBMdjn9LBq4oqGrFbEYuERx/YwyHt/TzwwP2cunUbmQY+d9VnufXW73HIYZtJgrJvz26yBDZt3MD42AiDQY9+vwuxYnJ8HLOK+YU5Qj1jfHI9C4v7GR1NMRd27JjliMMnadQmWWwNaNTG8SqQJ3WKfkWz6YADCjjggPIjBBBDWOaAA8pTuEN0loUQqOc1RpojlFmkGFRMrpvikEMPo6oqer31hCRBBPI8o9vtsm/vXpbaS8zO7mP/3D4G7TaJCqPNOuLrGBtt0Ot0KauIJgHRhJAkqBjdToelpRa1xji9oqDRaDA2Ok6312GkOYKqYm7UspQ8DQRxVIwsDfQGfWIswQ1VBQxxpyoLthx7DMcdexzb776L7Xf/JxoCGzZM02otUcVIWRZUscA9IuL0ex3qecbk5ARTU+tZNzlJs9lgfLSBe0Etz8hrGUmSIAIKJKqogqog4qgqwhMUXI3KjFga7oEYjbym1GqKaooGIQQlSZQ0VbJUyJKUNMlJ0pQkSQlJQggpjuKAm4BCRBA3QHF33B1350Aiwo/jZjhD7uAG5oCDu+CugAOOihDdERwwRB13R0RwDSCCmKAaEAVxx4EQArgTY8TdSJKEer1GXssoigKzimazSa1Wo9Go0Wg0qNVqTE+uI4RAmqZkWUaapqRpygoRQURYJiK4O1VVsczMMDPcHXdHVVnm7rg7ZoaZ4WYISpbnpFlg/3yXrDZC9Iz9+7u0u332txbYOzfL3tm9LLT2s+1vt/LL7gMf+ADXXXcdjzzyCCu++c1vcsIJJ3D44YczPT3N4uIiDzzwAGbG0330ox9FRFjxtre9jQ996EPs3r2bFe9///u5+uqrOeWUU2i1Wlx//fW0220OdNlllzE9Pc3P03nnnccHPvABDub888/nYN785jfzoQ99iDvuuIMV3/ve9zjhhBM47bTTOOqoo2i1WnznO99hz549LPujP/ojxsbGuOSSS/hF+7M/+zOuvvpq2u02K/7hH/6BL37xi5xyyils3LiR3bt3c9NNN9Htdll29tln8/Wvf52XvvSl/Hc77LDDOFBVVZx44ols3boVd+faa6/l2Xr729/O+Pg4P8nHP/5xjjjiCN72trfxoQ99iN27d7Pi/e9/P1dffTWnnHIKrVaL66+/nna7zYEuu+wypqenWfHKV76SU089lZtvvpkVf/EXf8G//uu/cvLJJzM7O8tXv/pV+v0+K0SESy+9lGXbtm3j6S6++GK++93vcuihh3LHHXfwuc99jl6vx4Hcnac77LDDOFBVVZx44ols3boVd+faa6/lp7Ft2zbOOuss/uVf/oUV119/Pc973vN45Stfiapyww03sGvXLg502mmn8drXvpZfBv/xH//B2WefzQp35/HHH2f79u30ej2e7s1vfjMHkyQJF1xwAR/5yEd4urPPPpvx8XH+q37/93+f73//++zfv5/77ruPqqp4ugsuuIC3vOUtPJMrrriCT37ykywuLnL//ffT6XR4uuc///l85CMfYc3/cgoYoAwpQ8qQMqQMKWCAMqSAAQoYoIABChig/CgDFDBAAQOUVQYoYICySgEDlCFlSBlShpQhBQxQhhQwQAEDFDBAAQOUH2WAAgYoYICyygAFDFCelPAsmDsKuDu44+4gAjhujguICI7j0VlmZqgqIQRCCIgIOCDg7uRZjpsTq4iKsnf3buqNGiKCu2NmqCpJkhBCQFXJ0pQ8zxER0ixjdGyEsdERkjSQ5zWyWk6W5QRNKPp9Ek2hKhFRakGo1RNiLaXZqKGJkieCiNDPE8wjWRrIgrJv3yx/99EPU1YFx73gaLABtTzQDY6aI6mgQag04hiPPfYw9z50D5OTk1x99edIEMpqwOmnn8qefbspywFVVfCf/3kHh27ezDFHH836qXWsX7eONE3JsgyRSLM5Stps8tCDu5iYmObhh3bRaRecsu0MFha6HHrIDO2lHusmJzBzQkhot9tMTo1yUM5TOT8kGEMGCMsEYZkDbk5IlSzLqNVqJInhNqBWb9AcHSUJgSTdyNS6dSwutqg1ajQbDcqqJMaKvXv2UBV9yl6PkUaD2dk5ZjZtJMlz7rrrbnr9PmVVsn++RVVVVFUkzWskQFUVBAyrCvbs2kFRlbT2B5IkRVRo1Oo0RprgICIUg5JEA8VggOCEEABDgWgFd95xG7fe8j1UYXx0BAQeeuAe6vUmIkoISp5nJImgChuOOZIXnrCFRq2GBghBcDeSICQp4IaZ4RhBlTzLSIIigCqoCkEDISioUHlFNKcoKoqiAoQkCdTqOUkaSEJCCIIoBFXSJJCEnJCkhJCgmgABFwUUMwEERQDBUHBwizjOwYgIB3J3xEHcWWYCjmMmuIMhuDvmgpuzQgDBcHEEUBFcBRBAEXFUFXNHAAFEBBVhamodmzZuZHpmhvHxEUZGR1m/fh3NZpM8z8mylCQJpGlKliQowjIR4UDuzjJ3x8xwd9ydZSEElpkZqsqKsiwxM9wdd0dEUFVcBHej3W2TpiM0x8boD4S/+djf87VvfAvThIhjKiAOQXguGB8f54tf/CJnnnkme/bs4UA7duxgx44d/Dgf/ehH+fVf/3UONDY2xmc/+1le/epXMxgMWLF9+3a2b9/OwZxxxhm85z3v4eft/PPP5wMf+ABP95KXvIRjjjmGgwkhcM0113D66aeze/duVhRFwY033siNN97IwYgI/xOOOuoorrrqKn77t3+bsixZMT8/z7/927/xi3bWWWfxrne9iwPt3r2ba6+9lmazyX/FzTffzE9jaWmJZWNjY3z2s5/l1a9+NYPBgBXbt29n+/btHMwZZ5zBe97zHp7u05/+NCeffDL79+9nxV133cVdd93FwfzJn/wJL3rRi1j2whe+kNe97nX88z//Myva7TZ/+Zd/yTNpt9u4OyLCirPOOot3vetdHGj37t1ce+21NJtNfhaf+MQnOPnkk3nkkUdYsXfvXq666ioOZsOGDXz2s5/ll8W+ffu47rrr+GlcdNFF/MZv/AY/zhvf+EY+8pGP8HRvfOMb+e/w/e9/n29/+9v8OBdeeCFXXnklP8lDDz3ETTfdxI/zK7/yK1x33XWMjIyw5n85A5RVBihggAIGKKsMUFYZoAwpYIACBihggLLKAAUMUMAABQxQhpQhBQxQhgxQVhmggAEKGKCsMkBZZYAypIABChiggAHKKgMUMEABAxQwQBlShhQwnpTwLIgqiCAhoKpoUEQVc8dxlrmAs8wRBxVBEcTBqoi7Y2a4O+5OlmWICMuSPEUANUfEWaaAAomDOngVGZQlg24Xd0dEmJ9LiG6EJJCmGWmakqYpIQQEqOV1xkZHSdOULMuo1WqEJCE0GqBKlgZqWUrQQBoErKLdHfDJf7iCctDF3ZkcHyEJgBe4DXCDQAB1XB1TYdBbYmpmmgcfegCJxtT4JLHssXfvPvJaRlkW9Pt9ZmZmqMqC1sI8mzfOMDLSAIzW4jxjJIyvG6dbwejYBLfeehtTU5sZH13P7FyLjRsOIyQ5IyMpo6NNiqJEgxJjhSCAcFAOIiCAAOIggLPMAQEcARTBEdwdNxAXQkhJQgYYe2d3cfJpU2zZcgyDwpjdP0sEQpYSkhRHcQTRwMTUOkaaDZbmF2jNz3PnD+5hbnaWJE0JeZ3DNh/C5OQkc3Pz9AcDFhfbDAZ9Op0OxaCPijAoCqogTDbHUFHA6XQ69HuGxZKiKBBR3A1MqKoKcMQdiyUhEbI0IaiQZ4IqtDstkiSwceN6kpCSpRl5npFnKao8wUgCTI43GWk0MK9AHLeIYJhVaKKoJiQhIa9l1PMaKoK7oaKA4zESY6QyI0iKKhAUTVKiOKP1imatSVEUJEmCKk9SBRFFQ4JoAhJwFEeIpogoIAiKmYCAO09wzCscx91xd34cd+dJDu4gIqhDRFjmgLtjJrgLoKg77o4AgqM45oarIAiggIIaqIIZ6jwpiDI5McHRRx7JEUccwdjYCM1mk9HRJlmWEUIgCYK4EUvDY0UMgUQTRIRlIoKqskxVWaGquDsigrvj7rg7ZkaMEXfH3UmShBACIsIKEQGcJFNEM6IFBoUyJk2SPEfSlFqtSVQwERzDJfJcceKJJ/Ld736X3/3d3+WrX/0qP8nhhx/Oxz/+cc4880wO5owzzuCGG27gggsuYMeOHTyTiy66iMsvv5w0Tfl5e/GLX8yWLVu45557OND555/PMznyyCO55ZZbeNOb3sTXv/51nsnMzAwf/vCHueCCC/ifcvbZZ/ONb3yDN77xjTz00EM8kxNPPJErrriCl770pfw8bN26lbe+9a1cccUV/DI444wzuOGGG7jgggvYsWMHz+Siiy7i8ssvJ01Tnu7oo4/m29/+Nueeey4/+MEP+HHSNOUd73gH7373uznQpz71KV772tfy7W9/m4NRVU4//XS+9a1vsaIoCh599FEOP/xwVmzdupW3vvWtXHHFFfxXTU9Pc/PNN3P++edz00038Uy2bt3K5z//eQ4//HCeS0IIXHbZZXzwgx/kmWzbto0tW7Zwzz33sGLdunW85jWv4edp06ZNvPOd7+Rtb3sbIsKzVa/XufTSS3n3u9/N6Ogoa9aggAHKkAIGKGCAAgYoQwoYoAwpT6WAAQoYoKwyQAEDFDBAGVJWGaAMKasUMEAZUsAABQxQwABlSAEDlCHlqRQwQAEDlFUGKGCAAgYoQ8oqA5Qh5UkJz0KapogIGhTVgAZFVYluRDdEBERYZu7gjkZHRVARRAR3R0VRFdwdM8cxzBzcSUKgGhSEoIgImFNJBImIKhqURAOookFwc2JRIVlCFR2LAwb9ASKgCLiTJgmt2VksRlQgSVI8KKFew1VIQqBWq1Or5yRBadRqdDsdqrLPy0/fxgMPPkgtUZZa80BFCBBUCe6IO5IoEpQsC9x/3w+oN+rMTG1gw7r1PPjAw9T6JYOiRygSer0O6yaa9HpdduzYQVUWbJieop7XiLGi1erQK3vs7wwIaZOxiQkWWousn9pMjEaW5YSgrJtYBzgiTp4rIjV+hAsgHJxwUC78kIMZCEoSErI0Q9SoomMO0SG6AEqSJiQxxQBT6BcFjtFaXOTfb72VXY/uYv3Ueo590Yk8+OBD3Hf//YgoR27ZyMmnbGN2bh7VQH8wwB0WF+aIgzat/fvZs2cP42MTPPjQ/RRFSVlW1OspGzdsBiIPPfwInXaHPM9pd7ssizHS77bp9TrkWUqeZ+R5yvp140xOTtBo1MnzjDzLERNUFHGjiiXFoE9RdKnnKevGRmk2a5TVALOIxYoyVqhmZFlGlmUEDaiCiqIiIE6QgIjjZlg0ohsmgosQtGJAJASnVnNq+SjKAA3CkCECGhQNKRpSUAUJuAcMIZqiIpgEBAEHd8cxHHB33J0DiQgigrvzdG4GojiCA9HAHQwhumAu4A4OuCCAChggIgiCasBQHBBVVAKigmMIEEQREbIsJU0TRASzyGAwIAQlSRRVJYSAqhKCEkLAo7NMRBARlokI7o6IsExEUFWWiQiqiqqiqqgqIsIyEUFEWCYiiAgiAmIUsU9RVgRJqI+OstSOmBguEU0D9dEmzdERaiMN8lrGc8lRRx3F9ddfz4033sgXvvAFbrzxRnbt2sXCwgIjIyNs2rSJk046ide97nWce+65JEnCMznttNO49957+eQnP8k111zDbbfdxuzsLHmec8ghh/CKV7yCiy++mG3btvGLdN555/G+972PA5133nn8JJs3b+ZrX/saN9xwA5/5zGf41re+xa5duxgMBmzYsIEtW7ZwzjnncOGFFzIxMcH/tNNPP517772Xq666imuuuYZbbrmFvXv3oqps2rSJk046ide//vWce+65hBD4ebr88ss56aSTuPLKK7n77rspioLp6WlOP/10/iecdtpp3HvvvXzyk5/kmmuu4bbbbmN2dpY8zznkkEN4xStewcUXX8y2bdt4Jsceeyx33nknn/nMZ/jCF77ArbfeyuzsLPV6ncMPP5wzzzyT3/md32HLli083fj4ON/4xjf4xCc+wac+9Sluv/12ut0uMzMz/Oqv/ipvf/vbGRsbY8uWLRzoK1/5CpdccgkHuvzyyznppJO48sorufvuuymKgunpaU4//XR+Vhs3buSb3/wm1113HVdddRXf/e53efzxx3F3pqenOfXUUznvvPN4/etfj4jwy65WqzExMcGxxx7LGWecwZvf/Gae97zn8dPYtm0b99xzDyvOP/98sizjv0uSJKxbt46ZmRlOPvlkXv3qV/Nbv/Vb1Ot1fhYiwsTEBOvXr+eEE07gVa96Feeeey6bNm1izZofMkBZZYACBihggLLKAGWVAQoYoIABChigPJUCBihDChigPJWyygBlyABllQEKGKCAAcoqA5RVBihggAIGKGCA8lQKGKAMKWCA8lTKKuNJsnPnTt+8eTM/i/f8vx9CRJCgBA1oUFQVV0FEUFWWOWBmuBmpBjDH3XEzzBx3wwERAXdCkmBmDAYDanlOLAYkSSAJgWUOqAjLVJWggTJW4E4IAVGlUkBAXBCBIIqqYlWJCmRphseICISgRIeoIEnA3XF3REDEiVVJnqVkIWF+YZ5GvUY9z1GBQX+JhblZgguYEc2QJIUs5bv/cSuPPb6LLM/YOLORDeum6XR6DCq48aZvMDE5QntxnrHxEYp+n/HxCcpBnzPPfBWvf/3r+MpXrqGWg+aBpUEkeooR2D/X5qzXnku/W3L0UVvI8waTzSmWekuURUmapuR5RpakCCsEXABlmbujqpRlSa/XJ0ZjYnwU1AEHFBDEhWViUJQVe3bvpdFo8P3v386OR3ZQVRFE2XzIoRz9vKMxF/qDAsfYuWsn8wv7md8/y/z+ObadvJVjj9vC/7353xmbnKZebzIoCvbuneWBBx5gYt0kJ5+0jeOO38LOnXtJ84x+r0+v3+PRRx5iYXYPSwtzBBHOO+88rrvuOiwa4xPj7J2bZX5uP3maUhZ92u1F5uf3YxFUlaIo2D+7j1ZrgVqeMz4xxszMNJMTY4g6eZ6ShEC33UElRZwnOLjhXoGXNOs5F15wPqOjDWLVRzziRAZVSZI2CWlCGhJUFA1KooEQFBxwx9wwM9wMB3pFJLrT7fZoL3UZDApaC4vs3bsPUUFEcDdwQ1QIIRBCQkgCQQMCaAiEEAiiCBAksExEcHfAqWyAY7g7uGPmOI6I8CQHx3HnCQ7uUFaA4CIYSnRwcwwwhxgNd8PdIBrRKswLDMfdMRfMneiKihJjJJEEN8M9smxhbo6777qTF7zgGI444jAmJqcYHRslzzKSRAlpQppkqCoigqqiqqSqJKqENCVNU5IkIUkSQkgQUUQFUUFEWSYiuEdUFVUFFDPDomPmuAi4MCQsM3EGHpGQkiQ53V6kMrj3/ofYs2+OWmOUWqNGXsvRNLDstaduY82aNWvWPLd0Oh0OOeQQWq0WK2666SZe/vKXs2bNc5YByk/PAGWVAQoYoPwoA5RVBihggLLKAGWVAcpTGaD89AxQVhmggAHKjzJAWWWAAgYoqwxQVhmgsGvXLhKehY2HHcILX/hCOp0ORVEQQqDVatHr96mqCjMjxkiMkRgj7g7uHIyZISKYGaoKMdKoZcQYSdM6yyKrDAiqeAhUgCQZywwQnDxJcDdwx3ECDh4RAXOnsoiK4IBFR4IgZli/IIQAAaqyBDNCAOv36cVIZiVxqUNnEQQYVAMyVYIERAQzw9ypZRnn/NqrQMDMsGhUZUVlke0PP8jLTj6RHTt20EeZe3yWZalmHPuCF1AVkSAZWTbG2PgIE+sm2f6DB+l0+qxbv44TTtjC3PwizfEprrvhBrZvv4/16zdw6ObDePGLX8Khmw4hDymlRYI5WZIiQKfskWggTzIQYVkhhgQhS1MiEYsVIWQ4jkdDVXGHRCCrJSRZigGiSpplqAwYdFocOnMsJ7zgSD73+S9x1z0PELIa0Z0QhKOPPIJX/fqrmBitUfS7nHLSSymTUdrdgjvuuIPewBidnOGIo46mV0AZK267/Qf833//HqpKnucURcn41BSZTpIHuO/ROSwdJQZnx2yXxbbR6gobp0d400Vvppkrl3/sb+h2u7Ra8wRJ2HzoZsYmx+m0e6ApraU+S/0BqkoIgqqgqoimNJtNyrKinuUU3QIrI7VaDaRGFmqA4NYnqEI0kjyHkBBCIISUJFFCSFAVlhVFQbfbpd1u0+l06Pcr5uYW6XR6FMWApaUOaZrSbDZJ6w3MHXAEZ4VhJFkAAccQVVDHiCAgApEDCIiDiSAeMHFwx8QBx8xxQHDMBXBwQRAIATDcHfMICC5g5riDi+E4DrgqaIJVPMFZJjiKoyxT3B1RAVXc+P85lG0m6oqWPTIqQiyxwkizMer1JrX6CCHJ0JBQrzcZqeUkcUCiIKqoBhABCRjLBDehcsfdcZ4gjlmPVAIhScEDEagMslqN6IGyNMrC6HQHtFpLzC31uWfXPLv27mFu3+Pc+4PbSRPj//w/53Dc84+glglFt02iPdKQkGcZa9asWbPmucXd+eM//mNarRYrjjzySF72spexZs1zlgEKGKCAAQoYoIABChiggAHKKgMUMEABA5SnUsAABQxQhhQwQBlSwAAFDFDAAGXIAAUMUMAABQxQwAAFDFDAAGWVAQoYoIABylMpYIACBihDChigDClggAIGKGA8KeFZOPSwwzj++GMxh6IoSJKEqqqwGCnLkqqKFGVBUZQURUGMkV6vR4yRsiwpioKyLCnLkqIoMDNijLg7RVFQFAUaAoKhIogIooqKICKYGWYGIqgqIoKKoAIJglvEzTA3zBzc0RBQEUQV4QkiiPCkRBQkUJYFVhp5nuFeUZUDqqokT1PKckCqilURi5FEFERZZmaYGe5Ob6lDf6mLiCAiiIO5EzGOPeoojnv+80jCKwChKEt63S79fp88z0Ai+/fuJ/acxapDr1Wy++F9zGw8hJ0P7iZLRtl+1/089NhOFhY7jE9M8cC9DxFPcn7l+BP52vVfZ/3UFKed+EI0URbbiyRZRjOrU5nRKweEEFAVYjQsVogkqChBa+DQLwf0BwNEhIBi0amqin2zs9RqNZaWWrQWFyj6HRqZ0mrN0x90OeyoI9lw5PNpjEyS1+t0Oh1a87Ps3D3H/H5hfKRGkubMLy2y2O0TXWgtdZienubhHTtZbP2AKsLI2DjHH/9CFhYW6PUGIAU7d88x0qgxUktpNsd4fM8sS90+raU2miQstpZYNzlOjEYty5lZv45HHl1kZLRBntcJScbiYpt9++YpYwWqOAooDjhKREhCoNXu4NGxSlDJcIEyJqAN0voE2ICq6KASyaWGa40yOoNBRVH0KMuCKkb6/T5VWeIOVawoy5KiKKnKCreAakq9keEkiAguiuOoCM4BxAFFEBzBBJAAAiKCA+IOOOCsEsQUx3EHd8HdcBfAcXfMBXDchRXqjiO4C+6Ou2MODrg7eMDdMBzDcVfcFXDcwd1xN9xBhCc54DjLnCeIUR/JWb9hkpmNGxmdmGRsZIJac4RavUnIa6RpAzRgLiBKn0CSToDzBMdMsGhUxpPKyiirimhgbgwGA3qDgn5RsrjUZmGhRWupw2KrTWupw+zcAq3FNq1Wm/n5RZaWegwGA4pKkXSELE2o16C9uJsjDpnArGR0JKOzsJd1Yw0oCqzs096zF17EmjVr1qx5Dvjrv/5rvva1r3HHHXfw8MMPc6Df+73fQ0RYs+Y5SxlShpQhZUgZUoaUp1KGlCHl4JQh5amUp1KGlCFllTKkDClDypAypAwpT6UMKUPKwSlDylMpT6UMKUPKkxKehX6/jyOkASwEQlBCyFDAvQYiIALu4I47iAjuRoyRsorEGIkWKYqSsqwwM4qiYDAYsLCwQC3PKfo93IyqqijLkqqqqKoKd8fdcXfMDHfH3XEMKysIigZFRVghgLuzTEQIIbDM3amKAUmSELIczHCBaAoSMK8IIaWPkmqCJoqjuEee5M5TCDggAu6O4bg7y8punxgj5qCakISEXBLyWpM8z1hqL7LrwUcZzRpkWUIICSe/8KXsn2/RmN7E0uNzTCR1znjpKex4bBdT0zM0GqNs3nwodDvk0bjybz7K4KL/w6nbTmZ6aopBVTEoCkIIBE1IREkQKk0obIBXhkcnqoGDRUMR8jQjT3PcjaooaTZyGvUaoyN1Rkfq9BInS5RWv2B2qUc/Ct0qsuvRXfQHJUW/T6+zyKC7xGgjoZ4pj+3cSX1iA7XGCPfddx9mENKMhYUFVAL/+uUvMz/fotPpICLUag1UlebICMQBak7Vb5MnQo+KVJ28llJ0FbGKPY8/Br0GsejTqOcUZYUoiEMQJUkCZo5IQEUREUQEEUFxpKoYazRoNkZYmF+kKApSUfqlMd8Z4Ps7FGWHTqeFxYJYVsToIIKIIAiigiAgAmQsE00IISXNImmI4E5RFLg7lqVoUAxHIogIzioXEBzEERFEABdwnqA4AgggrBLAAQcHd3B33HmSmbPM3Vnm7gwJ7gnugrvj7rg7y9wNc8Md3BVzwx1wwRhyHMdxniCAgAlPcBwwnGWVKF6r440Rwug4Ma1jtQZeHyHmdaImFAbuTjSjrAoGZWB2sUt/EGm3OywutlhcXKLd7dPv9+n2enQ6Hfq9Pr1+n3a7zWKnZLHrdPoFRVUSNIBCFStCCIQkYOaUVULMGmhthBxB2h0SBgSH0boyNdkgC4YSwQx3ZzAYkBCoN0ZYs2bNmjXPDd/5znf40pe+xNMdffTR/MEf/AFr1jynGaCAAQoYoIABChiggAEKGKD89AxQVhmggAEKGKCAAQoYoIABChigDBmggAEKGKCAAQoYoIABChig/PQMUFYZoIABChiggAEKGKCAAQoYT0p4FvI8JREQIKgSgMocVwERRBgSQURYVlUlIkKSJKRZioggPMHB3VlWxkhZlOzOMyYnJxmp5bgb0ZwYIzEaZkZRFAwGA2KMVFVFWZbEGDGPdDsd3CMxRqqyoigLYhWJFnF3cEB4gmAWMXPSWh13J0sSokd6vQ4hJCRJoKyM0pXKhcoVFUESwYvIMkd4kgYEUBEQcBzMwQEBcYFoSAR1QR0wwxzcDcPRSti3ax8hCEWnj6BYVMZGJ2i1lzh0/Sb6RUmsnGOPOBLRQFU61UKLdoSZZp2zfu3XaC+02LtnL3maEUKChECaCFZFzIEkoA5BAkkIJCI4gihIkoEDEUof4O6Ug5J+r4PiVOUAFSPLEiLO1PQ0E1MTzH1/O/c/vJvOIOIoKkoahCAJE+s3MzUxwo7dszy+d5Ytx05z4kteyn3338/CYovW4hIqSrc/YHRslJAmxMpIs4xGrU4IQi2BRj0Fj4w0aog4I2OjoAllv8u6dRNMr1/H+tEa6ybHyWoJS90e/X6BRSHLMhq1GlBgBiqKiKIiiAhKJGCM1etMTkzQW+pQ9gskTyhd2L/UZrHoI+qYCRpykIREI+IgDLmBI4SgiAgIYAYhIGKgkUGvDVYBQpok1JsN3J1Ot4e548KTXPghcUMAAUQUcEDBwXFAWCWAg4PjOI7jOA7uOI4z5DjgOCAuuAXcBHfHcMwdxHEDNzAcc8dNMJ7gzjJ3Z4W7s8LdWeburDAyutU4j88n5GMNtKs8tneBxc4uFlpLdHsD2t0+nW6fXn9At9enW0LHMioXYoyUZUFZFlRVxM1xd2KMxBgxM0QFlYxBXwEBV6qqxDFCcLJMGB2tMTU1yeS6ccZGm4w0m4zlNTY1RsmCM9LMSJNIoy4cccg0QYwsC3Q6bUbrDebnFhhtjrJmzZo1a567ZmZm+Kd/+ifq9Tpr1jynKWCAMqQMKUPKkDKkgAHKj2eAMqSAAcqQAgYoQ8qQMqQMKUMKGKCAAgYoQ8qQMqQMKUMKGKD8eAYoQwoYoAwpYIAypAwpQ8qQMqSAQcKzoCJUMYKAuZNqglUVgpIkgWUOuIO5syxJEp5OAAOqGEmSgJsRglCWBVmWkuU1VogI4CxTQHAMMIcYDTPDMZIkYBaJMVIUBUVRUBQF7XabwWBAkiS4O0VRUJYlZkZVGd1ul2iRKhqFGUEFFSevQ1WVpLUmMRo4iARUI+C4O+6OiCAiOIZZZJm5oyKIKsu0FJJECZoSNMWAWFYMigFlEWlkTaJX5HmCE0k0pSgi/XafqdEpluaXMIGsVmOxNcvY+DgJsLTvcZKioLXYYnJsAqk12H73du6/735GRkbI85wkSWg0GjQaDfI8R1UREWq1GkEDiJDlGVkipKFOIvxQlaaMjTZJ00BIIE1Ak8De+UUGFkkSZWJyjMMsoEmdxaUOC61FrBiwtLiIaMLYxBSDIhKjkeU5i4uLLCwsMDIywujoKGmacuppx6OqPP74Hvr9AXv27KG9tEgsBzSmJqjVcmZmppndt4+F9hImCRs2bWb9+vW0221uueUWpkZzHnvsUdbPrGekUSNNEqpKCCGh1+lTFhFTRURQVRBBFBSlngq9dodqUCJuNJs1zIWRsSZ5s0Gv6IE7IoK44LFkrDlCMENUEFFEBAEGgwFVjARVsjQlhICqogpT645CgZCkmDuaBOYXWjz08CN0uh0ccAFBcEAcBAMcEfn/2IOTXt3S8zCs63n23l93untO3brVk8WmihIlkpIbxTBsK3FsGHCgBMgg82SSUTzyL9AfCTJJYMTIJINkEMQWEkRyK8mS2FlFUmSx+rrNab9m7/fJvfWJPC5QRuxKANrBWQuBolJVoRBuBRGqPFWqSlWpKs+0Ks9UlZ+oKlVUS1GhqjSlalJFVXimVWmtqSqlVJUqn6gqVeVfVVWqyjNV5Zmp9d7/YPTf/nf/q6ubGzfrjaPje46PTx0cn8gc7KZmuxu1QiRd2sRkCqo1rU1q2mmtuTg/1/fp5OjYyeGhk5Nj9+/f9/zpc159/hWnJydOz04cHM4dH66cnBw4WM10fam2NU5r47ilJl2l2A20ZrHorJa97ebSxcVDN5eXfvyjH3rn7R95+cVX/f7v/r433/gFX/21v+7OnTt37vy7780333R2dubq6sprr73mb//tv+3v/t2/67XXXnPnzr/3GtKthkRDoiHdaki3GtKthvRp6VZDutWQaEg0pFsNaa8h3WpINCQa0q2GdKsh3WpIn5ZuNaRbDYmGREO61ZD0PoO+72WXFBVNYBh61co4Tp6JCCJEhGfKXlWpKpSpSmaICB0yk6KqzPteJoGq8EwVVaVFiEjPdEmX6ZnC1CbdkIbZ3GK5UlWmmqwuL43j6Pj4WJed3W5nmkahsxsnqtxsNkqpKD/64Q+99+47VgdHbq6unBwduro4N222TKMuqDaaplFrTaumkJm6LrSpUU1DRAmhGwbjrtlut8IospcRhvlKVbNtjQjnVzeqJuHG4fJE33cuLi7JkBHauHPv6EhNk/l87uLm2sOP3/fcc2fOLx6Jqans1NQ82mxVa0RQRIa+63Rdp+s6fd/LvrdcriyWS/PZ3GzWW62WZvNBlwyZatzqZwudpoum68Prn3vJyeHCOE4efvCuP/7u9z252GiVMjva5ObqQnzli+4drajRc/fvOVgtfPDBu+7dO3J+foGwWj3na1/7in/2T3/P97//x774xS/72te+ahhmtusbp0cHTo9XXn3lzP0HD3x8fmmK8s77H7i+vvbVr3zJf/g3/5aXz45Ejd5954dS6aLIkJkoXYS+60SkiBARRMjwVFOtubq8slitVJXdbut4NXN2vLIde5m0NokkayY3O0MfZsNgNp+ZDTN935kvFvquJ8hMmSkzRaT1em1qpVrZ7nZaK9c3a7vdSKRnAk0QITQhhVshPVPlXxF+qpI2IVRRRRVVpSo8U+UTVYXwTGmeKU2hlNK0mrRqSiOaVk0ppRSqAqGUVs0zIZRUUqumpGea8OjJtQ8/Pnf23H33Tlcye7PZws31qOvoZ3Or5VLXDxaLldUq3T8bHB7OPffcmeeff95zpyeODg/cPzt1eHBgMev1faeL1A+9eXY2F0/M+k6XodooYtTltWl8ZLe5Vm2SMen70CVTzKxnB8bGuLu2u2n65HDemYaFe8dHnqwO/OEf/qHf/b3fFzG4c+fOnTv/fvjN3/xNv/mbv+nOnf9fSjSkvURDoiHRkPYSDWkv3WpIP6sh7SUa0l6iIdGQaEh7iYZEoiHtJRoSDYmGtJdoSHvpVkP6WQ1pL9GQ9hINiYZEQ9pLNHqfQQRRFFKZqgS6LgXKXtmr8lOZgRAIe5Om0GWqRt91ukBR9iKICBGhiioi/FSET2SmihJ+IoQwTZPWmsw0ZKebdwIhbHY782GwGicyZTU/evvH3vqTHzo9OXZ9cemNL7+h7r9gOZ9b9p1/8U9/x/rmQlVqrSlBlX6YmS/npjaJDJv1Wjf0pt1o2oZhtlDb0XxYuF6vdd3M1JrS2a43FgcLXd+JKBnhZmwiQ8x7z3Rd2o07fZXtdq3azmLZU+H6+txUJcedVqMYBl3Xy0xTa8Zx1HWd3W40ZqgqEaHwKELXDUIppetTRkll6Du73cbR0aGPP3zPzdWV2WLu/MljD87uufz4PbG7NKu101Vnuyu73Y2h68RQln0z1NbFww/cf/Ccf/5Pf8duHFWVPpr5fOXi8UOr+ehgtbC9ufKDt77r5uZGRGc2nzs8WHrp/pmv/uIXVHZymJmkzVQ2E7tKY6VJWI/NcrXSpp0Qdph3zXI+GHcjQtd1skvjNJnPZk7PTl1ePDaNO5lpNgyuri9EG0Xb6GtjueisVnN915nPerOht+xnMkpmikjhqQjVmmmaTK2pamja2EwTYk7SaqKjy7RcHRlmS9s2UYlC2UtVk67rVDFNk64LVWSG1spPVBVKa00GrTUUQqEpnwimqSmly9Ra6ZIymdqEIpiqEVQ0rUatJoXIUq2pKuNYMjvPVFFFZqIQqjwVfiJjcnovHB3dd//BC547ve/s+fsePHjR2dnzDo6OHB6eODw8tDo4cHBw5HDZWXUbvYko6ZkS1Uy7DbXWZ+gEjXbTtBot+k5VM+0abUIzVdMlQ02qmkDsJuM02U5bY+7087mun0zTTo2l2k4UL7/0opdffMVy8S8cH536C3/h19y5c+fOnTt37vzcNaRbDYmGREO61ZB+VkP6WQ3pVkO61ZBoSDSkWw1pryHdakg0JBrSrYb0sxrSz2pItxrSrYZEQ6Ih3WpIep9Bn4kS6LvOVCUz/UTYC38q/GsFukyFvgu7aoa+80xm+LNEEOHPlMGEpoQgCKHrOpkpIzU/ERq6rjMVEamCVtys16p48OJL3q93vfr5112eX8hinmG+XLq5vlAVylOZKLp0fnmhHzpX62sffvihs7NTT55cmA8ry8WhaWrmR8dmfefevVPT2CwWSxeXT2Ty5Mlj2YXsOm3XqKIaRfZptxtFI7swLAZX15fm84XdNOqGhXG3UVLTXN9c64fOYrG03W1pYRpL14c2NZEpI+l64zQJpTBuJlWNNmnTDuXy/LFpGs36zhBl2ZV3/+SPPXzvXf0UXn/h1G4sond9fSMzjbu5fryyufjQF1973kfvvW1sZeh64zSZZWqbS8vZTExhsDPLSbaNw0Wn9LbK+fmFzmS1DOvNVnadcTuRnRwGTbq8Wdu1lRYhovRdms1mMpuqMp8NxvloO44ySt8zTqPZbOGlF5/3eDnz7rvvqgzTtDXtNqJGiyG88uDUydGBmkZdplQiOy2oCoVWk080IoIMVZTyTHSpy07lSk0l+pLjzmq1crNron+XGFBKo0pVqSKk1tjtdqrKMMzsdjvPVJWIEBEiQlWhaZiqqSrPVJXWmqrSdZ2pmojQsB13MkbzfmbabVSUKHa7UWUYx53NdmM3jsZxtBt3duNOa+Xk8MwwzHVdJ7PTWolI0zSp8lT4iYiQMXrhef7ar/+6z33udWdnpw4Oj3TdYD5f6rtedIOu62TuRDzSVTPsSlaJKKHJCKrMlIgS1cRYKIIxWUdqGQS6pEJUbyoiBhIVKLoQ3aSPLW0jk25I49i0CK2oout6q9XK2f0zh8eH7ty5c+fOnTt3fu4SDWkv7aW99GmJhvRpiYZEQ9pLNKS9REPaS3tpL31aoiGRaEh7aS/tpU9LNKRPSzQkGtJeoiHtJRrSXtpLe+nTEo3eZ5BC2ktMRZS98G8tUEUgEEV4qvxbCVSQ9sKtRBWJRCEUQheh0GV4ZkLf9x48eOD+/ee9/NLLDpcH+uhdXlwYFjMkkUQRKaJUhKOjI6ezU9956zt+9PaPXF1d+v0/+H2X19cWi0PXN1s3N1uhUxUuL67c3Nw4OzvzN/7G3/Qbv/Gf+Na3v2UcNw5OT/V9b7fb6bqw6GcyWF9eGXc7m/VaU4b5TGVZb7YW3aAqzIaFadrZ3NyYdmlzcy0jZKYqtBARqoUpk7bzTPhTUUJpbaJKtclmO1Kosr2+Mp93pptrj8/Pdd1C6fTZUandXJjNB6vFzA+/94fe+ZNvOZile59/UUVvHCfb7VboRIbdbnT+8QfsLq2Gsl1fiS6dX17rlsemcWf1/LE+wnxIqdEm09QMXWrTVj+kvguLxcx0GVTpI2UXdjnpO+7fv6eqPHlybjdtTLtLH37w0MXlQ6vVsTZtzYfBwWrh9N7SbOg9f//MfD6YL5Z2Nze6SOv12nwxcz1OmhCeitR1na7vhNB1ad51pnEyTqMuOzkstanT1pPlorfZjOYHvfGj3s2uadVhUkW1EEpVCYWQSWav60JV2u1Gz1SV1prWmtaaqjK2rWciPBW6rjObz2y3O+M0acVuu7PZbNzc3Bh3G7vNjaomM7WgTU3fDw4ODx0cHnhutTLMFmazmeVyaT6f+/DDRy4uLqxv1rJLUc1uGikqqKBQngoiJqshrPpmkaN+WotdMna6btLHIPX66EV1MkNUCr2KQCidCgLlqWpSEuUnpmymLKVER7UgOlqICiLRKeETlTK2wohGhYgQUlQax53MTt/3uq6z221ttxt37ty5c+fOnTs/dw2JhkRDoiHRkGhINKRbDWkv0ZBuNaRbDYmGREOiIdGQaEg0pL2GREOiIdGQaEg0JBrSrYa0l2hItxrSrYZEQ6Ih0ZBoSDQkGpLeZ1UIn8ggonwWgUL4U+WnwmdUPhGBIoqoIIgiPFNEUE0vlDJiREZ47ZVXtda01rz80stapsVi4eL8XN/3MlLoRBTRiWgqSvadm+3Gb//O7zh7/szHjx86vHfkxx+8Zzex3uy0xna7FjotmujSWz/4vq++946D40P/6J/8I9/85h/62te/5rf/8W+7d3Lii69/3pde/5JfevNND154oM8w9IOoMlazXC5cXF56/Ogx5tbrjRCOjpb6YXDx5Jxgu90JZWolMI6jVmUYBuVWIiJlhK5LYyNa6fte3/V2EYw3jo6OTLMyFZeXN3bjZD5fODua242jcXdptUjjuCU6N08+dHGz0XeD03tnNrsbN+dXZvOFb/2Lf+biyblf/NLnZITM3m4qVyPTNDo7OvD4o3M5XavNpb5Ca4ytmTaXummrjzKtb3SZ2hRoWmtq3ErNo4cfWG825vOZl1963unZF60OlhaLhd2a+Xyh70M/dObzub5Py8XSzbbZPry0XB04ODjW6lp/dGRhr4Jyq4qG5qkOU7kZm3Edctb0y7BtOxvl4uNr1yPDfOVms5YtlKAaVcKkimGx0HWd6+tr5+dPLBZzfT/o+15EaK2ZpklEoFyerz2z3W5dXV1Zr9ee6brONE2GYbBarRweHnrw4IHsuH/vRN93hmEm+17fD4bZ3G43mqbSDzMihNR1qet6L774mm9/+1vefvttbWyqSkZqGuVnVaodOXb61hlab2Yw5MzQet2Y+i5lpcwQkWSYMkQkEZ6JCMJPZTXPFAItRr2t0ihPlaqGnqDKU0V4KoiiPNURJSKpwCSil1naxLibtFaeiSh37ty5c+fOnTs/d2kv7aW9tJf20l76tERD2ks0JBoSDWkv7aW9tJf20l7aS7fSXtpLe2kv7aW99GmJhrSXaEg0JBrSXtpLe2kv7aW9tJc+0fsMIkpE2QuUEMr/G4VAQ/NZhVthL5CoIiOEP1VFlUkhBMbdjj4dHx958YUHLi4uHCwXpnFnGOY+EUGmyBAVIgMhku04+vzrnyfCRx99ZKry0cOPHR4dOliuvPzSPVMrb//oHY8fn1utjiyGmfPHjwx9Z97NdBEWs7nZ0Pvc5191dnbq6ODQ+++/48XnTt2cn9tc3zg7PTXrZ3TplVdfNe9n3nvnPcfHpx49fOy9995zfX3tN/7T3/DSg+cFylNV1puNZ9Y3N3bjaDuNpjaZxklrjVZCaNNkHEemEhVqKq2aWTeYksvLDYIIs36QkaZpJ6Oz2VyZajRfzjVbncEQzelqENKbr7/k5N49b/3Lt7z33vs++vEPZKSZnc046rvBVGU5LGXHePGB7/7e73j9+ROvv/zApoVtK7upLGeddv3Qo3dvHAxcZ5j6QUaTmrZoHjx4zue/8KrDwwMHhysHR0uzWa/rQ1Y4OTi2mC9VhCZ0s8GkN18dWZ29YJjNrEcugunwyENsJloxjWzWO5vNxm63s93ubHZbV1dbNzej9Xpyc712s7nxwYcf2GzW3n/vHbubKw8/et+LD878+a//ksODmdJEK1FFlVKmcfTWW2975vj42PX1tarm+vpjVWU2m+m6TkTo+17f905PTy2XS8vl0mw2MwyD2WxmsVjYbDb6vpeZpmmyWCzc3NyY9x0Rpta05qkwjp5aKOX6atIaU43G3WhsOy+/eGp9s7Hd7AzDQIWu65gmrYoKCuWpoPVMc9mWsq2YFmJc6HKha4PUCZ3USykiVRVprxD+VCgUWgwIZa8rZm0rlfJUa0ooW9UCoQkllL2KUkKZUSEikApD39nVTkQa+k610aOHH7lz586dO3fu3Pm5a0g0JBrSrYZEQ6Ih0ZBoSLca0l7aSzQkGtK/XkP6szUkGhIN6VZDoiHRkGhINKRbDWkv7SUaEg3pX68h/YzeZxVB+UREIFD+P1WEfzuBZi+KQBWBiBBFBq3sFaJQ+uy1YTBq+i6c3juxXC5FhK7rZYau62glpIgUkSJCRRBhvVl7cv7YF7/8JY/PH9qNO+++965ShqH3xpe+IKLz0XsfGDKZRuNu0mU6Ozkx7bbOTu555aWXhLK+vjR74b7FfObi+rEvfO5zajs6j8eeOzmV0lTlcL4yDnPL+dJi1kuTRw8/8Hu/+/v+47/+17z6yqtaa6pKPwxaW1kulrbbrakmYzXT1EzjpKYSETKSCtvtTttNttutDz/8yMWTczH0IufU5PDw0OMnT3SZVqul6/W13bjTDb3ZbG69vbEZt47mMzVOugybzdrBPH358y+7t1r4zqL3zjvvqArX1+eqwrCkU2JsFrNO5ujRO9/TzXrjphc5ODk8tptKHxvf/6Pf9UFfpusrbWyqkmKaRkPfuX//zNHxoaOTQyf3jszmvflysFjM9EG/bbrsGQa6uSkHu5hr/cJb7z0W/dKfvHfuejPajZOPn1y4ubg07sr1TXN9tXOzvrbbjq6vr11dX7m+vrHbbpVS5amd5bw5XA2Ojw4c3X/B8y++6MHpkdnyUDOKIgtVtCaUJ+dP/MN/+A9kl/7qX/krjk9OvPrqKw6PDh0cHJgNM8+0arrs9ENPhKpSVX4iIrRWxnGyXK6cn597++23RaSrq0tXF1fGcXRzszFNTZu4vFr76OMnrq82pomInuy0xjAr/83f+S9l31sslyLDzc2NpjxTQaGC8qeidF3p+pLdpGKrVa9ViAzZlcymy5KZIlJFk1X2QlWICBWp0KJDU0LYywpRS6FRpVAKpYIWTRUVTRUVRaH1VKgIIhAorTVTK73QqlxfX/v444/cuXPnzp07d+783CUaEg3p09Je2kt7aS/dakg0JBrSXqIh3WpINKS9REP6WYmGREP6tLSX9tJe2ku3GhINiYa0l2hItxoSDWkv0ZA+pfcZRISwF/bCXvmswjNhL+wVAuH/WfNnC6RQVTJCIJRnqpo+O+vNRutLZhoiTV0n5wvzYW672ZoPM1UlIkxtIktFEUWUZyKKah49fOT999/VDZ3nnnvO5dWFF1848M7b7zg6Wjk6PDbrwv17J66vNvphro9O6rQ2Wcxm5sPg3uGB5TBz7+DA8cHS9vzCqy+/7OP3PrBbLBwdHtpudmaRosKsG7zywotmy5mb60u/+Atf8b233vLo4ceeOzuzWq1M06hLFF0XMqkWOp3s03zo9dmZDTOz2Rxptx6F0Foz7kbXV5e6obder335zTe98eYv+O3f+SfeefddsVgyn1kMaZj15GhVO9V2ri8vLZadNk0+/9LL3njzK8ZpNJ8PfvVXvq7v0w9/8CeW85lhmNtutwLDMNjtNg7ng+3mRj+EVPrsxO7G1eMn7p+dmHbXLq/WIkLETETSmmlqMjsHB0fOzu47Ojm0PBhU7Qx9b76Y6ZWDWa+NTc7mcrayrk7G3PmGv/c//k9+/OG11h252oSbXbi6utZNk2qTqmYYBsvlwnKxdO/knldffdm9k3uOj48dHMwtV2E5LycHo4zO6dHceh3u3xs8evjYt//oO8bNTlSqSlGJUkqrNLby4OyeL3zxC4ah9/JLD2Tf64febD4TQrXJ0Hdmw8w7733g4uLC5eWVzWZrapNpar7whdetVoe2251vf/s7fuu3fst2u7Veb3Q6bWqmqRlmC7PZ0sXlxnvvfWi9bebzpb6f64e5+Wzp+GQmupRdqgzjONpNk9VsplVpU8kIVaEUQUVptSU3dFuyE9nLLumSLmV0optEpogQSEQFQUmEqlARokpFKs+EZ6JSM9fstWhomqZFU0pF0zQVzV7KsBe0oBJRsgtd60WGqhDROTm5586dO3fu3Llz598JiYZEQ6Ih0ZBoSDSkWw1pL9GQ9hINiYZEQ6Ih0ZBoSHvpVkO6lWhINCQaEg2JhkRDutWQ9hINaS/RkGhINCQaEg2JhrSXbjWf6H0G2RFBBImoktX8RKGCQvmJUo3Nbmc+zESm6/XWcjGTngoaUhiv17JKBttWqjWzLg0ZplailXEctdbMVwut2Gybfghrky6C1nTR6SNlhGohhCgyETRkpBLmswVCQ+FgttSq7MbR1E2uLi601jw5f2Jx/9TUtip2dEVNSoloVqsDL7z8oje//CUX1xe+8IXXrRaDo5Njm92Ni+tH/qNf/yv+57//903T5Gi1spnSesPVpuRwoJvNvfbKi773x9/x5Vde9ctfeMNut/PmK69bzuZWq0Ob9VYFi9VSa40suzY5unfkYDmnvezs3j2ff+0V3/7mH/mVr39Nl2ExLK3XW8MwWM6Wxs1osxmNxXw+d3SwIHYunzx28aTp+4Wjg1PT1KwOVirRl914YT6kcXfjydWlt9750A/fu7J+e209TlqVxazTthf+4q981V/+S3/e3/sf/nsn905FDt545U0f3/DB++86u3fs+9/7rq994xtyNveD7//AdmwOj499/PjSxly/OHSuMXSubzbO7h2bpp2YdrJGu+1Wn3PT0NvttvphZrPdaRUql3KYmy1Ozean7t9/0fX63PHx0re+8wdeffUFr774ot1NObh3bHN9Y9yF2TDQygff/548/8hp7ZyeLJzef8HZ/QdOTk68/ODUwWrh5N6xo6OZoQuJsleNKhTVELRqatrqjOy2+r6zuE4/7kZPTEqqGKiUNRIDsxM1HDm69xxTc3gy98aXX/etf/kdb7z5dfPl0vn5R95/90dWw8x3v/3PvffuY8vlkXfee9+LL73k+vrShx997Etf/LzZ0ClpvV57/OTcdru1nK/00tgm8/nCbiyz2dxyGaJPx6uljx6de/nle9bbnQevveD43twUbKdJk7p+Ru5cXN84PDgyzHvnj584vnfPdrMzH2amkSoOlgdMJVsYshfFbr3RLRb65aCqVBERIoK+06q0KoSSSCKJ1FCFClVMRWgigmiqSplEhGavKrSptNZQuizNTiqKEqqa7NjtRrP5oO8GXTfz/POv+PKXf9mdO3fu3Llz586/MxINaS/RkPbSXvq0REOiId1qSDQkGtJe2kt76VZD2ks0pFuJhrSXaEh7aS99WqIh0ZBuNSQaEg1pL+2lvXSrIe0lGr3PovxUeKrICKo80zwVPlH2pnEy9DNDz/Vmg/DM+dWNaSwZYTakabszTs16vbEuIkJiMzbbKoGMkJm6vrfejCJTdqFFSKkJGamwGSdd0XWpTc2nlQqyUZ4piSoKiT5TFH2mERHIUiYVpaopT0UTkSLCcrHwC1/5BTfrK8fHR7Y3G69/8Qs+evzYbL4wjTtf+9pXfesPv+vd9x+rXOpnM4vlocPDQwcHB7pV76u/8BVfeeMNL7/4ku12NJvNZaTjkxOL5dJiPjcMc9M06fpebEcn9+5Zr68tDw+MrXn+wQPLgwPb3ajLEo1xmrQI6+1WRVosD6wOjo3j1m57jY1h3uu7UK2z2WyE3jR5qkSWFLpgmrbGqRmj02ZLbRqMUarYJdGR/bGopXHsffcHHxjmc8+9+LHX3/wlr6wO/ePf+T/91j/8353df+CrX/9Vzz94xbf+6FsunlzSzcX80HpqDpYzv/yLf873vvMdl9sb42aynPeOzx5QTEp2S+XGrpoSsut1PVMrT86viN75xaV7pyvz+eDrv/wN773/tm9954998XNvePLwieXRkV5vqhJt8qXXXvF3/uv/yosvv6Q1JkQQEcbttUyym2RcqTapmkSEEGJKVUmFap1SWoyqtro2qrbTt7lZbfQ1SqFJVf5UUU1kRxWtGboQ49bjhx/Y3Fz76NEHrt/bGHc3Pnr/R+q5Ey88eM7Djy7cXF/Yra/cXF/IYDb0VPmJiNR1nb4fdF0nK2SkNjWE1ibTtJNZxmnn9PTIfDW4uLnwn/8X/5m/9Tf/ku+/9R19n1obRaTFYqHveuNuNLXm4OBQCNM0yljq+kFG7/HjK8fHZ/r5QmWvstf1g+oH20ZDIiu1NhmyJ5JEdERKaaoytfBMSSJFoMpUJcInKqiWVJmmJqo8E5m6vpOZ+kitJtUmVSWTZrTZbTyzGXemxmRyvbl2s7lx586dO3fu3Lnzc9eQaEifln5WQ6Ih7SUaEg2JhkRD2ks0pJ/VkPbSrYa015BoSJ+WflZDoiHtJRoSDYmGREPaSzSkn9WQ9tKthqT3mSSSKntJBcJPFcKtSB89euTR4yfeff8DZ/cfOD46cn55o02Tvksnhwe267WbzejJ9UY/TrLrJGocVRtlpAj6bpBdbzvutColVIbZ4dJyNldKqzLrOtWaaWrCvyoQfiLsVRCeCsJTESrJDF15qihPBRWqQkghZKRxLNNUXn3lNev1jfV2re9nnn/+RX/5P/irzh8/cn5+5Zd++Rv+r//jn6jGOI2q+OijD0R2zp47NY+d6WTl/vMPjBNNOLl36uDo2FGkiLDbjbrsTa1M06TrmuVqabO5Mgy9hw8f+bW/9JdFl87uPxCZMjrTONlNk2E20/ULy+VSVRrHtF5vtZrMcrAz6XNhuy3z+Vx2KTNFhEJrkzaVrutM06RNk6peICOpSWbqh0Fk2u6ag6PnjFP51nf/xPHJHzo+Wvjmt79vPjtR5v7ld3/ouXun3njjF/3RH3zTd9/6pvcuvyuHwcuvvOTX/8Nf99v/+J95+NFHZkNn2j2xnA/OTu/5+te/7mC58K1v/YHd5loEGaEfwm5bLi8vtDY5O7vn5ibNZnOPHj32x299z5tf/rL3f/yO09PndDc3um5uWC0lLi4eObv/vGfW641uNij0XWc2DKom1UYtmgi66FSV8lQVVRRVTQl0VIfChFCSSKGJCBKNiBCY52Q1sOzDog+bm0s/+pMf+ODDj7z7wQd+/P4HHjx/arw598Hbb2vjpGpusThw//nnPX78xGa7MwwLmemZiJCZuq5TRd/3tuu1bhhk19FKq0mZzGa9x0/OzQ8OtGlju760GEI0umDINGQIz5Q2bvVdp4pSxu1an3RRdtuN7dgM86XF6shYnVFnN5U+aa0zRicyDMNMDoNsTdP8VKVWQZXIXnaphCqqQlWpoKI8E8IzFU2rSemMbbTbbW22G7vt1rjb0bh3fGaxWMpEn7IjI0wxCk036/TzlP2kcuvOnTt37ty5c+fnLu2lfzNpL91qSDSkvbSXbjUkGhINaS/RkG41JBoSaS/9m0l76VZDoiHtpb10qyHRkGhIe4mGdKsh0eh9FhUCifBUEUGVT2QweaqIoFDFj9591ze/+W1/8M1v+cY3/py/+Gu/5sOPH/nxj39s6DoPHtx3fXFhfXXtarNzcv9M36XZ0FnMZmZ9b+hS16UWaTuNRjx89MR2bA4Oj2yenFOTPtLRcun44Mh8NqOCsFfhE+ETEeFTwr+iyQgZYfJUK60VlVRSRYWIlNmZDwsHi2OHx0cuL889fPTI0eE9R0enhtmheuFVh7O5b3z1V/1v/8s/8NYP3jHvFh70c6vV0uHhyuc/95qrR++5ON9Yb7a+/rVf1fe9cRw9fHwuPJPOLy4crg4cHp3I6ESXKjvLgyPz+dxmnHztG7+i4fDoWEZnmA3aWM4vLyi6jtXhse16a7GYW64G07QWSVXozL3zzkf6xUIE2XVEiAjZDY5Pjr3wwgtWy6WMG0PXGRutimqeiQgN26k8eXStGxY+fvSh7e6fi1p7//9mD05jNU/PAj//7vv5b+9yljpL7Ut3dXd1t2O80oBpCF4IY/A4mQhNIEomzlgjZZSID/6QwUJI+YqUSEjIEp8Q3xJLBA0aUGwlAXvMGIwbu937WtVV1bWeU2d71//yPPedrn7HnO7AIGiBkDXnum7d5NhSj35/jWa6xY2bdzmxsc4P/dAHWVpZ49vPPctoPiPGxPLygEljXN/aJ8sypuMxw37FBc/48dV1zp46wbXr1xi1c+4zN0QyQhDMEiKQUkRE6PX6HBzs8uILL/HER3+YOGnY291lXwPnHniI2HVYMmLsUIWYIi5GliltGyEooKgYLhlOAhLuDi6I8xfceUsCFCfgBHDAI44AgqOgCgRwAxdEQXDK4PQzJ/OGQp1qsMSJzU3mnTPtEqfPVKyuLFNPBgTrKIIQk1L1+mzkOeH2Xfb2Dmiali4mVBVEURVUFRVHg9LGSF4oJKPIc1wd84iQGPQLjp9c59y5czz84DmCN9x68w1SO6fMM1aWhmQh4AIWDTMHUaqixHGyPMeiI94wH+3SxEgdI6lp8axgMBwSygotCggZ0Z1EQKJgyQgpIuLcZy6YQUpO03WkZKTkxGjElEjJSWbUbc1sNuXg4IC9vR12dnY42N9nvL/PfD6jqWuatiF2HW3bECTjX37+f+LBBx5gaWlAXii9foloTooteQ5OR9OMSTYHrTly5MiRI0eOHPkHZ4ACBihggAIGKGCAAgYoYIByyABlQfnLDFAWlAVlQTlkgHLIAAUMUBYMUMAABQxQwAAFDFDAAAUMUA4ZoCwof5kByoKyoCwohwxQDhmggAEKGe+BIAhvcUGEBQcBnLc4KGAC7oBACIFTp88wnjU8+9JrvHH9TU6cOc+93X3evH2X2Lbs7o24ceM6qWsJqsxji6qSZ0qvLKjKgiIPlGVBjInVY2s00ei6iCGcOXOWjc11Dvb3+dNvfhM147/7b/5rHrpwlrZRPBmHBBzEHYS/IBxyd95JRBARBAEXcAU33AMqQtCCPOuxNFxhaWmZFJ2lgXPyxFnyrKJtlZArVVlR5gN+6IMf5t9+888ZrG7QJDh+6iTuibapuXzldWI9Z23tFMfW1mjalu2bt7h79y7LSyvs7x9w584dHn74EivH1qmqHjFG5vOa4XCAuYLkrG+uISqkmOi6iLngohgKOCqBvKy4ffsuFltiqjFvycqctdUNyn6f/fGE/tIq6o4jqCpIhiL0h0usrixT5AUikIVA0AQGOLgbjuCAa0BCSVb0yYqC/nCZe1sTev0lNjY2KasBvd6Q4xvHuXvrFpPRiI9+5MP0lno8/+qrbO3so+JkZY+WjJD3CH1oLFEnkKwg5BkHoxE4iIAlw4loyAiqxNiR5QFV5fLlyziJRx5+lPmsYXN1jX6/Yzye8OdPfZuPfOQjuENKEVUlDxlZLyMmw93JBBwQAiIOrpgL7glxRwBHuE+Et7kDIuAKGC4BCIAioogoggCKiiCAYKTY0KtyBv0eVVUym9dcu3GbSeNY0SOr+nSek1Wr9HNlqV9w69YdJOSU1YBer8/u/oiYDBFBVUEUEHDH3EhmVMMBRVGwv7tH0zWcPHmKxx+/hIiiItzdussrLz1PF1teOn+Sxx85wyy1KImmnnAwr+lixKJRlhWO8OzV61y5coXl5SXOn7vAj33sCa688jzPPfccm8ePc+n8eQ7GY5q247U3rlK3HdVgAKIYgvMWM1b6PTJVggYIARwMJYQMUGJKNE2kbVu6GIkpMZqMmUwm7O7tsrOzw/bWFrs799jb3aGez+naDveECFhMBBdeefUl1o4tU5UBUPq9QFCn3ysQMZLVQEvIEkVhHDly5MiRI0eO/INTwABlQVlQFpQFZUEBA5QFBQxQwAAFDFDAAOUvM0ABAxQwQDlkgAIGKIcUMEBZUBaUBWVBWVDAAGVBAQMUMEABAxQwQPnLDFDAAAUMUA4ZoIABytsy3ivnkIMIf8H5/3GIQG+wxPLKGkVZ8fobV9kbzZjOarbubtM0NSeOb3LtyhuURU5KkY3jm4gYKXW0TYN7osoD912+8gZnLzzA0997ho89+SSPve/9nC0KZm1k3kT2RxN6eU7VHxKTUTcdRRZ4JwUcQXBUeJvxTo64oSqEIICQZUIIgiDgCh4QNwQlSIYlyEJOv+wzz+fYEIqiR5UPoOoRVBGMvKh47LH3sba+QVYNCMl55NJDaCb0+xVZCKysrVGUJW1MIBkbmydIBqoZOpmRFSXLK6tkeYFooKwKkhkhLxBVyl6fkBWIKhqcNs6ICCAgAUTQkIEoIsrBaET0lrIKkDJCXlGWfeo24SiRiAuICCKKJyelhOO4GyKCKG9xVEEkgAnujoaMoigY9JboohM7A80wlLyoGE2nGM7d7W0O9gMnN9bp90ouv/4yly6e49jqkNeu3SRkGTF2hBCIyUECWSZUVUkWlFwgD0LTRoIqbhBjQlVRcZqm4fat28S4zv7BLktLfQ5GY5aXV0GVsqzoYuLChfM88+wznD5zhpApYICRUiLGRJnnuDsxdYgIKiACIgFUAeM+McfdwR2ctwhuAiguCq6AYNwnCIqIcJ+rYCYEhJgieZ5T9YcU/SE3tve49vJVpLfCzJTRZE5/0KfKhBAblgYZZaZ05oync+7t7jGdzimril6/j4aAuwCOmWEpEmNLk4yte9usrKzw0z/9SVSV//srX+XmzRtceuRhTp06yQc/+Dh1PePy6y/wv/2vL/CRj3yI0WjEfD5HEUIWqHoFXdshKjTzCdPxAXs723zzG3/Mjeuvo9YgQD0dYU1Dr8gJhbKzs0XdRk5WOWVvgGQZGgIqgrggISBZTtAM14Ca03WJmBJdl2hjpImJGBPRDCkrpOvQsiSvKrKyRPOCoupjLrjXpBRxNwwHb/G0T65jynxIpkpAmM+mJOsYjw+o+hnDKmO3m7N1800uXeLIkSNHjhw5cuQflgHKIQMUMEABA5RDBiiHDFAWFDBAAQMUMEA5ZIACBihggAIGKAvKggIGKAsGKIcMUMAABQxQDhmgHDJAWVDAAAUMUMAA5ZABChiggAEKGKAsKAsKGG/LeA9UBAUc5z5B+D5hwR1EIACJtzi0bUtdN6yvb7K2cZILDz7EwXjKtWvXuX3nNupOtbSMutPOpsyaDjxRz6d0bU3bNPT6BUWeIyGn7A8o+wNac27f26F97gVi07G7vUWRlTzxoz9C1e/hCFmhuBnf5w4ioIDyFgdzw4EYIw6IKskS49GE+XzOrdu3KcqC4+vrOAuCICIoASGgEiiLPlUxZGXFGZrj7iSHrpuhwORgl81j62xsnuTSo4/RGIzrhmNrazRtCw6K0HUdeZYhoqgqdV0zGo0ZDpdYXl6m6zryPCfGhHtHnkMIOS7gIogGOksEAXfBEXAlWSKZo6q4CPepCOaGiFL2BrhAk4yBBtBAVpR0rSMSEBFSSuR5iSGA4BhlnmOq5EFp2w4N0FnC3CnLipgiJjWIMp3uIbpGngvBheFSD/eEkcjLktH0gPHBHkUeePPqqxxb3+Sxh88z3T/gwbMnOXf2LL3ekMGgR7/IySVCbPCUyFWYJ0MQEN7ixNgiAlVV0e8PaJqGzY1NzCMry2tMJnPy4RLJEk3XEqPx8CMPc/PmLWIyTpw4iaWEqlAWGSpK0zVkeY6I4paIllAVFAEJWEqoKpiRzFBVBBAWPDmijmOETNFMQHmL4DgigoiAK4SM1pVZcizvUyytky0ndiYdu9OGtY2TREu8cu0N0nzEqbUl+kXi5q2bpGS4OWZOP0barsMdRARV5T53x8zIssDG8U3m8ykvvvgio9EBo9EeZ06f4ML501x65GF6VUk9n1MWOV2M5EVBv9okJSPLMmKMuDt5VrC1tc297S1m0wmDwZClpT4//OEPceHMJuKJtc1NJgfbDFdXyCUj1VPMDFIDlqFuiCmiOeaB5JBSwttE2evRdB1dTJhBcqi7SGdO1yUSzqxpmNYNXUw0yTAEVwUNGIILuAi44oDQEWQf4R5YjoSCrqk52N1hb2+f3d0dzpw9hWKMdvd40x0+wZEjR44cOXLkyD8sBQxQFhQwQAEDFDBAWVDAAGVBeTcFDFDAAOWQAQoYoIAByoJyyABlQTmkgAHKggIGKGCAAgYoCwoYoCwo76aAAQoYoBwyQAEDFDBAWVAOGaAsKG/LeA8sJhAQB3FAAXfcQYPgBirgAvO6YWd/n8vXb3Dq3DlSitR1TVb2GAyGSCgARUPG7u4OFx64CGaYRdwds47x6ABPEbNIUeZUZcnq2iadO0987EnWNzc5/+BFLj5wka5uuf7GFe5t3aFuasbjCaQCYiSIAw4ICAggCrEzQhCapsHMiDHSxoiI0LQtt27fwsx45ZVXeOihh2jqmiBKEMFVcUBEEITYRZq6xczoVX1ElBgj41nNseV12npOE8Z0XWJ9fYNQ5FQho8FRVVQDIWT0ewPa+YygGe4GCCklqqqkbVtCCJRlSdd1iECe54gIVVWhmeLuFEWBaiBIjrmTZTkhBNwF1YCqAoo7IFAUJSaJvKjoLJFciQZ5f0D0gCEgAggpGWWZkWUFSEARsqBEgWGvpM4C62urBBKrx9aIKVH1Kqqy4Nnnn2d5eYnl5ZIq32BjdYX3P/YIVa/gzLlTbKwu88z3/pxMoKwGPPfdZ3j0scc4ceY8e1tbfPDxRwhZxWBpiZQi1rX0y4zJ3j0ktQQBEQGEEBQ3IcaWvb1dyrJkPB5x7NgxqqokyzNSdMzARDA3BsMhN2/eZDDss7u3x6nTpzk42Keua/qDAXmRE72jKHKi8zZHcQETcEAROo9oMnAneUSSMJvXGDmZCME6+mVBTJEYO8wSIoI7iAgqgoiAKE0ECwVaDqEY0jumnMhWuPrMi0yTcmbtBC++8Dyz1thY3eR7LzzDYw8eZ3NtFUSYziaICMPhEoKSkpHnAdWAu6Oq3Nd0DQVGCMoTTzzBoF/y3DNPYzGysrxEkSueOrAOHESclCIxRkII1HWkLEuapsGsIaaOD3zgA3z0ox/l+vXrpJR4/LFHqUfbzCb7cGyJ4fIATS3WGuotmSdSOyGFRKZ9PIGHgtZyCunRdg1BMiRmNLEjJcNd6GJi3tSYQ93OMWBez2i6ls4iMXUYBu6ICqKCiBBEIAhiGUGMvYPr3NtZQ8OMIu/Tq5bY2xsxOpiQZxlV2WM2naEULA/WOHLkyJEjR44c+QdngHLIAAUMUMAA5ZAByiEDFDBAAQMUMEB5NwUMUBYUMEB5N+WQAcqCAcohAxQwQAEDlEMGKIcMUMAABQxQwADl3RQwQFlQwADl3ZRDxtsy3oOurXFLBAQRwVMCVUQAB9wRhabtuH79Os+++ALf/s7TfOaf/JdoXtK2DfuTKbu7uzTRkKCcOHWKXn/AbDolqFCVJZgTAtzb3uLWjTfp9Qp6vZL1jXWmTUNyWF3bYP3EcZaWVkgISCA5uEC0xHg6BivoFUqW54g4CKiDsBBTS9CM2DaYO3mRE1OH4eS5srZ2jH6/x6lTJ0mWyLOAAILjOAqoCG9zsGSAoiIgQp4pRUjEFBAUN8HMcBE0BLKyhFnDdF4jBILmKDkhFAgQVEgpsrq6zPLSkKbuKIqc6XTK8soxgiopJUQCZVkQPRE04Oo4IGKoCiEoIQTcIc8zQLhPhLeFLIBDNGhiYt4mep2zcfwkbZcosgJzMAMRoW5bYkog8CNPPMH7U041XCUBjlCWGVUu4EI9n/GpT32Srb1tYjflox/9CJcefog7N2/xp9/8JsfXlnnkofO08x5trGm7BlNhdf0co+mM/nAZd2c23uf9Fx/k1Vcvs791i8GgR1PXFCc2sdhxb2eblZUVeoMeZVnSti31vKHrOu7eTezu3uPOnTv0+0MefPBBZrMZ3/72t/mzP/szTp86wac+9QnOnz/H6bNnuX79Og7EGBmPxzRNg6qgMmB3bxdUGbctjjI6GHP79m12dreZz2oUOH3qBGfPnaLIM5pmzsHBHtPpjMFgFXWjVOfSxYssr65SlIEQBCeBCCCIKioZ4oJkBUlyQm9AnYTVjRNcePwsV+5NuPXS62zt7bN07BgnNo9x6YHTXHrwFG++9jynTp/D3dnb22M6m4IoEgIaAqpKSokYOzBHQuAzn/409+7d4+VXXuLO7RtsrB9jMhnTtS1ukTxAv1dhMTKdGJP5nH5/CQ0ZISjuMJ/PuXXrFi++8DJt29Lr9Xn/+9/PwcGIrut47bXXONbP2N/dYW1tjWNra4gYWSaIRyy2WFdjGVjmgJAs0aZIdCfPC8p+QUodMbbUbUtdt3Qx4q40TctkOqHtWjozUozMphNUwN0QBfVEhmMqgCBAMkVU2D3Y4Y03r9JEIwt9lobrnD71AJceP03qjBgT48lNjq2d5dLjH+UHzQsvvMBv/MZv8LWvfY0bN25w34ULF/j0pz/NF77wBc6fP8/ft2984xt8/OMfx935vl/4hV/gy1/+Mn+Vr371q/zsz/4sfxu//Mu/zK/92q9x5MiRI0eO/EdBAQOUBWVBWVDeTQEDlAUFDFDAAGVBOWSAsqCAAQoYoBwyQDlkgHJIAQOUBWVBWVDeTQEDlAUFDFDAAGVBOWSAsqCAAQoYoBwyQDlkgPK2jPegKDJUIcUIKCGAO+AJB0QDYJRZ4MTxDS61F/ne88+TB0EU5vMpr752lV5vSBsNzQqqqkeMiRgTRa9iuLSEOqQu0jYdN2/e5sTxTWJMrK1vYgmmszmJPSLCeNpQlBXExJ27W9TzMXXTMBrvk+mAsuhhojgJQRAR7lMXiixHBMqyRIISY6QqSzQEkhvLy8vMZjMGgwF37twhLA1IsSWliAPuggAiQq/XoypL3J16XtPGjuFgiEpGO6/p6o4YI8mMGDuatuG+eVMzm88RMiwpFh11BUsEEaIlqjwn65X4wFDNGPQH5FlGTEYdazxF8ISYo5lg3GeAA4IIb3HAcTdEAoJz37nzF0gp4pKQENgeH5A8JyGsHlvn3tY2/aoCBBMnhEBelsSUiDHx4MWLdJJhAtMZ1J3TxURMRqbGcDik17vA//zLX2B//x7PP/0UP/PTP8OTTz7Jkz/2Y5zc3OB3f+d36fdLPv0zn0JE2TixyTMvvsTjH/5RsuE6o9mc//ePvs73vvc9Pv2P/hF7uzNef/FZ5k3N3r3jTCYzbt+5zZUrr/PSC89x8eKD3LhxA1VFNXDx4kMcW10jyzIeeughnnjiCfI859FHH+VjH/tRDg52+N3f/R0effRRPvvZzzJcWuLatTeZz2dkWc4jjzzM3Tt3OBgd8Nxzz/PMC8/xqX/8WarhEq++8hp/9Ed/xNWrV+nqjuXhgE9+6qforfwkKytLtKlmd7zHvJ4T8ozpwT6pnnLi+DKD5R5daokkEEdEwAVEEXcUGPSHCEqQnPF4DEVF1S9wSxRVzqkTx+lVyhuvPkdsJ7zv8YfZuXWZzZMnUIQsz0l37jCZTIgxokEREdwNd0dVURHu3r7NK6+8hIgQu4Z+r+LDH/oQWCLFSKbKdDZBQ8bScEgo5jjCaDRCVambBjfn1Vdf486dO2RZztNPf4/V1XVWVlb58R8/y3g2Z1AOMCm4fusOd3d2Ga4s06bI3Xvb9AYVMTZoB5rxFsfd0Cyni3NOntrgYDTmxInTvPHGVSChwSAZ6+ur7O0dMJk5Ik4zH2Mp0TUzurbBujmBhBAJkijVcRxxx4LjlIznSuNDGpao+ptIucbr1/b506euMp7OeeD8BZZXlrlyc8y129/gX33gE/yg+NKXvsQXvvAFYoy808svv8zLL7/Mb/3Wb/HlL3+Zn/u5n+Pvy2w24/Of/zzuzt/UtWvXOHLkyJEjR478NQxQwAAFDFDAAAUMUMAABQxQDhmggAEKGKC8mwIGKGCAsqCAAcqCAgYoYIACBigLBihggAIGKGCAAgYoYIACBiiHDFDAAAUMUN5NAQMUMEBZUMAAZUEBAxQwQAHjbRnvgXnEPREURMA80dU1TT1HREgI09mEpm3RPGN9fZWHL15EELq2xc144+plsqIiGjhKCDkpJdydXlWyPBxQhhJPkVu3brJ9ZwvFyYuCZM50Pmfetkhe0F/aZnVtnfWNDQZlwcHoALeGeTPj3u422IxeuUmRC2BABAKgOE4ISte1ZFnGfVv3dsjLgvX1dRwIIaPWmjzLUVVCCGRZIMsUdycmxz0hbghgZog4jtHWDbEoaZqO+XyOmaGqhKCYRWb1DElGyHKyUKAaSJ1jUSFB6iIxtuRBmYwOmM7npC5S9frMZjOWBksUZYWqEkLALeIOuIA7uIMKghPEUXFcHHFD+PfcqZuGlCKdRUyFLhohU2JKHIxnNG2krYyYjNglghipaRENuAg3b95ga2dCR06XEvM6kmU509mY4xtrnD6xye/93u9wbDhgvH2bQoQrr7zKU3/yLZq64YHzD/C5z/0znn76O3zt69+kLPr83r/5CpNZg1THePzxKdu3bzAYLHNvd5/vfucpPvSBH+LSIw/x1J9/l2/+ybcwzRlNZ+wezGi6yGc/+1kmkwn7+/v89m//Nvv7e/zTf/pf8eCDD3DixGnMnKbpgMBkMufM6TP8y//hf+Rb3/oWW1tbrK6u8sKLz/GBD3yAr//h11ga9MiywLDf57FLD9Fax7SeM1xbJysKuuiI5iytDlhaGjJrWq5ef5ON9VWqXsa8rdnb36EsAm07hdTQHxYUVcD2WtwjBjgZILgL7gIIpIh1DZkYvTxQqpN5JGhiqVJm4ztIl+H1Hv1slWATNjc3kCyjbVsMEFXysiKEjBQNCZBiRBGCKu7GyeMbPPP0lCzLuLe1RRECd+7cZn9vjxQjKysruBtFkbO/u893vvMdnvxPf4qvfPX/4V/8i/+e//3/+Nf84i/+PFv3dlld36CuG7Ki4qc+8Um6ruPWrVvc277DsWMrtKFgeXmN4dKQsldR4Pj1GzTRaWLCuwhZi7tBcto6sby6RlXlvHH1HqpC00ypmxbRwNbWXTTAzs4O+3s7nD59Bos1TdNw8vgxrr5xFVJHoCMXR4KQAhigLmiW4WGFlJ0kGz5OF45DeZKDRvk/f+9f89yzL5Lc+Sf/xX/OJz75MK9c3+fbT32Lf/Ur/ws/CH7/93+fX/qlX+KvMx6P+fmf/3meeeYZLl26xN+HL37xi1y+fJm/jWvXrnHkyJEjR44c+WsoC8qCsqAsKAvKgvJuyoKyoPzVlAXl3ZR3UxaUBeWQsqAsKAvKgrKgLCjvpiwoC8pfTVlQ3k15N2VBWVDelvEeNM0M94SgpNgynY6ZT2ZMxmPMjDYZk+kYF1haWWG4vEyMLbPZBJeAAPPJhN1728ybiCE4gjuEECjLgoO9Au8cRdjb3WE6nfHm9RtkRc5oPCa6QwhInlNM53QJ8qLEehWjyYgyh2SR6XzCsBJS6oipxWhRCkAAARFww1JEJMPdaZoaxAEnqJIsUhQ5WVD6/R5mCRUQAXdHcMABxz2RUiQLGVVV0dQtWZYhdKSUUBGyLJCFwH1d16GaEUJJjIm2ieRZyfHNU6g3DAcDUtdQ9IeMxyNu376NJee+rus4d/Y8a2sBDQWYkWKHZhlmETMQEQQwN9qmQYPiBiKOCrg7KSXu3rlD3cwZzSakoCRRllePs7yc8+aNWyz3BnRdh7tjlkANj0YWMgR46qmneOn1a0QrmDWRyXRGf9CjaWo+9qM/wsb6KteuXmN9ZYXd3oDXXnyZzZVN6knD3s4+Z44nXn7hNV556TIf/ND7KcsBqyvHmbS7TFLBv/3z53nw9Cbvv/QoNy6/xNa9e+zu7jCvGwbDJYreEAsFk/0pe5OastdjMBgwnU6ZTqd0XccDDzzAuXPnyLKMoiiIMVIUJXlW0DQtddOQZRk//MQTVFXBtWtXOXnyJMvLy3zoQx+iqkp2d3do24bhcMCTT/44z795g/3JCLKMlbVjXLtxg/l4TG/QZ1LPmc7nhLHQ7kyZTA6oZ2OG/YLJ/i7T/V1u3bpICBnT2RwwRARzx90Rd8wAT5AiwSOSWqoApAasI1jDyY0lYjtmNJlwfDXng4+dZ393l+XlITEmmrajrhtScpaXl8mynPl8Tp4FuhhRVVSVpp3zE0/+OFdef5Xbt28T2xYVod/rkWlgdDBia/seKUXW1tbIyorjp05z5tw5PvLRD9IfDPjn//yf8d2nn2ZtbZ3+YMjNGzdpWmNpeZnr16/z+uXLrK6u0pBx896IlPdIWY80OyAEYdpGMlPmXSSJkFRwNwhGG1vWNzcx72jbGfP5mCwX+qFk88RJ9vf3GA4qZrOStuvx4Y/8EN/8438Hpjx88SJvXr1CVQS8C1gRSGR0njBJBIQiL0h5nxdfPeClK98gzyuCVrhluAv0zqFuxHyDmQ8ZxZK5DPhB8au/+qu8U1mWfOYzn+G+P/iDP6BtW+6r65pf//Vf5zd/8zf5u/bHf/zHfOlLX+Jv6+rVq7zTY489xkMPPcRf5/HHH+fIkSNHjhz5j4YBChiggAEKGKCAAQoYoIAByt+cAcohAxQwQAEDFDBAAQMUMEABA5QFAxQwQAEDFDBAAQMUMEABA5S/OQOUQwYoYIACBihggAIGKGCAAsbbMt4LM1Sctpkz2t9nd3eHDKVf9SmKglndUOQBzTPyMielyMH+PuKOu5O6CDiqSowtLgFEcHcsdVhqiXUgJwczpuMRXddycDDl+PHjpJgwnJgiHiPm0NY1qYukItJ1LbkKKdbMpgdMi0TbHiNVGdGNTMAB4VBRZCACCBuba6gGBAOHIELqGkYHe8ynU9R7jCcjptMJIgERodCAqKBBMTNSSjRNzWw+ZTgc4Bg4II67kdyJyUkpIQaqQjOvwY3Tp05x8eQmZeZY6LA2Mk9jrl+5wrVr1yirPjFGQgicOn6SPAQyUXDIVUGFaIabE7ICEUEMxCGTgKuAG/O6ZjqdMJ2MGR+MaLtI3TSQl0iZoVqgWcHt7W1WHlrBBbI8I2ggC4JJIFkiBGE2nxGynLYTohlFv4/mORojWZ4zr2vyvMANyryia+Y888xz4IoZiAaWllZYXV2jLHuYC5PpnLzoUdeKZT0aV1rJ6FB2Dg7QvGK0vUMoKrKiZJqEjsDSsQ2itKSUKPMcPPDAA5c4e+ECbdfStS2D3gaifZou0XQtRREoypLxaJ+VlSHz2ZhBr6CqKrJ8wOP/yRPMpjNGc2UWWy5fv8EHfvjDDJYHbO3uM1xd4YNP/Ai37+1z5/Ztjp+7gFZ9bt3b5mCW0zZT8MhsvEtVKN28ZtY4bapoYo/GhSQVJgl3cAxzA3NwJ3YRBSx2BDEktfSCQTsmNg3Ly0NW1td48/ILbN2+ytrqGirg7vSqiv2gtG1Dr1fRxYjFSMwCXRdBBHdom44sC2xsrJPnGb2qYjadcPLEKSwlJitjzvlZRKCuaxxjY22Nrmt46OGH2Nvfw11xhOMnT+EIVf+AkGd0MVI3DfsHB6yurVO3yuvXtvnWd14h5Bn9YZ+mmXBsteLixbPMmxaTCJpwd0RzTDIODnZYPbZM08y4ePHDvHH1Oru7e/SqnBCMqgpkwWnbOWvHlmnnI1Lb8cD5UxSZkw8KJDVIzOnEEFeiBDJRqqrAimUOJgdI3icvevR6y+RZSdu2kBvnzp5i49SDWOhz+vwlhmub/CDY3t7m2Wef5Z3+8A//kCeffJL7vv71r/OJT3yC73v66af5uzabzfj85z+Pu/O3de3aNd7pi1/8Ip/73Oc4cuTIkSNHjvx7ChigLCgLyoKyoCwoYIDyH2aAsqCAAcqCAgYoC8qCsqAsKAsKGKCAAgYoC8qCsqAsKAsKGKD8hxmgLChggLKggAHKgrKgLCgLyoICBhnvwf7uPvWsJg9Qz8f0cuXsiTOYB+bTFgvC8fUTbO9uowghUywaKQpFVdE1HcP+EoN+j86MmIyUEg64G3mAQa9A2ki/qjjYizSzEXmWEVNDkQfmbYt1HWWvx6DM6WVC5hHMETesaSiYs7G8zKA0zOZMa2XatGS9IYKSo2CAGkkSnowsy1hZXiLGhtjNmc1mTMcHxBj59p/9GV/5v77Ciy++zHgyQ1W5r6oqNCv4iZ/8ST7zjz9DGzs0CFmRsbZxjHk7BzH6/ZKDg300KKHI2T7YIxnEaU2vyti9dYtUT9i7d4uN1R4HByNEAq+88grT6ZTZbMZkMmFtLTAcDHn++RfYvr3F+fMX+MQnf5pQVoz2RhTLffKiwMzomo6s6iFmeNeheUnTzNjd2eOVV1/kytUrzKYzBtmQrbu7rKys84v/7ee4fP0mulYxm3fUXYf3AjNraGKDCGSudNYiJBKwurbGi1e36KSCakjTdrStIRJoYyRkGckN0YK6jawfP87jj7+Psix56qmnCAWcuXCCWXOeeT1GpUSIzCcThCWEQBsjnudMHFpzRtHoJGN7Z4uy32N/f0R/qceYlsGx46hmNJMxvXKDh9/3Y6weL4jeIY3RL08z6YCyJWpHShO6ZplemRPrXXJtMBuTZQVZeYLVkw9wZqXkfQXsj2q++pXf5erOHdrUMqtHrKwf57svvEp/4wxD7bPVGLlkXLp4kUI6tm5cY+vWXWIzpd+vcK/YmS5xZXudm6PAeK5E38B8jOgctQ5xMALigbxcASmZzxoUp8qhDB0Xz25wc3sbo+H2rVv0+hVdTKDKrJmxlitt2zKajtAikDyhmWKuhCynrPpoyHFzsqJkPJtS9CuKtiEmaOctT3/3e7x59SqxrfnET/0EeMdn/rOfputqXn39Ms+++hqhrNjfn1FUPZI4poJKRpuMzgx3RSWjmbd4EtRLxFeZzIxppwzaIao55UCJ5mShwduaaDl5VlHHOa2W5LMKcFLqaJo589mY0cEOf/Lvvoa7U5WQhQhpzrCCXGp6lRJ8xrHlkqZuaOdGttpjOookC2iu3KdVznB5heB7zOdz8mKJaRvp5RVRBVLkzRtvcLB7iVSf5MbVN3n+pRf5QXDv3j3e6eTJkzz55JN838c//nHyPKfrOu7r9/v8XfuVX/kVXn/9db5PVTEz/iauXbvGO128eJEjR44cOXLkyDsYoBwyQAEDFDBAOWSAcsgA5ZAByrsphwxQDhmggAEKGKAcMkBZMEA5ZIACBihggHLIAOWQAcohA5R3Uw4ZoBwyQAEDFDBAOWSAQsZ7kFIixY4MWF0akgXYP9hn996IXm8Zs8Ck6HjhhZfor1RsnjxBkecogpkhAmXZ49jqOlnVp4uRlBKGgTtFkbE8GFC40CtLNjY32N8/oKgqZvM5LkrZ1LRtpOxV9AdD+lWPIi/olT2KPKegg9QxG+9R6BARI8aWWT1nueeIC+6OpYinlqabk1IiqHJfbBvapiF2HRYjo/19dre3efThh/nIBz/Erbs79PoDbty4Qdt13Ll7h/39Pe7evcv58+eZNzW4k2UZVdnDDPba/489eA/y/awLPP/+PM/3+vt1//reffrcc3LhJIQkJIFcDBrkMkZhUMcawIWhwujK+ge1f8j+g1tTlmXNlrqLQq24uo66ZemoNTOskAFEYUESgSSHcHI9OZec++nT91//Lt/b8zyfpbvrnCTGrZFMqhZq+vXqMzY2Rq/coKgqnA8ghjRJqaqSYjCklWSsS2BY9IkiQYNhrDPGiRMn2LdnL/1+n7XVNQb9ISLCDdffwMrqGk8+9Qy33/ZG0iwnjhPEGOLIYDCAIiitLMU1DiuGajjgyaNPMj0zSVPVzM1Oc/HMRVbrFf7iz/6CwzffSlNWdMZG2LV7N14dWWQIfFcQFE8UgRAwKBiLRBZVg1NBTAQaEAKIgCibTJwQZS02+kOOnzzJ2vo6kTWsrK8gkaE92qJc6uG8Ydjvs3T5Mtl0TpLGJFmCWItDCMYQxOBU0KCoKqAYC1hDMBGIwbtAEzKIO4QIgjHUZc3Tz57l4kZBOunpxANsmuLVYERAAA14Ah7DykbDw599nKWup3Z9Gr+IyCK7Dk4y7G0w6HdBlf0HD+IlZ3TxMhMTI6gfkuUtpOljjUEbB0EQEXr9ms9//lt8+4mCiekD7N63l1veeC1ZFmMpUJQgYBEClmFZUTsFBe8dQoTF00ot7TzGaeBNd7yVZ44+wd79B5gYn6Tdukh3YwMNShRFLPf7GAx13bBrbo6lhWU2NnoYG7OyuszYxAhFWXJp8TIri6v0uxucP3+Bqj8kMsptb3g9b77zdvbtnSMyAe8Mh67Zw7OnT2FjCwacc6RZho0SgleyPGdyYgobRTjniCJLEsWodxiEOG4RSYKJ2njvaFxFVQ6pi4ZIKsRHiPc0teJsQyzjFP01mqLHhbMniMQxMZriQ4xrGqr+Gq3YMzORsXDuOLMTGb5xFL1lZiZymjohtUq/P8SVBtcIIShgyPKEVhYTW0ecxbRHY/pNoHZDkhhUK+pig7pcw1IgoSDUBT8I5ufnERFUlU3Ly8ssLCywa9cuNv3lX/4lTdNwxdvf/nZeSw8//DCf+tSnuOKBBx7g+eef5+TJk/yXNE3DpUuXeKlrr72WHTt27NixY8dLGCAAhm0GCIABAmCAABi2GSAAhm2GFwXA8EoBMGwzQAAM2wwQAAMEwAABMGwzQAAMYIAAGLYZIAAGCIABAmDYZoAAGLYZXhQAwysFwLDNAAEwbDNAAAwQAAMEwLDNAAEiXoWgDeApypJ+b51hv8eJ42dZuLCMsS3KKlC5hq9/46vc9UNv4l3v+eeIGFQD3ntEDO12m+nZWUaco/EB5x1eA6iSZRkTYx1ysfimppW3Wd/YYHZ2jsWVZZZWVijrmqpuSLKMJEnJ8xZJ1sYrBA9YoWkcvY0+WRoRNFANB2BWmRqbIhFwXlHfUNYDnG9QVYIxGDGEANZEmERIohhrI8bHJ5mZnmVqaprdezc4feYMN9xwHWtra0xOjdPpdDCiRJGhGPRRVaI4Js9zyrLB2Ah1gcYFMBFpliHGkuRtinKDQVGBjUiznDw35GlM0wQO5If4xmPfgsgyPjVJnuWEoLQ7Y5w5f553vPOfceTxI1xe2sOegwcx1qAEoojvMhBqCA5EqZoC19S02zlTUxMM+kMmJyZYurzA3j27iJMWC0trXLxwjoM3HkaAfXvmGQy6RCMpogJBCIAVyyYjAkGJjKXxQnAOVDACIoKIEAJ4Hzh37jyIZf+BfRRlwdT0NEVREMUx3gf6vT4+KDaOKOoKFwKD/oAYg3MO7x1N0+DqGu8cGgIhBFQVQTDGYK1FjcGLoXSO2oHEGcEGBrXgvWU4bBg0BtcIWZJT+IRMUgxgSICAo6aRhKELfPPIE9SaESWeqr7M9deOYk1EqCtiPLF4xvKUS0vrXDh1gvGbX0dkGkyocFWBrypwjtQKsRHGRlqYUDM2kjI2mhNciUWBAAggKIIibBGwkSHJEowB7x1rKyucO3uWsdk57rnvLbxw8iTlsKIuarps4OpAHscMqyGuChAMTeXIszbLS2tYGzEyMkqv12NTt7vBv/23/wtnzp4hthGtNCOylpHRFm//0bfywX/1fvbMTlEOuyxcPM/eAwdwRpmZmWG9NySNYqqqIUsz4jiicDXWWsbGOyiKc44sSzE2AAUhbNA0fZxLIQQiU2GlwTuhqT0m8qgITmtc3TCouyz4Ib21CzRlxdkTfVqtFs45FMU7z7lTy2gIBOf5zqNfJzQNwTlOPHsUaQqMV1LxEFtcFkNd4bxgTcRYntMZzWinyvpwhX63gXQEVUPjPaHsYUNFbIZYM2SkpYyOKD8IxsfHeetb38qXv/xlNjnn+NjHPsYf/MEf8Ou//uv86q/+KlccPHiQX/zFX+S1UhQFDz74ICEENo2NjfF7v/d73H///fxTnD17lhACV8RxzBe/+EX+9E//lGeeeYbl5WUmJye54447eN/73sfP/uzPYoxhx44dO3bs+G9KAAwvCoABAmCAABheFADDKwXA8EoBMLwoAIYXBcAAATBAAAwvCoBhWwAMLwqAAQJggAAYXhQAwysFwPBKATC8KACGFwXAAAEwQAAMLwqAgYhXYTjosra2SDHssdFdY6Pb5fLyAoO64dTpF1i6vIbECSbJaXcmCVjqpsa5hshaImvJ85yRzihpgCaADwGvAQ1K3sqZmpikFVmG/QHtdpt+HZiYnUeyFt4kDMuSoqpJkgQTR0RRgtoENCBiEDGAEFRRBe89xbAgENE0JUkSAR5VRwgeEcGIYK3FiMGaiLqusBKRRilIH69CO22x/8Ah2qOrnDlzhlOnTlEUJXVTc+b0aeZ27SLLMjZZa7HGYI0FHCIWj0HihNoFllY3KOtA4gIuKJgIsRFTM3NMjOU0dUEcxdR1zb6DBzl43bU88cQTtKIYCwSxTM2OEDDs3refXjEEgRAUQUACgkODw7uSxtVsrK+TZS1aeUJ3bZ3l1XXm53bRmrYQIElGeODd7+ZTn/4/ufv+t2AkkFjLelVBK4UgBA9qDEHBh8CmuqlRDQhK8J6ggCgSPN57gg/4AN3egCxLmd01z6kXTrFnz16+/fhjeO8x1uJVCGIpKsdgWFFWNUkWCGVJXdWIGOI4wiuEENAQUFU0BDaJEWwU0VATAI8QxKCiOIVGLWJyVrslG2pJMmE0z6lCSkmCRbGaIAQaSfASEaUZGCGOIuLY4L0lTTIsQkzA+prlC+c4c/wEZy8s0V9Z4TuPrhKZmsR1SXGUG+skAu08o5PneNpY8RTDNVrDCUZHEiKjGECU7zJsUhE2ZXmGtYK1Ql1XbPRWOHHqJJ///BeY3LWbp546Bhrori6yfPEix44dZ/81b+CGG29C1FKXjqpoyOKc4bBkfW2N06dO8cUvfpGLFy/iGkdRDrjvR+5hfHyCOIqZHOswMzNDnsS88+1vZW5uhrouaFwNJuCagvZIi/n5eZbXnidJU9I0wRYNIBgRQghEUYT3jiSNmZiYAPFkqdJqBbKsYdCvqOsGYYhoDA7qOhABHkujNWVZYdXRX+tT9iL27NlDMezhpEYQvHPEUYRvPOoDrSShqXok1hJnMf1Bj9FWQlV7Isnp6ZCBESxK0IAFEmNII0OeevYeOMjYzG7idoes3WLXzDS7JkfBDZibHCeiz+Eb5nnLW+7gB8Wv/dqvce+996KqbPqTP/kT/uZv/oaFhQWu2LdvH5/73OcYHx/ntfLxj3+c48ePc8UnPvEJ9u7dyz/VmTNneKmmafjwhz/MSy0sLPDQQw/x0EMP8Tu/8zt85jOfYXZ2lh07duzYseO/GQYIgGGbYZthm+HlDBAAw8sZIAAGCIBhmwECYNhmgAAYthm2GbYZXs4AATCAAQJg2GbYZthmeDkDBMDwcgYIgAECYNhmgAAYthkgAIZthm2GbYaXM0CAiFdhZCRneWWRQb9L05R0+10G5ZCiVmrvmJydo19WqLM4FdK8TVPXBNcgaYq1BmstNrL4YIgwGDEYH/DBY5OcKM0JCknbko6MYOIucT6CLWrifITYxDSUmCTGWAvGErCIKptc4/E+YG1G0zjKokRRNoXgEAlYqwTfkGYpqgqqXCFqSJIUaw2h8WRZi4nJKbrdDbobG7TbbX7oh36Iu+66i8FgQK/X4/TZMzR1jREBVQSo6xprLevrXc6eW6MzMUnpKs5eusATTz6NiRLy9ig2ypiYmgZrcI2wsLTMt775MARlZmaG6blZzpw7j1NY7fY4cOAgnc4Yzx97nmykzXy6lxdOvcCwKIhsTBLHqDoIFcYGmqbPxUvnmZrZxeLli6gkzM3O8tyxE1y8cInds2PkrZTlpUXSWPjv3v8zLFw6T2dqnKWlBULwaFBCAO+VWIQQIARQhGI4wNU12Bj1DYrgg0JwuOBRQEXYt/8aRMAF8F7J8xY33fR6vIder8fI6CjGGlBlfGqWjVLBxtTOU9cV3nuMGLaogoKqoqpsEhFEBBFAlDRLyVxGKPr4ANbGxFlKf1DT04gkUZrxFk2weDUoBogwEhOCJaih2+0iNrC0eIGq6tFu1ayvKmn0OkzTEHlHf3WF1UsXWLqwgLERZbfH2GiCH/Zp8FT9Hs1gSNXrMjrawnnH1HiHg3tm6UyMMzreRl2FxAERAxgUCBisKBsba2xsrFFVsyBKHMcM+n3UB77+ta8TJy1CcNx52y08d/Qpzp45x8WFgq9+9e953Q038PqbXk9sE9bXN/jCF/6av/va17h88RL9wQYTExNMTE6wf3Qv733v+zjy+GOURUGn3SJNIq45sJ+Z2SlCqElGWywtnyfNE1ojbaTbI4oivFMa60jiHNUBzjlsFKGqbArBMzLSZnZuDl8P6Iyk3PHGm7jnh+fJx3cxPTNLnglf/dJ/ZG3xJHgBjQgaUTulrhvKokccGeLM0AxLqsGQxFjEGFxVYRUia6i9B+/J4hjvGiSOsVZADCIBYwxRHBFFMdZGhBAwxmKsJUki7rnrVu6853527T9E0upgjGGknZFZj/EF9aDHuXNnmewk3HbztfyguPvuu/mlX/olfuM3foMrFhYWuOKBBx7gD//wD5mbm+O18sgjj/Dbv/3bXPHAAw/w4IMP8r04c+YM34u///u/513vehcPP/wwcRyzY8eOHTtee3977AV+52uPcWJ5lY2yZsf//0RBBURBBURBBURBBURBBURBBURBhatEQYWrREGFq0RBhatEQQVEQQVEQQVEQQVEQQVEQQVEQYUtoqACoqACoqACoqACoqACoqACoqDCVaKgwlWioMJVoqACnSzhuulJfvG+O3nbjddAAAwQAAMEwAABMEAADBAAAxGvwuLCRSIbaI1m2MhQNQ2t0VGCCRCt8cLZ80gUkeUpjVOWl1cRERBQVZSAqgcVNokYIhuBQHAOsHgsTVWTxpbaK40KRDGlB40S8IEgDV4siEXF4BDUK6qGpvEIlrHOOMY46rrBRhlRFFG7miZUoFCWQ8bHpgHDJkVRVcCgqnjnGfS7TExMML93P9989DM88+xzFP0Bx48fR1VZX+9ijFDWFe9697tptzuMtNsoMCyGGBPTNI7zFxfYF2dcWDzP088/zcLiEhPT07igDMuK3rCk9oK1MYOq4fzFi5TDIWqEO+94M5/87U/xvve/n9/6xG9z4OA5Op0OSZLQHxYsLi7yzHPPcei66xhtjZMmKY1zaFOStmICJVluuHD+BMbkTE5PceuttxAnLf7+kUdIoz20sgSRiG53maPfOUq/cdz8xps5f/Ys+w/sh6CoCo2DxFp806AeCDAcDKiGQ+J2DqoIQtCABoeqYG1MHGcsrq6TRhFLS8ucPXWcy5cXaGUJrTzji1/4Ar1ej1tuuYW81SKKE9rtDs7m4BpEoalq6qoihICIICKggAKqGAWDkkaQWmVitEWQjLMrqxgVsiSiFbcw0pCYGKMOo0JT1WgIKIoKoIIARj275yb4Nx//OaZnUyxQFo7PffY/Uayvg2uwIaChph0bKAtK12BjCElO1e/RmRhjbHaOsten1+sSnCdLEn72vT/Dv/iX/z1xlrKyNuDJZ55nUK4BgqqggIqAKHk7J0kTrLWoBrIso5W3mJiY5K1vPcSRbx/lwvnznD9zgbvuuINy0LB7djd/9/A3yGzKgb0HuHxpkZMnT7C8tERVDvmJn/gJ5ud38dyxZwkh4H3D/j37eOroUTa6Xeo4oiwH9AZd0lbGsBigoSLNUxYuLSKRMD41yaVLl4miiKqs0GAQgaZpiKOEEAIiivOOOI4YHW2zsrROVfQZbWXM7JokGemQt2Niq0Ri8Q3UhSGWCOeEonL0B55q6MiyhDRNWF0riKIE52PUKZBT1oo1gmpKWSpRbBCTMCw9mJRB0SASUdYNw8pT1IFhrTSVx1hDMvBkgwoTAq3EkEXK3FQHG1uK/jpxCLRSofGW1Aas1kQm8INCVZmYmOAf86EPfYg/+qM/4rVUliUf/vCHCSGwaWxsjN///d/ne+WcI8syyrJkk4jw0z/909x77710Oh2OHDnCH//xHzMcDrni0Ucf5dOf/jQf/ehH2bFjx44dr60vPH2C/+EvPs+O7y8qbFFhiwpbVNiiwhYVtqjwMiogCipsUQFRUAFRUAFRUGGLCltU2KLCFhW2qLBFhS0qXKXCFhW2qLBFhS0qbFFhiwovowKioMIWFRAFFRAFFRCFjbLmyPkFfu7ff45P/8sH+LHXX8cWwzbDNsM2wzbDlohXQYzBxjFZlhM0sLiyQggRK6tDhmVBnKW0Wm1ccESxpdMZwRiDa2rSVovGOay1IKBBQSD4gDEWDUpQQIUoSQgKZe0QG+OCEDAglqCGIAZBQAGFWMGKEFkLxpJlLQ7f8HqOPX+UKEoRYxEMvV6PalCQiqEcDGiPjBGZhKABEQMIIgZjBBHD2MQkNo6ZmJgiy9scefwxin6fPM/Y2OiRphllU5GmOYilLEvSJMNGlqpqEGNxPpCmGWItvf6A9fUNsizD2oSmCeRZG4xgjGBNTJLmzM7MkbVS0iynMz7B/W97GzO7duMxvHDmPDff/HruuutexiYnOXvhPHGWsLq+hoaIsfEOZVljjaJ1gQ8e5xxKIE5jev0Bc/N7OHdhhRsOH+Z3f/dT/Jtf/iVuvvFWRkdHaLczVi8vUw5LmqrEWouq4L3ifcCHCKceVVAfqIsSAaxAJIAYhmVBHBmCD1gboQjj45O0sow0trTyhD27dpEkhjSJ6Yx2eOrJJ7n11ltptVpEcUp7ZITSxwQgTVKyLCU4RxoniAKqCGAAAUJQRBWjDYk0JNKQ4KAekmhKIo7MKlVvjY1aiD2EmUmMqzHBo6HGRIoJAeMCiQSk6dOOHFQpjQ/Q1IxGQidLqKMYo1AXFVmUsHt2ltoHlAaRmnJY4tot2u0RTEvQAIN+TZMWTE7lDAdd0jBGHAUED0FRERSDKqCgKM55vPeE4NGgWDGEELBiKfsFh2+4kdPHT1EMCpYWlnGVo53nvO666xAxHHn8cU6dOoWIcO899/De976XXbvmePjhr1MMS3zwZFnM+nqXpnYIwqa8lVGWBRvdNWZnJiDUGGuZmpllam6GYlBz9tx5sryD94F+v49XvsujoUFEUFVQxXuHqicET9M48DXBO5pqyOjoCJGxjORjtNIJjApNI6gXGh+Bsai1VE7plylxbUlbOXVXEYQoSfBNgwJRFBG8R40nSqBpaqyNKIc1NoKqhMonkIySthNsGhAxkIzQeMvU1CyjrREiYKO7RhJHaFPRiKO7McRVQ3xV4aqapqj4QdDr9Xj/+9/PQw89xD/mz/7sz/jgBz/I2972Nq7Yt28f58+fZ1MURTRNw/fil3/5lzl27BhXfOITn2DPnj18r37+53+eD33oQxw5coSHH36Yu+66i/vuu4+X+oVf+AXe/OY3U9c1V/zu7/4uH/3oR9mxY8eOHa8d7z2f/rvH2PH9RxRUQBRUQBRUuEoUVEAUVEAUVEAUVEAUVLhKFFTYosIWFRAFFRAFFf4/iYIK/yhRUAFRUAFRUOEqUVABUVABUVABUVABUVDhKlFQYYsKW1RAFFRAFD79d4/xjsPXYK3lFQJgeIWIV2Hh8iqd8QkuXV6gPdIizVssXF6hPyw5cOgAdamsrK6heMbHRgjBoerZ6G/QmZyirirquka9x7uAiS2b1AfwDvEOUUdVOpI4RsSiqmxsbCAihBBwzhFCQHzAB0UkEGxEFMc0zuGrGu8CkxPTnDxxhrnd+9jordEZN/haqYshCYoE5eDB6xARNCjGGLz3CAFVpfGeNMlY7/a4tLBIVXueee55mqLEWkvTNOR5jlNPpzPGM88+x2/+r79Fq9Vmenaaa6+9jsOHD7PRG3L8xAkqF1BVJicnWV5bYjAckmUtqqrBe09dO1Qa4iRm7/59dDfW6YyPUdY1N99yK5//4l8zM7ubEJR9Bw5RucDKyhqr6+vM793DuYsXEDL2KCwurTI5mZNHQt0ELl1eIo5TLi6cYe++68mCICZiYXGZ1910iBtvfj29bp+x8VkGwz5veMPN1HVJu91CRAgoPgQwEVXjkRgQYZP3HmuEW2++kV7peOqZ47jGYW2EIAyLgn5/wMTEJL3uOv2NISvLK4S6Ym52gpBlvO3+HyESiKzF+4AxlnPnztOZ3E1AydKUNEmp64aUQFXXiAhJFBHZlJCkRE3DmG8T1ylN0SfUQ0zI2T0zwfhsQiqO0RQSU7N04QJz6QTWJaRSkUiDDw2pQl1WRMEz0UqJtWSw3idPMtQ1UBXcdvh60sQxWLvI9dffyGhnjjfeAWJSau8RGxBpMOIweCyCVUHEULkK54Xxid1Ya3Cuptvt411JCAEVvktQBVQJgCqoCqqCwdBd7/L0U88QRTEiMXGSsWt2jvW1db71jW8gKjRVRbuVc+nSJVZXPHVVctNNN/HBD36QqakpBoMBznl6vQFRFFEMC0QsIQRaeY6qUtc1y8tLXLh4nl3zs5w7fQbnasQKwQvPPHuM9bUuEzYDhKIowMbYyODVk+UpK8uOKIpQ9VR1iSpkcYteUbGytEyIB9RNII1irr/2Rq7ZcxB1NU5rggGNLBiLAEYEBAQhaEBV0aAoiiAgIAhbxOEpUQKqQBAUAbWgFsRCMCgCKqAGq4GxPCOJUuqioai6WDGEpsS4ITQDktgianB1YPHyCt/vyrLkx37sx3jkkUe4YmxsjCzLuHz5MpvquuYnf/In+cpXvsKdd96J955Lly5xxfj4ON+Lb3zjG3ziE5/gigceeIAHH3yQVytJEu6++27uvvtu/jG33norH/nIR/jkJz/JFc8++yxLS0vMzMywY8eOHTv+66kqzjlOrayz4/uPCoiCCoiCCi+jwhYVtqiwRYUtKlwlCiogCiogCipsUQFRUOEqUVABUVBhiwqIggqvoAKioAKioMLLqLBFhS0qbFFhiwpXiYIKiIIKiIIKW1RAFFTg1Mo6zjkMBrECATBsM0AADC8T8Sp8+tN/xOzcNHffcxs3veFGdu3ZzbB0LCx2mZ2bAW/o99awxjKSCsONNZxvKMqSgJKkCXVTksQRtatwVUma5fT6A8QYjDdo05BGljSJcF5pqgLUUQ77FIM+VVFSFwUmjhFrsMYQIsvaRg8RYXS0Q1XVfPFLX6IsapI4p92yHNh/LadPnmRtZYn5qQlGshwjlqZpMDZCMFgjBARBSEzCmbNn+fT/8Xs8/vgRBMOh6w/jypoQHN45kjSlrCpsZBlWjiefOUa71cIct/zfn/vPJHHCvff9CG+5758xMzfH17/5NfqDPkVRYkSIjKFGCSEgAs45jAaMtagqSZKiIszMzPH1v3uEudk99Hp9Xjh1FtcEinJId73L7bffxuhoh8i0aTQwt3sPeWooyx5JPs7BQzcRFE6e/iZTlWc6bzE5M8OJF15gfu8Bnn7uOFnU4qlnTpJkI3Q6YzjXMNoZQVUpy4rGB9RGNK4GF1hZXiGKLChExtBdW+f4C+dYX11nYmKCYTEkSRKCwtyuXTz15NMkcUxdBCIjrC5d5uzJZ8EH3nDjYcbHJ0iMRYLiGsfy8jJBctKRNkVRsL6+Tp7nuEGX4APWGJI0IcpysiiiIwZjlKTZ4Pz5c+QoTdPi4P49kA0w5TrUA/JIuXz+BJO7DhGqhLGWxZc9DAFQaGqi4An1kGq4Dq6Pr1qgHgk1czNTtDPDk089weyeXczPX0dZG5J0lMo1YAKIA61BGySAeAEEm1g8Bu8F7x1N7SnrId43CIIqqAqgKCBAUEAMjVdQod8vuHRxgbGpGS4trXHy5GkmJycRV5MZRRUWLp1lfWNAGscsddeIIsMbbn49E+NjWGvw3lPVDYOyJDIR3lXEcYyq0h/0SNOYTp5TDPs8+fRT3PyGm1leXWdlZYU8zzl06DB/+Ed/irUZrvE4HwDBGosxhk0ioKooAecdTdPgnMOYlCQWhoMB8wfmCK6mURjNR4lbE4goYkAjwUcGtYbYJAgGEb7LoOpRZZsoqAFRULZJTZAaxaMKGkAVVA0aQDGoAmpAQTFEGsgICIbKKd4HVDw4jzaemIhWllNWnrJo6Pcrvt/95m/+Jo888ghXpGnKl7/8ZeI45od/+IdZX19nU7/f58d//Md5+OGHOXfuHN57rrjuuuv4pyrLkgcffJAQAlfEccxHPvIRXmppaYmXeuyxx/jIRz7Cpo997GNce+21fC/uvvtuPvnJT/JSp0+fZmZmhh07duzY8V9PVWmahn7dsOP7kwqIggqIggqIggqIggqIggqIggpXiYIKW1RAFFTYogKioAKioAKioAKioAKioAKioMIWFa4SBRWuUgFRUAFRUAFRUAFRUAFRUAFRUOEqUVBhiwqIggpbVEAUVEAUVEAU+nVDUzXEcYwEAQMEwLDN8KLAlohX4R1v/3EuXT7H5z73Fdb6Q/733/lXPHvsBGUttLOU7nqPm2+6gV3T44yMpKTW0W5nqIHnjz/Pysoyw+GAp44+gYpFxJKPdhgOBnjnGGmPYHxDuzNOb2MdG0UEV4Nv6K4tMej1KeuasqiI0gRrLUQRPrK02xmL3tPr9xkOcx791vOcO3uGKB3hTW++B+eE6endzM/OkxuhlSUMBgMGgyGdzjghUowx9AcFrVabk6fOcPTJJ7n9jjfzI/e/jWPHnmdmZoZLFy4yGAwIQUnTFB88qsrk9BTzu3ezvLLCwsIlnHeIMWTtET7+8Y9zx5vuIG0n2EjY2OgSfE2vH3CVBx9IYkPjAPWkUUxRFAwGQ2Ib850nvsPk5DRpmnPPPfexf/8BmqakcQV79+ynlbdZXl5mdeUMu+Z30xlpUTc1de3ojIwyNjGOMYbb3mgYFhXrvQGPHTnC7K55/vm738bYyChjI2P85b//D9x1z/WkeU7tlc74BCaytFsjxHlG5T1NUZBlyt79++l2+wjCC6dO8O/+3f+FeMOdb/lhsiSlcTWrq2u0WiOMj00w0mrTW1ulv7HBsNujMxJj8oyly5f5rf/tN7n++uv51z//C+StFnU55MbDhzl+6iJjkSWJE2Zmpon0Bp4+8k2qosCqUpUVRdUwCIFB8KgEZLDBoZkM9Y5Ly0vUa32idslk4um5NapiyPzsONMTOeOjCa5aJ8lbVEWJD47RPCU0jjzLQBTnazY2VnGuwVUFnTyh1/eYZISkNU6wGUVZY9OYJE1pQoPXGsSgIUZEURHAUFQNcRzhfMCjpHlGy3lMZNHaoQhgUA0ogSBKUEEkQlWI44zgPN1ul5Vuj+eeP8WJF84wNjqK1kPuvfMOds/Pc+TJZyiKCmm1qOsBN954I95XVNUQMeCcQxDyrEWW5Siehz77WS5cPIeNoKqGJImhrgqeP/YsI61Rbr/9dtbXB3TGZjl69BgLl9eY33MA7wPOK8ZEGGMxxrAphIASEGGLBocAxbDk4vISGkfM7d+LDxZVRdMRAobIREhsUSuoDQQBFwwiBkEQEUBQARFhm6KAomzSkIARVD0aQFXRoCibBBBQYZOySVCFynuEACYijnNwNU0dSKMIEwLOeerG4YJi04zvd5/61Kd4qQ9/+MPcfvvtbPrsZz/LO9/5ToqiYNPS0hLvfOc7OXz4MC9111138U/1mc98hueee46X+qu/+iv+S06ePMnJkyfZ9IEPfIBrr72W78X09DT/UL/fZ8eOHTt2vDZUFe89O76/qYAoqLBFBURBhS0qbFHhZVRAFFRAFFS4ShRUQBRUQBRU2KLCFhW2qHCVKKiwRQVEQYWrVEAUVNiiAqKgwhYVtqjwMiogCiogCipcJQoqIAoqIAoqbPHqUVWwbDO8KACGbQYIEPEq3H77PTz8Tc89902BBD76P/4SeZ5zy823cejQNTz8/3yNu3/kPvbtnmXQXyHOEqqyIBsNPPPcMVZWlpkYn2Bx8TK79+yl3R6hLAsG66ucPH4cQmBufp73/Iv34eqG1BpcVdBbX6Ps9zAacFWBqyo0ODSOkBATEstG6ajrisxaxsenGMkirFh6G0O+9KWv8D997H/mAx/4AD/zU++hGAwYyVPOnbtA09SggoowMzNLmmRsbAy4cPESx4+fIk4SbnjdYR75xre4dPEiP/evfw5ZWUZViaMYNYK1ltFOh/k9+5jbvZebb7uNRx99jFOnTpGmI9x++2380L338Nd/+wX+9M/+mDvuvRuxEcWwIDjY6K5RFRWuLOmMxMzPz7F7327AkiUJX/vq1yEIaZxx+21vJE0zRBr++kt/w+233wIKKDTqefq5Z5mZniK2lkgM58+tUFUVNrZYG0FkMN7zrW8fIUkiJmfnqQcFX/ji33Ljzbdw/Q2vY2FlnZXFFTSJUWtI5mO6vT5r3S6JgdWFJR577HEGw4Ykjjl04BrOXrvIsHKMT0xQ1xXWWtrtNisry1hrOXhgP890V9k7vwvrSly5wb7duziwdxenTp5isLFO8A7vHMF7rBF2zc2x1u/x5JNHyVPBN0PquiaKInxRUgyHDOua9aJko65pCFjvuOeO+1g+8wIma7G0vM54AtFYi/FkjB99x9386E92mN6XMzta0gxXOHnyOGtrfbSqyCOL944axduKs0vfxiYpTVOjjSOzFudKvFEmdnnGJlNsmuAkoSorVMCYCDWCmICIRYxBMYDHEailQlSpXc2gGFI3Dap8l6C8hCrWxBiTosEClqb2DHpD1odDNk1NTmLUYyRhenKC/sYaaSzceNMbOHr0KV53/TWMtDPqqgAU1zQ41xA0YIwlihJUHSdOnOKaQ3u57rpDXLx0jsuXL+B9w+Jil689/Aj79h3EecPpFy7wrW89xvTUPJGNEQzGKJtEDEYiVD2qCqoYYzDGYIwhThI64x3OXLrAyuoSz/3H44Dl2mtu4L677yfJUsRa1FqCVbwNqCpWBaNgRBAMiKIKRvguYZMCyiYFESBGiVBRFAWrqIKqAgoWVBUQFBARCIJXRQQMARcaAoG6KfHVAJUcsRAMdAd9vp8tLi6yuLjIS914441ccd999/Hnf/7n/NRP/RTeezadPn2a06dP81Lvfe97+adqt9u8Voqi4Fd+5Vd4qfe85z3cc889/EPnz5/nH5qbm2PHjh07drx2VJUd359EQQVEQYWXUeEVREEFREGFLSogCiogCiogCiogCipsUQFRUOEVREGFLSpcJQoqbBEFFRAFFV5GhVcQBRUQBRW2qIAoqIAoqIAoqIAoqLBFBURBBVSVlwmAYZvhRQEwEPEqTM3u5R3veBdf+NJnWVm+zMlTx0jThH17DpLGEVkSEZqSUA/IrFJXQ4J6OmPjZHlOr9cjzcGrUhYD1Deoh8Qo02MjtLKMvXv3sHTpPMeOn6SsKsqqYt++eYwGfF2iriG4ChFPIEYF1DtaeYoIBO8ZDAZMj48xMTHN9Nw8vX7BmVNn+eY3H2ff/F60KjHqiBMwFi5euMSwKHjXu9/NYFiwtt6l3R7hlltvZXVtnY3egNOnTpO3RwhiqZ0iIjSVQ6yQJJb+sOTIE0dZWV0jb+ccOHCQa697HavLK9TDhpmpCUJoQITDN9zAiRdOk2Upvg545/BNQ1OXJPE4451pvCpl1VBVFcEFFhcWOfLoUebndjE62uHb3z4CxnH+3Avcf/99XFxcYP+h13HihdOIMTxx5CjfOfId1ClRFBPFEQHP/oP7eNPdb6IJnq9+5WuoBD74vvfz1NPHePqp53noP3+JEEW84Y47uePee8BallZX+caj3+KZJ44SBU8aeTa1Ribo9/tMz0zzvve9l6eePc7KepeqbkjzFr1ej2ef/X/Zg/NYza/ywPPf55zf8q53v7fWW6tdm8vlKhvvYExjcByaxhATk4kiEjKapDsaFE0HMrRamtZMDxMlaqln5o90Jj1Rq0MgA4K4QwI4YMCGgO2iCmxT1O7al7vf+66/5ZzzDPVavuCEUWirR9Difj4n2bNnD+XWrSxcu8Ly/AzrJsdpLzp8URClEdOb1hPE4suMMs+opglXr19FoyajI6NMTI2yfft2jh/7DnEckyQJ/X6GBiUEJQQFBTWWpW6ffoiY7xT0fZ2+GmqqFD6wsLzMzp3DJCPDJNXAd178BpOjFbr9lJnZeSrWMtPtsX7DOrKiZNP0NCfPnaMep5SlJ61WKAtPbWiIpe4i12aXKPwVepmSpHWcV4I4lBJMQEQRIkQjQPDeoZSIOKxRDEKeOZzzgAEVblBACQhQFgFXBlQFI5ZKtUaj0WRkYpKJPCfPCjqtFmWvxc4dW2nUq7gjRzhwYB82goWFZdCSer2CESWOI6LIYm2EiCUEKMuSg4fu4eWXT7HSWiKEkjgxWBMxPb2Ver1Bv18SguX557/NkSMvsnnzZqyNMcZgRHAOAiAiiBhUFVVFBFQ9PnhCCHR6XdJKTDbf4ckv/hVl13D3G+/ltv2HGGqMIMaAFYgUIoMhELuABYwxiACioAwoAdQACgKoICr4UgHDgCgDoqgGVAMIqPJ9yg0qEMQQAmAhhIAPJcYGBCXkDqcOh6eTdWDuGj/NjDH8XceOHeOHvfOd7+SP//iP+cAHPsCPcvfdd3Pvvffy4xofH+e/lGq1yh/90R+xvLzMqy5fvsy9997L3/W5z32OHxZFEVu2bGHNmjVr1vyXo6qs+emkwoAKPxYVBlRYJQoqIAoqDKgwoMIqUVABUVABUVBhQAVEQYVVoqACoqACKgyo8GNRYUCFVaKgAqKgwoAKAyqsEgUVEAVVhQBYXmGAABh+IAAGCBDxOnivbNu2k0ce+cdkRZt//tu/xd79t1BNa3zhc08y0mhw8tQZqmlEJVbqI6NYE7Fh/XqipML3TpymdLBr1x7iJEVDIE0q9Dpt1q9bz1Cjzrp16zl++jQL89c5f/48K+0ub3rgjdhYIA+gHsWhAVQFMGjwBB8oi5JaNcGKZfuWHezauQvn4WMf/xTeQSjh2HePQ95HcKSppVqrUK/P0+n2eOc730293iTPHdVKzob16xkfG+fY904wc+0q7//1/xbvPCEoSRzhg2IwWBvhPBw5ehTnPWmlwvr10wyP1hmbjBlrjnLu3HleeuEl7rv/flRh5voMExPrMdZircUYS79fsrjYoVeJSGt18tyzML/IqdOnQWBsfJjnDx/m/PkLRJElL3pU6ynHjn+PD/+L/5H6yARvemAdnVaXP/2Pn+LylTl8qaRxjAuOWiNldHyMJ/7iM1y6eI6777ydn3vbW6lVq9TqdeZm5mkOjzK3vMLXvv51du7by9adO1leWmFoeIx9t97GcLWCDX1eOvYShTds2nozx0+do9W9jCdieGScS1eusXlkjG6vT1qt0RwexSUJ97/xjfz1E59BjGHjhk1cvXQeIYAqS0sLDDXrJJHgij5RpJBEdPICjGF4ZJS8KBGjiDGYyGKsQYxgjEGiCGssNkrpZRDXRsgWAkGVLPeYuMrC3Bx3rhtlw7YNzK3M8fFPfIr/4YO/SbvT4atPfw0LRMbyq7/6q9BusfeW/cyutBlft465uQUqcULZz5jevJnO6T4rrTZ5eZ1+X7FRlSAKRlApUXUgIGqACBCcL9BQYCNFXUHwgTSp4LxixKC8SgDhBiEQXIF3BXme452DoLRXWjiUzZummU8SXj6zwLOHj7KwOINNU3a3W6RphdHxURbml/DBkxc5UVzBe48G5RUKGrjrrjtpt5fodFeIooR6vUq9WsMYw5Ur1xgaHmV2dp5+VpCkVXxQxBhsFIExePVoCNxgjEFE0KCoKt45yqLEOUdR5sRpRD/vQwgMTwyxb99ellsrdHqnMSaFyKCJEGLFGBgyCZGAEcEYQURQQMQixoKAAAKIKFYtRmNELIgBI4goAhhRUAVRVBVFASGgeAFsjLGWTr/L3LVr5N1lQt4lFse2rVtRYHl5kUvXZ/lpNj4+zoYNG7h27Rqv+pM/+RMee+wxHnroIV71vve9jz/7sz/jqaee4u/6wz/8Q/5z3Hfffagq/5CbbrqJs2fP8qrHH3+cP//zP+fvevDBB3niiSd41Sc+8Qkee+wxHn30UV715JNP8pnPfIYf9o53vINGo8GaNWvWrFnzs0AUVEAUVEAUVEAUVEAUVEAUVEAUVFglCioMqPD3iIIKAyoMqDCgwipRUGGVKKiAKKgwIAoqIAoqIAoqIAoqIAoqIAoqIAoqrBIFFQZU+HtEQYUBFQZUeIXhBwJg+IEAGCAABiJeDynZunWC7x47SlkWhNxgQhWfx2SZY4mSM+evcOSlk9xy6z7uufsuvLfk/ZxGfYixiXVcvjbPyLpN9DNHFMcEB8loDQ0OH8ekw2NYq1QTT61uuXrxGgvLC4xOTTDfbuEjgxODjSxJNcEANhKsRBAs4g3BGYq+xwRDnnvOnDzDgVsPcsfB26nGwuTmjZw/9zK37r8dr4oq7N8/SVkIrVaL5YUVLpw7R6fTYfPmzTQqMY+951H+m8ce5W++9FUoC3wIIBYiwZUBsUIIhqL0qFFUUo4cOcb5c+dozV5l44YpfuG9v8TbHnmYD33kw9i4ytzCErVKncbIOIutgk//xZd4+fQZhoeG6GY5IWQcPfwN9u2/md/8p/8dE+OTnDx1lsuXZ6jVh1GBE6dO8MlPf5LfTYeZme9x5fJ1+t0eb3rg7by86Syjw6Ps37ebz3/+r/jG17/Crps2k+D4P//N/8b2LdNYAk8/8wy/+Ng/Ydeeg5Te8O3vHuNf/qv/iae+9BS3zM7jnVJvjHLbgXt42z+6g6zT5v/6oz/kU5/5LNXmUf7R297BxfkLYCPiSkpjbIqlTsZGLzgPcVIl6+ds3LqDO+57E9985imWujmTG7dw4ewpsryLMeDLnBAJ3dYsiVV6WlIGT6lQiCGq1HBFl54rKbWERCj6DqIYozEuy4mco5HWaZsGzUrOwlwP6Rl6rRKihE52HV8MsXD1KrtvvpPh5k00GxfYvnU7sY3o9/vYKCEvS7rtFrfdsofh4RHc1s0476lVa7RaLZKzhi1btrF+4xaUmLxwBBFK5wjqCSEQvCMEjwZFg5K7LiEEnCtRBSOGbjej31vGiyASoQqKwYeYiAzj+0T0qUZKEgv9XpuFuRlsHPHyxUvMzc1RrTcpJIGhSVpzy5RLPb7wpaeZHJ8kTlLSahOvQpxWEWOpVGp471Bf4EtBUJCAteC9p1JJ8T6QpDWmp6fZPL2Nwnm6/R5Z0aferNLPe0zEY4Ag1pCkEWW/jxiDGEMIAWMs6pUsK1mcX2RkZAgsLK0s0VpeAWfQzFBNR5hbbOF9F0xEMAaJLCaxWGuZwRMpWHEYlBsUwREhNqbd61GJIyyB1Ar9bockSvFByF0gK5V6o06ZZ4gvSSNDnmeIMZQBAhGF9/TzjEa9gTGGbrdFYoQtG9YzMjGBpaRXGhCPy3PK9go/zUSEX/u1X+OjH/0oryrLkre97W088MAD3HTTTVy/fp1nn32WxcVFfpRPfvKTHDp0iJ+Uj3zkIzzxxBO8KoTAu9/9bu6++2727NnD5cuX+fKXv4yq8ioR4bd/+7dZs2bNmjVrflaogCioMKDCgAoDKgyoMKACoqDCgAqIggqIggqIggqIggp/jyiogCiogCiosEoUVEAUVFilAqKgwoAKAyoMqDCgwoAKiIIKAyogCiogCiogCiogCir8PaK8IgAWCIDhBwJggAAYBiJeh0DBc4ePMD4+Rr3WYGRsPVpCljkWlpbZvn07hc7TaneZX8mojazDKbiyJKqkxFGKV/BYSg2UDhQBLKoQ25SkXmf//t0sL13lwpUS9SVjkyMkaUpzqElSeoIqxghxHKHeoSHgypKhRhMpewhw7Ngx3veLj1OUgfe+93HanR5RFBGC4/Llq1y+cpWF5R5xmpImCbOzM5y/eJUL586x86btnDh5nLnZWX7rv/9n3DKyl/GxURqNGhIcEgKYgCKoKgQlqDI/v8i167MMj02wuNjm+ImznDr5PazL6Od9btq3j6RS48Btt/Pc889jjGV0bIJuPydO4cTpi7z0nZMYDM16jdvv2Me///d/wtBwxIULZ3j66W9z7NhJXnjxBP/6f/0DmiNjbNu5gxNnz/Iv/uW/4q57HmBubpFuq83Jk6c58+ILPPi2h9izZyf/5NF/zJe++ATve/wX2LljI1evXOQrT32eT/zpn9LPHL/y/t/g6kyLe954HwHDWx56O+1ui6nJKUZHJxkZnuP4905z9co1btk1xe69+9i+8zjfOPwCm1++iMQpXi1FUKrNEZzLWVpu0e/32Lp1C0ONJt1+j0O338nZU6eYuXKefhmYXL+Jot+m1V5EjKChZG7mCmcuXWP6lvtIKk36eUYcpeSFh8IRxTE5gSBKEAhi8AiqQiSKEQNECBlWPRVJqSV1emVBpz3LylKN9vws0+s3MzI8Rnz5Ii8c/RYjw8Ncn53l59/xMLE1uDwniiK0KFANqCtxRU5wJaJKJJAYUAloHFCxpEmKsRbVgIYSvEdVUQ3YpEkAvFMCIBLRbnXodDP6/YKAonyfGhQhqEUloHi8gIqgYrgh62c8/PDbKTFs27mbj/0/n2bvbXcyum4jLx7+Jm9/+BGKvODIkaNMT0+T5w4RAyKsrKwgohgjpGlEu93FOUfpHKqKKz1xnODKwNmz52m1Vtix42YajSZiwIeSarVGnMSU3uNDwAclhIAK36egBisGwWDEYsRgRMjzjKyfIWrYMLkJbEpwgTwviJIaSZqAjQga8A6c94gVVBRBsEYBQcWgKtikQqwGawQt+1hrqFRSXOmIkhTSlKJXEIyFKKaaxkSiGAOlCwRjKEpIqnVqjSH6/T55PycyFYIvOH7yLK7oM1RP2bF9E1Pjw0xv2ky8dZqfdh/5yEf47Gc/y0svvcQPe+aZZ3jmmWf4h/ze7/0eBw8e5PHHH+cn4a677uL3f//3+fCHP8wPe+6553juuef4UX73d3+XBx98kDVr1qxZs+ZnhSiosEoUVEAUVEAUVFglCiqsEgUVBlRAFFRAFFRAFFRYJQoqIAoqIAoqIAoqDKgwoAKioMKAKKiwShRUQBRUQBRUWCUKKqwSBRUGVEAUVEAUVEAUVFglCipAAAwQAAMEwPAKwysMEBiIeB3mFuY4eeIE/W6PZnOI+990H/v27ufi5YvUalXSSkqeZ9RqFUZHR1hZXkIIlM6RGEOaJIQQ8D5wgyogEFQpi5I0tsRRRH10FCuCCQrOEQG9TheX53gfSKMIEQHvMQjNWpVOOycERygzarWUpdklNm5ax6Vr8yy32jz5xafIs4xmLWVx5hrVSoKYBOc9aSXh/vvu59yFC7TabbARK50uG6en2bxlC7Oz8wyNjlGUAVUhKBAUFUV9QEzAaWBxcZGr164RJVWKsmBubo7l5RY+a2MiQ6VWJ0kTarUGQ8NjBA3MzS/QqA3RzZRqo86mLVsYGxqiYpVfeu+7KPotjp46yZnT3+PUqVOcPnOe0lle+NZhdty8i6n1U7zj7W9FTcSLp86xvNIhMpbbDh3g5l3bqcQR3zp6mLHROv/6o/8zcSL8p7/8CxYXZokjw3KrizEVvv63z7N56x5OvfxprszOcfO+3cwvzDE+Pk6tVsdE81y+conO8iLHX+zzlrc8wHCzyb49e9mwfh1XZxbBQK/bJqQOa8Aaocgyjhw5wpvf9ABxlOBCyUNv/zn++j99msXZq1STFClzSh/wXklSSwhKp93m4rkz7NhzK1mnTd7rkiQxRQlBFUUICj4o3itBDQFBjOLxeDxelRAgMjFpXEEqVaqxxWpBGpVMrx+i35phcrzOwQO76fcz7njDbUxOjnLu/Fm6nTb1ZpOsyBFrUTF4hLRaA1VUFUW5QUQwxuBV8c6heEQVAQwQRMjzAhVDUEUVUCXLC7wPBOX7FFVBUYKCUSiJKEgpJcFJjJeYYGKiSsLcwjISJRw7fhJjLc8fPkyntcLCwiInT5xERPA+0On0qFYbLCwssGXLFrKsh7WGPM+pVquEEIijGMFgJMK5gAYhywpCCGT9AlTQACvLbfq9nGZzGBBQCEEJQVFVbghBuUHEICIYY4hshDWWZmOIyEYUeUklrZBW6iTWsnPrNOMTU5RB6WV9irLEWEtcqYCxGA1EWmK0JASPV0OvBJtWaThPElnyjiHGE2ygMtwgK5V27pjetIGlpSWSWMDleF+SWoNKwEYxXgNRpOT9HtU4IhELQbFJQigsEgyt1gpZf4x223Du3DlarSV+2jUaDZ566il+5Vd+hSeffJJ/yK233sry8jKXLl3iVR/4wAfYtWsXhw4d4ifhQx/6EGNjY3zoQx9iaWmJ/y9RFPHRj36U3/md32HNmjVr1qz5WaICoqDCgAqIggqIggqIggoDKiAKKgyo8BoqIAoqIAoqrBIFFRAFFRAFFQZUWCUKKgyosEoFREGFARUQBRUQBRUQBRUGVEAUVBhQ4TVUQBRUQBRUWCUKKiAKGCAAMa8w/EAADK8wDES8DqOjI7z5wTfziY9/gpt37+E9v/AoJ46/zOWrl0nSlOuz19m2bSs2EmrVhCgSDAKqGCMYa1FVQvAooKqICBoCZVlQlBZREIX2SosiyxFjCEWJqCGNLMF5enlGmqZUkxreO/q9PmkSUxZdYvEEX7Jp00ZanQ6tThungaReI65W2Tq9ie07ttPrtClLR61Wo1qtsm7jRqq1Cg///M9z8eJFNk1v5d777qVabzI8GljpdCl9QBFQUAVFQQNBlTStsHv3bnbu2sfo6ChxnFCr13nDnW+g322zedMGprfuIMuV8xcvU28METRw/fo8SaUCJmLXnr2Mj6+jkcaYskPWa3H69As887UvcsveXezbswujljiuc/rEcRYXFhgdm+AN99zJQrvNC6cvMDo1SbfVYbG1RFnkzM93aC3Ocs9dhzhw4GZW2ssYK+zYsY35+Xm27djF/EKHjZu3s3vvrfzBv/nfqY0MsffAftJqhbIsKVxBr9shSSKcK7k2dx3vAwdvv4O0cY5mvUaatOhlJQSHLzJsGrFpwxT1WpVvHfkW5y9cYOv0NIvzi0yOjnHP/W/kbz73l/SzLhiLjVNcAK9QrdeZmpzk3NXLjIyMM7VxE0XWJbJCMJaydChCUPAKXsGr4BWEQBFKnHq8Ks4FRAVRoRLFpBGI67N1wwi6TkhMn2Sowrve8Ta6vT7bb9pJp5sRWaXTWWF4dJQojim9EoJQFB4jgAJB0eDBWFQVAdR7fFAgICiiAVElCCAWMQajiiqoGkQMQSEoCIoiqCqq4FVwEuNMgpOYUhK8xDixBO85eeosAWGp3YMo5uTxUzSHh6DocuTIUdatWwcIeZ7RbrfJsgzvPSsrKzjnyPM+WZbS7XYJQQlBcc5jjJJlOd4rRVGQ5yVZVgCGNK0wNCRYYymKEq8KGET4PiEEIARU+T5BFawxWBsBBg0QnDJ3fZaZmQWGhkcp+l1OnzjG+fg0hXM4X1KpVdm4aSNDjU1cm5vHEkglkBoliiNslDA1Oo5GMSutDkPNKlEzpZEY8CVJHFOqIW2OYqIKs7PzqCtw/Q5GHbUkxqkhmJhgK6y022xYP0mv22Vhbp4sy9AQMKFkyfUJKM1GA1CMjbA24r8Gk5OTfOELX+BLX/oSH/vYx3j22We5cuUKWZbRbDbZsWMHd911F+95z3t461vfyne+8x3uv/9++v0+N/R6PR599FEOHz7M1NQUPwm//uu/zrve9S4+/vGP88QTT3Dq1Cnm5uYYGxtjenqaRx55hPe///3s2LGDNWvWrFmz5meNKKiwShRUQBRUQBRUWCUKKqwSBRUQBRUQBRUQBRVeQwVEQYUBFRAFFV5DhVWioMKAKKiwShRUQBRUQBRUWCUKKqwSBRUQBRUQBRUQBRVeQwVEQYVXGCAAhtcy/EBgIOJ1EKMkSczC4gL79+/n4O138t1jp6k16mzfuR3nSjZPb2Bu7ire5xgJWCvEcYyIELznhhACZekJKiCCoIQQCD5wQ6vVQoJw675b2L//ABsmJ5iZWyJrtTA2IjEWExRflChQSVNCcBijNKtVsn6Pu99wEBtHVOo1xqYmuef++7FRQhpFxKLMz16j0WgQvGdsbIxms8nk1Dh79+/i9LlzjIxPsnPXHhZbPaq1JmoskqQgBjWCiKCAYFCFonBEcUKzPkSjOczc3Dyl9zSihEZzmLGJKa7PznPy5bMsLC4zMTVJu92mdJ7l5Ta1RkK9OcTSUpvL167x7p97E0lqGBsf5Zfe9zgiga89/XWK3HHyxDHe/ODDnD19ll/8pTuoJglHDh+l1c1YnlmkzHOqSUTW7SCuZKXTptPvoQIvvvQSG9dP8Pzhb/LkF77I7PU2xta49bY38bW/fY4Ll69xx+YtrLQ6TE5O4dUTRYJIoNmsMW8Z2LhxEzt27mXnrls4eeo8L333OLlTojilGls0BKqVmP379vDNb/4tR799lEqlwtjQCAuLi0xv2ca+/Qf4zreeJ4pTao0RojgFMdRqTaYmp7gys8z508eZmhyjEln6nTbiHDcoBlXBB3AKXoUACB6HJwh4DZSlwzvFlw6Xd/nqF/+GzsoMaWQJzlM4T790VGt1krTGunVjtLs9FhZmcCEwOj7FUFohLxzWJohGGAFUUFVCUFCP9wEhcIMRAQQUjAggiCjOeRAIGlAVQHA+EFRQBeUGRRVQCAqYBJUYlZggFqcWHyCNEqYmKvSygna7y+zsDKMjI3R6bSL1uNLT72fU63WKomBxcZGiKOh2uywsLNDr9bDW0uv1WVpawjlHCIr3gTStAMLExASVSoULFy4gIoQQqNXqDA+PUJYFZVmiCGIExBCC4pxDfSAE5QZVASzGWFSFPCuwJqIsHEWe44oCi+frTz/F4uIiNjKIwNBwk5037WTdps38h499CgmeBEc1FqrVKmmlwe33vJF2XvLNbz5Hr72C8Q6LYFCajToT68a578GH+PNP/gU2iuivLBNbZahWZWSoydS6jdRHxtlz6+08f/hbbN44hXcleZ6TplVGRoYRhdQatuzczq233MKJk8cYGRljeHiI/5o89NBDPPTQQ/xDDh06RK/X4/9PZ86c4T/XxMQEH/zgB/ngBz/ImjVr1qxZs+YHVEAUVBhQYUCFARVeQwVEQYUBFRAFFRAFFQZUWCUKKgyogCiogCiosEoUVFglCiqsUgFRUGFAhQEVBlR4DRUQBRUGVEAUVEAUVBhQYZUoqDCgAqK8IgAxPxAAww8EwDAQ8Tp0Oh3yoqBSq3L65bOMTk7SGB7i6sx19u3fx9TEGO3OCiE4JsaGqVVTrLWkaQoIRVlyQwiKcw7FEFSJI4OqUrqSPM8ZaQzjnePC+YvMzC9w4dwl3vLQw0yNjRPFCTPz82R5jssLbghlQbfXJuu16YWIfLhGtVaj3++zsLhIvyhZbHdoDI3g1VH0O8T1BheuXOWOO+5gfmGeueUVHvr5R5hbyZhZXGJ0ZASilG6vw8zCIq1eweioBWMRDCICCDeICHGS0Gg0sXHC0PAwhfNMT0/T7fZoDg2xcfNWhkbGqA8N8cgj72B+YZ6LFy8yPj7O8PAwzgfmlxY5f+kiE8MNvnviJN976Xn27tlBXrT4q7/6Sy5fvIorhObQBM5HuBCxb/8hFhcX6fZLZudXyIPgS0+vW1DmPTaMj7NuwzSf/esn+We/+Rv8H//233Lt8kXSyBB8TLU5ho1qnDh9jmMnX+Y9jz1Oc6RJvd7AOYcByixDfcHYyBDbHniAv/n8ExixGGM4uP9Wmo0R+v2cEydP0+n1KbMOxhqyXovhoRq9TgtXKqdOneLQbQewSUKr02P/bYe4duUKC3NXUbGYyCJWyPKMhbkZpMzotNucPXmcfqdFLIbCe6yxCOAxhCCEIISgeFWsVcQqNrYYawmqqCpJFDFcHeXFI1+FskMkgdgKNk6ZmtxAJy+ZnbvCpz/9KfbecoDTJ08wNtVmz/5DDI1NUhQZac0QxQkaAsorQlAUj/cBwRJ4hSqgAa8BgxKAKEoICsEHbhAxGBtxQ1AQQFGCggKCImIQMQhgVJHgwDuMCSzOLlOt1+i1FonVYVwf3+1g04QsL3AuEMcp7XaX9evXIyJUKhU2bFxHdq5HP+tS5I5KNQExGBvhg1Kp1uj3+4xPTLJ7924Wl5ZJ0gqLS8sUpaNWbyDWAIHSebx3OA9FXoCJUK94H1BVQgiIgIiAgpEIUUPwgXq1RrNew4pQ9LqUWRdJIoxVxEXE5FQjZWq0ictzQt7BasCEEqsltVgoigBlhsVjbWCknhAbSCtCs5aybfMGyqwDSUoIBVmekWrBtZV5NDjM4jy33HqAbx/+Bl9dniNJYkDwPlBJqwwPjeBcyfatW5mcGOXi+Qu0V1o0h+qsWbNmzZo1a9b8pImCCoiCCoiCCoiCCoiCCoiCCoiCCqtEQQVEQQVEQYXXUAFRUAFRUGFABURBhQEVEAUVEAUVEAUVBkRBBURBBURBBURBBURBBURBBURBhVWioAKioAKioMJrqIAoqIAoqPAKAwTA8AoDBMAAATBAYCDidahUKijCHW94A7v37MEjLK6ssGvvPoZHx0hSi2iKL2LyrId6hzFCFEWINaCKiAAKqhgreBcIQfEh4Jyj0+kwPBQzOT5Bv9dnZmaWYy+9yN69+5iYWs93z57jpe8eo95sctfd95FWKrRabYaaVarVlPGxYcbHx1hcmmdhaYlWHhidGOflqzN0ej3Wr5vC+5J2e4XGyCinz50jTVImJyYpAywtrOCC0MkKjp88jQoYEbAJeQCMQYwBMYgKiEXF4FUxUUycVGgMDXHh4iWKwpHlGffccw/N4WGyvKRer9CoN5mbm8WIYI2h2WzS6ZQ47/EoG7du4Q9+/39h181bOH3pAvNzV5gYGyGqdvEamN62h2ePvMhv/NPfYmElI6kNs3nbzbTsGM3RSdI4ollL6LZWOHvqOCcuXkRDxOlTF9m773ayrifPutQbCbNLV5kYn6DbK3jDnfewfcdNBAlMTU0QNGNkZAhXliwvLXDtyiXspk0sL69w+sxZtm7dTpLUWJibweKppzFF3qfX65JUUnzep72ySL/Tot4Y4crly6yfnGLd5ARJpYqEiG07b6LVWqLVWkTFIigry0tcuXIZE4ShSsKVl0/TXlnCGjBGUAXvARVQ0KBYY/CuxJqAoKABVEEVCJRlTjVWfOGopQnqMwQlTRMqtQqdokQE/t2/+7/55x/+Haa3bid3DNgoAZORl4oaKLI+iMV5JQTFqyJYXFBAQAA1qCoQCAoqQlF4MAbnAt4HbBTjXCCoQZUB5RXK96kiGrCi4EusBkxw+KxHXgS06GESw3gjZfOW3Sy1uhy4ZQ/nL10jL0rGx8dpt9vU63WGhoYYGxsjz3NqtRoTExNMTU2xsrJCCJ4QFB8CpXMUZUk/ywiqFKXj2vXrzMzO0e50iJMEG0U477A2pig9ISj9fkZZekzsUe8JQQEhhIC1EUlS4YZqtUqSJHgHxhiq1SqoEkcRlSRGjAIB7wusAdESS6B0BeodxgTUC5EVBE9ihWolxpIS8i6+yAgEksjS7aywOD9LrZrgvadRr+L6nsgKQQ3BlZjYMdysU+Q9RoablGUOCAcPHODq1VkMQgAuX77MysoKZem4fn2W+QVhzZo1a9asWbPmJ02FARUGVBhQYUCFARUGVHgNFQZUGFDhR1JhQIXXUOE1VBhQYUCFVSoMqDCgwoAKAyoMqDCgwmuoMKDCgAo/kgoDKryW4bUMrzC8wjAQ8TpUqjW2bt1GnFQofMCrcO999wAGK57YQFH0UTfFyFCN2BpQxXuPjcBaSxzHRFGEMQ7nA6qK9x4NAZGITrdDPLaeyEb0e30qaUqjVuPapYtMTowzP3uVpYUFOist8oMZxkZEcUy32wVV8jzj+PFjfOXLX+LWA4e447430+/1uHD+AhPr1lMWJS7rYYAktkSRxdrArbcdYnmlw9WrV2l1ely+ep1Wq09RFtxx+x1EUQQmRoxFjIAIYEAERCi9Z2l5mdIvs23nTYDgQ8B75ey5l6kkCRs3baDXSyjyPqgyNjxCZc9e0iSmUknYt28PFy9e5PmjR9m8cw8+EqpVw6iJ6GU94toYUSVmZGqaTjtjbP0mCrVUqzXiSoPdN2+gDIY86zE2Os66ifX0212+c+QoPiQstwqazfVADe+VoEKzMcr4+AS9PGfPnn1UqzUUT9bvMz7eoLW8zFCjTmwNlsC5M2fIsowXX3yJoaFRXKl88+tfo9vpsWV6C/Nz11iYvUan32X++iWe/duv0qjXGRsZ4srVGU6dPMHI8J00ahW8K6nWGrgQyIucLOvTrDVJ45ipiXGqcUqnX9K9fJ3YCK2VFmkaAYJqQBXiOKbo9AiREFyJx+N9IDiHBkdZ5mgIGBFcKImrKbOzV6gmEXnWQ+dbnL44i8dw9uXz+OCJ0gqxrVK0+qhY+nmJsTFZ4bAxtNo9FIv3oFh8UGwcUziPAsoNigCiBlFQwHvFGou1ltIXWInwXlHl+4QAqIIqBBSrUGZdTHBomSOhwGVdeiuLrJsYZWrTOhYXlzC+oBrD3jfcykK7S6dXsri8wvz8ApVKinOO5eVlnn76aU6ePMny8jK//Mu/zHvf+16OHfsun//85yi8w3kFE9HpZahYnFfitEJSqfKVp5+h3W7hSgcmQtVD8ORFTlqpkecFilAUBb4occ4BhqIoEDGkSUqv10VVqVQqiID3njRN8cGTFwVZURDHhjix+KCklSpF4UniGGctksSYUCAoqoGyLEAM3pWod6gGUCGODMZAtVoBlDiOKcs+edYjxqNqqFarGANTk5PML8wxPjFBr7OIBo8xEXEU0+t2SeKU5eVlkiThypWr5HmfG6yxrFmzZs2aNWvW/KSJggqIggqIggqIggqIggqIggqIggo/NlFQYZUoqIAoqIAoqIAoqIAoqIAoqIAoqDAgCiogCiogCiogCiogCiogCiogCir82ERBhVWioAIEXhEAAwTAAAEwQAAMEBiIeB0OHbqdbx35Nt958Xu8+S0PsWvPLUTWMjszS2whtYEkVpoVS2yVVquFiBDHMYUrMdYSQqAsHSJCCI4QFBUlhEDwgaIowAhJJSWg1KoV5hfmmZm5xpFnc86cPMWWLdu47dAdGGs5evQo9UaNHdun6XQ6dJfnOXfye/S6HYIa7n7grfgQ2LBxI2m1xsLcHCPNBpHAoYOHmJ2d5fz583z5y19lx44djIyMUqnUabe6OAdpUkMkwpiUJK4SPIQAGCEoiAY0KBg4eOgQ69ZvxnuPGMNtBw9irKW1ssRQs0m/1+OFbx+hLPrMzc7gvWPP3j1MjI3gnaPdXuHU6ROMjIyy1MnYsmUjgYJS+/RKIXOWzRu3cPrcZR5++B20+wVRzZEtLDI+NcnMfEkIQtnP6bY6VBNDlmXkeYH3yuVLMww1JxkZ3QAs0+1fo5/nNEaGybKcs2dPI+fPs3XbFppDCc2GpbXUo+y0yDsdrAZEPd12l6tXrjE/O8fh557n20cOMzE+SRxZXnruWXre0Rhusv3gfm697QDbdtyMSo2Ll65ixTDcbDAyMozPM4qsx8GDB3F7dpD3umSpIBrA5VRqDbr9AjVCa2WFOI4pi5KiKInjlHq1QrXWYHHlPPOLCwRK8qJPyB2xsRiU+bnrjA+l9Msx0kpEXK1h0wajk5O0llucOHWGfunoZQUuGKa33Uy9OYGahOrweoyt0MsK8tITJzXiOKFWb+IxlEEoHfRKjwkORRCEoIoxgohBVNDgCQFMnKAYFDAmRojwQVAFryCAAgFFFVAljgwuzzCqRMawecNGfuHdj7J5wzriSGh3O8zOzfPyhYscPfJtljpd+j6lUquT9XPiKCGn5NSpU5w5cwbvPcvLi4Tg2Lp1K8PDTXbu3EGzMcT+/Qdot9s458myPnFcocgdaVIlzxyddo92u42qZXJyDA2OonBk+QohKD4ozpcE53DOgwrOBfr9Pp1ulzzrk+U9Ot0OpQsoIMZSlA4bJ9iogk0ibBIRxOBIMFGF5vAot+7fzze/9hVCCIyMjpFUKsRxQnBgoxgNCqHA+ZKyLKnUG2AsUZISgCiJESokokQmULiSurGcOH2aE+cuM7cwT7MWU63VSdMqL7z4Ao3GCEVRkuc5d9xxB8uLi4yMDLH75ptpNGusWbNmzZo1/y97cBqreXYX+P37O+e/Petda9+3rnZVL9X7YrntdhtjYxsMNig2aIAEJUxCEimTQYoSEUUjJVLyKnnBBEXRBMLgZEYsZhiDGSBecHuhaffeXft2q27duvc+99n/2znnl9RTouzGQRq1orEmup/Ptm0/bCogCirMqDCjwowKMyrMqIAoqPB3EgUVZlRAFFSYUQFRUGFGhRkVZlSYUWFGBURBBVRAFFSYUWFGhRkVZlSYUQFRUOHvJAoqzKiAKKgwowKigOEuw12Guwx3Ge4yQICI9+DW6jpf+crXuHD5Gt35nbx17jKTyZQ4ikgTS2IcP/rCc0QhZmvap9lq4bwjiiLqOpCmKarKeDwmSIT3AR8U1OO9x3lHkReYyJKkKSEEsixFQmCrv8nRY8f4qc/8JNPCYaKI4XSC2AiP8Oqrr/Mzn/kUr730IqPRmFFvk4997GM0kpRIDD/xyU+xuLxMf3OTD7z/cVqZ5a13rmNNxOZmj83NTbz3eK+URY2qpaocGgxrtzbpdDpUpQOxYAxiDIJgTISIYX5xCbExw+GQhaUdVJVjY3OTg4cOsbgwh6tKXnv1HBfPn2VjfQ1rhLXVW1w4d5Ynn3qaz3zm4xTFmN27lultjSmKmihqkGUtvPdsrG9hbEp3bpGVlbN848UXqUPFxz7+AiYyjAY9rl1ZZ25+mdRCYhUr0Ehjuu02scC1Gzc4dfIUJm7SmYvAGOYWm4yGA1qtBVZvXufW2gZvvfEKS8sdPvqjH2Lt5jVEA8PeCIIQI4ixvP3225x5+AxXr1xlNBhQjMacPnkfe/bt5satmzz+yEM8cOp+jhw+yMbGGq3WMvt27kDFMB6PmAz7qPcI8Mgjj7DQSbl49lWS2LC82GX1utDb2GBcOkSElZUbTMqKPJ8yHo1pNlLiOGZra4ivCqrpiKKcEoo+Pq+xwHQ04tzZt2hmyunTh3AqrK73WLu9xdzyAWrg0vUBeV2hAu87dZrTDz5Ms7PMyuoaNgqcu3CJZrdHUTnarQ5x0sCI0u7OoyYirxyVD8RWwEaoGnzwRGKJDAggJiCqFJXDB4eI4Y4aRwgBH5QQAiKCAoqiCl4DooYoSWi1O/gAW4MBJkro9YfEkaXT7XL/6b0055ZpdpZwElET47ySJDHtdpuXX34Za4Vbt24RxzGHDx9maWmJ6XTK0tICR44cIWA5fvw+4jgmiiJCCJRlSZZlfPazP0OWZYzHY27evEme58zNdSimY65ev8qFi5eoBxOqMkdshCiggo0sIgZUsNaSpgneO7zWIIqiJI2MZnuOY/edYmNzg6KqMEbwwVFpzNbUYaKYJGswyWtsqLl8+RrNToeTD9aUXpjmFUU+AVfQbaa0W01qp2AsSbPB2kaPRpaRj8e0s5jeqM/ywgLzS0tM/RbPf/TjfPGP/gWuHGOjiM3BgMimTPKcJE4Qa8jznOFggDXQ6bZJbMS2bdu2bdu2bdsPmyiocI8oqIAoqIAoqHCPKKhwjyiocI8oqPAuKtwjCircIwoqIAoqIAoq3CMKKsyIggr3iIIKiIIKiIIK94iCCveIggr3iIIK76LCPaKgwvcEwAABMEAADN8TAAMR78E7584TxxnduUXitEGrNcd04oiTjEYjATdlaWmZ4cYqW+u3OXn//RgE5xwhCKgSQsAYQwiKc56gigaH9x5Xw2Q6BWOIkpSAItZgYkvwDmPhoz/6I6xvDfn2S6/QaDU5fvIEGxsbVMWYKEr4hV/4d/n8Zz7L1csXeeb9H2B+x25u98d84NnH8D7ninHMtyzOBU7fv59JHlhe3sFkkjOZTFhZuUl/a0gIimCxNmY6Lel05hGJUO4QxAiiAiIoynA4xEQJLsAkL6iqijhOWbl+HYJnc32NK5cukE+mLHS6FPmEyMCNC+eJnnmKwVZBYoW1m9e5trrOnp0H2FrfpNttsNxdIOwqsBiGvR47FuZJLbz92stMR2vsPbCDU6cfYNdik927FomsYC3kxZQdS11EapwvyIsxITjOX7xAlmTs2DGPG24xGvUoiprxJOfa1evs3LnMoQM7WGy3Obe5Ad4jXohMgvfKYKvPdJoz2Nri9Kn7ySLDVm+Ljdu3eODUSXq9daaTEa+8/BJXrlxiYXmZqrxKmrXJshZxEtNoNFlaXKDTzJgMN3j14luIm1B1E65cusCFc1cxYpCkgU2arK7ewomlLEtq7yF4tjbW+drXvkEwMUmjiytKBmubUAasF4rpmLUb19g6tAMTG0b5hMvXVxgOCg4XEbWZJ27v4/FHHmRuYY7jx0/Q7naZloKaDKeW9Y0B7RpG4wnGbiJGWFpYJM8njK5cJ06u4oMQZw1cUOI0xdqIyFoiK1hjsIAAnbl5QghEUQRGSJKE2nkUIQTABEBQhaAKQfFeyavA+taIvIaTD5zh6WfeD1pTlgWKIFHMsQdLHpvkeIW6clRVTV3XfOEL/5Rer4cYpdvtUtc1p06dotfr8cYbrzE/P880L3no4cc5e+48/X6fOI7pdruoKlVVcezYMa5evUqz2WR+fh5jDHXt6XQ6PPXkU9z/vtO8c/YCr7z6Kv3BCFFQVVAlhID3AQ2KiKBGEQNYoagroiRjbmmZD3/sk0RxSlFX2DimdjVZo8H161fZuXMvdTHmP/vP/wGNyJAXOVmrQ9LskjtoLe4gNjDe2sCXE9TXmCjC2wiJYo4eP4n3NeVkglXHwvw8jTRmOJ5y6OhxDh09TukCcdJkMh7Tml9i3B8hqtSuxNiYy1eucOr++yiKKRfOnafIJ2zbtm3btm3btv2wqYAoqDCjAqKgAqKgAqKgwowKiIIKMyrcIwoq/ABRUGFGBURBhRkVEAUVEAUVEAUVZlRAFFRABURBhRkVEAUVEAUVEAUVZlRAFFSYUeEeUVDhB4iCCjMqIMr3GCAABgiAAQJguMsAASLeg61en12793Lx6k3Gk4LFnQ1ULKPRlCxNiMVixFIWJcErIkKWJHjvieMGPgScc9xR1TXeBxTwzuFDwHmYljnOe8QarLU478kaKaCMRgOqqmQ6mZCkCa7yVMGz78B+0tjypT/+Mql8hPcdPURZlrzy3Vd45IlnKKY55965QFkU3F67jVQVeVFRa0RVB+7I84KiKMjSBlVVE8cpeV6ST2u8h8XFZSbjHOc83nsQgyJ4PKhgYqGsKorCMbewhBihdo6l+XmMBK5ePMd4NCSfjIlbTbY21qnyCd35OZ558gkuXzxPu9Uk5GMW59pURc6OpWXyUZ9Lt1fYsTiP8cIkHzDfnqMqRlw8d4m33/w2T73/EZ549EGGvZuYUBPHEdbCOB9hCMRxoChH3L59k0b7GeYX57AmxqvHGMX7mtWbl3nggUfYt2cXeT6hmE7QEBhsbRFqRz2tKKcVlYc4TijyLUDo93qsXL9OYi1vvv4au/fuYteOJTZvrzEpc/bu389fvfQSPiQkSZP5+SVAsDbi8ccf5cSxQ1y5cIF/8Qf/jJ/+9MdoZhkGxYjig2IU0qxBVXuILTa2eOcIIcb7miKfkDU6hLqkzqdUkxLxAl4xGlBqQqgo65ykEfPQ409gpc2e3SeI7TyPPv1xsqahrHKiKKLRbGCsJU4DSZqSZAlpljEcTxhPxtR1TZZlNNIG/TCmyktcAOsCpQtYW3CHohgUI4I1ghVDWLlJCAEbRShKmqa4EKjqGmMsBBCBEJSgiqoSiMg6CxTBMKmVRogY5p40iYmaGSoWNYa5uZQuEc45UgOC8tWvfpULFy6SJAmqgbIs6HRanD59mjyfsmPHDp59/7O0u3OsrNxmOBzS7/eJoojxeIyqMhwO2bNnD6+//jobGxt476mqiqPHDjPfbvDgQw/y4ENnOHXqFGVV8cabbzPo9QkhoApGLMYaVJXaVUSRRUVRgdp7JLJEaUYdwDnFS4qxKdY26I9zvvPXr3Phndc4enAvX//KV0gk0Gw3iNMm951+iGASzl+8RCdLsepoJBHNVkqj3aYKML+wzAeefx5jDLERIvXEeNIkRkyESVs02h1+7u/9AiE4vKtRr0zGEy6cPctL3/krLIIYS5Kk1HWJEWF5aZFt27Zt27Zt27YfNlFQ4R5RUAFRUAFRUOEeUVDhB4iCCj9AFFS4RxRUuEcUVEAUVEAUVLhHFFSYEQUV7hEFFRAFFRAFFe4RBRV+gCio8ANEQYV7REGF7wmAAQJggAAYvicABiLeg2azTdvGoEKWNRgMhjgXEAx5XpLXU2yUgo0YTWumecX585doLexkz4EjhOAJIVDXFXlRYmyMKvgQ0BAIXqhrT+UcASGKE6qqJIosVVVxa3UVVc9ct0M+nVA4IWCZTnM63TajrduMJlPqENjsDyidcvPmTfqbm/z5pT8ljhOSyDLd2sRYQ9yao3SeLG0gYiiKnCzNiOOYw4cPMz+/SJKkRDai251jY2ODZrMN6omimMAdgpqItNHCxgm9rQHFdEpZFARXs7XVw5dTbq5cp8onzHc6DPs96rIin+ScefQMcRRz5fJVWnNz7Nx/iFdff4vFuQa3V2/QaiS00xR1jl5vi9FgyO0bK4gITz3zGJevnGcyGGDUg8uZDDeI4wgxsL55mygyuCpHfcVkPMCHCucLyqpgMilIo5pup0VkU7yrWJzvsuFKrl27zlZ/wNqtDVxVM+oPyScFSaNNFKVkrTZl5UnjBpv9EY0kBgL9wZg4zYhE2HvoMBu9HiKWwVaPYrqKP+hYWlhmMOxz9fJFjh/ex4OnT/HlP7K0mk2c81gT4b2AUVzwWO+pa4cRiwhogDiKqSpHo9EgqFLmOY0kY2It1gjqa6wBNBB8hYZA8IHFpR0cOniKRrrM+u0p7bl5MAVxFlPXNYiggBjBWkOSxKCKCETWYCSm024xGed4H5AoRlS5wxpDZC0+BEJdU3kHBKwYrAiqigbFeIerHd45bBQhqqAewaAKqCKqiCrqlcgmjCc506LCLC/hRLESoWpAIlQtvgZEsCahdAU3rl/hd3//dxmMhuzcuUx/a5Nut8Mjj5xhYWGes2fPceDgIeYXlsmyJkY2KcsSYwxxHFPXNcYYRAwiQl3XGBGiJKbIp4jCxmaPv/zGi5go5eT97+PMQ4+w1RvQ3+yhIRBFEe1WE/Vd+q0m0zyQpQ1QAyoYY7BRig+CsQk2aRBqT1UGoiTG2pSq9BR5gXeelZUbqCsQEeI0Y3HnXsaF4zvf/hY4B6EitQZjPHNzc3QWlugu7eQL//S3mZubp5iOaSURsQRElKWlnTTa8zzz3PP80e/9LhBothqoBxNF5JMp+XQCQXnqiUdREZI0RUWI4oRt27Zt27Zt27YfNhUQBRVmVJhRYUaFd1EBUVDhXVRAFFRAFFSYUQFRUGFGBURBhRkVZlSYUeFdVEAUVEAFREGFGRVmVJhR4V1UQBRUeBcVEAUVEAUVZlRAFFSYUQFRvsdwl+Euw7sZIEDEeyBqGA0nxFFCbGPajSZFXjMajSjKCDycu3iTS+euUxZTDozgJ378s2z0Ngh1jRUophOsBRGl9jUigqsdvq7BKiWQFw5JUgrvsUlMlmWMx2PyfEoxmZA2ulhjUFXyoqTdaVEMN4kjpXAFlSpZu8vhY/dRlBWH9u3l0H6LUUCBEHAa8IlQ1gX9/gBrYzY3ekQWstTy4ecfZ+fO3dxaHXH16jV6m+usXL+Gm25R5COCKiEE8rykDh5jE0JQWt0Og/6IvCwZZxmLCwu8/carVMM+nSSlrguqoqAqKxpZm0cfeYrhqKIsDUwC993/GH/5jVfoJDndTpO5TovxsM/qzZsMBwPqsmK0tcXBQ0eIk4Rduw5w+9Yt8rFy7fJ1Vm7cJE0ShsMB/dEWi0uLlEVBI00h1Hz5T77I1uYNjLVYo1S+wApIUAb9dSbxiCtXroO1zC/u4+qtIffddx/Lh5q0my0uXLzMpdfe4sM/+kn2HDyBtZaf+OldLC7OIwJZ1qDVapFmKU4DGxubDAY9bt+6wfrGGm+88RZvvnkNgnLh7VeJQ87Pfv5n+E/+41/hrTde4fCh/Zi0RWuhydYgJ46Fuq7AVTTbcwyGA0QibNzAJA1ypxgE0QjvawI1QQqixGOMw4gSi8UGAyUc2bWfpU6HgBKqDS6cu0SzldDttMjzguF4yAMPPMhkuEaZJ4gsMj8/R7MRkecDglPGwwHGRARfYSUQiRCJIMFhfIU6R5nn1FVFCAFBgIAqWGuJ4whjIuq8oEaYESGyFkRQVXwIiPeEyRiKKQTD2sp15poRrUYK2iBJUiJrsZEhkhiICBrI1fPbv/vPuLBymeZ8SuHGxKnSalkOHdqLogzHBXsPnKDyDahjFCGKIrz31CGgxlAHRcVw5eo1kiShritiI1TTIaGuCBKxOZjy5T/9c46fuJ8kSZjrtGk2Esp8RKvVYjDYoCpLmq0mo/GQsoB2a5k0aVAWhixtI8QkNsG7gC8K5roLTCYTullCIwQa6qHMcUVBXRbs3LMTYyNs8DStZ+dcg8FgSPDQaKagNZEJZOIhH9MMNdXWbaajIYXxWDyLS3OsXN1k//6j+PEmvdUrEBxbAkEBEVrNDp/+1EdZXFrm5Mn7sdZy8eIlmos76E9GbNu2bdu2bdt+OKwRLvzXv0LlPCf/0a/z/1fvP3qA3/75T3PH//Bn3+TXv/4Sf5soqIAoHN+5yJ/+hz8LBn7nO2/wX/7L/wtRUAFRUAFRUOEeUVBhRgVEQYV7REGFe0RBBURBBURBBURBBURBBURBBURBhRlRUAFRUAFRUAFRUAFRUAFRUAFRUOEeUVBhRgVEQYV7REGFe0RBBQjcFQADBMAAATBAAAwQAAMR70FdedbW1jBGmIxG9PoDVA0BCKoUeclX//Jb1OWEE0ePMM49YixFUdHhLmNBg6OuCxSLKnjnCHWN9wGngbysMCYiBMV4SOKMNIoppzn93hZOxtRVha+BAGVesLw4x+qNi6gG2t15bqzdZlo4kjhGfSA2McF7fF0jWCSyDMoxrbkOVekwYjl46DCCI0mEixevYWjyz//5/8FoNKauHIm14AuqqsAYQ5qm2CSm3Zinrh2TyRQJSneuzdq5W+zasYONtVU2126RRBZfF/Q3e4z6A1DYu28feV5x+fI1tsYTpnnNtKjQIITgGQ16bG3eZmNjjdqVdNstJBa6OxYpXMHq2i2ytEmadonjNv3BGGtivFdGoyn79x8iz6dMBmPiJCbLUm5cv0qaWpyrMECV5xgxDEcTApas0eEf/uqvsrC0k8Foik07BJOxc+9hWu0mq70Rc505du3aR62wsLDE8u7dpGlGCIpzFQ4DXjAmZmFxJ91ul4MHdtFuN/jYRz9KXVWo94yGQ0SV4aDPnp276D79DPl0SKszz7ETJ2l3O7TnlrBxh6o0rPX6WCzOeYbTnNoHAkKSpBiNyScFTivUeMQGnMu5IxKDVSExEdYkpJHBWOHDzz/N/OI8N1au8t3vvkQzMWgmWM1pJ0pRj6BOiGgg1YiQj7A2ohEHqnJKpCWRejQolgpfVSgQAYvNmGSui7WWO4IqAUUVVJXgFR8cISh3hOBwVYEPDhCsscRGSNoN7jt2GMXT27jNixurJLEFFEXIkgaNZptmo02aNJA44cqtVd56+zplGbO8OE9vYwWjjmazRZYl1HWBmICxSpxGRHGMCAhCCErwiir4oIDw1999mczGFNMptpGyc2mZqsyZ1DApCoqi5NzZc5w+fZqFhTnSJKbIp3SbKVmWkk/GDAZ9jDFYa6nKmrr2IGBEMEBZFCRpSruZ0bt9kxsr15nrdNizYwHjTrB//x6WFhf587/4C0ajEYtLbYwx4JTIGpLE4jyoMXgXsNYgBlpphtGAiJBFEUkW40OBjSyNZhORQBpZGkkMTinrkixJGY3GJN0up07dz/Hj99HsdLi9vokXoQ6Kk4ht27Zt27Zt27Z/Uz73+Gl+/esv8bepMKMCn3/iATDcZZhRYUaFGRXeRQVEQYUZFRAFFRAFFRAFFWZUmFFhRoUZFWZUmFFhRoV7VJhRYUaFGRVmVJhRYUaFd1EBUVBhRgVEQQVEQQVEQYUZFe4y3GW4y3CX4S7DXYaZiPfgQy98kCtXr7Pj3HmyRpu00WIwGjMYjWg2U1qZxRgwxmCsIYSA81BUDkyMKggWDUpwDgiEEPBlja9qAqCVMBkNSOMYgxC8J0tTkiRhMpqwub6OIyHC4MsCaxOCq7l+7TaigsESvNLpzFHXNYP+ACMGwZClGWmSgkJZFiRxgq89dVkxGo7YvWs3ly5cZn1jk267S6hq5ufa+LpiWBZMp1NEK+q6RIFpWVC7mqKocc7hvGN+fomHzjyMGMP8/ALf/MuvU9c1ElkmeU5Qxbma2nniKOLa9Ws4BUkyjE0YDMcsLi5Su4KN3jpIIM5iWmkDV1VMy5wszdja2qQ9P0ejUSEYJkVO2mjx6mtvcuLEMaI0pd2dY/fePazcXKE7N8d4PCbPcxqNDOfAiKHZbJJPp3jvKaoaYzOeePxxRtOC4XjM3//lf5/f+cIXqOqCM488wsr1q3zqM5/m0TOP0Ov1aDUz0jShKiviKMJEluADwVUowh0CeO8Zj8esb6wxHo6JbERkDI0k4caNG1y/UtDIYnbtWmL37t184lOfQIG/fuUNbm+MqetAq9lmMpngnCfLUkSgKHLUK5Fk5PmUO1xdE0cWYwzGgKpirUVV6ff77Ny9m8FgwOraOn/10ndoJMJTTz7KwUOH+KvvvEQ1GZBaTxYnZOKZbN6mGGzStkqjaWmZmtg66iRgjad2NbGJSCKHtYYQAlWZk09qUCWKIkyUoMZyhyozViBSwQeP0UBkAMuMiEfEUOUVSZYQxRaRQO1KTBQRRRYFfAhMphOmeYExEUESvvPt19lYy8mSRcpJTRrNgxbs3XOQXTv3sLp2i9GozzvvvM7KjWuEAAf27AOBEALOeYIqPiiudmRpA6uKGMP8/Dxz7Ra3e5sUDuq6pvSel19+mTNnztBqtYispapK8jynKkuSJCGOY8qyYDIZYIznxInDHDpykBP3HWF+oYmYmrKukaCsb9xgc2uNjfUbhOBodudZXe/h6preYEQcx2ATgo0hAoel8oL3YNUSJEGjFE9M1GjjiBAMwSY4FEfEuKhZbM5RBYuJm9QhAg0EA3kdMEmGw1JUjqKqCeMpVeXodDpMp1PGkwnbtm3btm3btm3/puyf7/Lc8YN87cI1vp8oqEBmLD/50P0QAMM9oqACoqACoqACoqACoqDCPaKgwowKMyogCiogCir8nURBhf9XoqACoqACoqDCPaKgAqKgAqKgAqKgAqKgwj2ioMKMCjMqIAoqIAoq/N0CYPgBEe/B9ZXruOB4+pmnyBotelsDVtfWmJtrY61BVGm1GkxHA3xweA0EMahYAkLtAiEE6qoE73GuwjtHnRfUZYl6T6GBweYm8902kRjyqqaZJsQ2IjjP2uoaC8u7SKKI/sYGJmmAKKEuKPMSX3nqsmYynmCMJS8rRIRG1iKvKwaTCc4FQAnBUxYFQZWyKKmLkv5Wj9Ggz8q1ywRX8dRTTzEajRkMBty8eZN33nmLG7dWWV1dpXaeLEsxJgYRMMLWcIiXwPz8PMPxCBccURwjRqnritFoSFnlPPPM+zly7DjXVm6wunKTPfsPcvL++3jr7DmqYoG3Xn8ZfEWn28JGlqCKTWLSrEExHuNUefyppzl9+kG63TlsmvHcCx9hlFcYK3zq+edJk4hz599h1+49tFoZq6s3yJIEV1bE1qAamEwmjMdjoijG5zmNNOUb3/gGabON84G8LNm1ayc3btzgjddfo9Nu0c5Sbly7go0ixr4mmp8njizBVxiBJIkw1iAIQQMaBBt3KYoJk8mEtVtrtFotDh84RGwNL37j61y9cpFup8nnP/czrK6uceHCJRYWFnn4oUepfcRXv/otNm7dJmigqkq8d8RJRKORQIDga4yBw4cPc4f3HiNCHFtCCBhjaDab1F6wNsI5R5IkRMagrmTt5g0Wum0ePnUft27dIhVl544FiiJnMp2QasH8whyNRoOEAqOOppR45ynGY8RavPcEEYwxZNaSmkDtHL7wOIQqQFAIQQnB40MAVe4wxhLHMdYaVMF7h/NKms3hvMOYiGYro9mMCcEjIijgfcA7TwiBEDxqKvr9yyTxmKyRMtzaoNtqEpkmcdREfcal87eppxnXLw3xboiq4+AnDqGqhBBQ5/BB8SGgKGVZERsQMVRVzcXLl8iaLVQtxgjeKZcvX0YERIS6rnHOEccxde24o9vtsn//XjqdjP0H93LwyH5CMHQWFinKimvXLnJ7fYOyyCmLEg1KVUwRYyk9VFUNAu2FnSRJgm00qImZ1DWFt+ROqGvwBlQNkxqMg/60ItgGQaGWgNeATSJqoCKm05rHNrvUEhNEsVGMdzUmtfzcz/97HDh4gCzNqKqKqnaAELynLgq2bdu2bdu2bdv+NmsEH5T/L718/RaPHtjN5x57gK9duMb3UwFR+LEHTzCXpnzn+k2ePLSXv6HCjAozKsyoMKPCPaKgAqKgAqKgwowYgaCocI8oqIAoqDCjAqKgwg9QAVFQAVFQ4V1UmFFhRoUZFWZUuEcUVEAUVEAUVJhRAVFQ4XsCYIEAGO4yQAAM7xLxHpw9f5ZpXnBSA0eOHGPP3l0s71gkz0t6vU0mkwlFPiFNYxrNjK3RgEYUUQdlMBxTVjW+8mysrZOXJWVVEaoaX5a4qiS4GvWe27dW2bvjQRJrGdU1ttkgMhFxFHPxwkWeXN4FtWPlymUkTvHqsaEiHw849+ZbHDxwkEajycWLl7l8+TJZs8F0WmIiS7PZxlpL8J5QORppTJ7n1FVN//RpJqMRg36PP/j2ixBF/OZvxDz6zDM899wHeOaZx/l3Pv8Zbq/1uHLlChcuXOTtc2d56823GI+nZM0GZVVy/vw5Dhw8yGQyAQ1EsWEy7JPnE6o6p9HIOHLkIB987v0s7tjJ+sYWtcLaRo9vfutFinxKFMe059rs3r0LMUqejwGh251nPJ5Qu8DLr77B2sYWP/bxT3J7o4eJM37xP/hlfus3/zf+yW/9Nk8+8RjDQY/5xUWKfEwjyVAcwXviOKbMS7rdOSaTnK2tLaI444UXPszp06foD0bc3tzCVRWPnnmYI4cPUrsaVJkO+wx76xw/cQIjipVAbAxOFWsMxoCqRxAiY7BJwnjaJ01TTp06xROPPkExzVlbvUVZFBw5coTnP/QcjUaCFeWpp57l4KGDtLpdDhw8xtVra7j6RUQMi/PzdLsdrBW8d5RlTlV6Fud2cOTwSe47tocsy5iMR9R1zR0iwnQ6RVURsfR6m+R5zuGjx/nkJz+J9VPSNKIqc7qdNpcvjKmrEhMcnSzh4J7dTCYjGlmKEYO1lhs3bjDXMNgopp0qjazBHa1WizRNcc4xGAzY2NhgOBxTlhUSp0SRJU5ibGQxEoMIwl2qCgTuELEgMaVztBopURSBOsqiwruSoiypa4d3Aec9vg6EAAHPdHyDKJ5S5AOaTcNouMHy4g7SuIFogisjdi/vJk27FMFBFFAVQgjUziMYQlC893jvMZGlLEruyPOcGzdWue9976MuKhTBWotzjhCUEALtToeqqhiPx/jgsSI452i1WtR1Tu1qBKV2Bbdv3SSvPHXt2NzcpKpqQCmLkh2Li+zcvQ9J21y6usLxY8f40U9+Glc7ev0tlpeXmRQ5R0+epq5rJtMJISh5PqYuRhhj0bjF0p5DbGxsUpYOXxZkNsYaYWtck3UCV26sM3UGDUJwDhvFVNOKL/2rv+DRM2fodNqIBkQE5xyudgz6fbZt27Zt27Zt//bY1WnxKx98ghdOHmGp2eDGYMQfvn6OX//aS1Te8/0++r6j/NwTD/LQ3l0kkeX61pAvvnaW//Wb36V0nr/xax//AL/49Bn+iz/8Cz54/BDPHT/IxY0tfvw3/k9+7eMf4BefPsPP/ubvc/+uZT7/+AMcmO9yczjmX75xnv/pK9+h8p5/HS9fX2W+kfLCySMstxpsTHK+nwp87tEHwMDvvfw2Tx7aC4EZUVABUXjk4G5++dnHeOTQHrppwrWtAV985Rz/y7depnQeFRCFH3nfUX7jc5/gn3zrFbxTPv3I/Sw3Gpz+7/5n8rJGBT516gS/8OwZTu5YwhN4+eot/sevfptXbqyhwj2ioMI9KiAKKiAKKiAKKiAKKiAKKiAKKtwjCirMqIAoqDCjAqKgAqKgAqKgAgTAAAEwQAAMdxm+JzAT8R6cO3+excUlxqMRk3xMx1qqMiefTpjvtjl1/wk2exvcunGT3tYWmxvr3H///QwnE4r6JnVVU9c1Vy9fwTmHczXiHepr8A71Hg2B26ur2IcfxlqLdx5rLUkUk6UZ5985y5NPPoP6msmwj01SyqoGX+LqioMHD7FzaSevTF7jl37pl1CEP/2zP+fNt95mbf02k7IgimNwnmo0IdIOoVayJGVj7TbjYZ/RYIvJaMD88jK98YCvfeXP+Is/+xOKsmLXnn08/8JH+MhHPsJPffanyBoZm5s9bq7eYnX1Ji+/8hqXLl3i9votjLVEAtYo/UGPfDohigzdTpvXXvsuL7/8EiaK2Ll7Lx/56MdRX/Gh555hrjtHYlOMMRw4sI+5+Q6qAU/g8uUr/OEf/iHf/MaLjG+fZdybsHPn6+w7cIBv/9VLREnM/NwcR44fo7e1xfGjh9lYv0Vv8zYiQl074ijCVTV3rKysYIxFVXno4YfZsWMHf/3yS0RRRpJlHDt2hH6/z33Hj5FmKVVZkojFu5put0s+zUkiS5HnxEmMNWBQaldTO4eIwVhBUNIooq4dVVFgjOHQoUNkSUpZTjl/9iwnTz7CO++8yeGjR2m1mmStNmVZMxyOMcbgnGdzc5OiKHCuRQiOOIlpNBqcefhBPvFjH+PSuddxziEiWGvx3uO9p9vtkqYp/eGU9fV1jInZ2NykmSU0M4sLICYhEJM0mrS7cwyGI6qyoNVqgVcIig81wTmMKHOdFnNzczjnaLVaqCrj8Zg8n5LnOflkhBVlx9ICSZaSNVsYY4kiCwjOOeq6ptfrMR6PqeuKsiwpywrnHLUPRGkbYyNUFe9qEP4fSmQjojimGcckrZQkyYijCLUJb775NsXUQ/AYNbhqgjUxrVaDW2tXKYoNoqhimt+mqh0qiuoDhAA+KOIDISg+QF4UtFsteuMxRVGgwdHqtCmKCmMMzgdEhGazSVWVVFXFeDzG2ohWq0VZlCwtLuC9Zzqdsn57hfWNdXr9IcNxQdposXvvPlqtLouLy8Q2oa5L3nrjdQ7t3cfi4jLnr98iLyu8wqXLV6m8w9qEwWQF5xzGNti1Yy+qEEUW5wrm5hrEcUantcixE2dwzmEjYTzZoqzGGAOD/pAQLJ32Eh//8c+wunqNwdYWW5sbGBHUJCzv3MuJE0dBA2s3V7i1uoqq0m032bZt27Zt27b92+HY8gJf+MWfYqnV4F+9c4mbgzFPH97Hf/qhJ3lk/25+/n//In/jVz/yLH//A49xoz/i9159m6L2PH1kH//wI8/w/qMH+Nnf/H3+tv/mEx9kfTTlS29eYKU/5Pv9o098iB2dFn9+9jKvrKzx4fsO8x899zhJZPlvv/yX/OtIo4jfeekN/quPfYCffvQU//jrf833O7a8wOOH9/DNiyusDEfMGBAFFWY+feYk//2nP0LpPH/85gX6ecGzR/fzD37kaV44eZjP/dbvU1YOFe752ccepAyer569ytTV+DqgAr/28Q/wi0+f4UpvwO++9jbdLOXHTh3n2eP7+fnf+iLfvnwDFWZUQBRUuEcFREGFGRUQBRVmVJhR4V1UQBRUQBRUuEcUVEAUVEAUVLjLcJfhLsP3BMBwlwECRLwH7c4cL37zm7z+xps88+yzdLtdiqIAhYXFBRYWumRpSl4UXLh4iX6/x9GjR8nzgv5ghHcO9Z7+Vg9X1ah6hEAsYNSjGrijt7mOELDGYhA0QBwnxEnCxsZNRqMRcWRJY4sxglhDuzPPxvo6w94WWZIgGvjjL32J7vw8jz32KJ/56Z/ExBlnz57jtTdf49rFK+ikophMydJAksRcOHeeN157FfUVe/btY25xngcffJDBoEe/P+DK1WtUruaP//hLfPGLf0CSpjzw4MN88EMf4sR99/HwmQfYuWsXly9f5U++/GWKskRdSV3lEGrQmtFwAL5kMuoxmU6ZTHICQrOZgonZs28fneYuDAlFUXH18lUGgz6j6Yh2u83S0hKf/cmf4Rf+3i+xudXH1cp0mrO+ucXTz7yfyXRMmsQsLsyRJRE3V65y8+ZNXF1TTKekiSWylkkxxRghjmO8DxgxfPj5F3jkkcdwXqkqT1U5Go0Gy8uL3OG9I4kMVhVrUopiiqJEkdBoJqiCq0vStEGWxXhv8D4goqRxhqqiQUn+b/bgNNjz6yzs/Pc55/yW/3bv7bv07V1q7UtLtiTLm4zBMqsN2CQ2mHWAmqRqBqi8SA01L6YwZQaSkClqKk4Gal6EIQEmDmSGEIhsDAyWFHkRsmWptVst9b7c/f6333LO84zv7VHbAhMyfmOn6n4+WY7zntRGqrqmbVqOHD3KYDDL/v0Hef6FZ7n11lvp4qirmsl4SpaVaIKikyPiiTESQiDLPdubQ86eO8PZs2cZbg/RbkaeBcqyxBTUoK5rRATnHNpGiiJHROj2Z6irEck7MGFje4z5gkura8Smpiwy1jaGZMFT9jLEQds2VG0k7witGnUbSZMJdV2ThUB3Zob+7BzzS/tJmnDOkWWB2FSk1FJVFdvbQzY21hkOR4gInW7J0vwi/UGPoihxzmEG26MJW5vbjCdjMh/IyxxNSggZ4kBMQARVJaWKtm04dGCR4fYG4gPbW5sMBj2KwjE71+H8+VMUZSLPK8qyIMsCMQkmSlQjmeEN1Aw1o9Ppsbm5ic9yDKGqG8qig3MO5z2ihqmS5zk7YowcO3aMO26/lX0zA7a3Nnnl1MsMh0NGoyGZKGqQl13qaUueOUbbFZZyirIk8x7M0zbGdNpy8dIVUjTKTodJVWPAwsICw9GYEAKdbp8YFVNhUlWoKTHWTOspmKNpLpL5khgTIXOY1SSrGQz6dAdzWPLgAnecuJs77zrBoN+jbWrEjHo6Zt/cDOPxlKIIBJ9TliVFngPCnj179uzZs+e/Dv/rB76LxV6Xn/ztf8/DXzrDDifCr//Qe/jO22/ge0/czB+dfIlBkfP9d9/C0xeu8KHf/L+YNC2v+d2f/AHefsMR7jt6kCfOXuSrPXHmIj/1239IHRN/lQHv/mf/mpXRhB1H5gb86c/9OD/6phP8yice5b9EETz/7snn+flvfzsfuu9Ofv2RJ3iNGPzo/SdA4Xc/f5IieF5jwq7DswN++fseZNK0vO/XP8arm1uIgQn8k/e9mx+89w5+/sG38ZFPPIIYVyls1zXv/42PcX444jXffvNxfuqtb+SxU+f46d/5Q+qY2PFbj32R3//7H+SXvvfb+I5//ju8RgxM2CUGJiAGJryOCX+NGJiAGJiwywTEwATEwATEwATEwIRdJiAGJvx1CjiucnyFAg4CX4cs73DrbXfwwosv8Gef/CTj8RjvHSlFDh06zKULFzh85DAHDx/mTbNzvPDCC8QYyfOMuq5JTcN4ewtrGjyGYGBGcIKZIZbwIbCxvoaqkuc5zjvqusaFwI6sKHj22We4++43kHlHGxuCg8loRJEFNEY6ZUGKkY31dZ74/Of5+J98gkNHjrD/wCGOXX8db3nLm/n+93wfXQJnXznD6toKw+1tptWUw0eO4D1keaCpK0ajEdOqYjQa4rxAUlKMhOBBlRdfeI66mvLss89w/IYb+dJLX2I0HpNii5iCKVvrq0xGm6CRmV5BWTh6vQ5lLtx1+y10uj0O799H0e3R7XUgVqgqZcgJIWe218UcmBlqxmhrmyuXVlATUgKRwIGl/ag3+r2CssiZG3TYNzdLW4859dLzmCp5lgFGjBEnjmoyIcbEZDrl+E03cey6Y8QYaZpEXnQIIUNEEAFxkIccQbGkxNhSljkiDtVECA7nHEURUDVibFFVvPeEkJFIBB+QTBCEzAeCy0gpkgwOHz5KUqjqliwvKIqSum4I6vDBsbGxRsg8nU4HMJxz7Kirhk6nw+zsHKrKtJrS7+W0bUtMiZQMJxBjpK5r6tbIQqAsC/I8J6mSdfo0TUOeZzRtS2sB9QWtGBaFla0JM4MBOqwp8gzvAhvjmrw/C3WiqiM9nxMlwwjUjaHWYmqYGWYRqWoyawkOOmVJt9Nl//4lTI0d4gQnDsNIKRFjJMVIsIZ9/ZyF2ZIiL8mLHNTodrvUbUNT1bSxZTQaMZyOadrIwpxH4yaT6ZSqqlAtKMpFZmc6nHp5g4PLS8z0e6TU0jZTptMaJ0JSQ9VwXkhJSWbUbUueF7RNjQJ5loMpmJFiREQwIKVEt9vDDEajEePRNqdeehHVhOMqS0bR7TGtG7zLWVvb5sDB43SKPiEUxNZYG22ydmWFehq5cmmdM2evUDkhK0tOnzpF0e0iIjhx+JCBCCEvybOcLM9x3uM8lKUnhJws62IacE6IMRIyRxFKYoyIeBChaRpSUiaTEdtb2zgxUCM1FZcvXUA0sW/fDPVoxHQ6ZjgcMtwasmfPnj179uz55nfv0QOcOLjEJ557mYe/dIbXqBn//OHH+c7bb+C7br+RPzr5EsO64R2/9n/w1bp5RnDCMxdXeNvxIxxfmOOJsxf5ar/9+NPUMfG1fPRTj7MymvCac5tDnru8yhsPL7N/0OPKcMzfpswCm9OK//jsl3j/3bfyjhuP8ujLZ9mRZ54feMNtrE6nfOK5l/n2W2/gr/rgvXfQyQK/8cgTvLq5xQ4Tdv3yJx7le267iQ/df4J//Cf/iQZll4OHnn2Z88MRrxGDn3jb3aDwSx9/mKZNIOx68uJlPvXiaR687XpuXNzHy6sbiIEJiIEJmLDLhP8iJuwy4RoxMAExMGGXCbtMuEYMTECMqxTwXOUABRxfoYADFAJfh8FgltvvvJN773sTK5cv8r/9i3/B9dcdJbYtG+trvPjii4QswyTgQ+D22+/g0rlXISWWl5bY3tzk6MGDlGVJ0zZcunCeaTXBUkIwEL7MmE4nVHVF2SlJQN22gNCqkRcdTp9+lbvuOkGWOUBpmxZtW5x3OIEgwoH9SwxH21iKaGyppxM+95nH+MxjjzKYneUt97+FYweOcv70OcyUpcVFsrLkxF13oaZMqzH1dELV1uyr51lY3M9kOmEynrK+sUlVVcS2ZWs45Plnn+HVV07RNg2zMzNsb28yGm6T5zkeqCZDMm9U9ZT5hQVmZnosLcwzGo24886buf74jeADVdPQKyBV2/S7iziniDecd4gTEEFcoN/JYX6OEApUhTYZ4h3mFRPDO6FtSrIQeOXlF2nqKV5ABATBzEhJSSlRNQ0pKffffz/eBwaDAevrmwiKYGACauwSdnW7Hdo2ICI451BVRISUEqpKnntC6GFmpJSIMaIxkQeP+UBslRgTIo48z8myQALqNlI1DUWnj/OBzAuj8ZiDBw8QQsBMWVlZoW0bRARVY3Nzi/m5BQb9WYLPcM4jIpiBmZEXgbIsybKMPM+JGqnbhgsXLrL90ssMx2N8XuC8Z2lhkcWFBYo858Ch68izgHNCkefkRQZJmU6nbI2GrKwPmZ1fpjvoYREmDTRtwjnD1BARnHOIOJxzeFGSRYQdgjNQBMMQEdQgpYiagQg+ZORZTjf3OHE455hMKvKQ0bSR2LSkpqWeTmnbBo0NeeYIReBNR49z3fFZXnjhS1xe2eDQwWPcfNNtaGqppxVbG9vEuqWpK1LT0OIQBDDMDFWlVUVVUTN2mBkgiDjAUEBEEHFgxo4UI6qJ6WQCGCLC8v5lhttbbG1tEWOk1xswrdaZmd3H4UNHyLKcPCvwEqjqmlgnMIeTACaYJgb9Hm1qmZ/tMjO7j/FoTDIlppY2KtpGWnE4H3DegTOgBXGYBVL0pBiJqaGNE4wW5yH4jOA7BF/iXaDb62IYnbJgpt9nWlVcvnQRbRtWrmT0ioxut0NRdul0++zZs2fPnj17vvndc+QAO2bKgn/47rfy1TLv2XHD4hyvEYEfuvdOfui+O7njwCK593w174S/yoy/URMTf9W4btgxKHKuDMf8bYrg2fE7jz/N++++lR++7wSPvnyWHe+57SbmOiW/8fATtEkpnGeXsksM3nh4GRQePXUGMTDhmuG05qlLl3nghqPcfGCBZy6u8BrDEAMTdpnAPUcOEFHee+Jm3nviZq5RmO+X7LhhcY5TKxuYgBiYsEsMTEAMTEAMTEAMTEAMTEAMTEAMTLhGDEzYZcJfIwYm7DJhlwlXOb5CAcdXKOAABRwEvg7nL11m+eBB3vGOd3Jg/wI/8P7384sf/jAptQSf0e/3OX3mHP3BPlSETqfLlSuXuXLxPMvLB9leXycTyJ0QspzMeSo1zAzvHGaGqjKtp1TVlJnZGVwI1G0kyzJcllF0jCurK3jvmZud4eLFi4go3W5BSom6GjOZbtPrlGyurXL6lVNUbcOZM6+iCobRbG9x9uVX+NAP/ijPPv88g8GA644fp64rJnXFdDqlKHJ6M7PMFwVZlqEaaWPL5uoqqyurbG0PmU4mXFld4crKGtubmzzx+GeZHczhs8D83AJgnH75BSzVjLdWcWJcuvAKV84rL2P0+31yl9hcu8ThY9cxN7eP0vfpz81AjEACAXEO5z3OOXwGhiNqg1pExBPygHiPywLJIm3bsG/Q4cknn2T10nnEEojgEHbEpMQ20baJLM+YnZnh7rvvZjDoMxxtMxgMiDERAogIoIgAAiLCdDpFTTEDTYmoiU7ZodPpEFOknlZM64rgA947vPeErIMIpKRcZYgIk8mUHZNJRa9X0raJ2dl9hDxHY01KLVujVd7y1vv5Dw99nOl0Qp7nqCqdTpeZmX1Mpw2rq+t4nzEYDNghIlRVRVNHhsMhk8kEVaVplKIsWVjYz7GsRM3Y2Boynk5QVVZXLtM0DWbG5cuX2dzcJMsylpf3c8P113P06FH2HzzGr/7T/4V77n0jJ06coN/v0+l0SCnR6eT43CMivEb5MjPaOuGd4L3gnMc5AQLeBUSMNiVSipgpIHiXCBiiERFPjNCf6eFCoqpqojnKTp+ZfTkhOIIXfBmY6oQDy8tcd/Q6QtYjJmFp8SCf+fRnKYqcsshwoszPdVmaP0x3dgkjomYkNVJKxBhRVVADAVXFAOccoooBBjgRQgj4EHDeURQFeVHw3LMnqcYj/puf+Ak2N9ZZX1+nKAqW9y8xGU1wZsz0+mQ+0LYNznmcQJ4HZmcHYMrCwjyTekykJXPQ7Rb0O57MCpIaPmSYOFJil4jDSQCntDYlKrQ1NJZo24rUTgleMSJt1dAmQ2RC8B28zxlubxBjJKYWD3Q7Bf1eh253hu3NTTpZIIScEDK2trfZs2fPnj179nzzW+x32fG240d42/EjfC3dPOc1v/q+b+cD99zO589e4pceeoQLW0MmTcsP3nsnP/CGW/lGCM6x4y/PXOTFK+t8x203sNDrsDae8qE3n8AS/O7nT7LDB2GXY5cJ7Ot1wMGV4RgTEAMTdpnAyvaEHXNFwQ5RrlIw4ZoiePpFDgo/+877QQEHKOC4phdyTEAMTLjGBMTAhF0m7DJhlwm7TNhlAmJgwi4TEAMTEAMTEAMTEAMT/hoxrlLAAwo4vkIBByjg2BX4OvQGc/zar/0zPvB338+PfPB7ueuOG/ng3/kA/+Bnf4ay1yOaQBvZ2Bhx/1vehqngUGb6HQ7uX+DMyy+jsaEaG0kTbVVBUrx34ATVhGKIJuq2Yn5xgazImcYJOCHkGdNqShsbcMaRIwc5f+4MgqFOaGNLmxqCEzplRjMds3nlMmW/h01byrJHnSKz8/Mcv/4Yk8mEhaVFZmdnaWLLcDyi1+uR5QVmBhhVE5lUDW3bkmLD8v79LC8uosB4NOb02TO88sqrtG2LeM/MYJY2JSbjbYbbQwQl1hP2L+7j2975AF7g4IFlRBL7ZmfpFB3q2NLrz+JCRhsTOTWDmQAYCIhXxAMO1BqSQVIhJkFcwAfDxJjWUzLv8U4hVnz6kf8HjQ1ODDFjh6oSY6RuI01UYmy59977OHToEM45Ykw457DUICIYBmIYhggkwGcZeZbjRGialo53LC0uUZYFVVXRNA1tbDFV2jYR2xo0UU2mpKR4lxOyDHGeLBSUZc60mlKWHcqyQxYC4/GYIC1FJ3Du4hV6vQ4f+MDfBYGj1x1lY3OF9bVNRqMJnbyDdxnD7TFmRlXVlEVOkeeUnYL5+Xk6nQ7ee5rxiGldU9cRn5UgMD83y1y/wHlPCBlXCTceP06MERNhR1M3PHXyGTbXN3jve76PpaUFFhcXyUJGyAJ1VYMKKSXEOQQwM9QMtCXPeiiK8WUqoIYZtJMKM8W5gA8B7xwiDiXRqKNtG8xAKHjlwjpnT5+jaSJFmTO/b5b5xXny3IFFXCWktoO4DKv6mOX0uh28DNhYH3H77bdy4/FlnNRkviG4yLipUG1JyUhJEVFiTCRVMMULxJRQNXaogapizmGmiDhSjDRNy466rtna2mJjdYW8yBkMBvT7fVLbUHQCeSkMRxvEpAxmDtA0Sko1MbU0dU1qW1SneJfolYE2RUQ8QsNo7QoiDjOhnhiKYMaXCeI8Tjw4iNSAJ5CTZY5u6AA5ajVtdDTBiG3CVHBi4JQ2JcrMYwGauqaZTBi2DdPgcMCBAweoqinD4Yi6jezZs2fPnj17vvlNmpYdH3noYX7zM1/kP+fW/Qt84J7befLcJX7wX/4+SY3XPHDjUb5RRITX/O5fPs0vvudb+eA9d/DJ50/x5qOHePjUGc5ubLPDqbBL2SUG29OaHQu9Luc3hphwjRgcmO2zY31aIQbmAAUciIEJu+qYSNEYtQ33/KP/HRMQAxMQAxNexwTEwIRdYmDCNWJgAmJgAmJgwjViYMI1YmDCLhMQAxMQAxMQAxOuEQMTQAEHKOAABRxXOa5ygLIr8HVo6kSWl/zhv/8jTr30Ej/9kz9GNZ7gxXNg+RCvnj1Hrz/D5uaQc+cucGD/IsOtLQoP3SJnMhqyeuUyIoHgA7GNYCA41BRDEPEYRt209AcDQp6hU0hAUqWNERMwM26+5RZeevFF1lZXMPOoJcwSkKjrKUWR0enkLC3Ok2UZS8sHuHDhAkv793P7bbcQgmdufp4sC1y+coW6bdjaHpLlGc57LCWiKoLgvSNzwtrKGhZboiohBG68/jhvOHE3bYx8+rOfZW1tAzOjyHO2Y2S0tUmWGt583/2cuONWsMhsr4dqpFMWDAYDsqygalp8luOcp9vr0UyGODHECzjBRFCMBGQhw4WSZOAcIImmSbQWyXyJC56TJ0+ycvEczgccgohgJqSYaNtISoqqkmUZ9957L/1+n+m0odPpUFUVmGF8mSioAYphqAhNbXgF7z1mhhOHiZAVJWW3h/cO5wwzISVDY4tHqSYTYky0TWI4HDOeNqSUSMmIMWEIWZ4TY2Q4HDHoC5NRxWCmzwsvnMblJc55xuMx3gfMYHlpmWNHj3P82I1sbw8pc8NUGY1GxJQ4fPggWZZx5swZnHOYy+j2BoSQUZQlwQva1jgUh0NEERFiMpwZwQkiQsgL5mZmOHhwGTHIxEixIcZIU01JbaBtG0IIiAjee8Q5BEEwEo6EQ01QVVQVMwMzzBwinuA84EgKagZqpJgwE1KELM956vnneeyxz1JNKxBj0O+xuLSPxcV59i8vsDQ/T0iOLJQoDp/lzM8vs7m+zXhYMXfLAqYBIxKTUTdTagWfKyklVBVSwkwxA01KQtGoqClqYEBKCuJISVGUpmmoqwpVZTKZ0Ol0GOc5mpQdvV6PrY0KkUSvXzCtW8QbReFQS6xtrFHXDU4ES5HRaIOVVQNr6XdzkkaKokSbliwr8DhMDS8OE4eIR8QQFDCKPJDUSDESI2hSzFqadkLSCk0tqODMcM6hZqCJuk6IQJHnOKBtG5ppy+Ejh7nppps4+fTTVNOKfn/Anj179uzZs+eb33OXVtnxwA1H+c3PfJH/nFuWF9jxhXOXSGp8tU6W8c3g//7i8/yP3/EAP3TfnSz1u+Dgdz/3NK8xByjgQAxM4ItnL/OOG4/y9uNH+OL5y4iBCbsGnYI7Dy0xrBtOrW1gAqKAAxRMuEYMnl9Z5c7lJe48tMQzF1YwYZcJ14iBCbtMuMYExMCEXSYgBiYgBiYgBibsMgExMGGXCa9jAmJgAmJgwjViYAJigAMUyLjK8RUKOK5y7Ap8HUQVhxBT4uRTT/PQQ38CMSI+48qVFQb9AU1Ulvcv0+8NmJ+f5447bmc62qTX71F0SmZmZmhbpalbRBzOe3ZoShhGVgTa2BJjS78/wDsPBqqJNrY45xARnAi33HIzz99wAxvra3jvUTOapqFuWgzj1ttuZWV1jfMXLhLTiMm0pq5b+r2KM6+eJe8OGczOk2UZTdtw4MABUky4kOG9JysznHeAIAieROkS3hJJFcMR8oykxtraOmura8zOzjOdjBiPRkxG22hs6fd7vPe97wVrcRjDrU3EEutrQ1ZXLrPDgE6vR1EUHDp0kCIznBecE8xBskRSBTWcgKrSNgnwiAvUjZG5Ekk1bUr8+Z9+kjzLaGLChwxDMDOSKjFGNEUE5cbrb+C+N74RS4kyy2jqCsHjvENEMBMQvkzYIUCRFyggIoQ8A3GMRxNiUvK8IM8LnHOkmEgpAYlOLnQHXXrdPinCysoK2XCK955et8fGxib9QY/JeMz6xjpNE9nYqpifX2Dz/BptU7O1vkm/38diS9tWdMqSu+++m5n+HKqR8aTi3JlXmekVpNiS5wUPvuvdzM/P0+/18MGT512yoiSEHDVIMYLWZA5MPTt8FsCBmiDiMByWIk2dcK0neEeMLaaRXaYISvAO7wQzQzAEw0wxVVSVFAUQwCPiEe8QAVPDAEOIZmBgZqgZKjk+eJRE6Mywsjnm4uoG/d4AJ8LWpGV47jKnzl4gZI5BN8fVU8ajEZ3uLHeceAN33n0Xr545g3MlZbmP9bVN+r0CUWM6bujOzhOToKqoKuIcZoYZqBpmimlC1dhhZiRVRBU1wYmRzECEPC8pyxInjqaJdDodMEVEEAeaWorS44Njc3PIyuXzTKuGlBKpbWjaBkHp5jW33rDI/qVFtjbWWF9fZ2FxETVhWkdUYTickpIh4nHiwARTw2hI9RhTxaLDRQEz1IzcWtQlTDyqgqqgmjBVgs/AG5YiqRrTakJji3fQzx1FEEbbWwgwO5hhz549e/bs2fPN71NfOs35rSHvvvU4H7znDn7vC8/ymiNzA/7R97+bj37qc3zu9AVWhmN2fMuNxyizQNVGdrz1+GF++L472RGc4xtpu2r4o5Mv8YF7bufH33w3l7fG/OlLr/AaUcABCiYgBh978hn+3rfcw9974F7++OmXOLO1zWt+/sG3MShyfvOxJ6ljQgzMAQo4XscE/s/PneR/ft+7+JXvf5Cf/Nd/yMZ4igm7/v4D93J8YY5f/I+foo6JHWJgwi4xMOEaMTABMTABMTDhGjEw4RoxMAExMAExMAExMOF1TEAMTLjKAQo4Xs/xFcquwNdB6yH1aIOmqRgOh6yvr7O0tMSBo0e5eOkSzXSbB975ThYW9lHXY1Qjoexg9QSKDqE7YFg3fNu3fgdnTp/mheeeox5vUZYFpASi0Ea8GtsrayzN7qMQwcVIEQJTM6xtmBvMsLW5xcULl5jbN09edqiblv7MLOub22xuDSm7A5RVNrenVI3xpje9hfF4QrfTp+h0CHnB8oGjlL0eeV4gTnDicE6IMSEieBeIbcR7R8gKxCLilEk1pTeYY1q3KJ619RHPvXSGRM5wNKFblpx79RWkbZhsbfJ93/39PPXsl+h2cmb7PTplyWC2y3KZUeSObrfANBI8tG3D9vY6tStZXdtkc3ML8YG5fXPMzs0RshxvnrzsUPQ9qpCSkXtl3+wco0nN08+c4sKlc3R7+1D1hLzHlSsrHDl0gPHkItPJkOBhc+UiP/zz/5AsGVZVpJjoD/q0yYipJYQccx4TMDOSJkyVlCpEBDNPTJDUmI7GqDoEB96T5yWdskvZ7ZEXnhQS6+MNzl45x+rKBudOn+X8uUtsbWxh5rju6PXcfffdzA0WWF44yML+BcbNFpcvX+aGcon5fQc5c/oMy8vL5HlggnLz8eOE4MjynKqeUuQBHw8RhC8znOPLBOcc1bSiaWoMR4yRNjYEl5EXgU7RxcwwM0yVJhlmYAKaWswMVWWHc4HWQbfTxYfADmsbohoinqh8mWAKDvDO47MM74SYWkQEcQJqJFMsKVcZqgZO8M4jTlDzSJbR1DVZ8Igpb3/bmzl27Aif+fRneOWVV8jynLLI8T7D4VldG3Pl0lmC98A2Tzz7An/nQz/ChSuXmD+wxKhpKbuzTFJLXXmMWaqJY7afA0JKiqBoEnZ456mbhjLPwUAEqqrCu4Ci4DwxGjEanU4X7z39/oDRcAimtHWNxsTczIDVS+cxE/LQQZuao4eOsLRvnlg3pFixtblC8A2HlvdR19ssLRpZsYVvJlgbOXywR1RPIuP0mUtkmZCHgBeHT4a1LSKQ+4puOcURqaMxHDcMpy1NEtTlRBwmOZZlSChBchKeNgkpRTyR3CvWTmiqCkuRt77hRtJ4jenWCrGeoCrs2bNnz549e76xvHP8wvd8C3+TX/7Eo7RJ+bl/+3F+6yfex6++/9184J7bOXnhCrOdku+87Qby4HnNZ0+f5wvnLnHPkQP82c/9OH955gIHZ/vcf+wQ65Mp3TxjodflG+13Hn+aD9xzO5l3fOzJZ9BkIOwyx1WOXSZwdmOb/+k//AX/+H0P8sc/88M8dPJLbFQVbzt+hLsO7efJs5f5p3/+acTAhKsc14iBCbt+5/MneevxI3zv3TfzyZ/5Uf7i5dNsTCruO3qANx46wJ++9AptUnaIgQnXmIAYmLDLhF0m7DLhdUxADEzYZQJiYAJiYMIuE64RAxN2mYAYVymQ8RUKOL5CAceuwNehk3s2Vy5RVxWocvLkU7zjHe/klltvpSg75GXJ0aNHiamlcAWKUfb6bGxvksShIlRRmZmbI790BZxD8Oxwwi7D8OKoJlMsJqajCbkPaFSaaYXDkVLi05/+DA8//DDTaUWMLT4L+Jj4whNfIGQlWVaABLKsYHZ2H29/4Nt497sf5OTTz3JldZW1jW06nT4mjh2WDHOAeDBDzRAcweeEEHDOoS1cWFlBLbE9rUE8WdHhwpV1tscVWdmh4z3r61dIKTLe3ub6667n3nvfzv7lBfq9LsEbw+0NJuMtptWE1E6ZjjfZHm6Q2obgAXEUxRxld8DC4jKD2RmKosQUiqIgZIGmbaknEzBHWZb0uh0uX7zAaFLzyKMPk2cla5vbdAfzjKc1nV6fzc1NUoqUeaCthrzhrlu54/bjdDolVd0wrSJohcfRxoY61jgXEOdxLpBLABHqpkHEgQNxgdJ7XB5QM5IZpoDWTCY148kmJonxZAPnIctygniOXnecw4evI7hAbBPVtOLSpUs88bnHuXD+IpHE4oEFjl1/jP2Li+xfWuLOW27BTFlZucyHf+HXGFcjfvbn/nvwyuygZDwesTS3gKmSUiLGSEqJlJQsLyg7XUIImBlmhpnhvWcymSDicN7hvcc5h4jgvcfMSCmRUkJVMTNEhDa2eO9xzuGzjCCC9x7nHDtUlZQSUZXUtJgZzvE6zjmcc4gIqoo5Q0RwIuxwgJkhIsQYUR2TF4FjRw9zy80/xrlz53nqqac4e/Yc4/GYum7Y2NgkK2bY3FxHVXnggQcwEcbTCb1ej7woUEBF8EXAzFBxGIIZu8zAzADBe4/3gWpaUzcNMZZ0ig69Xo9hExE85kDEgxMEYbQ9JM8LDuw/gPceVUUMnHM48WgyRITC5+ShYJAX5KHPDYcX8FITm00mIsz3A6PpmMwLk/GYra1NlIJpNKZNTdntICrQRtCWvDD6Zc5sN3B4/wBxikmgTY4qCQ0ZVQpsbNdcWR8xriJRctQcSY0ydzTTFksVhbUE32JFJMscM1nNuUsX2LhymuBLyk6XPXv27NmzZ883lnfCT731jfxN/sknHyNp4gvnLvG9v/5v+NlvfRPvvOk67jlygM1pxZ+/+Aof/dTjvLy6wQ4z+PHf+gP+wbvewnfffiPfffuNnN7Y4hf++C94dW2L/+Hb38Zct+Ab7cnzl3n20gq3LS/ybx9/BhMQAxMQ5SpllxiYwO9//lleXdvkv3vgPr7rzhvJvefMxja/+ieP8S8/+yRNmzABMf4aExADExCDn/t3H+fRV87woTed4HtuuwkT49TaJr/48U/x2599GsUQAxMQAxN2iYEJiIEJiIEJiIEJiIEJiIEJiIEJ14iBCYiBCYiBCa9jAmJgAmJgwlUOUMBxlQMUcIACDlB2Bb4OPs/wZcHy0iJZlnP5yiqnXnmFwcwMh48dpVP26HR6rKyu0On2qKsasUiMiSzL8T6gqnS7HbwXdvjgEQE1EBHMDEzY3h6RkjEajQkh0DQtIh5IjEdjRBxlWdLpdBERoraMx2NcCDz22GO841veyaXLq9z9hjfgnOeee06Q4piLFy/yzMlnIMs5ceJumpQwM7wP5HmO9x4z4zUxRmJsqCc11WTMzMwAMJIa4gPT6YT19RVSbMlyD2Ksra5QVRV5WXDf/W/h4uU1NrbHpNgiJFKsCQ5m53oMul3m9y9w/fEOgoIpRScntS2mStPUVKMR2+sbOOdIKZJSwnuP944QAk1RMCm7hHzAxvY6r56+gM8LSstIKSEIZZGxvbFJnI5J7YTh1jrv+ekfoWVErEaIeIpOwLuGQIYXh0ZBU0JbBU1gApLRKfpEA1UDVTDDiEDEiYI3QBESaglNwqCcxfBoSsSYwBTvMpzzFHlGkRcMBsr+xXnuufcN4B2bww3atuFLLzyPtsqxI4fIg2d15Qq9MnDs6A2UmSO1NZIJqarY3NhARHDOISI458iyjB3ee/I8xzmHqpJSQlXpdrvsUFXMjJQSZkZVVZgZIoJzDucczjmcc5gZIsKOlBJmRowR7z3OOXY45xARvPeYGTE2mBlmhnMOEcF7j/ceM0NVMTN2qCopJUwgyzKyLENV8c4TejkgXHfddRw9epQzZ87w9NMnOXv2LDG2TCYT3vWud1EUBXfeeSdbW1uYGTMzM+xo2xYzQ0QwM5ImjKvMDOErqqqm7OTUbUQQJpMJhXdsbW3hyi4IiPD/EczA+8DCwjzLC4tsbm4yHo3Y4ZxDgqOJLZihqkyrKaHbxVygig1gxNaxNYVioiTtMq0iMfap6wJzGTFBv7+PbqeLw/AkMhKlN7q5p5MbjQ4hJQyH+RzwaBKGo4qt7THj8YQmCuogKrRNRZkl+pkymMmY68/QLR2exHg84qVnH2dte8JN182TpGQ4rtmzZ8+ePXv2fGMkNY5/+KP8/3FmY4uf/4M/428zblp+5ROP8iufeJS/6pGXz/DVPvLQI3zkoUf4Wj7y0CN85KFH+Fp+7Lf+gP8S/+nUWY5/+KN8Le/99X/DVzNh1+899Ry/99RzvMaEXSbw+JkLPH7mAl+TsMsE/uT5Uxz/8Ef5aibsMmHXxz7/LB/7/LP8TUzYZcI1JuwyYZcJu0zYZcIuE3aZ8Dom7DJhlwlfkwm7THg9x+s5rnJc5dgV+DokNTrdHogjZDmj0ZgzZ88yv7DIwUOHubKyQshz2jahClXV0Ol48rwghAxNhplRVRUxtqgmxIEZmBnOCaiQVNnY3ERNQYRJNSW2EQN8Fig7HcpOhyzPMDMm0ynOCYij2x+wurZOt9dnMBjw4IMPcvToMc5fOMe/+ld/Sp4XqCWK4CmKHJ8UM0XEYZqYVlNUFRFhh4hDRMiDJ/R6qCVUFec8mhIXL15gNNyiyAOWEldW12iamqqueONdd3HDjbcQ8eBLsBbvIeRGnnlMHMNJBPGoOappxXQ6oSwcxBFF7nDOYWYE7xn0e2SZJzhHUeQ450gpEtuGRo0ra5v85RdOUkVlUk/pDfaxPZxQlB2aakpqGxyJpp5w643H+Z53fRvdHDRFQpbjQ05MSkxC9FCHRJuMNiaigZkgVMAYJ+BEAMEUtPH4EHDOoyqkBGYezCPmSC147/HicSTEGXkeUFPMEmqJ2FaIE7xzxKjMzszQ1A37bpkhcw5LCUst+xfn+W9/6icxEiEPiGRMphP2LyySouHE4ZzDeY93DnGOFCMpJVJUkhhmSkqJlBTMuEYcTgScUOQlzjlEBBEBEUQEAeqmATMQIc8Cu0QQrjIMwzAMM0Ockec5O0QEEeE1qoqZYWaICCLCDjPDBLz3OOfYEWOkaRpSUiaTKc45lpeXWVxcYjKZsLq6yng84o7/lz14j9X0rAu9//1d1316Tus8s2Y602mnBzvTDj3YTYFRaDkrFtkW30IIaFBEEuQPQjCRIopiIuAhO9Y/MEZDjLwpje1OITYRWrqxyqEth91iD9PpYY5dq7MOz1rP6b7v6/r9NuuZzKIt4Ev67liU9flcvB8QpqYmWVpapiwrRDxVVQOCmVHXAdVINMDAMDaYGWCYQZqmHDx4kLN3nMVgsEZvdYX++hqHH3uMx46dxHkBMdQU1UiMkXa7zczMLDt37uTUqSViqPEOzAzxQtCAmDCqa8qVFXqDIV5geXmRWI+Ynm4QYyBtCeB58tgKWTGH0SGYkOUpCYaJIk5p5J5GCqkLSCwZaSB3OTEq0QD1lEEYlpGgQrPdIWtOEVSoamVU1WjtacgaE42EyU7BZCsn8YpFmG53SNKM7dumCCQMasfREwts2bJly5YtW7a80MTABMTABMTABMTABMTABMTABMTAhB+ZGJiwSQxMQAxMQAxMQAxMQAxMQAxMQAxMGBMDExADExADExADExADExADExADE35kYmDCJjEwAZTTFHCAAg5QwAEKOEAZS3geer0+RdFgdXUVVZjdvo3O5BQuSRHnOPzY40xOzzAxMUleNHDOAYZGY31tndFoxNzcHKoRcRBCBWaoRswUEY+ZYcBqd5Wyqpidm+Xw4cPEGBERzAycEGIgDAPee0SE6ekZpqan2XPOXjqdDseOHiVNU5aWlrj//gd49atfy7Ztc/zsz76CQ48epj8YcGrpaQSHiGBm1HVNWZZ470nTFDNjQwiBGCNJ6uh0OpgpzqV0V1dZXFzANJKnOcOqZPnUKRCh3e7wU/v2kTcKtHb4tIH4DO+EqqoYDSqK3JP4nNg3+sMRoVZUU4IJu7bvYKKT02w0MYtUoxGmgdFgwOqgz2g4YNBfpxwNEYzoC05VBfd++ztEEsTDeq+PT1I0BtBAPRyQJxFR45pX/CxFmiCjIVqV9EOPYEoVIniHOkfEkMQh3lPkKT5J8N6RC2NRIQajKiNVDYQUIyVEiFGICphDSGg1CpzzIEZUiLEmVhUmEZyBKU5AxFBqQgwMRkO8S1AnxDrgTEEDnU6HNPGMRn1UjDRLabaalGVNo2iyQUQQEc4QcZhFqqrmDDNDVTEznHM450iSBO89zjlijJgZIJiBqbLBzMjSDDNjg3OODWZGCAFVRUQAwTnHaYY4QwScc5gZMUZijFRVharinCNNU5xzeO8RERSjrmtijIgIMUTqOiLiEBFEhOFwiKpx1llnsX//fh5++CGOHz/B9PQ0V155Jf/4j/9InheICCB471EVIKJqGIKZgYGZIRhmjMUYuPDCC7niwKWY1QzW17BQ86W7/heHnjwG4kAMM1BVokY2mCnee8BI05RyOAAMtUjUgCqksSbUkfX+iNFwyGAwYDRa56lloTPZpDGdsPT0Kt2+sWd2O+IaxFiDpcRYglNMAz2tqMpI6gPeakwVZwmYA+cRJ0QVgqWkRUbqEqI6hqOaqBWNPKdoOnZNN0hthCPidYCpgkVajSZLK8uoyylaU5w6dpyTx46zZcuWLVu2bNnyQjMBMTBhzIQxE8ZMGDNhzATEwIQfSgxMGDMBMTBhzATEwIQxE8ZMGDNhzIQxExADEzABMTBhzIQxE8ZMGDNhzATEwIQfSgxMGDMBMTBhzATEAMdpjtMcpzlOc5zmAIWE58N5Lty3j956n2arzeTUJCBkWc6oLFle6dKamKRotsElVLXiiAyHNcvLq6gZe/bs4amFk6ytdQmxwhmIKGbGGWmasrLcpd8bsvfc83n4oUOUZcXExARZltFsKHv27GH79u1kWUa322V6eppWu8PPvPzlLC4u8uCDD3Lu3vNI05QQAh/7o48xMzPLfffdxzl7z8P7lGa7g4jgnMM5R5ZltDtNVJUYI41mg6IoCCHgnKPValHHiKqiqqx0lzEi7VZBVZcMhz3Kqo/GwE9fdhnz8/M473HmKGPNcDgkcQ4MEEeljohDSSiD4iRDvLA+GnLoyUW8C5hG6lBhdSBxYBpAA2kiNPOc2bmdzMzM0Jzaxl/ffDujYGRZkzxxdNd6tPOUuhxgMSBaM+z32D7b4bxzd/PE8SfoTHSQxIEDDUqSeYo0JU8cqfdkTki9J3UOJ6CS0IsFlUKIgbIukRDwMRJ1iInDO0+WOZxzjFmKmUJMcM7hvWDOqGMkaqCuA2pGmqU4L0SFrMhpTbSJalTDIYSaLM1IPQwHPdb7NbOz09QxUtc1zdYEK6tPUdWKiCAiOOdwziEiqCpRI2qKcw7nHJghAkWe80wmEE0xAXEO7z3OOUQEM2ODiBBCIMZICDWqSl3XmBkignMO7z3eObz3OOcYDvtsMAuYGWaGmaEmqAmYEKJhGKpKCAFEiTGiqpgZgiAihBBQNVqtFhsGgyFLS0ssLS2xf/9+Dh06xMTEBKurqywuLrJr1y6yLCOEQF3XmBlmhqpS1oENhrHBDMyMDcPhiCIvMDOqqiJJElrtFoNBnzNEBCcCCJhhZiwsLHBg335Gwz5pllIOQZwjhECIgRCNphOyRpPRqGYYB2iSo4mysLrMYncI6QTr60POnj+XotkmqGLmKMsKcSAGUWtGsSKRijxVEjE2aBQSn+ISD+pQFUwcIRqxDASNhKCk3pHkGa00wdkaYoaqYhYRB84lrHb7NFsTBMlYeHqFZnuSK1+8iy1btmzZsmXLlheaGJiwSQxMQAxMQAxM2CQGJmwSAxM2iYEJz2LCJjEwYZMYmIAYmIAYmLBJDEwYEwMTNomBCYiBCYiBCZvEwIRNYmDCJjEw4VlM2CQGJnyPAg5QwAEKOL5HAQcJz0NnYoqJiWnW1tcwoNEoGAwrJiYnOPToYZqtFjMzs2RZQZqmlFVNu9EgywoSn5IkCVVZ8u1vf4v++hoxBkQEQxEMM0NEcJJQViUrq6vs2LmDZqtFo9mk3W4zMzPN5OQUu3fvIs8LhsMBRaPB3Owsw1HJkSNHeelLXsJwMCTGyGAw4JxzzmHb9nlWV1cR5xiOSqamZ8jyghiUuq5RVfI8p9FoEEIgxECWZcQYqaoSjcpoNKIKgTRN6fV6PHXyKTzgnbC6vkqv1yWGGkE4Z++5NFst8A4BokaSzJGmKapGVdY4lCRJWR8MKIclAhRFwWC4TpZFLNbEUCNm5HlOw3mmZyaYmZ5kdrLD1OQExIBzwomlLoeeOE4gIVYBU6EoCswUi5G6HIJFNAauvPK/sXv3WUxOZOT5kGYjw/sUUwcGpoAaYsqoVIaxRqMRQiRGqDQhGt+liHd470hTAZfgPCSpxyeCYcQYCbFGY0CDoHyXOQwBVbzziBPUIPEGIog4Ep8wrAJlVZEljjxvEOuKSpW81SIJNeujmjTLCBhL3QFTczupRut4J2wwVdQMNQMRnPc47/He450HDFVFzXDiECeICBgYhncecYKpUdcBVSVqRFURIMSImeG9x4mACGmS4r3DAFMjhEBdBwwlhAAYMUbSNENV8d6Tek+apoxGJYYRYqSua6qqJE093nvSNMXMMDVUIc8LQoioKqpKmqakaYqIsLraZX5+nna7zcMPP0yr1SLLMuq6JoRAVVWA4JwjxkAIEQRMjRgjgiPGgIgnyzLUjOFwwPraKqIROi1Wu12cc4gIIhBiREQQcTjnEHGMRkNCDPjgKMuSPMsIIRBiJASjrGsaRYFLU5rtScqyQiUhr5Wl5SVOLKwzMdGh0WnQr9aJUZHEU5YjkiwhhooQS1IUvIfoqIiYgUsSahKcCiFGTEFEUDViNKIqzjmcEzBlNKqJvSFZoqReEBKiRqJG0rzB+rphzrBkilEZqUeOLVu2bNmyZcuWF5oJiIEJYyYgBiYgBiYgBiaMmYAYmDBmwiYxMOH7iIEJYyYgBiaMmYAYmIAYmIAYmDBmAmJgAiYgBiaMmYAYmIAYmIAYmDBmAmJgwpgJm8TAhO8jBiaMmYAY3+MABRyggAMUcJzmAIWE56GqA51Oh9k8p91u056YxICoytHjT/GSl/0Mlxy4lFarxYmTJ4lAWUVMIUlyNCpLy6c4dWqRqhwhKGrgRBARYowgjmE5Is0yFp5e5LIrLuelB1+G9x7nHNPT02RZxuLiIsdPnqQoCvbv3085KOn3Bjz80MN45/npn76S/nDAk08eYTQqSbOEveedy9raGoaQ5Q1iNGoqYgQMYqhZX6uoqhJxjnLoqeqKoihoFDmjsiTNUqIaS8tLaAhkRUo56jMc9BgN+pSjEbNzs+RFgUsS6hiJGhiOhqgqUTMQoY6B4ShS5AVVVZNlKbGO+NRR9gJoSpLm4CMiQtYscF5Y6pes9pfo9gPt1SGmgTRJueN/3U23X4IkbPDeIQZooBoN0boCItNTk1x9zc9w9jln48I6SbVIXF2mjMaoCvQGI0aVgcuRpIEkBXnRIs1buKzAmdEUxYnikpQ08SBCVMUwcA4nYKJEUyCCiygl6kHViAoSHc45kBQvKZCisSJEw8xhLqKWkKWexIMRES+gRrSIJQ4hITpP0shxJlShJkTDOUeSJJgZooqIEGMkhMCGqIZaxDmH8wme00QEM8MwVA0VBQVVRVU5TRDnMTMQwznBeY9zjsR5zIyghpmhqqgqZoZhmBkiAs5TNJvUdU2apoxGI5IsZ2VhkcFgwKOPPkqWZVx99csJVYmZoqqoKmYGOKqqIkbFzDAzzIzRaMSGqqrYs2cPRdFgfb1HkqTkeUGMERFHo9Fkg5kRo8engqqiqgwGA9K8QQgBs4iI8bWvfY3d8/PkRU4sR6yvr4MZIuC9J0kdMUaSxGOmmBnOOVSVqqpJvEdNGY1KwBGjUpYVK92jhBoED5LgfQYiJGnOWbvOYXJiksmJJv1RlxgqiqJJIhlRS8KwJNQ1Avg0IZqgpoBHRKiqiLiSxHm8T3DOIQhGRJyROM8ZqoqYMAoZQRUnIGKoKVEVqx24FPMZJhkuS1A8W7b8Z7GwsMBNN93EE088QZ7nfOxjH8N7z4YHHniA2267jcXFRS6++GLe/e53s2XLli1b/vMQAxM2iYEJiIEJiIEJm8TAhO8jBiZ8HzEwYZMYmLBJDExADExADEzYJAYmjImBCZvEwATEwATEwIRNYmDC9xEDE76PGJiwSQxM+B4FHKCAAxRwfI8CDhKehz3nnMtTTz3F1PQ0u87Zg0jCysoKw+GIRquNDQZ889v/m2arRZplTHfaaFEwHJaIrNHrDQihZoMIYMoGMzAEEBDDeU8dIguLT9MfjijrQPfUEpe+6EUcP36chx95hPW1NRrNBgdfdpCqqmm12jzy8CM89PDDzM/P8+CDD7J7z9ns2rWLb3zjm+SNghACjUaDRw8/RpYXpGkKCGYGCB5HkqTkRUaMkQ2tVoOiKBBxmBhFe4IjR4/R7/fI8wzvhO7qOqNBn35vjSJLmZrosLi4SLPZZHbbDOWoJk2MECKxHmDiSJwjWk1dRhKfkKZC4hPyIqXd6ZA1Gkx0JnFeqEYjTCPeOxptT+od5uDkcpdGnnPq1Em+c+gI4jI0KGLgE8EBdR0Ao65KYgxMT88hIjzwne/gHVgdQSNgxBiIIVLkKVMTGc2mpyigyEqSpCbxDieC+BQFjO9SRxWMugqECGYesQQTh7gU7zK8j6z3j4IH71PSpMDnDZxLEEkRydCYUAWjqiIajSiKTwCJiBiCIt7AFDWIBkEjGkGBOgox1LSyHCdKjJEYIzFGNnjvSdMUM8PMOENVcc6hqpgZZoaIICLEGIkxYmZsEBFEBBHBe49zDhHBOYeZsaGua0IInGFmbBIjxsjk5CSqiqpy9OhRkiRhx44d7N+/n//3M5/hH/7hHxDnuOyyF9HMC6IGVBVVRRA2iAhJkiAimEEIgbquCSEQY6Tb7VKWJWZGo9Gg3++TpikignMOEUFViTGiqrTbbaZnpokxsr68TJIkxGioRr7whX/inLN2sW1umkae8vRTJ7nzzi/RnJohxkhZDsmTFFUFEcyMJEkwgyRJ2KAxUlUVoVYwR+IzisxjiWA4qioS6oqqqhmMSsqq4okQcT4wN1OQJo7Z2TkmJqfQYIh4MId3jiiAgalDBEwgiuISwTmHw4MIhmBmYMYGM0MtojFCNCTm1A5EADGiKWoREw+W4iRFXI7hUXX8OPvEJz7B/fffz4/iwgsv5CMf+Qgb3vve9/Jrv/ZrXHnllfxHUVXuvvtu7rrrLk6cOEFVVczNzXHFFVdw7bXX0ul02HLaYDDgi1/8Il/96ldZXFwkyzJ2797NK1/5Sl760pciIjxXWZZ87GMf48CBA7z//e9ng/eeDY8//jif/OQneetb38rll1+Oc44fJx/4wAdYXFzk3/Mbv/EbvOIVr+A/oxtvvJGpqSne/va38/9ldXWV3/3d3+XXf/3Xufzyy/mP9uijj/LRj36UD37wg1x66aX8MIcPH+b3f//3ueGGG9i3bx//0f76r/+ab37zm/zxH/8xnU6HH+aP/uiP2L9/P9dddx0vlCeffJIPf/jD/M3f/A1pmrJly/NlAmJgwpgJYyaMmfAsJiAGJjyLCYiBCYiBCWMmIAYmjJmAGJgwZsKYCWMmPIsJiIEJmIAYmDBmwpgJYyY8iwmIgQnPYgJiYAJiYMKYCYiBCWMmIMb3OE5znOZ4NgcoJDwPjz32OMdOnmBmZoZHHn2Mo8eOsbK6yqgsMYOiaPKt+x9g586d7N+/nzzxyOQEda2UZUldV5gZYIgoOMBAEDYZeO+JIbLa7TIcDsmyjJWVFU6cPMmX7rqLlZUVLrvsMs4//3z2nnceIsLywimWl5ep65r19XW63S4r3VWmp2e48MIL+beHHiRJEuq6ZseOeU4+9RRTU1OICM45VBUzI01TkiShqipUlSzLEBFUlaIoWO/3Obm4wHq/R7sosHpIv7fGcDhgba3LG9/wC7TabR45/BgTU5N0Jts08pTRyjqDfp88z2m12lRVpNnIKIoGaZKRFwVFXjAxMcHcMLC83ifNcswMqEEgL1qEuoIomAkz285CVXny2/9Gd32IFAWgYIrHA5FQlViM1CHQ7Xb5b9f9ImrCwsIiSZLQmZonzzOmJlpMTbRpNROmWgUWh9TDNRw1qYskYmA1qsqxheMMy5oQI2mS02pPkBdtvHOEoKhFNApmFTUCBGZmp8FFkASRFCcJ4EEFMMwZiYNMHKYCIlSURI2YBjBFLYIAKqg5PCniC/CONMtQTYnDLhAREZxzpGmKcw4zw8xQVcyMM0SEDd57RAQzI8ZIjJGqqlBVRIQN3ntEBBEhxoiIsEFViTESQqCua1QVEUFEEBFEBOccZoqI0Ov1uP3223n44Yd57PBhNEY+/slPMjMzw+zcHG/67/+dAwcOMDU1w6C3RpomJEmCiKCqxGCYgapR1zV1XWMG3nvSNKWqKlqtFv1+n/n5efbt28fDDz/M2toaZkaMETOjrmuqqqKOBma88ppX8rKXHWStN+DIkSMcP36SxcUF+oM1PvOZz3D9/3MdqRf+x5/+Cdt27KDbW6dotHBeaLVbFEWDPM9xzlEUBSEEVAPDUIMIWV4g4lEVkiSl3Z4kyzLAU45qyrKkLGvMwCUpaZojUrG6ehwRiDHQ761RjSpCrUy0JimKJmoREYeZIOIRD81GG/GCE0FEiDGiGiFGNjjnAENViSESg+F9hiNBBBBQAhHFcAgOtRRvCWqOEIwfZ+9///uJMfJMn/70pynLkne/+908k3OOF0pZlvzFX/wFCwsLvPnNb+aiiy7CzDh+/Dif//zn+dCHPsSHP/xh5ufn+Um3uLjIJz/5SWZmZrj++us5++yzCSHw4IMPctNNN3Hvvffynve8hzRNeab77rsPM+Nd73oX3nue6c477+TKK6/k53/+5/lx9Su/8iu8/OUv54dJ05Qfd5/4xCe44IILuO6663i+Wq0W11xzDbt27eKFcMEFF3Dw4EH+/u//nksuuQTvPc9lZvzd3/0dV111Ffv27eOFsra2xqc//Wl+67d+iy1bfhKIgQmIgQmIgQmIgQmIgQmIgQmIgQmbxMCEMRMQAxM2iYEJm8TABMTABMTABMTABMTABMTABMTAhDExMAExMAExMAExMAExMAExMAExMGGTGJgwZgJiYMImMTBhkxiYAMppCjhAAQco4AAFHKCAg4Tn4dv3fwfvPUmSoWa0Wm0mJqeIagRVJiammJycZENZBdK8gZngxJP4FO8TNqgqqoqgiIGJsMEUEAha02y1WVhY4Mknn+TSSy/loYce4tChQ1x66aXs2LGDnTt3Mjc3x+rqKl//+tc5dfJpHj/8GHvOO4+FhafZt28f/f6QTicwOdnh9a9/Lf/8z/+MqrJz11l0JtusnFohxsgGM6Oua7Iso9ls4kVwDizWhBgREXzmWFxcZDQckSQJoHS7q3S7qwx66+zauYOLL9nH0tIqO3fuYHHxaYqiYPfOedqNNkSIQdHaSMSh0VhdXib1GWme0+l0iKFmNKwRSaj6PZwTPIYJaKgQUwb9Ia1Wi6VTK3S7axw69Dh50aJWxQEiYKbEUFOVJaEu6ffX2bt3L1e99CXMzk5y3oV7KXJlqlkTygFOwPmafr/H0WMDQoC6hn5vxGhYMxiUdNfW6a+tsH2qoK56xBjJioyJiS7NdsHM7BSdiQ5J5klTh08ciKHqIWmiJKgaFqHWCBaxGEErQNCohBDBBCdG4RRDgQgCCJg4zCfUeGoFxRFxRFXEBJeliHnMDBEBERQIMaKqbBARnHN473HO4ZwjhEBVVdR1jZkhIjTbHbz3qCqqiplxRqgqnDjEOaIqQQ1FEJ/gPYgIzjlEBOccoMQYSV3KyZMn+ea3vk1/fZ3dZ+9h3/79OJ/QmZjk5a+4mqqq6Ha7DAYDYoiYReq6RkTYYCqUZUUIETNjg4jDe8+GVrNDmuQsnTrGcDikyI/w1MlFsiwjSRJCCMQYUQXvUlwiPP7EE5R1YPfus9lz7l527tzJ6uoadV3hE1heWGRh4QQnjh7hta97Heu9Hgura5RlzXpvjdGo5NSpUwyHQ9bX1ynLkl6vR6ORoTEiCCA4SQiVEmOFRQhVTQiBJElJPUgGIg7ngFhSa8XszDyqAS8O7x1pkWGZkiYOJxFHQHA45xAv+MTjBFADDFVFVTEzRATnBOccpwkkDnEGpIjziBfECZhHzDABBMQE1ZoYlVgrP87SNCVNU57Je49zjqIo+HFx8803s7S0xEc/+lGazSZnzMzM8KIXvYg//dM/5VOf+hQf+chH+Emmqtx4442cf/75/OZv/iYiwhnz8/NceeWV/MEf/AG33HILb3nLW3imxcVFdu3ahfee51pcXGT//v38OEvTlKIo+EmXpilvfvObeSG99a1v5YMf/CB33nknr33ta3muf/mXf+HIkSO8973v5YV07rnn8o1vfIN77rmHF7/4xWzZ8l+dCWMmjJkwZsKYCWMmjJnwLCYgBiaMmYAYmIAYmIAYmDBmwpgJYyaMmTBmwpgJYyZsMmHMhDETxkwYM2HMhDETnsUExMCEMRMQAxMQAxMQAxPGTDjNcZrjNMdpjtMcpznGEp6Hc/fuJU0TkjQjSVOyNKWOSh0CaZbT7kwwGAzIsowYlbqqKUc1qoaIY4OqYqaoKljEzBgzvkswFJWE9bV1NnS7a8zMzHDN1deQZRlZnuNEWF9f59577+PQI4+wvLyCBDjn3PPYedZZzM/Ps7CwwDl7z2U4HHL06FHmyhEHDx7kgQce4JFDhzj//PNpNBr0+31UlTPMjBgjzjk2mBlZluGcYxRqThw/SVVVpN5R1RWDfg/VgHNw2aUv4tixY0zNzHLWWWdx9PhxlpeWaecF27fN0MpbrHW7qBlF3kTE4fDMzczi04Q0ywihxmLAiUGs8UmKF6iqitFohKoyGo2YbLfolSMWFxZYX1snK3KqUONEcOLBlFBVaKipyhHeCa94xdUkacbSSpcqVFgcMmgJw/4qoVbUhPW1PiurawyHFXUVCWVEXEK73WF6eoqzd2/DxzXydIpmq8Hk5CTtdps0T1GLqCk4Q1UJdaCqa0IQJOmgeDADFMwhKCHUEBXvBcHwKM47Eom0MyERw3kBLyCC4gjAKBjDOjKKFZWBBkdUIc8yVB0bnHOYGapKnuc451BVYoyoKjFGQgjkeU6MEVXFe09RFOR5zoYYIyEEzAxVxcwwM5xzOOcQEcwMEcF7j4igqogIZ5gZIHjvqeuadrvN2972NrIsY9u2baRpSrvd5vjx4+zdu5ddu3YxGo04ceI4ibQJoaIsS0ajEVVVEWrFOU+SpHjvEXGYGTFGYoy0mhkxRnq9Ht1ul263i4iwbds2zAwRIUkSRATnHHhHd1Cy3uuR5wXRhOPHj3Po0GHAaHeanDp5EtPAcDBk5/ZtdNfWuPyyy0EcoGQ+YXZ2lqOPP45PPGma0O/3KYoM5xzBjP56n5WlVeoqkCYezBA1ijShrkeA0MwysizHiVCWNTYSymFEDZwoRebJs5TECV4E5wTnFVAQQSQiJNSjgCFscAh4hxPBe49zggGqiplxhhIRARGPePA4DMVMQZWoNRYUC4pEZcv/P91ul3/6p3/ihhtuoNls8oO87W1v47d/+7c5cuQIe/bs4SfV1772NZ5++mk+9KEPISI8V6fT4Z3vfCcf//jH+YVf+AXa7TZn1HWN954fpK5rvPds2fKjmJ6e5tprr+WWW27h4MGDtFotzijLks9+9rO84Q1vYNu2bbyQ5ufnOXjwIH/7t3/LRRddxMTEBFu2/FcmBiYgBiYgBiZsEgMTEAMTEAMTEAMTEAMTNomBCWMmjJmAGJiAGJjwQ4mBCT+QGJiAGJiAGJiwSQxMQAxMQAxMQAxMQAxM2CQGJoyZMGYCYmACYmDCD6eA4/skPA/tToc0zzGDVquFmuGjMZHl+CRFnLDW61P4DCMSVRgMR1R1IESlDpG6jiigBrGKIMqYCiAYhqoRFZLUc/TocU4+9TRLK6tUo5INMQbWVruUVcmunbvYsX0HU5PTNBpNTi2dYjgaMhgMqeqaCy68gBgC3e4a09PT7Nu3j06nzags2bZtFu+FqqoBoywdSeLJsgQnQlVVRFXyLKEshxw7cYJy1McnHkzpra2x2u3S6/XYPjfHzMwsO3eehSQpuSovPms3//bAd3h64WlaeZPJyQmmJ2cQ5zA1eoMBqLFtbg6feobDIWurK6yvrRHKkqhK4hNwDsNoNtskacr2bTP01tdI04SnnjpBCBWpJpgGvHM4cWiIxBiIqozKitlt8xw4cDnd7oDVtRXqWJJ4Dwp1WYIpSeLwzkhcQbPdYrLVYHaqQ5GneC80ipx2uwE6hzjwzuOdJ0ZjOKopq5oQlFgrZRWo6pq6DliEqJEkyciyhKJIyIuMJIU8dUgOqQdxhojgnZD4lCQoiQAiqECwSIxKHaGKQh1qoqWIGM4n5N6ROQGnOOdwXgCjrmvqKlCrYSqYOcQ8Ih4E6rpCvNDIGggOcFQhUo4qQh0QvksEJ4JzHnFCHQIgmBqmCmZ4n2AxohrZYGaYgJkhBoKRJAmNPOfAJZewurJKXdX0e33KsuTkyQX+5/+8jcuuuIKLL76E+e1zTHZaZFlC4hNijPR6PXrrfaq6JsRIVVYMR0PKUU1VV2hU0nREp9OhqiqmpqYoigJVxTnHhiRJ2CAibFBgqtOm0SioypIjTzzG6soqoRzS7/c5tXiSdrOg1Wgwe8H5iEVUla9/7Ss0mm22bd/G3PQU3ZUV6lCzZ885pN6xfGqRsixJ0wQToT8csvDUAqpKnqaMBiNGDGg2CtLU473HOUFjTQiRuqrQKIhL8eLwDhKfkCU53oMTxTkBDLWImmIqGIqTDFRQM8Q5PI7Ee0QEU6OOgRACMUZijGwQ7zESEklwKuAEhxE1oBqIdSSGCFERE/4re/TRR7nllls4dOgQWZZx4YUX8o53vIPZ2Vme66677uKLX/wiJ06cIM9zLrnkEn75l3+ZHTt28O/5xje+wczMDBdddBE/zM6dO7n88stZXl5mz549bFBV7r77br70pS9x8uRJVJWdO3fy+te/noMHD/JMN954I9u3b+d1r3sdn/3sZ/nWt75FXdecffbZXH/99ezbt4/neuihh/j85z/P4cOHKcuSXbt2cfXVV/PqV78aEeGMO+64g69+9au85z3v4bOf/Sz3338/w+GQ3bt3c+211/KSl7yEDVVV8b73vY9f/dVf5eDBgzzXPffcw6c+9Sn+8i//kjzP+UHuuecerrrqKoqi4Ie5+OKLmZ6e5t577+Waa67hK1/5Cn/1V39FjJEN73znO9nw7ne/m4ceeogvf/nLhBA4fPgwt9xyCxv+7M/+jOnpaTYsLi5y6623cv/99zMYDJifn+dVr3oVr3nNaxARznjve9/Lu971LpaXl7n99ttZXFzkhhtu4KKLLiLGyJ133sldd93FwsICeZ6zZ88e3vjGN3LxxRfzf8sXvvAFvvjFL/Lxj3+cH+QP//APOXDgAL/0S7/EhtFoxOc+9zm+8pWvsLKywuTkJC9+8Yu57rrraDQanHHjjTcyMzPDFVdcwU033cSTTz7Jm970JpxzfPnLX+ZP/uRP+EF+53d+h6uuuoqHHnqIRx55hBgjDzzwAJ/73OfYu3cvH/nIR3imlZUVbr75Zr71rW9R1zVnn302119/Pfv27eOZ3vGOd/B7v/d7XHDBBWy44447uPvuu7nhhhu47bbbuPvuu1ldXWX79u287nWv41WvehXP9cgjj3DzzTfz2GOPkSQJF110Eddffz233347rVaLt73tbfx73vCGN3DXXXdx66238va3v50zbrvtNja88Y1v5Lm+/OUvc8cdd3D8+HGcc5x33nlce+21HDhwgGf68z//c8466yze8pa38Fw33XQTx44d4wMf+AA/ip/7uZ/jnnvu4dOf/jTve9/7+FEtLi5y6623cv/99zMYDJifn+dVr3oVr3nNaxARnunBBx/ktttu4/Dhw6gq5513Hr/4i7/IgQMHeKaqqrj11lv513/9V9bW1pibm+Pqq6/mkksuYcuW/xtMQAxMQAxMeBYTxkwYM2HMhDETNomBCYiBCYiBCWMmIAYmbBIDExADE8ZMQAxM+D4mIAYmIAYmPIsJYyaMmTBmwpgJm8TABMTABMTAhDETEAMTvkcBDyjgOM0BCjieJeF56EzOMhgN8YlHzVOFgPMpvVFFmhplWbPS7TGqAoKn3ekQHQyqkizkLK12UXWkSYOVxWVMAxhjWXuCVnsC5xLa7UnSImdleYm1fsXC0yuUlXL0yAlUAw7FYgSMIkmZ2zbHqZVljpw4ytOnlphaOsXk1DRveNObuOe++zhx7Bjtdpuvfv1eHrj/2xy45GL27t3LYNjD+YhRMewPWF1dZTDoE2ONxkiSpIAxMTFB4hzfvvfr4Atm5rZRjoYM+2sM+j2SNOdFl/005+z9KZqNFtEghECWFOz7qQM8dfwoi6eWyRsNNjQaGXij1+9ywQUXcOz4Y0xOTdLrrdPvr7G8cop2u0VW5JgpIdSkeU7eTGk02wxGI6a3z3Hvvfdx9PgJ8Ak4IfWCERGUqhoxHA2pYyTUxoEDV7K8VlKWJUmS0u0OSHIPLiH1Bc0iJUmEPHFMTjSYn51mZrJFkTkSp3gBLFKFgHOz1Aqj/pC11S693jp1HUh9CmpYULz3xOAI0dPwSsuWmWzntPIWRSMlzUekhUNSUFFwihKJpkRVypgR8l0MRsJgMGBUjlAckiZIkhIxggjRGXjFJ0ouNVP0yKTCe8MIxDii1BG1t//DHpwA+13Wh79/f57n+X6/v/WsOUnOIQtJkJjlsgohyDoI8e8KdFiqVEVH3GasFdtamCpTdbTQunQYtTPtABUoYutUnS5esWWNImgtiwQwhCwkZDvbb/n+vsvzfG7P4Z4YIwgFvLfT8nqBqSDSwGgfhAq+SMgkME2LQj1ZZgneIBIhRAg1rBOEOQEEjCi1xOJ9TllkiBdUA8HnlEVG4QuU/+QszjniOCG2DtIMQqDwgdb+cfJej6IoieOEPM2JXMLRx55AJ+3xj//8rzy9eyf1asy84WFGDxtlyeIlLFm6lIVjS6jV6ogxzEjTlPHxcfbs3Ut7epKBgSGeenoXU61pGjSJqxVM5AgCqBJCYEYcxxhj8EWB77XRsiTrdmm12qSdLhEFNQd7JyfwNKg2qvQ16nRaLRaNjZJUq6RZTt5t0XGGeq2KqhJFMfPmjbD1ySeJ4hhrLfv372dkwRhZ1qVWq2GcI3YW5yyNWhVrDFmeU/hAFDuCNRAJSWLQ3GMtRFFEHMdEscM5hzGgqnjvUV+CgrEW5xxgEEABUVACRcjx3uO9J4SAqjLDOoOIEEWOGYKHYEAFMYLPPSJgxJL7HFHBCP9jPfDAAzzxxBNccMEFfPCDH2RycpKvf/3r/Omf/imf+9znMMYw5y//8i/Zs2cPl1xyCUuWLGFqaorvfve7fOITn+Cqq65ibGyM57Jz506WLl3K87n88ss52LXXXsuePXu4+OKLWbFiBarKE088wfXXX8+ePXs499xzOdi+ffu4+uqrOeecc7jwwgspioLbb7+dz33uc1xzzTWMjIww51//9V+55ZZbuPDCC7nsssuw1rJp0yZuvvlmNm3axIc+9CFEhDn79+/ni1/8Im94wxt429vexowf/vCHfPWrX6UoCk455RTiOObkk0/mjjvu4OSTT+ZQ99xzD+vWrSNJEp7Ltm3beNOb3sTzOfzww3nqqaeYsX79etavX883vvENtmzZwh/8wR8wZ/369Vx66aX8yZ/8CcceeyxvfvObOdiWLVv4whe+wDnnnMP5559PtVrl0Ucf5aabbmL79u28+93v5mC33XYbaZpyySWXMDIywrx585jx13/912zevJl3vvOdLFu2jDRN2bhxI1dffTXve9/7WL9+PS+H9evXc/PNN7N582ZWrFjBwfbu3cvjjz/O+9//fmZ0u10+/elPs3z5cj760Y8yNDTErl27+PrXv86nP/1pPvnJTxLHMXO2bt3KT37yE97ylrewbNky+vr6UFX+/u//nkcffZSVK1dysO3bt7Njxw4uv/xyzjvvPGZcffXVHHHEEZx//vkcanx8nKuvvpoNGzZw4YUXUhQFt99+O5/73Oe45pprGBkZ4dfJ85zPf/7zLFu2jI9//OMkScKDDz7I9ddfT6VS4eSTT2bOpk2buPrqq3nTm97E+9//fuI45rHHHuMrX/kKIsLq1at5PnEcc/HFF/PVr36Vs846i9HRUfbt28c///M/8573vIckSTjYV77yFTZv3szb3/52Vq1aRZqm/OhHP+KLX/wiF110EWeffTa/CSLCZZddxhVXXMG9997LunXreD5btmzhC1/4Aueccw7nn38+1WqVRx99lJtuuont27fz7ne/mzm333473/72t7nooov4wAc+QFEU3H///XzpS1/i0ksv5eSTT2aGqvKlL32J8fFxPvCBD7BkyRImJyf53ve+xw033MArXvFyUQFRUAFRUAFRUAFRUAFRUAFRUOEAUVBhlgqIggqzVEAUVEAUVEAUVEAUVEAUVEAUVJilwgGioMIBKiAKKiAKKiAKKiAKKiAKKiAKKhwgCirMUgFRUGGWCoiCCoiCCoiCChAAAwTAAAEwPMPwC4FZjhdBjEPV4APkpScExUYOCPgAxkU0G/3E1QrT0y127nya+LARBuYNUfRSRCxBhLRXMH90MQP9/USVhHq9QRRXsC4mimOeeGIbLk6IKj3qjX58EBYsGGPP07vZ8sTP6bbb1KsJ/c0mRa/Hnj27WHT4MobnJSwYHaVab1Kp19m8ZSuPPv5ztmzZwujIPB579FGMgTvvvJOv/c31JNWYssxxzlGtVHDWEkcR1hlAqSUVoijCF10qSUISCeMT+9m5Yxvz5s1j//5xBGFoYIhlhy/HRjHT7S55XuKcpdfLUa8MDAwyNTFBmmaEUJKmKfPnz2PRokWIKPVGjc2bH2dqaoKjjvq/ePWrj2Tf+DhBISiogjGWWr2JqqH0Sl4W7Nj5FKX32MjRarWIY8Xwn0QoioI0TYmiiKRep9bso9srEXG4uMbwSIMoianW+jAiWKtIKFGfYVzEjl372LZtB/2NCrVKRK0SYY2Ql4F9k/tQHKoeQsBgMCbGRBFWlEiEajXBGsGIUIs9C5pDOJNjnUGN4NXTK3ooFowl81B4QxksqkIZquyf6mKjBkkyRFKPAE8ZcqDEmZKKKRDjsa7ARVCRQNSZxoQCTMBYxUSWehJTloa8jFGtUBQReQ6FKkURCJRgPKIlVh1QAIYkrmKtw4eALz2+9HgfyIDgLagAHgOIsYgEqrUaVSMEBY/iUYKHXumpGIcQcJFFjMPaCB8CRVGCwkDfIAMDw3hVliw+nCxbi2pJlvVotVr88Ic/4p//5f+m2+0yPDzM6Ogoo6OjLF6yhJGReSxZuoTIHc6eHTsZGBhg0eLFRFFEtVrFOYcxhrIs6fV69Ho9er0e3nvyPGfNqpX8+P772btvL5FzdFrT7Nu7j3a7TaVaYd7QEDt3PsXgwABJJWFiapJGrcbw8BBRFDE0OECe55Rlya6dO/G+pNFsEidVrLUsWDhGEju0rFOvVUmShBnee1QVG8fExlEUBQHBAx6DwVCpGJxzRFFEHMcYY0AEFSFooAyeolRCCBivWK9U4hhEMMYwSxVVJYSA9x5VRVUREUIIiAh5nmOMwVqLqjKjVCWEgDGGEDyqEDQQEP6nevDBB/nUpz5FvV5nRqPR4AMf+AAf/vCH+dnPfsbatWuZcc8997B9+3Y++clPEkURM2q1Gu9617vo9XrceuutfOQjH+G5TE9P02g0+K+YmJhg7969/N7v/R7Dw8PMWbt2Le9617v4i7/4C9761rciIsy59957ueqqq1i2bBlzLrjgAh555BFuv/12LrjgAmbs2rWLr33ta1x++eWsXbuWOccffzwrVqzgj/7oj7jjjjs444wzmDM+Ps5HP/pRFi1axJwNGzbgvefGG29k3bp1RFHEmWeeyZVXXsm+ffuYN28ec7rdLv/xH//Bxz/+cX6dqakpms0mz6fRaDA5OclLEULgy1/+Mm9/+9tZt24dc44//nhGR0e58sorOeuss1i6dClzJicnueqqq4iiiDm9Xo+7776bK6+8kpUrVzKjWq3ypje9iV6vxz/+4z+yfv16Xg6NRoPjjjuOu+66ixUrVnCwu+++m1e/+tWMjIww4+abb+bII4/kXe96F3NWrFjBxz72Ma688kr+7d/+jQ0bNjDn5z//OZ/97GeZP38+Bzv22GO58847WblyJQe75557WL16NfPmzeOF+PGPf8xVV13FsmXLmHPBBRfwyCOPcPvtt3PBBRfw62zbto1LLrmEDRs2MOeUU05h165d3HbbbZx88snMueGGGzj77LM5//zzmXP88cezbNky/vAP/5DVq1fzQpx00kl873vf4+abb+byyy/n5ptvZsmSJZx88skc7M477+SBBx7gs5/9LAMDA8yoVCps2LCBww47jD/7sz9jzZo1jI2N8ZuwcOFCLrjgAq6//npWrVpFX18fzyWEwJe//GXe/va3s27dOuYcf/zxjI6OcuWVV3LWWWexdOlSdu/eza233sonP/lJFixYwJwNGzZQqVS46aabWLduHdZa7r//fh577DGuueYaBgYGmFGr1XjnO9/JjTfeyObNm3nFK14uKiAKKsxSAVFQYZYKs1T4JSogCiogCiocIAoqIAoqIAoqzFJhlgqzVDhAFFSYpQKioMIBKiAKKsxSAVFQYZYKs1T4JSogCiogCiocIAoqIAoqIAoqPMPwDMMzDL8QAMMzDBDA8SKkaYqGgGAI3pMXOWVZYqzDxTF5UWCdITIWCYGpdovNvWnGFgwzPTFOnuc0m03CgoU0GzWa9QZ9gwNYaxmfmGbXrl1MTk0x1DdE8B7vPaUv2bx5M8uWLmZgYJAjjjiCvNcjSSJqlQQUggaMNbg4oVprYKKYKIq47777OeboYznv3PN48Kf/TqvVIu20EK0z0N/HE0/8nDIvSNs9uq0O3pcYIxgEX5Y4axABEcEZodXpklQaJFHCYP8AsUvYunUrRx99FM5Z2tPTTE+36PUyms0+iqKgWq0gQL1Zp5N2sdawcHQhTzz5JNu3b2PtUWuYP28ejb5BhobnM93ukeX7qFSqpGkHFcHZiLzwKD2sdagqW7ZsYedTT6EaiOOYTnsaFwzWGoqiIMtSyjJHgBOOP55jjjmGGcZYjLFEUUTpPZFzqCpowPtAmXvUFxgMcVJDjaObe9IsxZc53bRH0mjitcCIUqk5qpWYyEE1scROiJxQrVicBSOKtYaudinLnKCCqCMvDb3M0G17ejkUuSMrLL6MUHWIGvr66vhuQTAlphbTqDoip0TGE5kMI10IXUyeInkBCtY0UVvBI+SF0O4pvdKQlkIWIrwIBZ5Sc0pKUKVPEyL1iClRm6EmI0hB0BItFacGoxZnHSoOT4UsaqISYTQgODR41AdUBYMhcg4nhqDgA4QQKDRHRMEoagJiC6wPBAQHWOsI3uNDoL9aI04GaaddCu/x8+cRDl9MludkWUYvTem0Ozz6s4f49/vvxRpDo9GgVqvRqDeYPzJCf38/w8PDVCoVrLU451BV0jSl1WrR6XTodDp475lud0izjFanS9brMTU9jbOOhWOHUW/UqTaa1DpdVIQ0y6nWGxhn6evrw3vP2Nhh5HlOmqb0D/QzPDTE8mVLUVXSNCWKItJuG6sB1YCIMMN7T1mWOOcQEUIIhBCYYa3FGEOtVsFai3MOay0zQgjMUFW894QQCCEQQiCEgDMGYwwhBFQV7z1lWaKqHExVUVVmiAgzRARjDCEEQghYazHGEELAGIOqoqr8T/XmN7+Zer3OwWq1GgsXLmT37t2sXbuWGbfddhuvf/3riaKIQ5166ql8/vOf59fx3hNFEf8Vg4ODfOpTn+LZjIyMkKYpnU6HRqPBnHXr1rFs2TIOtWLFCnbv3s2cO+64gyOPPJK1a9dyqIGBATZs2MD3v/99zjjjDOYcdthhLFq0iEOdddZZfPOb3+Thhx/mmGOOYcmSJSxbtoy77rqL8847jzn33nsvw8PDrFy5kl+nLEuMMTwfYwzee16Khx9+GO8969at41BjY2MsX76cBx98kKVLlzLnnHPOIYoiDhZFEc45JicnOdQb3/hGXvva1/JC3HjjjXz961/n2bzjHe9g/fr1zDj11FP56le/yiWXXIJzjjn33HMP5557LjPSNGXjxo1cc801HCqOY9atW8cDDzzAhg0bmHPCCScwf/58DnXGGWdw7bXX8o53vIMkSZihqvzgBz/goosu4oVat24dy5Yt41ArVqxg9+7dPJ/BwUHOPvtsDrVixQpuv/125jz11FPs2LGDj33sYxxqaGiI1atX819xySWX8IlPfIK/+7u/47777uOqq65CRDjY97//fTZs2MDAwACHWrt2LStXruT222/nbW97G78pr3/967nvvvu4/vrr+fCHP8xzefjhh/Hes27dOg41NjbG8uXLefDBB1m6dCl33HEHxx57LAsWLOBQJ598Mtdddx1PPvkkK1as4Ic//CEnnngiAwMDHOrUU0/lu9/9Lq94xUslCiogCir8EhV+hSiogCioMEsFREEFREEFREEFREGFWSogCir8ClFQYZYKB4iCCrNEQQVEQYVfosKvEAUVEAUVZqmAKKiAKKiAKKiAKKgwSwVEQYVfFQDDMwy/EAADjhchchZnDWKEsizxvqDIC6x1lGVJ2uvR6/VwLiYvcnxZ0ikLWq2Ysizp9XpYq3hfMj01zfDgEAvmz0eMZWBwHgsWjvL07j0ce9yJ7Nu3l0c3PQLB0263qdcbBB9AAzTqBF/iy5Ikjujr6yMrClylQl4UOGNptTp0Oj3SNGXfvv0sO3w5ed5jx7Zt7NqxnW3bdtJLM4qsQDVgxIAxGBGMChgDQUGEosgpUZr1Jmkvx/vAgvkjjC4cY+3qVdTrDTqtaeI4wQgksaVWjckMNBo1siwjjmPECIRAO+1ShkCaF/Syks1btlGGkuXLxti/by95ocSRoSwERLBiEYTgFQHa7S4P/MeDFKXHGov3JfV6FbRABLKsR6/XI0kSCHDUsccwODRIu9WmXq9Tlp4oimi12viyAAVrDWIc1kUgSpb3yAtP6cE5QxJXiKp1arEnKzNC8OAsLk6oNKpUYqhWDdXEYI1HySl9Rln2KHLoZRGlr5DnBb00Je0WFIVHNMaaBGsqGBfjXAVDhKFHLXkao10qUUyzUaeexBgtMVoSiceQYzQgKhCEEkenjOiVlm6mpJlQaAxRDe8S1FqCAYyCFEBJXCiDoUaCYlyJuB7etAmSUlISULyPKcsY7xN8qWTEpBrAgrEOJxZCAB9Q70EFLQOqEIISAnhVvBMUAQ0IEFRQBRtHOAQjECTgSnBaYILgjKIBjBFsVKFWSfC+BqEfUEIIFHlOL+uR9TKKsmS61WJ6agrvPSEErLVEUUS1WmVwcJDh4WEGBgZYsmQJlUoFVaXeqDMyfwHj4/tJuz2mpicZH59genoaUJYuW8ERRx7Jtm3bUbGsOOJwummHPM8ZGhpiyZLF7NmzhzRNsdaRpim+zKlUKlhrieMYX8bUKwl5llGWJcZarDGoKkVZoIB1EUYDcVLBWoOIEMcRqgoopQ/M8d5TFAV5URJCwBiDMYKIgBgQgxiDqhJ8ICio8v8SQAEBFBAiF6EopVfwHhFBxIAYCh8oywBiUFWCev6n6uvr49lUq1W63S4zVJUtW7Zw00038bd/+7ccKoRAnuf0ej0qlQrPxlqLqvJi/Pu//zt33HEHW7duJcsyRIQQAjNUlYP19fXxbKrVKk899RRztmzZwqpVq3gua9as4Zvf/CYhBIwx/DpJkrBgwQJ27tzJMcccw4wzzzyT73znO5x77rmICDPuueceTjvtNJ6Pc44QAs8nhIBzjpdi8+bNTExM8KEPfYhnk6YpK1as4GCNRoNDWWu5+OKL+au/+isef/xxTjjhBI444gistVSrVarVKi/Eeeedx/r163k29XqdOUcddRRRFPGTn/yEE088kRmPPfYYk5OTnHDCCczYtm0bRVHwiU98gmeT5zkLFy7kYI1Gg2dz9NFHU6/X+dGPfsSpp57KjEceeYRut8trXvMaXqi+vj6eTbVa5amnnuL5NJtNjDEcqlqt0u12mbNjxw6azSbDw8O8HJYtW8Zpp53Gt771LV772teyYsUKDqaqPPnkk7ztbW/juaxZs4YHHniA3yQR4bLLLuOKK67ghz/8ISeddBLPZvPmzUxMTPChD32IZ5OmKStWrGDG5s2beeKJJ/jpT3/KswkhMD09zYwdO3Zw9tln84pX/CapMEuFF0SFWSocIAoqIAoqzFJhlgoHiIIKiIIKiIIKs1RAFFQ4QBRUQBRUQIVZKrwgKsxS4QBRUAFRUGGWCrNUOEAUVECUZwTA8gwDBMDwCwEwQADHi1AUOd578jwn7aUUZUnkEkAIKCJCCIE8zxARnDX02l3a7Yh5gwOsWrUKa5WQ5+zbs4dms0kISrs1hRiHiyLq9TpPbt0CCqOjoySRZWJigk6nQ61WI4nHmJ4cp9NtE4qSdrdHL8vpGxxgZGSEeqOPweER9k1M0Otl7Nq1i8cee4zDFi7k/vvup92aoq9eJ+vlOOvw1uGLkuADRVkQSo+1BuccwQdEwGAIIZDECc2+AXxQKklMtZLQ7TjiyFGvN6jV6hhjmdFoNCiKkqRaIc16GGNQVcqyxHtP38AAI/Pn08sy6vU+arUqrVZKpdZHp9PB9jwaLAGlLBXnYlBm7d+/n507d5EkCd570rRLrZoQfEnwJVnWI4SANZbB4SEWLlxIUeSEELDWIiJY63DOYURAwDmHMY7SGkQ9SaVG7Cyg+OAJRgjWIgTqyQBZ0cOXOVPtglZnEpGcZj2i2ZfgrMf7FF9m5HmXtCe0pppEromRmBBAJCKJDMEXiObU4oxG3VBJSpwVjKQMD3YIvg1qsaaLBkOWBZwkIAnBC76wlHmE90KuEVOlYqIKYqto4iBEiI2AgPocoznQw5qMxObETmnqIDEBbIq6LsF0CSZDLXgivDcURUxZVCmlAtToesAqxihGPKIe8JS+AB/QoISgEATBIgJBBDWCCKiAEQdGkBAIGhANWGOQCPCevNcjqlQIFITCU+Q5EFAFZyzOWYwx1KpV+rWP4ANeA91ejveeOI7JsoxOp0O73abX67Fz504effRROp0OzjmazSZJknDY4iWsWr2apctWUOYFGMEYQ9rtsnPXLkYXjrJ9x3ZanS5F6Xn44U0MzxsgjiNGRkYwxjA+Po73niiOUVWyLCOOY6y1hBCwzuF9wFhLLUmIoghVpSgKFLDW4VzEjDiOiaKIEAI+lJRlSVEUeO+ZYYyh9J68KCjKEmMM1jmcc8wICigIgjGGKBKMsXjvCSEQQkAVRARjLCKCGIP3Hu9LVBXnHNZaitKTZRnee6y1zAjK/2rdbhfvPR/5yEdYsGABzyVJEp5LX18fe/fu5b/q+uuv5+GHH+a8887jPe95D81mkxm7d+/mYx/7GC9Wu92m0WjwXBqNBqpKr9ejVqvxfPr6+kjTlDnr16/npptuYtOmTaxatYr9+/fz+OOP88EPfpDnU6/XabfbPJ92u83IyAgvRavV4qijjuLSSy/luVQqFV6Ic845h9WrV3PPPfdw0003sXv3blatWsU555zD6tWreSHq9TpDQ0M8H2MMp5xyCnfddRcnnngiM+6++27WrVtHkiTMaLVaNJtNPvOZz/BcnHO8ECLC6aefzp133smpp57KjI0bN7J+/XriOOa/myzLqFarvJze+MY3cuedd/LGN76RQ6VpSgiBRqPBc2k0GqRpym/awoULufDCC7nhhhtYvXo1fX19HKrVanHUUUdx6aWX8lwqlQozWq0Wb33rWznllFN4LvV6nRlZllGtVnnFK36TREEFREEFREEFREEFREEFREEFREGFA0RBhVkq/ApRUGGWCrNUmKXCAaKgwgGioAKioMIsUVABUVABUVABUVABUVABUVABUVDhAFFQYZYKv0IUVJilwiwVnmH4hQAYfiEABgiAAceLMLl/L9Y6QgiEokAErAHlPwWoJAn1ukNEcM6RpSkL5vVRjRyinjVr1tBuT6JFSSWOSZKELMuIogjEokB/fz/WRhRFAUSgnkajAUbIy4LpqSmscSw9fDnzhoepVqs4Z8mLjD179vLQgw+zb3yCIijNZj+Dw0PkeY9tT2xhz57dHL50EUcsW8b8kWHSToe006EsC0Lw+LJERCiyHt4XZGlKWZZEUUSv16PebPDaU09nw//5PwSvtNttfv7zn1Ov15menqZWq9HpdMiyghA8zhnanRa1egOxhjzPqVcbGGMYH5+k1mhSBliwcIyiKJiYmCCKIuq1fipxhb6mIy8KVJVGo4GK0um02b7tKYwxhBAQowT1+FAiKL1ej16vh7VCuz3F685+HUkS41xEERXkeUZZekQyQigJBYgIGAGJUDWU3pOXnqxQjBFUBRdZSrGIt2SdgJEqxlQwVrFGcQ4mpqYYn8yoJAYhwlqL9xF519C0yzEaIVLgoow4ykninFrFU60UVJNAknRIog5WApiUvNxPMB7VmCBVcHVM3MfktDIxVdDLLd1MSLOIvLSEIFhn6WtGNBs1XOTAe6xmVE2JMxmR7eJcD+cyIpfjjKBpBgGC5AQpUFFUDb1MKHyED1VCaBBCkxDqiHFUowIvBeJLtMwoiwyKHHyBALEYjDFgBQ2Qi8G4KkEciKBB0aCoEUqvSFBUBHwglJ5QFpTe02l3cVFMFEfElQpxZInihCLP8WWBqhJCoCwDviwpQ2B4eJjJyUmMMagqfX19jIyMUJYlURRhjKHT6TA+Ps7+/fvZu38fj215kr//1rcpi4Kx0TFWvnolIyPzWbx4ETZOSLMcGyW8/g1vYnhoiJ07d7Drqe1s3bqF0dFRImfZs2cPExMTJJFj0WGHIdTIsowQAt57BCU4i3OWGSEEyrKkKAqcczjnCCEQQiCKIowxFEUBYlFVVJUZqoqqYq0liiJEhCiKqFarOOeYUWQ5IsIcVUVEcM4RQqAsS0IIiAjWWpxzeO8xxjBDVZmhqqgqZVkSQsA5hzEGYwz/m1WrVUQE7z0DAwO8GGNjY/z4xz/m+Xzxi1/kzDPP5Oijj+bxxx/n7rvv5s///M/p7+/n5VStVul2uzyXdruNtZZqtcoLkaYp1WqVOZVKhfXr13PnnXeyatUqNm7cyJo1axgaGuL5LF26lC1btnD66afz6zz55JMce+yxvBT1ep2tW7cyMDDAy2HRokVcdNFFzOh2u9xzzz18/vOf57d/+7c566yzeDmddtppfPzjH2dqaoparca9997LRz/6UebU63W63S71ep0oinipTj/9dP7hH/6BPXv2MDg4yH333cfv//7v899RpVJhenqal1MURcyI45hDVSoVRIRut8tzabfbNBoN/r+wYcMG7rvvPq677jp+93d/l0PV63W2bt3KwMAAz6der5NlGQMDAzyfarXK9PQ0r3jFb5IKiIIKs1SYpcIsFWapMEsFREGFWSogCiogCiogCiogCir8ClFQAVFQAVFQ4QBRUAFRUOEAFRAFFWapMEuFWSrMUmGWCoiCCrNUQBRUQBRUQBRUQBRU+BWiPCMAFgiA4RcCYIAAGGY5XoRqJaFaqxLHCSCEEECELC9JexkCiAYiF1OpVLACQkEv69GanGB0wQjGGLKyQFEmJydxSczg4BCIJStKoigmTTNm1Go1Imfoazax1pDEMc5Zet2UXU/v4WePbKLdaqHek5c9ellOvdEkLxUbR0xu3850u4WqUnEW5xxr1x5FNXYcNjbG1MQ47ekp8jwneE9ZFhRFQSWJ6W82scaQph2q1QohKHFSoVTloQcfpixLarU6K1e+mmq1SlEU7N+/H2MMIh06nS55njHd6bDQRRS+pNFo4Jxj7969VCo1hoaGGd8/weTkJL1ej3q9SVmWzJ+/gPZUmzhK8EFJ0xQFsixnfHyC3bt3kyQJaZoSJ44kjkGVsijp9VLKskBVGWg2Ofzww8myHtZaZvSyHtY4ggaiOEI8GGMw1iBGSJKEsrR473FRjLWGsgz4EPA5aADnahgECAQNFKWS5Z68qFFN+vEe4sgyI44MrgHaE0qf40xJrR6zYN4AzYbiTBdDB6sp0EPKjKAFIQhlGCXNlMIbeqVh30SXie5e0tIQbBV1lpKYLCgBIYoMJkspxvfSmt5LLTYM9VUZ7q9SixTj2xjfxWiKZBkmKxBnyaM6uQqlV4LGhNIRiMl8RF5EFL5CUUQUZcCXKZ5AkA5ohmiJpSCSgDWeatUQOYO1AihFmZNnGaEQ4mQhORE+QFFC4cF7CCoYYxEXoSYgxmKjmMgINpS4yGFthAIalNx7XJLgkgqhDJTeg/PYoER4Op2UGZVKhRl5nlMUBSJCCIE8z8nznEqlwuLFi1kkkNSaZHmO9540TXn66afZ/MQTfP9fO/T19TE2NoaIUKvVGBwcZGxsIcuXL+eII5bT6/XY+dReTjjhBL71rW/xk/se5NRTT2Ggv0mWZURRRJIkGGNAPYqS5TkiBhEw1mKsQ4wBVXwIaFFgjMH7EhHBWIsFFPDeIwrOOaIoJmggchFJkmCsQVWpxAkhBLz3lGWJquJ9QERAFGMMiGCNxViDiGCMIQTFOYN1DhS8LwmquCgieI9zDmstqsr/ZsYYFi9ezE9/+lNWr17Ni3Hcccdx3XXX8fjjj/OqV72KZ/P000/z4x//mPPPP58ZTzzxBIsWLaK/v59DpWnKS7F8+XIeeeQR3vKWt/BsNm3axOGHH46I8HyKomDHjh2ce+65HOzMM8/kM5/5DO985zvZuHEj5557Li/EiSeeyI033sjFF19MpVLh2fzsZz9jYmKC4447jpdi6dKlfOc736HVatFsNnmxpqen6Xa7LFy4kDm1Wo2zzz4bEeHb3/42Z511Fi+n0dFRli1bxsaNGxkaGqLRaLBy5UrmLFq0CFXloYce4thjj+WlGh4e5qijjuKuu+5i8eLFDAwMcMQRR/Df0eLFi+n1euzbt4958+bxm2aMYenSpTzyyCO86lWv4tls2rSJ5cuXM6fRaNBut3k2IQReChHhsssu44orruAHP/gBh1q6dCnf+c53aLVaNJtNfp2lS5fy05/+lN/6rd/i+SxevJjt27fzilf8JomCCgeIggqIggqIggoHiIIKB4iCCrNUQBRUQBRUQBRUOEAUVEAUVEAUVEAUVJilwiwVEAUVZomCCgeIggqIggqIggoHiIIKB4iCCrNUQBRUQBRUQBRUOEAUVIAAGCAABgiA4RmGZxggMMvxIswbGiSo4r1HEaw1qEIldhiBtJdhjEXVk3Y7RJFDVKjU6gz2NSmzlKGhIfblBcYY+vv7afT3Ua3VCEGI84K8KKlWq6RpytTUFEWR0W63STsdiiInBI8Vg7UWay3VeoNatcLIvCE6nTbN/kHKAL0iR9XQaDbo6+tj+5YttFpTTE+3cH1NysgzNDxML01RBA0BRMiygl6WEycFlSQGsVSqdaqVCkGVPeOT7Nq1hyiO6aYZ7U6Xer1Os9Gg3mgyODhIlme0Wi06nTZ5GUh7GSowMTHBjDiOSdOUoiipVBKmpqYQEcpykv7+fsYn9lONq5RlgbUWEQjes3//Ph577DHyPCegGGMIIWCtRUNJL+tS+gIfSnppzoknrsMY8L6kKHKq1SohBJIkYYZzjqybAoKqJ+/lVGt1jDVkeYGYgLEWRSiDIiIkcUziLNYavC/Ji0AIEFQwJgGpMDExhYgnjmKiyGBMoCj3gWbk3TZ7WiXTWR9DA1UaiaESC5UoxkqE+CplnpH2HHv3Vdg33iP3HhsntFNLXK8iBoSAFUMUC05zAiVVJwzULX2JpVazJLEnMl2cTmJDidECQyAxDjQmlBFeIrpi6GHxIYKQUJQxWeEoSksZHF6FMkAIBZ4eojlx6BKJJzJKEgWSSIgiJYkCzgaUEpVA0ID3gbx0pGVOViq9EAgBfBC8WlQNXgX1JSCICGIMYoWqNRgDiKJAWQa8DxQlOBeBs4DgA5R4RA1JHCGieO+x1jIjhMCMsiyZEccxSZIwywhYS61axRjD0OAQY2NjFHmO9568KCjynHanw1M7drD1ya1s3zrAwvnDNBp1Zjy9aydZltGaniaKI4qiYIaIMKMoClQVa0BEMMZgjGLEYMRQeE9elnjvKcuSGVEUEUWOEDwhKKUPFKVnRhRFIIIRIXYOay1iDMozlP8kBkRBDIqgQAiBEBQxlkoUYa1FVfHeowg+eIwxRMYyo/Qe7z0iBjHggyIGjLH8b/e6172OG2+8kTPOOIOxsTEOtnv3bvbv38/q1at5Lv39/Zxzzjlcf/31/PEf/zGVSoVD3XLLLRx55JEsWbKEGUNDQ+zatYter0elUmGO955vfOMbzAgh8GKcccYZXHHFFfzsZz9j9erVHGx6eprvfve7XHjhhRxs9+7d7N+/n+HhYQ521113EUURa9as4WDLly9n4cKF3HrrrYyPj3PcccfxQpx00kn80z/9E9dffz3ve9/7EBEO1ul0uOGGG3jDG95As9nkpTj66KPp7+/nlltu4b3vfS+H2rhxI695zWuI45hf56GHHuK6667j2muvJUkSDpYkCd57fhNOP/10vve97zE8PMypp57KwZrNJuvWrePWW29l9erVJEnCwR566CEWLlzIvHnzeKHOPPNMvva1r7FkyRJOO+00nk0cx+R5zv+fRkdHWbJkCf/yL//CJZdcwsGmpqZ47LHHWLBgAS+ns846i2984xucfvrp9Pf3c7BNmzbxyCOP8Du/8zvMGR0d5a677kJVERHm5HnO/fffz9jYGC/FggULuPDCC/mbv/kb+vr6ONjRRx9Nf38/t9xyC+9973s51MaNG3nNa15DHMecccYZ3Hbbbdx9992ccsopHKwoCn70ox/x2te+lhknnXQS1157LRdeeCEDAwMc7Cc/+QmveMXLQQVEQYVZKiAKKiAKKiAKKsxSAVFQYZYKv0QFREEFREGFA0RBBURBBURBhVkqHCAKKsxS4QAVEAUVZqmAKKiAKKiAKKgwSwVEQYVZKvwSFRAFFRAFFQ4QBRUQBQwQgIhnGH4hAIZnGGY5XoROu0UcxZShRFWoVKr44MmLkrTXw5dKs1FHVelmPeLIMj01xYpjjqJeSUjbLXzIWLnySFBPa2qa3U8/zXSrTafbI81yytLT7XbxPlCtVhkY6CdJEqrVKoODgyRJgrOWOI5JKgmRi7BWsASazT5cnKBimJhqMTp6GIUviSLL4YcvI8tSQGm12zjnWHTYIvbu3UcZFGPBqbJgtA8jQrWSMDExwZo1a1i6dCl79+xh8+Yn2fX0HmwUEzmHtQ4XOZI4plar0jfQTyWOwcDw8DBjA4uZareo9XKSSoIvPa1Wi06nAwGSyIEIgiHt9eh0OnifYxDGFh6GAI2+JkqVXpYiAjt37QACIIgRjBgQQwhKt5tS5BmzJOB9Qa/Xo1Kp0GoVDA4OISK0Wi36+vrodDrE1pFlPUDwqkxNTRBFMTPKMkcM/8ngjIAYMCW9cpLYWHwIZHmOqsGKwyv0Ol3q/X08/fQeBvuHwCtBC7qaESUKcULpLU9nOfv35lScoxJFxOKwIoRCKXOhKCw2mkc0VCUST9qeJs06xNVAxQZ8NgV5j+G4ytC8GtWqJbFKUpZEpkDJKUNK8BnWCkHB4yilSuYrFIX7f9iD01hL7/rA89/ff3mWc849d6l7y65bdgXb2IYQL5i4cUBtTMC4QQpCVogCKCSKQo+QiZQXCI1RFtPgALKiEI2SNwyRRYhFMojdwNAiY096IkhET1i8Gwcb161y3f3cszzP819+w60au2KWbuOOBDT382EyTmyNZ8x8Qr3DuwpnBuRc0bZKzkrWSMwzEjOM6/Cl0rfKIAt976nrksJmcm6JscGgWJSUEyoZawXvLaUUuJmnCA5LAk0gBqOGNkEmIwZQEBQrghVFUoNREOMAiwgYK4QQ6VLAugIxFucdYh1WFBtb1FqapiGlhPce5xxt25JSwjmHtRZjDCICIviioguBmCKSE8ZafFVhjGHazNCi4JyVFc5fXWVjfZ3JZEzXBU6ePMl0OuWJkycIIVDVNZde+jwWFxdxzpFzZl+MEeccimLEIsaAGFLKhBjIKYMI1lqcLxARrLWIMVgrhKahC4GcM845jLUggELKiayKtQZjLVaEmCKqSs6ZfdZaRARVJefMk0QEYwzGGNq2pSxL9nVdR0qJfTFGUkqICKpKSomUEj/rrrvuOu655x7++I//mDe+8Y1ceeWV5Jz55je/yR133MHrXvc6fv7nf57/lte//vV84AMf4F3vehe/+qu/ynOf+1xijJw4cYI777yTtbU1fv/3f58nXX755QyHQ/7sz/6MX/u1X2NhYYHHHnuMT33qUywsLLBvMpkwPz/Pj2p1dZU3velN/Omf/im//uu/ztVXX01RFDzwwAP89V//NZdeeinXXnst/1pRFHzgAx/gda97HZdeeikiwle+8hU+8pGP8Du/8zt47/le1113HR/+8Id55StfifeeZ8Jay+/93u/x3ve+l/e973285jWv4fzzzyeEwIMPPsgnPvEJjh07xo033sj/KOccN910E7fddhsxRl772teyvLzM+vo6n//853n44Ye54oorKIqC/5Zf/MVf5LOf/Sy33XYbr3/96zn//POJMXLPPfdwxx13cMMNN/BMpJQIIfDDWGsxxvCka665hr/6q7/i+PHj/NZv/Rbf681vfjPvfve7ufXWW3njG9/IBRdcwGQy4R/+4R+48847ecc73sHy8jLP1JVXXsntt9/O1772NX77t3+bH+TYsWN8+ctf5uUvfzl1XTMcDvlx+M3f/E3e97730e/3ufbaa3HO8fDDD/Oxj32Muq75t/ayl72Mb3zjG7znPe/hTW96E8973vPouo6vfvWrfPSjH+UNb3gDR44c4UnXXnstn/rUp7j99tt59atfTV3XPPbYY3z84x/HGMO/hVe96lX80z/9Ew888AD/mnOOm266idtuu40YI6997WtZXl5mfX2dz3/+8zz88MNcccUVFEXBeeedx5ve9CY+9KEPsbm5ybXXXktd1zz66KP8zd/8DcvLy7zkJS9BRLjqqqu47LLLuO222/iN3/gNzjvvPHZ3d7nrrru47777+GnT945JiBz4ySIKKjxFFFRAFFRAFFR4iiio8BRRUAFRUAFRUAFRUOFpVEAUVDhNBURBhadR4SmioMJpoqDCU0RBBURBBURBhaeIggpPEQUVEAUVEAUVEAUVnkYFRKFXOE4zQAYMT2c4K3Oa41lomwYB6rpGFZpmxj6LMKh7ZIWN9XXatqVtW7Z3t1lZXmJ9fYNZXbJx6iTr6ydIbcvXv/bPnDr5BOIsCwsLLK+cy8ryMmVVIyKICP1+n16vhzEGK4KqklLCGIP3nqIsMcYQQ8uw10M1g1hCVoZDoSxLPAVN07Czs8PyoUP06hJS5IrLr+D+Bx9g2nQYazHWUDpHURSkGNibzjh8ZJUrr/pFUkrce//9PPTItzjnyPlYVyBGiCEwmY7Z3N5h7Ykn6A9qlhYWySin1jfoD/poziwtHmI2meKcZ3FhkcFgwNbGJl0IlFXBwvw8CkynE4wYVBXJcGp9nZ3RJnVdMxwOeeCh42xsrFNVFYrBiMEYS8pKjIGu68gpE0Lg2LFjHF9bY25unuc///nUdc10OqWue/T7fbz3TCZ7VP2asnKkmFGBpg2klLDGgGQMGURBIOdI7Dp6fSWmMTFHispjrWM2bZh1MwRP1VtgfrEm5QYxHlNYJmMlhEDhLUvzh6h6PWLXMkuZaZeJXUSjoskgVDhbkMOYbrKJyYHaGeaWLCtLjpXFiqX+kMo0eBrCbJuwN8KazLA/YDwekzRR1AWm8ky7zLSDNjl2J4nt3TEhVTStY3ec8LUDIk5arBGMtGhWnMl4H/Flx6AX6PUTdR/6ztLrLC5nlDHEhOaI1UCKigLiCkBpYqJrEinNOHViTKYi4sjiCLYgi8M6T2HBSAaNkCKCUmjC6AyrYPCIKcjGojimKRI04cSgRkENiALKbDajKBzOOfZZa2nblpwz3nu89zjnsNbyJFdYrBVSsmhWRPguQVUprNAGZWdrg6ZpqeuK1dVzGI126PdrVlZWeN6ll2CMQVUJbUOKkdA1FEVBSgkRoa5rUkrsExFUlQwYFUAwxlAUBftyzqSUSCnT71cEG7DO4o3HOYe1lpwzTxIRFFBVIkpIEVFQVfYZYzDGYIxBVYkxoqqklBARVBXnHNZacs6oKiklRISiKBARjDHsSynRdR0/60SEm266ibvvvpsvfOEL/OVf/iUiwoUXXshb3vIWLrvsMv57yrLk7W9/O3fffTef/vSnOXHiBDFGVlZWeNGLXsTb3vY2+v0+TyrLkptvvpmPfvSj/Mmf/Amz2Yxjx45x/fXXc8011/Ce97yHzc1NVldXeTauv/56jhw5wmc+8xk++tGPoqocOXKEG264gV/+5V/mey0uLvLWt76Vj33sY3zwgx+kaRqOHj3KW9/6Vq6++mp+kBe/+MV8+MMf5tprr+VHsbKywq233srnPvc57rjjDtbX1ynLkqNHj3LjjTfy0pe+FBHh38LFF1/Mu9/9bj796U/z/ve/n9FoxNLSEldffTW33HILdV3z31MUBX/4h3/IF7/4RW6//XbW19dxzrG6usqb3/xmfumXfoln4vbbb+f222/nh3nzm9/M9ddfz5Pquubqq69mZ2eHQ4cO8b0GgwHvete7+OxnP8uHPvQhNjc3qeuaF7zgBfzRH/0R5557Lj8Kay0vetGL2NzcZGFhgR/kVa96FY888gjvfOc7qaqKP//zP+fH4ZJLLuHmm2/mb//2b/nMZz6DtZZLLrmEt7zlLXzyk5/EGMO/JRHhbW97G1/60pf42Mc+xtraGkVRcMEFF/C7v/u7/MIv/AL/2nA45A/+4A+44447uOWWW4gxcv755/Oa17yGxx57jG9/+9v8jxIR3vKWt/DOd76T73XxxRfz7ne/m09/+tO8//3vZzQasbS0xNVXX80tt9xCXdc86frrr+fo0aPceeedfOELX6BtW44cOcLLX/5yXvGKVyAiPOltb3sbn/zkJ/mLv/gLRqMRy8vLvPSlL+Wmm27iHe94Bz8tRITz5no8sDXiwE8WFRAFFU5T4TQVTlPhaVRAFFQ4TQVEQQVEQYXTVHiKKKhwmgqIggqIggpPEQUVniIKKjxFBURBhdNUOE2F01R4GhUQBRVOUwFRUAFRUOE0FZ4iCiqcpgLn93uICGTAc1YGDGdlwHCaHD9+XFdXV/lR/K/v/d957LHHCCFQlDXT6ZSYEjElQkw4X9B1HdZZfFEQQmB9/RTTyYRe6Zns7WKtEpuWcw+vsLK8jCsLer0+vqiISWm7jqooKIqCsiwJKTGZTMgZnHNYa1FVVJX+YECvV0NOeDKz2ZSiqolJWTh0iKYJNG3HaG+XYa8mxcBwrs8Lr7icU6ee4Bv33YcRwTlLjJGq8KhmRCGEjle88hU896IL+a9f/Spf/8Y32N7aYXH5CKrCPs2ZkCMpBlKKxBTIMZI0g2Z84Znr95EkWDH0+33mF+ao6gorgqKkHPHW0nQts9mUXq+iKis21rc5cvQIvijY2trm1Kl1/s///J/ZG41xzpERQLDG0cXIZLzLbLrNbLpHURT8x//4v3DXXXehqpx//jEuufhS+v05iqJgbm6OGCNVVRFjixhhc2OTXlUzHC4QuoAqZL4rKykraCbGRIwt02abXr/AiCGEzBkWYxyTacPOzohzzz1C1wX6vT6TWaBaWKZtIym1GKN4L5SFwxhIMeCMwRcVoe1oZg3ZBHpzEMMUyZH5qmZQCEeXFhh4xacZLk4p6HDaUphMWReMmo4khi4L0zaxPe7YGndMO0OTPZPO0WWPuD7GVaBQaia1M3KMWIHSWwqXKV2m34OlRc/80OFcIMYxsZ1RS42ooMp3CYgB40gYkng6tew1gdGkYdZGYvaUdojYEusqcI6IIQMxdhiNOJvwRJx2eKMUkqhLRTUTM8RsCEnosiVkS5KSLJ42wazLdCGRs9BOZ/TqHiKCiFCWJSEEUkpYa3HOYa1ln6qiqqhmvPcYY1BVYgyEEDHG0DQzmllLUXjKqkKzEmKHcZaqqpjNZmhOOOcQEaxA6Dqa2QQRQVVpmoa6rum6jhgjKSVyzhhjMMawzxiDc459KSVijKgqReEIIZBzxhiDiKCqiAgigrUWEUFVSSmRcyZ0HaqKqrJPRDDG8KScMyklVBURwRiDc44YIyklcs7knEkpkVLCGENVVXjvERFUlXf9p/dw4GfXl770Jf7u7/6OW2+9lR/FP/7jP/KJT3yC9773vRz4n8PNN9/MjTfeyNVXX81Pq5tvvplrr72WV7/61Rw48L1SSozHY/6PL/+/3PoP3+DATxZRUAFRUAFRUAFRUAFRUAFRUAFRUOEpoqACoqACoqDC9xEFFRAFFZ4iCio8RRRUQBRUQBRUOE0UVEAUVEAUVEAUVEAUVEAUVEAUVHiKKKiAKKiAKKjwfURBBUThnS+9jNdf80IGgwFWLBjOyoABMmCADGsn13A8C8eOnc/W1iaPPvoYYiZ458mqeOcoioKsQl1VhBiJKdHv9ek/5znsbG+zND9HYQ29fkFqO5wVUogkzWTNxBhxvqSsKrqmoes6cs7ElGiahhASqkpRFBRFyb626zDWkmNgvi5QFZppw6RtsUXFeDyl7TpyzmxtbrN69BwuvPAivvPY49xz7zcZLi1hnUVR2vEeCXDOM52MWVpa4ucueA6jvTHHT6yxN96jqCqaLtJ2kRgjRgRXWLz1YCxZBF9U9AY13lm6tiV2HU6F6WTC3mjE+qmTeO8ZDHrMz89R90p81afXH5Dne9RVhRhhfn6O1fOOsri0xHTS8PFPfJK9vV2cL9CsIMK+nJUuBKbTGW0zI4bAv7v6ao4dO8arXvUq/v7v/561tTV6dZ9jx34OUMZjQVXp92tGexN2d3d45JF/4eiRI1SVJ2cBlK4JdF0HCsYIOWVCTAx755BSRlH6VUlVVXQhkHJEs6NYqVlcXGRjY4OyKijKitJapO9JyTOZ7hLGDcVcn6L0TLpAGwLBNMSYUVXKXkEzneB9QU6wvjnmiXbCaHvMobmanoeSyOJcTb/sMQkNzahjpxO6bNndbTm1PmHSGMreComCaRtQ7ynrkqgB1Ya5ukAmM0rb4nymXwvDntKrYFhbCpeQNMFMIhalEDCmIOgMMQZjPYonZkNIhnGTaWKmyQWTYGnSAON7VGWNsw4QMkJCSTmhOWBMpiRS20AlHZVpqaxSmkyOUxRIYonWkm1BpKDNQpcjbVJiDNAGNGRyNgwHQ7IKT4oxYozBe4+IICJ8rxQD1oDg0JzJKSKaiV1Ac6LwFucszggYvstinENEqKoKQck5E0IghA4jgnMOEUFEUFVEBFXlSSKCMQZrLftEBBFBRNhnrUVEaNsZIoJzjn2qiqqyT0TIOaOqpJQIIZBzxoiQcybnjKpijEFVSSkhIhhjEBH2GWMwxhBjpOs6cs5Ya7HWoqqoKs45rLWICPtEhAMHno0vfvGLXHfddRz4n8O9997LaDTiqquu4ifd448/zmAwYGFhgX/t29/+Nmtra1x22WUcOPCDiAjWWl524VFC1/LxBx9nbdowjZkDP34qnKbCaSqcpsJpKpymwmkqPI0Kp6lwmgo/kAqnqfA0KjyNCqepcJoKT1HhNBVOU+E0FU5T4TQVTlPhaVQ4TYXTVPiBam9Y7VXceMl5vOzCo1hrEREwPJ3hDMMZhtMcz8Jsb4fzVs+hnU1YO3GSwhsW5hdJOVOUJWVZM5vNAIP3nhA76n6Pw8uHIEdS1xFTw/zCAuO9EWIdFqULgaaZosww1tKrKiaTCaqKL0uMMYhEmqZlX1XXGGvxzuGdI4vQdoGyrJi1LUVRkFPiyJFzefz442xsbLF6+Byef+nz2Nne4qGHH2bp0DJbeyO6GLHWMptOSDEy6NcY4KqrXogxhnvuvYeTT5yiC5GqKkhZMdZS+YLCW8QaNCdIkeWlc1heXGTWNeQUmZsTuqalFEtoWiCTU2JvvMvm5hYbmxsokV6vpt+rqKqKhcUFnHfMLyzwnccfp40Rayz/5f/5e7JmFFAUVUURjCgxJrquJYREVfd4/vN/HmstVVXy4hdfw1e+/BUeffRRvPccPXoUax1zc3NsbGxQ1Z69vV2m4xHOHSWmQOgCznq6MKNrW6wxuLLCeYM1Fs0lzji6rmN32jL1GV96QJjstRy74BjOWZaWDpFSYnv9FCvzC8SmwXvHYuloxNDt7eBiTYXiMHjnCCgpZkopyRFSVEIrkD1ISZsrHt9osASqUnDbY1KcYSRT9vvsRkfTQQpz2P4q5aAmBksImZD3sDHiiIRmi8yEublFlg+XlMZRFVCVSmEjkmdYjTgVvLE48ZhskWyJqqTa08SO6aRjMpkxaZSmtWQ3wJV9KObIrgLrkaJCyoKUGlLsCDGARqzJlDZRuUBlArW0FDqjyDMKjficyRrIAkkdTjxJwIrFOo9TA0HoApROMGLIFHQxERMUhcc7S4wB7yzOWEQyqooq36UI3yVCUkhdImokpQQiOOcQazDGIIAYwVmLs5aiKFGgaVqMEcaTMTu7u/T7fTQn+r2aoixQVaw1ZE3klNhnrcVayz5jDMYYQBDhuwTVjIjBWou1hq5rcc6yLyVFNeGcx3uPCMSYiDGiCsZY9qmCKqSc0QTZJIxR9hkjWOvIOZNSImdFybRNQ0wJVFFVjLWIMXhjsM5hrQURcs4IBw48c7PZjMlkwhe/+EU2Nja47rrrOPDTS1UZjUYcP36cD37wg7zuda/DWstPunvuuYfPf/7zvOENb+Dyyy8npcT999/PRz7yEV75yldy3nnnceDADyIieO8ZDAb8+wuOctXhBWKMqCoHfgJkwAAZMEAGDJABA2TAABkwQAYMz1wGDGdlwAAZMEAGDJABA2TAABkwQAYMZ2TAABkwQAYMkAEDZMAAGTBABgzPXAYMiAjOOfp1n8FggLceEYEMGCADBsiAATJggMxpjmdh3ie6vTEXnX8OkjuyeNRA3RsSs9KGiLMe5yzWGAwWDYGmmyGqbG1uoZromkiKAREh50x/MAcmYoylbWds7ewQU0dVVYiBnDLLK0uIGIw4prMphox3hul0TFkUGOfJCjFncs4ImeddchEv/aV/xze+/jWWDy2z/sRJHnjgfsbjMeNmhhY9Jk2Ht8rc3AIn1h6nm8544RWXcXh5mfWTT/Avj3yL7c0tFhcXSQpYZbY3wXuPoaB0Fc47TOmRrFhrISlVUdN1LdY6rCsYT2f0+z3atqG/cIhpXGdpaRHITKZTHn9iB9VtirUNFDh06BDiLOfvznjooYfZHbdkPDFDCAnvLcZZZrOGyWxMBsqi4pxDS8zNLbC5sUVR1CwtVrzgBZdx333388ADD+F9yXnnVYxGIxaXhjz27Yf49iMPcs7hwwz6FVsbpwABhOFwiPc121vbiDVUZUm/16cNmRBm4DJLwzm2R7tM90YUZUHZK9ja2iRrwjlHVVUsr6zQjCeUVcnJJ57g3HPPJRuHKy1704acM/t8UsRYrLNYazFdImuiLj3NrKEsK2ZNoixq2mDp2kxd9Am5IISOgpqTp7YZLiwjxqPiibGh9J7Kdox3jzPXhyXrGCwnzl0+hNMpAz+B3KGaKaynKgtihNksoaYkm4pZElCHtQWdcWwmZbcNnDixSdc5hsNz2UuR6SSRJSJul+EiDOYNiV12RmN87ugVhoXKULpIQYuXFpNmSJgwVxektsELiCpN19GrHWosoQsEFbA9piHTkdlrGrZHLSEbfNHHWCEEoUkGX9X4wuGtUnqDlUTqxuTUYQ0YAUXJKZPVkdoSKSqcc1hrUAHjDGIghJa2nWEAJwIGJGe0BZpEkwLdrIMIoQ3U/YqoGVJCjJIyiE2AUlQVKP8/wRiDMQZUEMN3GVIKdF1H0wRUE2IcKSspJabThpQCdV1T1X0QJQclKWQExYCAqqIoKgaMIFYw1mGMwTkDKqhGXOEQhKadkVVIWcmqiAEjBmMM3ntUlaYNKIq1FmcdBw48U3feeSef+9znuPDCC3nHO95BWZYc+Ok1m814+9vfTlEU3HDDDVx//fX8NLjhhhs4evQon/vc5/jQhz5ECIHV1VV+5Vd+hVe84hUcOPDDiAjOOYbDISJCWZZ0XUdKCVXlwE+ADBieuQwYfrgMGM7KgOGsDBieuQwYzsiA4ZnLgOGHy4DhKaKC9ZaiKJibm2OuP4crHCICwhmGMwxnGM4wQAY5fvy4rq6u8qP48//tL8gIWRzTLvH1+x5iceUIKo6shpQygpJjJISWru0oCsfOzg5FUVCWJW3bEkKgbVvKssRai4igqvR6PcbjEfPzQ8qqoGka+v0+1lpijPR6PSaTCW3b4r3HWkuMkbIsmYwmzM/Pk1Ki6xqstRxeXuHKK6/Ee894b8Tdd99NM5vR7/cZz1qkN6SLia6ZsrK0wPxczfracV7zH67n/KOrfO1rX+Ohhx6irCr6/T6j8YSyHuCcp65rmqahaRp2dnYYDAaUZYkxhn1FUSAihBDY2dnBWUtVVTRNQ1XXxBDwhadpWmazGeO9PUSEsioRgZMnTzA3nMNay1133U1/0MMZh6qSciKFxKSZMJ1MaWYNKQZILf/hhht4yUtewt7eHiJCURRMp1NOnjzJQw89xGAw4KKLLqLX6+ELYePk4/T6JaurR5nNZkwmE06sPUFd11x88aWAMBrtogqFL/FlibMVCSGEgLUWYwyqioigqvT7fba3t3HO4b0nhIBJStd17FNVqqri8OHDHD9+nJwzIkLOGRFBREAy/X5N00yZzRpEQEQYDAaoKmcIIQREwDkHGKazlqyCGIMtHEUhjEfbFDYxqBKXPucwhwcW2l0KOrrZBotDCxoJQVFxYAraDqzr43yPNhhmTSQEpWkDW03gvhPblHOHqMshoXM0s0zOlsFgDueE6WzEeLKBuI6VlQWOnjuPjrfoFdDzmcJ2eBoK6bDaITEgIuSQEfEY48gIbdeC9WQpCVIzywW7M2Fj1DFtBfE9+r15fFHTNZHRbMZw5QghRIgtTiJWOwgzvGQKqzinGBQlozkTs2faVjg/wHpPQggZsghZM2IE7y1GlJwCsevIIdFOO2LMIJBUSWSqqsJ6S9JEJgERciLEQAiR2bjF+5KqLCmKAmstIhYRQUTIORNCIITAPhEhhBZjDNZaQgg0TYOI4JxDVUkp8aScMyklcs6ICMYYnqSqGGMwxhBCIISA9x5rLSlFUo7EGNnnnMMYg4hgrUVESCmxzxiDqvKfbnkXBw4cOHDgwM+KlBIxRkIIpJRQVVSVAz9mGTCclQEDZMAAGTCclQHDWRkwnJUBww+XAcNZGTBABgyQAcNZGTCckQHDWRkwQAYMkAHDWRkwnJUBw1kZMDyNiCAiWGvx1uMKh7WW0zJggAwYIAOGszKsnVzD8SwsLC2yuzehaTuquubw4WVObW0SohJixlqHEUE1k2IgxUTXeUSEGCN1XaOqGGNYWVnBOUfXdRRFQdM07FtZWSGlRF3XxBhJKdHv91lbW6OqKkIIWGuZm5sjhEBVVTjn2NncYWtri67rEAFnLYNen729PVZWVjj3yCqXXX4Fj33nUba3d5hfHLK+O2V+YRHqkkFdsLe9zaWXXsLq6hEe/ta3uOfee5lMp8yLoQkJ6zyzWUNVQYyRyWSC956qqrDW0jQNbdsyGAwYjUa0bcvOzg6T0S6rq0dwZoHCGbpmQtd27O0GVJWUEt4KZVnS7/fx3nPJcy+g7tVMp1P+y913cXLtcQwG5x11XVOVFd4IVhRNgXY24ZILn8PKygpf//rXsdZSVRXLy8uklFheXqZtW44fP87a2hrLy8sM+jU/93MX8Oij/8LG+jbGGKqyz5Ej52GtpWsjRVkyHC7SzBrKssJ6j2ZBEFSV3d1dFhcXKYqCtm0JITA3N0dKCWstMUZCCAzKmn6/z+7uLoPBgL29Pfb29qjrmpwz+2azGcYYjDE0bctoFCnLguFwnrqu2d3dpWk6mqah1+vhvSeljDGGlJTZbExZ1syaFiOOZtYQgjCZzDC9gi4YHv7WGpPFimFlGJSWQf8IJ0cblEUfYwvUWMQURGdoWmW22zHamzGZdiiOEDK7047DyxexvTsl4xn25qHbowuB2c4WzkJVGOp+H2ML6ghxe4eVIRQmUJiI1RarHc5krBhsUdO2HbaoSdkQVRBbQbXMrMt0yTANsL7TMG4yvrfAcH4IpsC6EiuWXq+i6vXABDRP0NzgrVK5jBCoHBRecZIRUZSE5kzOib7vwMxIWLokCELMBrElztc4K4QQaWcNIQT2tblBDVjr8dZSupKyrMiqmGxRzWj2ZI3EKGhQfNmjqirquqYoCowIZEVEMMawr+sCxrSEEMg5AUIIgRgjIoK1FhHhScYY9qkq/5pzDuccxhhSSsQYKcsSEWGfiOCcw3uPakHKgZwz+0SEfTln9qkqxhhEBBEhpcSBAwcOHDjws8RaizEG7z2qyoGfIBkwnJUBA2TAABkwnJUBw/fLgOH7ZcBwVgYMZ2XAABkwQAYMZ2XAcEYGDGdlwAAZMEAGDGdlwPD9MmD4fhkwICKICKLCUwyQAQNkwAAZMJxhgAyOZ6EoCup+pomJrms5cuQcHn18jYwFMaSYyMZgjeC9o/CeGBOHDx9mMpmQUqKua7z3DIdDnHPs7OwgIhRFgYgwNzdkc3ODvb09er0eo9GI4XDIvpQSZVmyz3uPqmKtpW1b5ueHiAjr66do28Dq6hHOO/8Y2zs7PPjQw1x00YVccOGF+KLgn//5n7HOMz/oUTghA2XhCM7yvEsvYW+0x8mTT7C9s8NwuEhvMGQ8mRG7CKo457DWYozBWst4PCalhHMOYwxlWbK+vs7x48fZ3txkNtnj1BNrLCwssHrkCGINg14f7wzeewSw3lEWJXVV4ytPv65IKbK0MOT5l1zM//V/34WoYIzQTMc46wkx0LYtoQsYgaKquO+ee3niiSe45ppr2NneZm93BAKLC4scWlxiNpkyHU/YVCj9OZw6tc4DDzzIFVe8kEOHDnH8+HH6vT71sMfOzoiqquj1eoQQMSaRMnhf0rYtIsK+pmlQVWKM7BuPx4gIKSVEhLIs2dvbw1pLURTEGNlnrSXnjIiQUkJVKYqCqqqwTui6DmMMIkLTNJRlyXQ6xTlHCIEQAs45RISmaei6DhRCF5CcUSOMdyZY62i6xGRvzM76GuPzVljoO6wGVg4N6Q8X6LSCZGnbSAwwayJNE2m6zGSWaVuw3uJcD6lguhfopgGTxpRiKE0LjKlKi5WEpo65uuDQ4oBeXWBp6NkxVjpEA5o7LJl9bcw4Z0m5wlVDNEIblZwqtqae3UkgISgF2Q5YWB6QcCiGsqwRhBQTmjPWJJrxDo4ObzK1g7qAslasBAwBpwoSUc2oZNQqpoCYocsWL47SFUQtUSNEhWYyoZklui4hYsEJtnRgBSsW5zzOFVhjkKxYQNWCQFKPOgtYyrrAOIu1ln0pZ0gZEUEVUCXHROgCbduSc6SqK2IM5JxxzuG9x1qLiJBSIqVEzhkRYZ8xBmMM1lqstRhjyDnjvUdVyTkjInjvMcagquyz1mKtZZ+qklJCVVFVVJV9xhiMMRw4cODAgQM/i0QEEeHAT5AMeM7KgAcy4IEMeM7KgOf7ZcDz/TLgOSsDnrMy4IEMeCADnrMy4DkjA56zMuCBDHggA56zMuD5fhnwfL8MeM7KgOGsDBggAwbIgOGsDBhwPAtf+a9f5fLLr6Q36DOaTNkdjTj33MNsbG6jYujaDlFDWVRUVYWzlvHejKqq6LqOnDOLi4s0TcPe3h7z8/N0XUfbtgwGA4qiIOeEMYammXHOOecwm83Yt7CwQIyRoigQEVSVqqoQEdq2petayrJkOBzSNA1bW1vc/8ADLC0tEULg3vvu56GHvwUow/l5rC8IcZe6sAwPLTDdGzE/HNKra06srXF87QRl2WMwXKCLELPQzBoOLy/Rtg1t25JSYmlpieFwiKqiqlhrSSnRdR2bm5uQIoNBzebGKdaOP8a3H3mY0XhEVdbknNiXMzhnOEOwzqA500wn9AYDuqYjdQ1lURG7jqCZDkNZlziUmCOFLzhxfI2Hxw8yGAyYGwzY2tpCc6aqKmIIlEXB0dVVRqMRo9GIzc1Njpx7GGsL1k9tAIaujSwt9hkOFxEZAwJYRDxdF1ESKcGsmVEUBVVVoao0TUNZlhRFQdu2eO8JIRBCoCxL+v0+OWeKoqBpGrquY3NzExHBe0/btnRdh3MO7z0ilqLwxBiYTCZMp1OWl5eJMVLXNV3XMR6PqaqKfSEEvPc4Y5imSM6JhaVDGGMwRtgbjcjRMlxaxfXm2Rrv0s06xqGlWxtT9mqcLxCxZDU0bSQmxboCZI5cCkksTVJC11Fqy3nnLBJTw9bGt5DcMBwULC/0GPY8vaqkVxicmaFpD00ttUZEIqqZpBlUyGIwvkZtSVLDqHPsjlt2RzPGXceoG+B7C8wN5/G+IrYtbcpY6yi8x1pH7Fpi20BOOBuozYTKK4UDR4cn4kk4IoaAIaIaUVVUFSFjTMYJOOtRXxPFELRgbzqhmU1ogyVGi6olZyVpxs6VGCsYEZz1lM6hWSErCIgqIoJ3Bk9J6Q2mNCTNpBggZ/aJGIyxhBAIbUfTNKSUsMZQlT2SJpxzWGspioKUEikl9okIqoqqYq3FWouIICKoKqpKSol9xhhCCIQQMMZQFAWqSoyRnDPGgoiwL4RAjBFVxRjDk1QVVUVEOHDgwIEDBw4c+LEzQAYMZxjOMJxheDoDZMDwdAbIgAEyYDjDABkwnGGADBjOMJxhOMPwdAbIgAEMkAHDGYYzDGcYns4AGTA8nQEyYIAMGM4wQAYMZxggA4YzDGcYzjA8nQEyOJ6Ff/nO4xxePcpwuEBOmRA6FheHhNgRY2aiGWsdw7kBvV4PEUMz65hMJuScaZqG6XTKPhGh6zp2dnZYXV1lbm6O7e1t5ub6WGspyxJVZWFhgZwzvV6P8XiM956qqpjNZhRFgbWWXq9HDpH5uSG5n+liYG9vj/F4zKxpqOqaXm9A6iL9fp+5uTm++c2vc/icZdrplK1mxsrKMi9/2b/n+Hce58GHHmK0N+K8YxfgfMGjx9cYDOapreNbjzyCs4a5uTnKsiSlRM4ZYwzWWnLOTKdTnHOMx2PmejXzwwHzg4rNjQ02NrdoJmOme3vknLDGkDNYJ8SQ6ELAWsE5Rwwda8e/w6A/x7DfI6VMFqVtZswPF7jkkueSU+bUE08gxrC7O8JY6PUrTq2fJOfMysoK/X4f7z0iQn9Qs3Roga2tLSaTCRvrW/R7c0wmDeeXPc69ZJXJZMZ4PMXZktlsRttMsNbQti0qIMZQFAVt29Lr9fDes7e3hzEGVcVaS9d1iAj7UkpoUuq6ZjQacejQIXq9HuPxmF6vR9u2pJTY13UdXdeRc8Z5Q1EUlKWhKCpUhabpCCFRluX/xx6cxWqf1YWe/67fWv/pGff4TvutmSosaDoqfdQEiQZCUIleaGslJmIMhsThxpCgwUgCF5oYjNELQyI3Jl4YIRgClfZcHDGHFrUV6bYEoShqnvb8jP9prfVb7fZJZRcH7UNXzoGS7M+HoqjwPuC9R1UJIRDEIgIYQ991FHlJ7z1ZVtIrDIYDzuZrUszY3bmLJvSUwwFYi8cAhqDKqqtJCNYUxAjGGqzN8dHTNA15pSwWM8T0XNuHG/tbTEeGTDoK21AaUN8Rux5rDHlREKJgksUYS7KOmBwqOVFy6jZRd3B8tma+9rRdYB3BlEP6WaQ7fB4rwo1ru+zu7uBMIvqOrq2JfYvRQFUUjCpLRsLS4EzEmYhNAbQlMxFrIqo9miIkJZEAwSSL4LAi9Jqou4b5umHVGgIDjBuBtaQkiGS4PCM5i7UCqhgMpIT6FpvAoCSNGECMwTkhIxJFQBNI4oIxhguqAQ2JlBRjQERwzuGco2t6UkoYY4gxEmNEVcmyDGMMLzHGcCGlREqJlBIpJVJKXEgpoaqklDDGYK0lxsgFYwzBR4wxpJTo+0AIAWMM1hqMMYgIxggxKN57rly5cuXKlStXvuUUEEABARQQQAEBFBBAAQEUEC4pIGwIoIBwSQHhkgICKCCAAgIoIIACAigggALChgICKCCAAgIoIIACAigggALCJQWEDQEUEC4pIFxSQAAFBFBAAAUEUEAABQRQQMDxCuxfu87p+QyXlwSNXLu2x+npOcOqZLlakzSiBpqmputaQMiyDGMMRVFQ1zV1XbOzs4OqUpYle3t7iAhFUVCWJefn5xRFQZYPiDFSFAV1XaOqGGMQEVJKrNdrUkqoKm3bMqmGpJRomgbEMJ1OGY4SGEPvPSenp/yvb3gD3/Hgg9y4eZNbt2/x2b/6r+RiUAzb0zF5njObzajrmq7vWa3WeF2iMWGdYz5fcO3aNXzfcWG5XFLXNYPBgKIoyLKMC6pKWZZUVUXbNRgzZjQeMZuds1otUI0URUEIhr7vSSlh1JFQREBE8F1LlmUMqoqUIqvlEu89w8EAjZG+bymzjOH2iKosqKqKz33uH7hx/To3btxgOByyt7fH1nRK3dRY67AiYKDIc3Z2dhhUFSfHJ9x99z2oKuPxhKoaUpYDSAbVhPcBVWUymdI0DckkQvAMh2NijIgIzjmMMXjvaZqG8XhMCAFjDCEEnHOMx2NWqxVVVXFyckJVVaSUaJqGLMswxmCtRURo2xZrLSKCtZYQAtZa+r7HWkvTNBhjsNZiraVtW2KMhKCs+p7heEhKcHpyissLxGY45+h9YrHq6ZqeYVnSp5LD0zlbKcdaKIoSl2e4TCiHOdZmRFXqukWMw4rD5I5susUorxmXBdvTnO0tS2YbJK0gLNHQ0fqezBiqIsMlgyKEVCKmAMkJWBoPbSeczWvOlp5oCo7OWyQbUgyHpA7aaLAuxyYl9C1HJ4ccHj6FI1I6GJSO6ahkNCypCkMuHSU1hBpDIHeGzCaSCUjyGBQIaIpAAgwpGZQRXjNCcKx6OJq1nC57TD6mGBYYyfDRoMaQlTnlcEyvCWtBY0sKEQ0B7dZkzuAEVDwmKUYSYFAMKTlcMlgxKIYYIpoMXRcIqpAEMFzo+o66XjOajPC+R1WJMZJSIs9ziqLggqqiqqSUiDGiqjjnMMZwQVWJMRJjJIRASglVpe97UkrEGEkpkRKoKqpKSgkwpASqCWsNKYFqIoRA27ZcuXLlypUrV658ywkbwoawIWwIG8KG8LUEUEDYEEABARQQQAFhQ9gQNoQNYUPYEDaES8KGsCFsCBvChrAhfC0BFBA2BFBAAAUEUEDYEDaEDWFD2BA2hA3hXzlegbvuuY+2azk+PWM0GtN1HSkpzloyK0zHQ/KyJMSEamI8nnJ2OqMoKowx7O3t4ZzDGIP3Hucce3t7eO9Zr9c0TYO1gnMOY8B7z2KxwBjDarUixkjbtqSUiDGS5znWWkyCruuw1pJSInrFiCOq4kNgMBxxdjZn79oN2i7wzLMv8MAD97M1GfF//c1nyTLH3ffex9NPPc1zzz3H6ekJRVGgGvE+kJKyXq3Y29vl6PlnGA0HOOfIsgwR4ULbtlxYLBZkWYaq8r3f+7185ctfZLGYs5h5ZrMZWZbRNA3r9RprLSklUkp0XcdLQgg4a0kxIoABQoyYlFivVsS+J5Ulw8GAe+++G1Wl955r164xmUzIsozt7W2stdR1jRNBDOSZI89zLojJqYocZx3z+ZwsK2jbjqZpmU62AYOqkuc5dV3jXIZzgcVqjlih73sGgwHOObz3jEYjUkqEEAghICJcaJqGEALdqibPc1JKqCohBESEuq6JMeKcwxhDjBFjDMYY1us1bdvSdR1932OtRUTI8xwRYT6fs7W1RZ7niAgpKVqWLJdLQkyMJlssV2ucK7AuYzAY07UdN27dBarM12uu3bqL0DX0fYdzSrtYEWKkrCoMSte2WAzOGE6ODlmuV+xtDcnyntIWpORo2kCjLVujDLElmXWAxRkhJcOq6XBZRnQjggxY1j2n8xUn84Y2WJZdAhkw2tphrQmrA1w2ZbWcM56UeN9h6LC2Z1BYTFIKq+BrbFRyGTGuDGUekdSShRrrekxSjCpJIwZFUyRpJMREMkKWlyQjNJ1F3C1OZg3zdUsToY0DsuEekg9IrkRthjiLFUuyQq+BFB0aIslHkq8JqaVwnlISuVOsTYgoiUiMilfIUknAYG1OTIZV36ABcpdBUOp1Q0yWshqQu5y+77ngnCPGiKpircVaizGGCyklVJUL1lqyLMMYwwVVJaVESglVxRjDYDDAWkvf98QYUVVijFibEULgQpYVOJcIIWCtxVpLSokYI6pgbcaVK1euXLly5cq3nAICKCCAAsIlBQRQQAAFBFBAAAWESwoIG8KGAAoIoIDw71NA+LcpIIACAiggXFJAAAUEUEAABQRQQLikgLAhbAiggAAKCP8+BYSv43gFHnjt65nNZ5ydn0KCtmlAE0Iiz3MMkRgixggijrbtyLKcPM+x1uK9J6WEqlKWJdZauq5DVVmv16xWK3Z3t2maGkyibVtSSozHY0SEruuIMSIiVFVF3/cURcHuzg7PPv00uzu7FEVB3bYE70lGMMYSQyIvKh57/Alu33kno+GIZ54/pnQZb/xP38N4NEJIHL14yIsvvojBEEOgWa9pe8+q6RhUA85OT1gul4xHQ2KMhBAYj8f0fU/XdXjvCSGgqtR1zfn5Of/8z//M7vaY9XLGyekpF4y1pJQIqmhKiAjOOQyQAAOk4EGEzDkwhizP2draYmtri3vuuYf/9D3fw3g04oUXX2S5XHJjb4+2bYkxoqqcn58zHo8ZDod0XYeqEmOk73uMMbwkz3Ocy+i6hqapCSGyWq0YDscUeUHfe8qyJKWICGxNtxAnJAOqirWWEAJN0zCfzxkMBoxGIxaLBWVZMhqNCCFgjcU5h/ce5xwXmqZBREgp0fc9k8mEtm0py5Knn36aGzeu03UdKRnKogIMmhSS0DQdGiHPS8Q42rZBNeGynKKoKIxQlRU7O7scH58izrE1nVJnLVEVay3lYMS6btgelyzmDb5raduWPgSsGJwVxEAIPa3vCH2HiZHYBc6XPc8/fcR0WpDZnvHQcHBzyt72mFFhIXp6TTgjJElkxRbzxrPqIk8+fcx85Vm2SlZtMd7e52S2Zna8IpmSajAh2RznhLY+ZlTlZEWiWa6I9Rr1a3b2JuzsDJgOSwalxZiGpAFJHkktRj1iDJkTSJYQQFNGkoJkDBEhqKPpPLMVzJZr1q3FFTsMJlsUWUariWAMiAUrWDEYMSQiGjzSB6LvMKGhMB1VrlR5pMwDznkMASSSTCS5RBEtGsEbISVPr1DQIyJgIbMZVkqaThGBLMvIipzQd6QEKSVUFWstIoKqklIipYQxhpeklLDWklLiQkqJC8YYhsMhIQRUlaIo8N7jvacoCpqmQ0QQEUSECyLCS0SElxhjuHLlypUrV65c+ZYTQAEBFBC+lrAhbAgbwoZwSQEBFBBAAWFDAAWESwoIoICwIYACwtcTQAEBFBC+lrAhbAgbwoZwSQEBFBBAAWFDAAWESwoIoICwIYACwtdwvAJf+NJjjCdDimKI7zvW65qu7XDOUWY5uYWmC2AtYKnbnqooERGstYgIqkoIARHhwnK5pGkaxuMx+/v79H3LhaLM6LoOEUFEcM6R5zkX1us1w+EQ5xxlWZIXBa97/es4PT7BZTk7u3us1mvaPuB9YLlaUlQVTzz9FMu65o7bd3L3PXexWK0YDgrWTctXv/IoTz7+GEfHRwwHQybDEadnZ3RdYP/mTerVghACuzvbPPPMM+zu7jIajXj00UeZTqccHBwQY2S1WnFyckLbttR1Tb1uOLi1j7XbuDwncxnJJDQoRoREAgVNkZQgpUTSyO72NtH3iAhFUTCZTLj77ru59957cc6xXC5Zrdfce++9DIdDvPd0Xcf5+Tl1XXNyckLTNBhj6LoOEcEYQ4yRC6pKCIHT03N2d3fJMsdisaAsS/I8x/ue1XLFarXi9u07ePbZZ+m6joM7bnN2fMp0ZxvnHG3bslgsSCkhIhhjuOC9Z7lcIiJcu3YNiYnZbEZZlty8eZOzszNEhPPzc3Z3d6nrmrOzM/q+J6XEzZs3aduWruvJ8xwRS13XtG1LVVVUVYUpDavlirIs2draxntPMonRaErXdYChKgr29/dYrWt63+CsoSxzsixDRFjMPU27phzkDKoBg0FBUCXGxOz8jK7r0JQwgEhiOCiwNkNFSCaSzJDF6pTZouVLX/4SuSgPvOZu7rn7LsrMMRoM6H3L40/OWUZPj2XlC0a7N5Ee2iCojDA2YTC0bctidk7ZFoR2zrhK5KlGvKeIMyYjx2Qw4fbNPYalxSRP2y3xfUvmHMPCoTFgSKAJ3ycUULX4CFk5wBYjmjZQd5EkGcV0RGgtg+EUcRmtJnyv4BxiLQgYUYxAQgm+h75ngCVpi6VllCWGeSSzLTk9oi0pRTR6VMAIiMkQlEwExZKLpbCOQEYXDB6DsZYkSkJAEpoSxhiMMVxIKdF1HTFGiqLAWotzDmMMF1QVVSXGyAVjDCKCtZYLxhiMMaSUSCnhnOOCc46UWl4SY0REcM6hqqSUMMZgrcUYg4hw5cqVK1euXLnyqiCAAgIoIIACAigggAICKCBcUkDYEEABYUMABQRQQAAFBFBAAAUEUEDYEC4pIFwSQAEBFBBAAQEUEEABARQQLikgbAiggLAhgAICKCCAAgIoIIACAiggbAiXlH/leAVOzs45PZuhwZNbwYcWYkJTxIhgbYaYSFSDJuh7z3g4ou97Qgg45wgh0DQN1lpUla7rcM5hraWqKvLccXx8RDXYpqoq8jwnyzIubG9vk+c56/WasiwJIeC9ZxWX1EBT1yg1CmRZDgRclmFdznA0ZlnXPPX0c5yczamblte+9j7aoBy/+CIxJryP7O1f5/GvfoX5/Jw8z1FVVotzxDpGwzEvvvgid911F03TcHh4yMHBAXVd8/d///eklKiqivV6jYigqrTe88BrH2Q4LGnbjrquOTs/I/SeLM+BhEGwmaXMC6rBgCLPcSRSUkQE5xx5npPnOc8+/wJVVbG/v4+1ltliycnZOb7rGA4rxsMBdxzc4s7bB8QYaZqGw8NDvO/xXUvf9+R5TlEUZFbY3p7SdQ1ZlrGzs0XXeYoio+t6RuMBN25eIwbFGNjZ2UbEMByNMMbQ9z0xRsqyZDgcEmMkxkjXdagq29vbxBhZr9eEpqOqKpxznJ2dcXh4SFVV5HlO27bM53N2d3e5du0afd+zWCyw1nIhpURKCeccW1tbDAYDTk5OCCEwmUx4/vnnqeuae+65h6woMTajDzWDsqSua1QVSRH1iaSK5oZ1tybLcjR5un5FWRYcnR2zXq4Yjcc0bUtdN+RZhsGiGnE2w1rLum04fO4QZy3GZSADtnduENIAZw2ndcXhPz5P0kBV5oyGI/av73O+OiErK0yRs2yFkCzD0RbWZWTSoMETmiWDUcHesKQTQ1gfUtqM6ahitL3F7qSicAlJNbruyDPLSBKxEELs6ZqaLIEYQTGEkFCTYbMBWGHeCbPThsPzNesmErCEtGIwukWRKY5EFIMRh2QOYwCTEEmISaABS8RIoDI1Lm/JJTJwkcJ6RGucegyeqIGUFBEBZ7EkJHlysWiyRMnJs4qAIxHRKIhJOCuoETrfU9cdKXiyLMM5R1mWGGMQEYwxGGMwxmCMIaXEyxljuGCMQVXx3tN1HXmeE2OkaRqstVhraduWPC9IKaGqQAIMKfEvDBeMES6IGMBw5cqVb662bfnoRz/KP/3TPxFj5Bd+4Re47777uHLlypUr/0IABYQNARQQNoQN4WsJoIAACgiXFBBAAQEUEDaEDWFDuKSAsCGAAsIlARQQNgRQQNgQNoSvJYACAiggXFJAAAUEUEDYEDaEDeGSAsKGAAqOV+AfPv8Ik/EIa4AU0a5hPKjY3tohz3OMGEIfaYMnGYuzGW3bEkLAWosxBu893nvyPKdtW6y17OzsMJvNWK1WTCYj2rajrmuMMQwGA5qmoe978jwnpcRoNKJpGmKMiAht7wl9R+h6BuMRKSXOz88RlzMcTzhfrokxMhyOiWnFfL7gH//pC6zbNXceHHD7zrsg9Lz+9Q/y+Fe+zLX9HT7/uc9xNDtnPBoz6z07uzvMzk+w1vLoo4/inMMYw/HxMePxmK2tLWKMqCrj8Zjz83NWqxXOWax1ZHmJdTl5UeLygqRKlufEEPDeE2MEY9AEPkSariVzlr7vcc6xu7PDal3jvWddN5yenWNFKMqS4XBIVRaAwTlH3/c453DOYa1lMpmQZRlN03B6ekqMEWMMfd/Tx8hgOEBjZDgcceddO8zO50wmU2KM1HWNtZaiyMkyR9d1qCpt22KMoaoqLnjvmc/nlGWJtZYQAiJClmWsVisu9H3ParXCGMNoNKJtW7z3XLh27Rp93/PMM89w/fp1RIQ8z7ngvUc1MRwOqKqK5XJJlmVsb29zeHiItZbpdMrx6Sk2K7HWEoJnUFWQEt73xNiTicMK9O2atuuYbm2h2pOVBctmzdnZGcvFiu3gybKMPgaMEVJSfN8zHDqcOLp+xd7NLUwCTZ71uqaPAZeXSFnSiuCGA/Z3d2i7huPFnLhqaL2hns9x2QCxGdVgjO8j9apFfc+wzMgmJYWNOL8i+QV33dpiOsyYjkpKC5kJdPWCPDNYoyTfE5OSNEFS0IRkDlVICOIyUsrooqPxwtkq8vxxy+kq4lNBHw2rpmXUH2HOTzDWUQ2GDEZD0jphxFAVGWXmwERMihRWqAaWMjbkNGQmkJuA0w5reqwJkBJCQoxBEZIKYhSJLc44vAqaeoxEQuxIIYOkqDpCMAQUHw1RI1mWkWUZWZZhjCGlxAVjDC9JKaGqpJRIKSEiXIgxEkIgxkhKCWMMF0QE5xzOOVJK9H2PcxkxRowxiAgigqqSUuKCqmKMIaVESolXs9/+7d/mkUce4Rtx//338/73v5//Ed7znvfwIz/yI7z1rW/l/8tsNuM3fuM3eNe73sV3fud38s3yqU99ik984hP8zu/8DpPJhH/Ppz71KR5++GE+9KEPMRwOeTV5z3vew9HRES83GAy44447+IEf+AG+//u/H2MMrzYf+chHaNuWX/7lX+a/54Mf/CAPPvggP/mTP8nL/cEf/AGz2Yx3vetdjMdjtre3+Z/hPe95D0dHR7yctZadnR3e8IY38GM/9mPs7u7yzfLxj3+cxx57jPe+973898QY+eQnP8lnPvMZ5vM5t27d4qGHHuL1r389/38cHx/z8MMP88gjj3B6ekqe59y6dYs3velNvOUtb8Fay6vR3/7t3/IXf/EXPPXUU7Rty3Q65XWvex3veMc7uH37NleufFtSQAAFhK8lfD0FBFBA2BBAAQEUEEABARQQNgRQQPh6CggbwiUFhA0FBFBA+FrC11NAAAWEDQEUEEABARQQQAFhQwAFhK+ngLAhXFJAwPEK3HHnvaCBvm3IbIKioLCCiCUlQwwR7wN957F5wXA84ez0GOccZVmiqnRdR1mW5HmO957BYEBZlkynU1JK1PWKGzeuYwS892RZxnw+Z7lcUhQFIQSccyyXS/b29rDWcvj8C4yHQ0aDEYvVkrPzOeVgiMREH85BFeccuYsIQpFltF3LVx57nPW6pm1b7jy4QZZn3P/Ad3D3Hbe5sX+N//OvPsMLzz1HlmUc9TXGZkSEhMUYg4hQVRV5npNSom1buq7j4OCA09NTVqsVw+GQcjCk7XpWqxXGgA+Bvutx3gMGUgIRrFjEOqy1lOMxO9u7dF1HjIHxdMrZ2Tln5yd0XUdKiaIocC4jzzMGVUHuLNPxiAuj0ZhqUJJnBWVVYl3G1vYug+GIGJW2azk/P2N7ZxtjYLFY0HUty/kMUmQ8mrCzvc3+tWs888yzPPvMs4TYMZsvcXlBXpZAIkaPKpRlyXA4pK5rlsslGhMalb73kMA5x2q14oKIoKqklBARxuMxqkpd11RVxdnZGSkl8rwgJei9x0ZFrGU+XxBVqes1XdejCUyCrmmZbG3xwuEJeVFAUtbLOVmWIQaKwlIWW0zGY5arFUkjSQOHRy+wtbPFbD5HxDIcjej6ngQ467Auo+s8ddthswJrM7q+JWiPiMFKjqdnfjbnNfc/QJ4XFGVBSsrpaklRZRTTEYu2ZTKcslyf4oxjuawRVyBGKDJL8oYUO4gddb1iXG5x/z13sj2IFCYgBLSrMTZRWHAoBgWTMCkBijEGyTNEclofUBy2GNH2hpN5w5PPnlIHB9kET0YwOeV4xGQ34/j0aYajipR6zuc1Z7NjoleKPGM6rhhXJYUoziSKQcHAQWZXFKZB1EP0GAKZNRiNRFUES0LACJoEUAgBI4JJkDSRDISgdD4QbI4m6Lyn14jYkrIqsMZgjaAkUlBSSlwoywIrhpSUlCJiIikpSRQNgRgjIUY0JjJryStH1/U09RJrHYPBEIMhBM9oMKAPkZTAuYw8z4lJ6bqeGBVjDAYQQFVRVV7NfuVXfoUYIy/3R3/0R3Rdx7vf/W5eTkT4ZhsOh/zgD/4gBwcHfDP90A/9EJ/+9Kf56Ec/yrve9S7+LfP5nE984hM89NBDDIdDXo3e+c538uY3v5kLqspsNuOLX/wif/Inf8Ljjz/Oz/7sz/LN8HM/93O8973v5cEHH+R/pDe96U3cvHmTlzs/P+fzn/88v/Vbv8Xt27f5n+2d73wnb37zm3lJ3/e88MILPPzww7zvfe/j13/917nzzjt5tfnYxz7G3/zN3/CLv/iLHBwc8LnPfY7f/d3f5QMf+AAHBwd8I7785S/zoQ99iO/+7u/m3e9+N9evX6frOp588kk+/vGP89d//df82q/9Gnme82qRUuLDH/4wX/jCF/jxH/9xfv7nf56iKDg6OuLTn/4073//+/mlX/ol3vjGN3LlyrcdYUP4xggbwiUFBFBA2BA2hEsKCKCAAAoIGwIoIFxSQAAFBBA2hG+MsCFcUkAABYQNYUO4pIAACgiggLAhgALCJQUEUHC8AiYJWVYhGKrc0dYrEgkjFiOCbz3e9xiB2fkpTVODSYSQcG5IVQ1pGseFLLPs7+9iraNp1qSU8N4zm80Yj+9gPB4zm884Ojwhz3Puvec1HB8fIdYyHuUEH/nSlx6lKApMgpOTM27dusViuaZpe8rBGBGhbWqszfBtTVfX4Gsc4PKMZRd54ukXODo6o209d9zc59rulNlyxd/9w9/z/3z+Hygyw2Q0ZDAoiR14WyGSk+UZ1aCiLEuWiwVRlZ2tKb7vCX3HwY3rXN/bZTweIwbKckCRFdx377088eQTPP/c8+xu77K1tcWLL7zI/vVr7O3uMp/P6buePHe89a1v5ZFHHqHvO05OTlmta3Z296jrhvl8zmg85cL5+TnHJ6eE3rO9vUVZlqgeMh6PAENR5AyHQybjKckkijxnUA0YjqdIakgauOfuWxRFwRNPPMFqOSP6hmZ9zunJcxwc3OaeN/9vzM5n/N//+AiHJ3OyIiPLHCEEUjLUdc1yscS5jMl4SgiKtTltW/PVrz7BGx78DnZ2Co6Ojuj7hsViyf7+PtvbO5ydnTGZTBgMhlzY2triqaeewmukj4Fnnn+ena0t5usVYgwiQuc9mIbZYsF4NMJZy5cffZTtnT1SisTgMQbG0ylt03A+W7JY1BRlSUpK3bYcHp+R5ZZ6vgafKIuSpm8YT7bo2pYQAk2/xlrLztYUEszOTqnXa3b2JjhnseJ47QOvo2071usaZ4XoPSJCiol21ZHnOaPBiCcee4Jbt+5AjCX6SFMvmQxHWFGQyHK9ZDwesbW3y2Rrwmh3G9edEPslfYgICTesWC8bEooxAYioBkjgnMXYgtnK4so9kpT881PP4Sl5/rimT2NGkz0Uh9EWiUrse1wuhHbFolsREcaTXXa29/nylx4ln4yxQWlOj4mpZquyTLMJO9bShzMkdRjAGENKhj6CmAwjQkoWawQrDpMMQYUuVEQpIRtQR2G2SngzQN2INjpWraePDrEOZzPEGKJ2eI0kdVgsYi1WLCRI6rHJY+lxpkfEIykQtSWheCN4owS1BHWIseSFwZCwoUOMkGFINhFjT1Y6QOljTecjSRM2yxCxBB/wncdZB2p4NcuyjCzLeDlrLSJCWZZ8q2VZxk/8xE/wzeac46d/+qf5vd/7Pd72trdx55138t/60z/9U/b29njLW97Cq1WWZZRlyUsGgwG3bt3i4OCA3/zN3+Ttb387N27c4D+qt771rfy3jo6OEBEODg74ZsiyjLIseUlZlkwmE1772tfy+7//+3zkIx/hgx/8IK82f/mXf8k73/lO7r//fi68+c1v5u/+7u/43Oc+x8HBAd+IP/zDP+Rtb3sbP/VTP8XLXb9+ne/6ru/iAx/4AH/2Z3/GQw89xKvFww8/zBe/+EU+8IEPsLu7y0smkwmvec1ruHnzJh/+8If50Ic+xHQ65cqVbysKCKCAAAoIoIAACgiggAAKCJcUEDaEr6eAsCFsCBvCJQWESwoIoICwoYAACgiggAAKCKCAAAoIoIBwSQFhQ/h6CggbwoawIVxSQLikgAAKCDhegdVyhXNC5gytKk3XkRnBByXPC4yN5HlGORiSZTmaEiEpk/GYrutp24btnW1EBI2KtZaua2maBmMgzwtu3rxJ27Vc0KjEGJnNZjjnMEYgJc7Ozmjbjsl4wnA4ZLFYYLOC+XJNXg7Y2btGCIG6rhER1qsFs/NTxuMxo0HJcrmkXte4wTbrtuf4xUOa1Yr6f3kt56dT/vP/8Qn+63/5z5jYsj0d4bsxKY7IixHrJnDr4G5SSrz4wgvs7e1hjCF4T9s0jEYjbty4QYyRtm256667ODk+JM9z7rvvPpqmocxLppMpvvccHx2zv7+PNcLR4REiwnA45L777qPvA6rQ95H5fElKBmMcd9xxFw88UHF0dETXddx772vIsowQAi+++CLz5RrvPYtVzYWtrS0Oj89o26+wu7vL9vY2zjlIPTd2K0Lf0jYNVVVRVRXDqsKHQIyR+fyc07Njru1f4/777+en/vcf5/h8xZe+9GXOZzPWK8/R8THW5uR5gfcd3hiyLOf08Ii6qbmxv08IAWstZVkyHo/p+54Lh4eHOOd44YUX2N/f58JTTz3J8ekJY99RVBXb29uUVcVyuaTrOqqqYv/aNS7kZYn3HhFhNB4Bgb6LbG1N6XvP888/z3Q6ZTzdJoRAlmeICIrQti0xQkhK33hCFynLkr5piSGwXq3Isox8kJFipO97rDXcunWL4bDCOYe1FoMgRiiLgsViQYyR6XTKZDjmQgiBvum5cf0289mCoijY3d3m7OyU+eKUlJTVasVsdgYkXGbJsoxxbnjdjSm3b26xvbVN3y958XxNkQ/w9BASzjmyvAJV2r6nazzJXePpwzVPv/A0zx0vMOWYYrTLug+szhratsekyP7ODrkTmvWKzFQkoMwrVrOW+emTTIcjSmdYz46Y5oGb1wbc3h1Q2ha/OicrFFBIBkkGjEGTwYilqTucyynyjOADxhhiTBg3Zh0MPlgaU9IbR7Ajlo1Sd4E+GqxYrLGgEIkkEsYYxAgYAXEYkxASjogTT5Y6MtPgTI9LHmcCKSV8MngsfUqEBOu2pQ+GpEIKhhANJiUC/yITEhkYSyIhAmqEJIJiiJoIgNGESZEr/zG98Y1v5MEHH+SP//iPed/73sfLPfnkk3zmM5/hV3/1VxER/qN58MEHqaqKxx57jBs3bvDtxHuPiGCM4VvtR3/0R3n/+9/PyckJe3t7vFp471mtVly/fp2X894jInwj5vM5h4eHfN/3fR//ljzPefvb387HPvYxHnroIV4Nuq7jk5/8JD/zMz/D7u4u/5Z3vOMd/Pmf/zmf/exn+eEf/mGuXPm2IoACwoawIWwIG8KGAAoIGwIoIIACAigggALC11NAAAUEUEC4pIAACgiXBFBA2BA2hA1hQ9gQQAFhQwAFBFBAAAUEUED4egoIoIAACgiXFBBAAeFfOV6B8WSE73uGw4rYdxhjcNYSY8AYw4UEVFVFlhf03pNXOU3TkBcOYzKWyznOObIso+1qUkrkhSOEQNOucc4RY6Rta6y1RPV0fcNqvaDrOkSE0WhEiEKIPVFzRAxNUxNjJITAYrGgLEvKsqQoCpqmoe97uq4jpUTTNCQsy/mMLM8pMsvx0Yt88QuBz9dz/vavPosVS5aPCAmwDk0Ol5fYoCwWC/b397l16xbGGEajEapKjBERYbVaYYxhuVzy6KOPsjUdU1UVxhhOTk6Yz+ccHBywWq1YrVaklOj7Hmst3ntmsxl33303TzzxBCEE6rqm73vG4zGDwYCmaVgsFozHY6qqQlWZTqfUdc329jY3btzAWkvTNKxWK/I85yXr9Zrj42NUlcl4wOHznswahsMBeZaztb1NURRYK4h1TLd28cET1PDVJ57mmecOKfMh9997L6PhkOVyxZNPPcWTTz7J2ek5F5qu5axtETHkzuHbFednHpflxBgZDCryPONCCJ69vV1gl8cff5z1es1sNuP2HbdZLJe0fUdKibpRNEUGwwpjDG3XMJ/PmUwmFGVO13XM5ufcvn2b0hh63+ODZ2t7iqrS9S0iQt3UpJSIMaIpkgKMdrbouoau68iyDO89ZVlSliUXYoxkWcZwOGQ4HLK1tcV8fs6FqqqYzWZcmEwmpJRYr9csFgu891wwxjAYDOi6nv39fdbrFcfHx+RFjlhD27ZUVYW1u1wwJlE3NUen59Cu+PwXv8jW1pC77rzBcJCxszVkUA1xTgnqCWJxzoKNGC88+8KC82VPG2Brd595G0kYokI1LBkOR6yXC87Pz3ECISij8U1cluN9R54pZWE5P30OX7dc3y248+aU7Qlg5oTUkFdAcJAyMAlIkBRMQlwiGk+WZSQbCb4ndyV9UPLhCK0DjTc0MbL20KWadZ8IUcBmWCtYEawxRDWkZEEEay3GWKwYBEWI2P+XPTgP8rsuDP//fL3e9/E59kh2Nze7HAZiOOSeQFVsg4gcLYgHpaDUSsWKwkitI+AAKq1adaqV/oMWMBotnWYcBwpoIiCHCvy4EpFNIMlusvd+rvf9fr1+XXd2EjJQgWq/juXxEAUGBaYsMIXCEhpLa7RKmWMIiRIFljaQosQwBKWSqFJRFlAWJWWpKLRACwlotDaxpA1aoLSFlBaq1KAFAtBSI/jDND4+zqZNm3jiiSdoNpv09PRw3HHHcdZZZ+H7Pr9Nf/7nf861117LwQcfzN13380999zDTTfdxEu5/vrrWbNmDeeeey4LNm/ezD333MPo6CiO43DEEUdw3nnn0d/fz29y4YUX8qlPfYpf/OIXvOlNb2LBbbfdxtFHH80RRxzB/pIk4Yc//CEPPvggk5OT+L7PmjVrOPfcc+nv72d/H/zgB7n88stZu3YtB7ruuus4/vjjOeOMM5gzOjrK1Vdfzde+9jU2bdrEgw8+SKvV4l//9V95rQzD4KVs3bqVTZs2MTw8jFKKwcFBzjrrLNasWcP+RkdHueOOO3j22Wdpt9v09vZy3HHH8Y53vAPf91FK8YEPfIA5RVFw0003IYTg9NNP54ILLuC34cYbb2Tt2rW8853vZGZmho9//ONorSnLkksuuYQ5p556KpdccgkLNm/ezD333MPo6CiO43DEEUdw3nnn0d/fz4J/+Id/oKuri0svvZT/ib6+PubMzMzQ29vLgm3btvGDH/yA4eFh0jRl6dKl/NEf/RGnnXYaQggO9JOf/IR7772XkZERpJQMDg5y5plnsmbNGl4Ly7JYtmwZv/zlLxkcHGTOL37xC3bs2MEHP/hBXgnXdTEMg7GxMVasWMFLWbt2LaZpsuDee+/loYce4kMf+hAbN27kySefJI5jli1bxplnnskJJ5zA/pRS3H///fz4xz9mz549KKUYGBhg/fr1nHzyybxav/zlL0nTlBNOOIGXI4TgL//yL7Esi/1FUcRdd93Fww8/zOTkJK7rsnLlSs4991wOPvhg9nfJJZfwd3/3d3Q6HTZt2sQLL7yAZVmsXr2aCy+8kJ6eHp555hk2bdrE8PAwlmVx0EEH8Z73vIdly5ZxoK1bt7Jp0yaGh4dRSjE4OMhZZ53FmjVr2N/o6Ch33HEHzz77LO12m97eXo477jje8Y534Ps+r3sdCpDsowAJKEACCpDsowDJPgqQzJOAAiSgAAkoQLKPAiSgAAkoQAIKkMyTzJOAAiTzFCDZRwESUIAEFCDZRwGSfRQgmScBBUhAARJQgGQfBUhAARJQgAQUIJknmScBxa+ZvAZKKfI8B+EhpMC2bRzLQkrBHFUWJElMkiZIaWDbJlG7g5ACKQRSSHzXoygK0BqhIYkTpO+hypIsSVCmhWmZZGmKVppSldQqVTzHQSIQUiCAIsspyxIRgO+7TE9pqpWQsizRWmGZkjSOaDUblGWBIQWN2Rm01nieh+eHGFGGQiNsg7HpFqO7OxhCIwwDw7LodFoYlQA/qOGGId2L+ui1AmzHp1qtMkdrTVEUFEVBd3c3c5IkwfM8LMui1WrR09NDV1cXY2NjPPfcc/T09BBFEUopPM9DKUWr1UJrzZzTTjsNpRStVossy5icnKQsS5RSTE5O4nkeQRDQarWY47ouMzMzWJaFZVks6O3tpaurC9/3KYqCZrNJmqYYhkFRFDRmp2k0mxiGoJOUZFmKMTJOJQyxbBu0pqu7C8MwCYIApxAEyoAy5tmtv6RWq9E/0M/gypXUK1UmJicYHR1lYmICzzEATZpGFKXGNE201pRlydTUFEVRIKXENE327t1Lo9EgyzKklNTrdUzDZNGiRUzNTBNHMVprXNcl9AOmp6fJswzLtJAI8jSjLApc26HTapEkKWEYUpYFs9MzVCoV/MBHlwrbsrAtC60hjmOiTotOJ8I0TcIwJM9ztNZEUYRt22itKYoC3/ep1WpUq1V83yeOO2itMU2TOI4RQmDbNrZto5Si3W5Tq9VotVp0Oh08z8OyTKamJtFaMWd6ahKNRkqJ1oqiKACN49g4tktmB8iwgjQ8Olrx9I4pZqbHWLyozqKeOtVaSOh5+L5FkeVMjk8wMTmDZVUptIFhe0jTgSwjKxS265IkKdos8TyPTGgsNKYpQEoazSaUGY4NeZlR90qWDXSzqMfBs1JM2UHpDoVIoLSwlYdUEiVLEAVaKKAky3OkpdFGSTvtgDBxHJtOJ6PVyUiVTYZJVJQ0o5S0LNHSASkRQqC1RiuFFgIpBEJaSENiGAZSSqRWSF1ikCPJMEkxRYolUkwKDJmjRIYWgBAIBFJIlJAIYaCRKCVQhaIsNUopCmVgKpscTak0ogQtDIpSAhJVKsqS/yIQQiOk5g/N8PAwf//3f8+pp57Kpz71KWq1Grt27eLf/u3fuO6667jmmmsIw5DfhZNOOolvf/vbDA8PMzQ0xP4mJib41a9+xYc+9CEW3HzzzYyPj3PhhReyYsUKGo0Gd911F9dccw3XXXcdS5Ys4b+zfPly3vKWt7BhwwaOPPJITNPkoYce4rnnnuOmm25if51OhxtuuIF6vc5f//Vfs2TJEqanp7n77rv59Kc/zdVXX83BBx/M/8TNN99MvV7nb/7mbwjDkNfq+eefp9PpcMghh7C/zZs3s2nTJi644AIuu+wy8jzn5z//OV/5yle45JJLOPnkk5kzMjLCtddey/r163n3u99NEATs3LmTDRs28Nhjj/GZz3wGy7K45ZZbmHPJJZfwiU98gtWrV/O70tXVxS233MJTTz3FF7/4RW655RYOdPPNNzM+Ps6FF17IihUraDQa3HXXXVxzzTVcd911LFmyhDnHHnssvu/zPzUzM8OcIAhY8KMf/YjvfOc7vOtd7+KDH/wghmGwbds2vv3tb7Nt2zY+/OEPI4RgwT//8z8zPDzM+973PlavXk0cxzzyyCN8+ctf5oILLuCP//iPeS3OOeccbr31Vk499VR+9rOfsWHDBj760Y/S1dXFK+E4Dqeccgq33norAwMDLFu2jAPV63VOPvlk9jc1NcWXv/xlzjjjDN773vcy56GHHuIb3/gGeZ6zbt06FvzTP/0T4+PjvPvd72ZoaAitNdu3b+eb3/wm4+PjnHPOObwaIyMjDAwMYFkW/50jjzyS/UVRxDXXXMOqVau47LLLGBgYIEkSHnvsMW666SY+9rGPcfjhh7O/H/3oR8zMzPCe97yHvr4+JiYm2LBhA5///Oc5++yz+eEPf8i73vUuVq1aRafT4Qc/+AGf/exn+cIXvoDv+yzYvHkzmzZt4oILLuCyyy4jz3N+/vOf85WvfIVLLrmEk08+mTkjIyNce+21rF+/nne/+90EQcDOnTvZsGEDjz32GJ/5zGewLIvX/R8nAQVI5klAARJQgAQUIJknAQVI5kleTAIKkIACJPsoQAIKkIACJPMk+yhAMk+yjwQUIJknAQVIQAESUIBkngQUIJkneTEJKEACCpDsowAJKEACCpDMk+yjAMk8ya+ZvAamaWJZBmiFaUpUaQAay7KRUlKUBWVREEUdEIIgCAl8n6IoiKKIPM8xDIMsy7AsCyEEeZZhGgZaa8qiBA2mYaCKEqUUWmsC30cIgQDSOAGl8VyXPM9RZYkQgoH+fvbs2UOSJHR3d5MmCVmWobVmjpSSNInxPA/TkMzMTGKYLqY0cDybJPRoNaaxfJee7m6KLGXpwABLlgzQ09OFbVksWtxHlOSEQQXLsuh0OliWheu6zM7O0mg0qNfrdHV1EUUReZ6zatUqVq1axfT0NOPj46xYsYLZ2VmUUkxPT1OWJQMDAyxdupRWq0VRFAwMDLBz506SJCGKItI0pVarIYSgUqmQJAkjIyN0dXXh+z5pmqK1RmtNnudorQnDkDAMmZqaYvv27XieR7VaJYoitNZUKhU8z2Hasenp6cZxHNIkYeeuXYzsncJxHJTWjE81QQh8z8M0TQwEi7u76KpXMQyL4eHnAcXSpUs48eAT6XQ6jI6MMLp3hF27dhHFEUVZkuUZ0rSxLIuiKJBSMkdKSRzH1Go1LMtienoa13WRUtJut0mimDzLcF2XIs+ZnZkhiWOCIMB1HLRSZGmK1hrf85BS0t/XRxRFNFptqtUqQgiyJMWyLOIso12WzMnznChqIwVorXBdl1arhW3bzPF9H8uyUEqhlGJ2dpY4jqnX60gpSdOUoigQQjAnSRLSNEUpRVEUWJaFlJI8z+l0OkxPTDMwMECapoyM7sbzXDzPoywLiqLEMEwMw0CpkjTNSArF7vEG3d3dOL5LuzFDpNtEuspUbDPRjtGqhWWYWKYJWGizF9sLyOIEKSzSpCQrwfNc/KDCxMQkcdyhNA2yOMIJfSzLoh1PoXSCYyl8A2q+5g0HL6XigcpbaBWhyxQh+C8WShsIZSK0QCqNlqClQouSJM+wPY9CQKw0ju3RzgXtXLL1lztwgx68Sh1tugjLJggDsgKKUiOlgQQEYJoS07QpNCAEhgSJRlJgiByTFEukmDrB1AkGKYYoERSYhgY0SoASGgPQCApVopRGaIEBWAK01BTSQUibpIA012gUpYKi1JSFJk0L8rLANEFrhdIFf0jKsuTrX/86b3vb2zj//PNZcMghh/CJT3yCz33uc9x6661cdtll/C6EYcgxxxzDfffdx9DQEPu7//77ecMb3sCiRYuY88ADD7Br1y6uvfZaLMtiju/7XHzxxSRJwsaNG7niiiv4Tc477zweeugh/vM//5O3ve1tfOc73+H000+nr6+P/d12222EYchVV12FYRjMGRgY4KKLLsLzPL72ta/xhS98AcMweK16enp4//vfz2tVliVbt27lm9/8JmeeeSZ9fX0sGBsbY+PGjVx77bX09fWxYP369biuy+23384JJ5yAYRjcd999DA0Ncf7557PgsMMO4+qrr+byyy/nySef5JhjjuH3yQMPPMCuXbu49tprsSyLOb7vc/HFF5MkCRs3buSKK65gzlve8hZ+G7Zs2UJXVxcDAwPM2bNnD7feeitXXnkla9asYcGb3vQmhoaG+OQnP8mWLVt485vfzJyf/OQnPPHEE3zuc5+jXq8zx3Vd1q9fz9KlS/nCF77AEUccwZIlS3i1TjjhBH7+85/zyU9+Esdx+PSnP82yZct4NS666CK+9a1v8alPfYqjjjqKE088kSOPPBLf93k509PTfPzjH2fZsmUsWL9+PWVZctttt3HCCSdgWRYzMzNMTEzwsY99jJ6eHhasWbOGiy++mK9+9aucffbZCCF4paIoIggCXq1t27bR39/P5ZdfzgLbtvmjP/ojxsfHufPOOzn88MPZ38jICNdccw2maTKnWq3ykY98hI9+9KN8//vf54YbbiAMQ+bU63UuvfRSrrzySh566CHe+ta3MmdsbIyNGzdy7bXX0tfXx4L169fjui633347J5xwAoZhcN999zE0NMT555/PgsMOO4yrr76ayy+/nCeffJJjjjmG1/0fpwDJPgqQgAIkoADJPgqQ7KMACShAAgqQgAIkLyYBBUjmSUABkheT7KMAyTwFSPZRgAQUIAEFSPZRgGQfBUhAARJQgAQUIHkxCShAMk8CCpC8mGQfxa+ZvAaua2NbBlBimxaqzFF5hu1YaEqSNEJIwZxOJwIElmWyd+9eTNMkDEOSJMbzPJRSNJtNXNcFNEkSE8cRQghAE8cR1WqVoihotZpkWUZZljQaDarVKr29vRRFzuzsDGWp0FrQ6XSoVCr09/fTaDTI8xzHcdBak+c5lmVhmiZZlpFEEatWLSZNU2ZnZ9FlRuC5LF26lEOGBrEMg0olxPVsiqJAIihUSU93jTiO0VpjmiZxHCOlxHVdTNPEMAwsy2KOaZoMDAzQaDR47rnnaDabJElCvV5nenqa1atXMzMzw/DwMEuWLKFWq/HGN74RKSUTExOkacrs7CymadLb20sURTQaDcIw5PDDD+fZZ59lamqKnp4eiqLA8zzyPKcoCub4vk8YhvT09FAUBa1WCyklhmHQbDYZHx9nzZo1+IHP9h07EBrCaheOG+A4Lu1Omz0jo0RJTOD7uI5LlmVMjs/g+y5CQLVaZXBwkGa0g+ee38Vhhx3KG485hmUzBzF06CRbt23lpz/9KSUx07OzzLFtmzAMyfOcUuXs2rWLWq2Gbdt0d3djmiaTk5OUSuH7Lr7v0t3dTZIkzPE8B6UUu3fvpF6vI4RACEGWJfT397Nnzx6klFQqAWkak+c5Sim01iilMAyD7u5uli9fiud5TE6M0el0yLIMy7JwHIfe3l5830cpRZ7ntNttkiShKAosy8LzHEzTREpJtVrFsixs26bRaGDbNlEU0W630VrT1dWFYRjESYefPng/ixYtoru7m3a7TbvdxnUdlFJUKhUqlQpRFNFuRxjSxA3rjIxPo1VJb28Xqw45ik67yWQjxrJM6pVuqtUatuVQliVlkdFuN2nFJUae44VVGlNj5FhMzTQo8oJF3XWyJKJUObVaDWHmjE09TU/dpe5ZLOvtYqDHx6VFNDONa5u4rkVeOCSJQJo+geNDViJRKFGiRQkolABhGliuTztWSDukk5m8sHMPSgYsXvYG4lzTSgqaUZNGJ0JhEVZquK6Ha9lIy0QYAtMwsSwbqTUaDarAoECQYZBhGzmWzLF1gUmBRYEhctAlWis0GrRGUCLQgMICNBqNBgFCCtCCXBiUoiTXBUJphLIQhUaXmrLU5LlCIzAME2kWQMEfkqeeeopms8lZZ53FgaSUnHfeedx44438xV/8Bb7v87twyimn8I1vfIMLL7wQ0zRZ8MADD3DOOeew4J577uH000/HsiwOdMopp/ClL32JV6JSqXDOOefw7//+70xOTpLnOeeccw77i6KIBx98kE9+8pMYhsGBzj77bO666y6eeOIJjj76aF6rM888k1fjtttu47vf/S4LOp0OWmve8pa38Gd/9mfsb8uWLRx99NH09fVxoJNPPplbbrmF559/nqGhIVzXpdVqoZRCSskCz/P47Gc/SxiG/L655557OP3007EsiwOdcsopfOlLX+K3ZWZmhjvvvJO77rqLyy+/HCEEc7Zs2cKhhx7KmjVrOFC9Xmf9+vXce++9vPnNb2bOvffey/r166nX6xxozZo1HHbYYWzevJn3vve9vFrPPPMMTz75JFmWceyxx7Js2TJeLcuyuPTSS3n729/O5s2b2bhxIzfffDNHHHEEp512GkcffTRCCPa3dOlSli1bxoFOO+007rjjDp5++mmOOuoourq6uP7663kpixYtIo5jOp0OYRjySimlEELwah1zzDEcc8wxvJRFixbx6KOPcqC3v/3tmKbJ/mq1GosWLeK4444jDEP2ZxgGBx10EKOjoyzYsmULRx99NH19fRzo5JNP5pZbbuH5559naGgI13VptVoopZBSssDzPD772c8ShiGvex0SUIBknmSeZJ7kxSSgAMk8CShAAgqQzJPsowDJPAkoQAIKkOyjAMk+CpDsIwEFSOZJ5knmSV5MAgqQzJOAAiSgAMk8yT4KkMyTgAIkoADJPgqQ7KMAya+ZvAbNZhOlSgQKEfgopTANiWUZJHFCFEWEYQXHsWg0myRJjG1XWbx4Mc1mk1arhed5zM7OopQiDAKElLRaLZI4xnYc6vU6s7OzlGWJEALTMJiZniZJU5YsWUKe5+zcuZNOp0Nvby+WadJqzWCZNvV6HaVKRnbvRkqJ53lIKcjzAiFASokhJY7rUgkDmjPT1Os1vMW9DK5agVIllm0jhaDIcrKsoNVqI6VBGAZMT89imi1c1yWKIsIwZN26dbTbbUZGRmi32+zduxfTNFm0aBGrVq0iCAJ2bN9DHMd0Oh3yPCdNU8IwZNeuXbRaLbq7uwnDkDiO8X2fkZERhBCUZUmr1cI0Taanp2k0Gniex8zMDLOzs7iui1KKiYkJXNdl9+7duK7LkiVLUEqxe/dupJT4vo8QgiAIqFarFEVBEASsWLGSu3/0Y4aGDiFNS2rVKoYD4+M7cJyC3sWLqNcX0Wq3mZiYIIpjlILJNCKbmMX1HGpxwWQrol6rsrhvEc30GZ7c9ivq3XUG+vt404nrOOpNJ/DC9ufZsX07W7dupSxLsiyj2WwipaS/vx+lFD09PUxPTxNFEUEQYBgGaZqSZRmB79NqtbBtmzm+72PbNpZl0Ww28X2fxYsXM7Z3L7VqlVIpijynq6sLIQSzs7MYUiKlRGuNEIK9e/aAEHiujed59Pb24rounU4H13VRStHpdMiyDCEEfX192LaNaZrs2TOClJJOp4NSCiklruuSZRmO4yCEYHx8nLIs8TyPiYkJTMNg1aqVlKUiSWI8z0MpRVkqoqhDs9mkVqtRlgopBT09PWQKli1bSlkU7N27lzxTpElCb08PpmHQaudkWQvbStAapNRUqj0UwqJQCieoUK3leEFAlqS4lkngu8QGBK5NnMbs2PokQ0MBtVCycqCH/lpA1pjENhSuD7pIKdsJhuUQugFKG6RRhmco0CVa5GhRooRGCYmWJp1UEuUWcWIyPpHw1C8nqXRJ/O6Y2U5MUWpszyesdCNNmyRJabfbpNLAcxwywyCWUKvVkIaFaQgkBZQxhsiwZY5j5Fgiw9QZps4xyJCUCCFQ0mSOpkRrELpEIFCqRAMCUFqjNaABrdBoVKnQpQCl0QhUCQKBZZmAwLIlhilAKP6Q7Nixg8HBQRzH4aUceuihGIbB888/z+GHH87vwtq1a7Esi0cffZTjjz+eOc8++yyzs7Mcd9xxzNFas2PHDm6//XY2bNjAgZRSZFlGkiS4rstv8id/8if86Ec/4u677+bSSy/FdV32t2vXLuYccsghvBTbtjnkkEPYvn07Rx99NK9VGIa8Gueeey4nnXQSC/I8Z+/evdx5553ceOONXHXVVfi+z5zh4WG2b9/O448/zktRStFsNpnz1re+lQcffJDrrruO0047jbVr19LV1cWcvr4+ft9ordmxYwe33347GzZs4EBKKbIsI0kSXNfl1bjtttv47ne/y4I0TVFKceihh3L11Vdz+OGHs2DHjh2sXr2al3PEEUdwxx13oJRCCMHzzz/Pe9/7Xl7OEUccwRNPPMGr9eSTT/LFL36RP/3TP+XYY4/l+uuvp7e3lzPOOIMFmzdvZnBwkBUrVvCbLF26lPe97328733vY/fu3Tz44IP8y7/8CytXruSjH/0ovu/zmziOQ19fH6Ojoxx11FEseOyxx9iyZQsvvPACaZoihEApxRytNa+GaZqUZcmBbrvtNh544AH2d+yxx/KBD3yABUVR8OMf/5if/exn7NmzB6UUc7Iso6enhwNVKhVeiuu6dHV18VJc1yVJEhYMDw+zfft2Hn/8cV6KUopms8mct771rTz44INcd911nHbaaaxdu5auri7m9PX18brX/ZoCJKAACShAAgqQgAIkoAAJKECyjwIkoAAJKEDyYhJQgAQUIJknAQVI5klAARJQgAQUIJmnAAkoQAIKkIACJKAACShAAgqQ7KMACShAAgqQvJgEFCABBUjmSUABknkSUIAEFCABxa+ZvAbVapUkiTAk5HmKKgvqtSpzWq0GWZbhuA6WZeE6DkJKok4HKSUCcGwb13FIk4RWu41WilqthmkYmKaJISVaKVRZ4rkuU5OTeJ6HZVmUZcnszAxBEDA0OEin0yFNEkzTRADtVgvf9wmCANu20VqjtSbqdJBSglLosqASBhiGwfTMNAetWI7QmiiOcSwTISyU0milUUphGibKchBAWSiq1Rqu65DnGUIIpJQEQcCqVatYsWIFzzzzDFEUkec5QRDQ1dXFtm3beOH57dRqNbq6uqhUKhRFQZZlKKUIw5Ddu3ejlGL16tVIKZmenibPc2ZmZijLkjAM2b17N0mS0NvbS5ZlKKXwfR/HcZBSMsf3feI4ZnR0FMMw6OvroyxLbNvGsiyyLENrzZyJiQlG94zRP7CURquNbduMTUzhuA717l6kFKRpQVHk5KXC9QPSvCDpRFSr3RQiIi5z4ukG5eQ0njvF2HSTZSuWsqi3m1y2KKWF4zg4hkG9q4tWq8XWrVsJgoDFixeTZRlBEDAnSRKazSZaa4IgIE1TpJRkacqcsixBa7RSFEVBYVn0dHcjhMC2LIo8Z2Z6mq6uLmzbxrIsoihi79691Go1XMchCAI6nQ5RFFGr1UiShCAIiOMOtVoNKSWzs7M4jkOj0SAMQ6SUWJZFs9kkDEPyPCfPc7TWVKtV8jzHsiyEELiui23btFot2u02SiniOMbzPKSUmKaB1posS6nVaqRpShgGzHEch2aziWGYGAYIIZiZniZKUhzXoxJW6MzOUA9CKn6AJU1UqWg1Wji9vbiuR1EUOI5NoQWWE2BLyZ4949RqdZrNJtXAp1IJybOEosjJkhghXAYHD2JohU9P1SCwBXnchDLDNA0EJYoC27EoUGR5jGl5SEuRZxHS0GBIEBKlBbkSYIW0Y8hVwC+Hx2i0FGF9iLCrB2UZKFliGAZIG2naNBpNDMPA8zwMBEmakCpF1GkTxxFRq0nf4m4sQ2GKnEVdHr5TYqgYo4yRZKAzFAUahVQCIW1AgJYILRAIQKFKhTQkUkiU1piGDUKS5RKlDLQ2EMJESAutNXmRY1gGjmOhpQRdUBYlwtD8IWm324RhyMsRQhAEAXEc87sipWTdunXcd999HH/88cy5//77OeGEE3AchzlRFFGWJVdccQV9fX28HMdxeCUMw+D000/n+9//PqeeeioHarfb+L6PlJKXE4YhcRzzvykIArq7u9lfX18fa9eu5fOf/zzf//73ueiii5jTarU4++yzWbduHS8nCALmVKtVbrjhBh5++GEeffRRNm7cSBiGnHjiiZx++ul4nsfvkyiKKMuSK664gr6+Pl6O4zi8Wueeey4nnXQSCwzDIAxDDMPgQO12mzAMeTlhGKK1JkkS5iilCMOQlxOGIXEc82qkacrXv/513vnOd3LWWWcx56qrruLzn/889Xqdk08+mTl33HEHF198MStWrODVWLZsGeeffz5vf/vbufHGG7nlllv48Ic/zCtRrVaJ45gF3/zmN3n66ac599xz+cAHPkClUmHO2NgYV111Fa9WvV6n2WxyoHPPPZczzjiDBd/97neJ45gFaZpy4403EgQB55xzDoODg7iuy5zNmzdz55138rvQarU4++yzWbduHS8nCALmVKtVbrjhBh5++GEeffRRNm7cSBiGnHjiiZx++ul4nsfrXodknmSeZJ5knmSeZJ7kxSTzJPMkL00yT/JikheTzJPMk+wjmSeZJ5knmSeZJ5kneTHJPMk8yUuTzJO8mOTFJPMk8yS/ZvIaNJuz5HmG7zmUWYbn2TiuTRJHtNttXNdBq5KJiXFsx6VUiiAIKIqcojDI85x2u4lSJaYpybKUmZlpiiLH9wNAs3PnC9i2jRAC0DSbDbq66uS5pNNpo7Wit7cXKQV5npPnKUJApRpiGAZFWZBHGUIILMuiUq0gBHQ6EUHg43oOWsPAQD+tVpOe7m5cNEWeIaQELSjLElUqtNC4joshJVmW0W63sCyL2dlZPM+j0+lw9913MzQ0xODgIMcffzwHH3wwIyMj2LbN2NgYW7dupburhtaaer1OHMdYloVt21iWRV9fH7OzsziOw5IlS5ienqbVahHHMa1WC6UUURShtca2bTqdDu12mzlaa4QQKKVwXRfXdXEch6mpKcqyxLZt6vU6nU4HwzBot9ukaUqlUsGyLCanxgmqdUzTxDAMDNNgcnKC7u5umq0I0zSo1+sorRBC0N3djdaAlHT39pJmKe12k7LImW622LVnDzt27WTFimX09/XT3TNLf38fywb62f78c3z3uxuYmprG930qlRDXdTEMSZ5n+L5HozGDaVoIIcjznFarxeLFizEMidaKajUkTTMcx6IocpQqSZIErfkvmiwr6O3tptlsYFk2eZ7hug6WZeK6LlHUwTAkAwN9+H6A69q4rsfixb3keU5ZllQqFVqtFr7vE0URSimCIKAoCqSUzPE8D8syKIqCOWEY0mw2GR4epigKTNMkiiJ6e3tRShFFEdVqlSTqIAR0d3ehlKbVauE4DkJI5riuSxiGzEzP0m636e7pwnddsizF0AXLlwzQ013H83xarQ6ObSO76ji2QafVJEkiKtUaUZbRakc4rospJXGnjVAFUkDUabFnZDdZllCtVlDtHO0YZG2TTilQjqC70kusC9JC4ZgGmoRMF0gTLFOQFw3iOMZ1HQoNCgHCpBAGeWlQpA4jYw0KbdJOLeygTppKxqYjwu4A0/bJ85wyL4miJpZhorUmT1PcICBTJdIyqdXrSFEiyWjNjhE1p+iq2qxYdBCuoVBlgkGGJEdSMkcgUAgMbaARaA0SBVqjNRjSRiAptQBhoKUDSAoFaW6hhQvSIM8VeVkiDQOEAqEQQqNKhdIlUgv+kHiex8jICC9Ha00URYRhyO/Sqaeeyt/+7d/SaDTwfZ+HH36Yj3/84yzwPA8hBGVZUq/X+W2wLAvLshBCcCDP84jjGK01QgheSrvdZunSpfw+EEJw0kkn8R//8R9cdNFFzAmCgDRNqdfrvBKWZbFu3TrWrVuH1podO3bwve99jwceeIDrr78ez/P4feF5HkIIyrKkXq/z2xQEAd3d3bwSnucRRREvp91uYxgGnuehtUYIQRRFvJx2u00YhrwazzzzDEVRcNZZZ7FgaGiIj3zkI3z1q1+lWq2yePFiZmdnOeigg3g5w8PDZFnG6tWreSlhGPKud72Lf/zHf+Sv/uqvME2T3ySOYzzPY86vfvUr7r//fr74xS9Sq9X4bVixYgXj4+M0Gg1qtRoLgiAgCAIWOI5DFEUsuOuuuxBC8IlPfAIhBP9bgiAgTVPq9TqvhGVZrFu3jnXr1qG1ZseOHXzve9/jgQce4Prrr8fzPF73f5wCJKAACShAAgqQgAIkoAAJKEDyyilAso8CJKAACShAAgqQgAIkoAAJKEAyTwESUIAEFCABBUhAARJQgAQUIHnlFCDZRwESUIAEFCABBUhAARJQgAQUvyZ5DaSUaBRLlw5w1FFHccghQ/i+T6vVoigKarUqCFCqxLZNfN9jamqSOI6pViv09S1GSkmz2aDT6ZBlKUkSE0URjcYsUdTBskyyLEUICMOAPM9otVq4roPj2MRxxNjYXmZnZ8iylCzLaLdbKKWY4/sevb29LF68mEqlguPYWJaF49g4rkNZlrTbLdrtNrZtMzU9TZqm5EXB2NgYnXYHy7TQStFoNJianKTVaIKGSqXC2NgefN+nu7sby7IYHx/niSee4O677+bJJ59ECEFXVxedTocdO3bQ19eH7/vEccz4+Dh5niOlxDAM0jTlqaeeoq+vD9d1cV2XqakplFLMzs4SxzGu65LnOVJKfN/H8zwsy8IwDHp6egiCgDzPkVLS399PlmVEUYRlWcRxzPj4OKOjo4yNjWFZFo7jkCQJhmFQrVaZmBgnjjuYpsQwJFIKfN+nVqswMzPN2NgYoCnLHMMQdHXVmJrYw8TEKKpM8VwbrTIMKaiEPuNje/nJlp+wZcsWHnnkER79xWM8cN/9PPqLX1CWJUuXLqHVagIaIUAIGB0dIc8zpJRUKiG+77F69Rs48si1VCohSimiqEOn0yGOI7TWRFEHKSWNRoM4jrBtm6VLl/Dcc88hhCDLUmZnZ+nv76PVatJsNujv7+eNb1xDpVLBcWwGBwexLJNOp0NRFCRJQhAEVCoVVq1aRRiGSClJ0xTHcQiCgHa7zTPPPMPU1BRSSmq1GkopGo0GlmURhiGu6+K6LkmSEMcxjUaDLE/Zvv054jgijiNmZ2dYtGgRhmHQarUwTRPf90nTDNO0ME0LIQSoAonGlFCvVTCEoMgyDCEQlLSbs3RaDfI8Jk1jms1pGo1ZXNtGFTmubTPQt4jly5bQaTcY2zPCoYcewooVK9BaE1YrNJoRu3dH7NqV8PNfvMBT2yaYaFjEokar9OnIgFg6tAtFokqEbdA7sBjL90mRRDlkuJRUSIqA8RnFTFPyzLOjRJmJsCtIJ8CvdpFmJVGc4AchO3c8T293D131OgetWEno++zZswfDMOh0IhrtFr7nsLSvTtXRLFlUYeniChRNKNpY5EhyJCWgmaO1AEw0AjS/pjVozX8RGIYD0qFUNiUuubLpZCZRbpOXHlqGKFzSXJMUOUiNtDSmBaZpYJgSKQyksPlDMjg4yPDwMFmW8VKGh4fRWrN8+XJ+lwYGBjjooIP46U9/yqOPPkoYhhx22GEskFKyfPlyHn/8cf43rFq1irIsee6553gpeZ6zfft2BgcHWRCGIe12m5eilOJ3TWtNURQsWLlyJY8//jivxM6dO0mShAVCCAYHB7nyyivJsoxHHnmE3ydSSpYvX87jjz/O/0uDg4Ns3bqVl7Nt2zZWrVqFEAIpJStXrmTr1q28nG3btjE4OMirkSQJrutiWRb7W7t2Le9///v5yle+wre+9S2OPPJIurq6eDlbt25lw4YN/Hfq9Tpaa5Ik4TfJ85zdu3ezZMkS5mzfvp1ly5ZRq9U4UBzHvBZDQ0P09vayZcsWXo3t27dz+OGHI4TgQHEc87uycuVKHn/8cV6JnTt3kiQJC4QQDA4OcuWVV5JlGY888givex0SUIBknmSeZJ5knmSeBBT/PcU+ElDsIwEFSOZJ5knmSeZJ5klAMU8CCpDMk8yTzJPMk8yTgOK/p9hHAop9JKAAyTzJPMk8yTzJPAkokLwGhik4cu1a3rh2LcuXL6NarTI9PcXonhEs28QwDIo8x3VdOlHEHM91mZ6YZNvTz/DMk0+xd2QUSoXvuBgILGnQU+/CQNCYniHpRHTX6riWjYGgFlbQRYnUYEmDeqWKa9k4poVnO3i2Q+j51MIKnu1gSQPXsnEtG0qFygsC18N3XNqNJlGrDaWiSDMwTHKlcYOQnt5F9PQsQmtNmiTYpkXF96mGIa5tYUuBZzsM9PVjmiajo6O88MILpGmK67rEcczY2BiTk5MEQcAb3/hGDj/8cJYvX46UEt/3qdVqtNttnnvuOVqtFmmasmfPHkZGRjj44IOZnJwkjmOklMRxzMzMDO12G9M06e3tRUpJp9OhUqngui4jIyNkWUZvby9pmjI8PEy1WuWwww5DSklRFPT09DA0NES1WsV1XRzHodPpMDMzg2EKarWQNIlI4g6GFCwZ6GNmehLTkHR31bBMA0OC5zpIAa3GNAOLqwz0hPRUXBbXfVb293Lw8n76ahUWVyscsmIFrhAMP/U0T/zsZzz9+GP8f48+SrvdZnp6mkqlQhAELOjt7cX3fYaGhujp6cGyLLIsQ+UFvV3drFi6jK5qDaE0RZqRxQlJJ8IUEteyCT0flRdErTa1sEJrtoHvuPR2dVNmOd21OiuXLWd2apodzw1TpBl7R0bZ9vQzzExOYVkWnU4H3/dxHIfdu3czPj5OnucYhoFhGERRxNTUFK7rcvTRR1OtVimKgtHRUbZv38709DSO45DnOUmSUK/XiaIIy7IQQhBFEStXriQIPRrNGaamJgFNnud0dXXhOA4z0w2mJqfRWlCvd9PX10+tXqOvr5d6vY7tOCAFeVkgTAFSYLk2QTWk3lOh1h38/+zBCbSmBX0Y/N/zf7e7z713NmYGB2SYICpohkUlMaAEEuupTY1Rao+cE43xCxQjaXMIjSdRElp6oonFyMGghqIoqTZUCGFJCCGACy2oVEFln4HZZ+4sd7/v+3+/jE/nvLMAH+QzGuPz+xleNKhZL/Q1a+pF19z0pJ3bt5rcPaHVqDvmmKNt3rzRtx78lpn5OTt37VHvG/Tk09t87cEnPfzULt94ZJvP/eWXXHfz/3LvwxPW76rbPD1gMscsxBITkzVbdrZNTHbNZp9uY0zGuJ17ax5+bJdNWxfsmQlHHPkT+oZGFI1CfaCm0aoZHBww0OxTV1g0Mmzvnt127thu08anzczMaDVbBgYGjI6Oqtebtm3bavvmJw318xPHLHfUqnGDjdSd20NOq1lQSBSyW9fVkEIWHVm0dS3o6ujqyG5KhU630CkaurV+bX0W9Os2FskYMt/pM9MOs+3URreeinqXaFO0FVGIaKpp+OfkxBNPNDg46C/+4i8cqtvt+h//43949atfbWBgwD+2008/3V133eXuu+/22te+1qF+9md/1u23327jxo0OtWXLFg8++KDvl4GBAa95zWt84QtfkJkOddNNNxkaGvKyl73MfitWrPDd737XoTZu3OiJJ57wj6nb7frKV77iuOOOs98ZZ5xhw4YN7r77bodaWFhwzz332O/yyy93yy23OFStVlOv13U6HQdqNpvm5+f9MP3sz/6s22+/3caNGx1qy5YtHnzwQf/YzjjjDA899JAHH3zQofbs2ePWW2/1+te/3n5nnnmmW2+91e7dux3q29/+toceesjP/MzPeCGOPfZYu3fv9vDDDzvUaaedZt26dR544AFveMMbPJdXvepV1q9f72tf+5pnc9ddd1m1apWhoSH7bdmyxY4dOxzqrrvu0mg0vOxlL7PP+Pi4TZs2mZ2ddaBOp+Pzn/+8fTLTC/X2t7/dDTfc4LHHHvNs5ufnHWh8fNwTTzzhULt27XLzzTfLTP8YzjjjDBs2bHD33Xc71MLCgnvuucd+l19+uVtuucWharWaer2u0+moVCRCTyqlUjpYIvSkgyXCwUJPIvSkUiqlgyVCKRF6UimV0sESoScdLBEOFnoSoSeVUikdLBHU/v2///cfGB4e9kL81T33OfHEE+imjU9vsGH9kx575GGzM7PGxkZF1ExPT5udm7dt+3a7du0yMzlpcmpKN1Oj2dRqNjWaDY1GQ6fTNr8wL6KQ3Y5ut6u/v98+s7Oz5uZmDQ0P6R/oQ1dEGB8fMzo6qq+/JSI0mk3DQ8MWLRpVq9V0u13dbtfCwoLZ2Vm1Ws3o6KiiKMzMzGi1WgYHBzWaTbNzcxaNjhocGLB1y1aTeyctGhlRq9UsLCxoNuoG+/vVIizMzZmdnbVj14S9k3v19/fr7++XmSYnJw0PD1uzZo35+XkbN24UEUZGRixevNiRq1aamZmxY8cOk5OTGo2Gdrut0+koisKyZcscddRRpqamdDod27dv99RTTymKQn9/v3a7LTM1Gg0RISJkpn2azabBwUEDAwPGxsa022179+41NDRk5cqVJicn7dq1S6fTkZmKorDPwsKChfl5nU5bq9XU39cyOzOt2azpdrtmZqctzM8qojA3Ny2KQlfauWOLgUahVnTkwoxsz2s1QtFtq0VXkWmov8/w4ID+VkNfs27blk06nQXt9rxuN61cuVJfX5+xsTEjIyMGBwetWHGE7du3abVahoeH7Nmz2+jIiG43TeyaEFEYGxs1MjKi3qibnprS6bTNzMwYGRlRFIWiKMzNzxsZGTYwOKjbTYuXLNbXahkaGjKyaISCudlZrVbL8PCQ7Tt2aHc6li5danp62tatWw0PD5ufnzc5OanVamk2m4qi0G63bdu2zY4dO0xNTdqxY4ctW7bYp1arabfbZmZm1Ot1o6Oj2u22RYsWiQgDA/0W5mYtLMwbHBw0NjZmn/n5Ba1Wnz179oiiZmxszNDQsHq9Trer2aqJWs1CuyOTmdl5RREazYaxxeOGR4YMDPabmp6yfWKHzI5Fw6NqRaHVagpdC/Nzouiq1cK2bVtt37ZNs9UyNj6u2Wp58sn1Bgb7jS4eUx/oE30D6kMjYmDEhq27Pb11j0ef2GrbjhnthT4zM3Wt/jF9A0OiPmi+3TKxu2PL9lm79qSZuUKjtYh6U63ZMNuetXtyJ7Wuqb2Tmo0G3bR8+RHmZ6bVIkxO7jHU32/RokV2TuzUaDQ1mi2Te7ZbOVa3cumwMG9+apf+JvVYEN22ovD3CoSumq66roIi0UEHbV10i0IKbYVutHSiabZdWMgatRHT7QHTs0zPzJnPFI2aRrOuVi9ktyM7qShCPRqiqDv99Nf4UXL//fdrt9tOPfVUh4oIa9as8d/+238zOTlp2bJlGo2Gp556yqc+9Slbt251wQUXaDabnsttt91mzZo1Vq9eLTNlpsyUmTJTt9sVEfa5/vrrnXHGGcbHxx3oiCOO8N//+3+3efNmv/qrv2pgYMCBjj76aBs2bHD99dcbHR21ePFic3Nz7r//fldccYUjjzzSi1/8Ys/Xk08+6cEHH/SGN7zBM3nJS17i1ltv9Y1vfMPKlSsNDAyYmJhwww03+Ku/+iu//uu/bsmSJfYbHh72uc99zuDgoPHxcdPT0+6//35XX321RqPh2GOPtXbtWvvs3bvXX//1X/uX//JfajQano/bbrvNscce60UvepHMlJlmZmY8/vjjrrnmGo8//rjzzz/f0NCQfUZGRgwODrrmmmsURWH58uWKovDoo4+68sor7d2718knn6woCkNDQz73uc9pNpvGx8fVajWbN2927bXX2rx5s3e84x1arZb9HnjgAVu2bPGSl7xEu93WbDY9m/vvv9/CwoJ169bJTJkpM2WmzJSZarWafe666y7Lly933HHH2W/r1q2+/OUv+4Vf+AUHOvroo23YsMH1119vdHTU4sWLzc3Nuf/++11xxRWOPPJIL37xi+1z++23m5iYsHLlSs/ltttuc9xxxzn66KM9H8PDwwYHB33yk580ODhoyZIlut2ub33rWz72sY855phjvPWtb7XfUUcd5bHHHnPjjTdatmyZ0dFR09PTvvSlL/nEJz7hrW99q1e+8pX2e+ihh+zcudNP/dRPeTaDg4Pm5+f92Z/9mcHBQcPDw2q1mvXr1/v85z/vgQce8JM/+ZPuvvtuP/3TP61er3smg4ODli1b5k/+5E9s3brV4OCgWq1mdnbW448/7rOf/az77rvPe9/7XuPj4/Z5/PHHffe73/XAAw9YtGiRkZERCwsL7r77bp/5zGf88i//sqOPPto+S5Yscc899/g//+f/WLVqlX2++93vuuqqqwwNDdm4caPTTz/d8PCwfS6//HJPPPGEl7/85Z7LypUr7fPJT37SwsKC4eFhtVrN7t27ffvb33b99de7//77nXPOOZYtW2afxYsX+8IXvmBqasqyZcvMzMy47777fPzjH3f00UfbvHmzN77xjfb74he/6LTTTrNs2TKHuuOOOxx11FHWrFnjUPfdd5+IsG7dOvuMjIwYHBx0zTXXKIrC8uXLFUXh0UcfdeWVV9q7d6+TTz5ZURSGhoZ87nOf02w2jY+Pq9VqNm/e7Nprr7V582bveMc7tFotlR9zBRKFUoFEIBFIFEoFEoVSoScRDpcolAokCqUCiUAikCiUCiQKFEgUSgUSgUQgUSgVSBRKhZ5EOFyiUCqQKJQKJAKJQKJQKti7e6+6f4DjfmKtiZ07PbX+SdNTez3+yMN2T+ywZPFiExMTGs2mbpe9e6d0u127d+820Nen2WyICLod7U4qOoW5bioU+vua6CoKarXC9MyUeqNm8ZJxnU5Ho9HQbDZNTk4aHBxSBHPzs2ZnZ2WmVqul2Wip1UJfX5/M1G63Zaa+vj4RodPpqNfrRkZG1Go13W5XUVBEYcf2HaIIRa1mfn7ezMyM4aEhrVZLe35Wt9nQajbUotDppuZQv917dmu32+bn542Pj9tn5cqVIgqPP/6kJ5983IMPftPKlSsdu3at5cuXWXfSSebn5+3ds1dmx+z8gnanra+/z/EvfanpmRmZKTsd27dtt2vXLsPDw+bn583NzVlYWDAyMiIzDQ4OWrJkiS1bttin2+3as2ePFStWmJ6e1mg0DA4O2rBhg7GxMfuMjo4qisLExIRarabZbGo2m7pF6uvrMzk5adfEDjt3bNXf3296elqr1VKvJ7pm5+ZkplUrVujM7dVZmFOPmma9prMwa2F2XqPeMDLQ1Kg3TE5NqeWCZUuXGWzVTOydMDTUr9PpWL16tX2GhgbNzc1aunSpp57aYGRkxMzMtKIYUK/XbN22Rbvd1mw2DY8ssmPHDoODg/r7+yxeMq7ZbKrVg6JremZKq9WycuURJiYmdLsdI4uGZXYouian9iqKQqfT1pWmpqd1sm18fFQ7mZyc1O12tdttrVZLu922ZMkS9Xrdzp07bdu2zdzcnOnpacPDw2ZmpgwMDKjVarrdrlqtptVqGRoaUq/XTU1N6XQ69u7da8eOHVasOMLc3Jy+vj6DA0MobN26zcJCW7vdMTk56ajVLzYyMoJCZtfExA6LRgd1Om3tdhpfvMTepzepR8vk9Iz+oQEL83MazbpEvdHQaLUsGh4RRWFubs7u2Vmjo4vMzsyY2LnD5PSUhYUFR606UtRrnt60maDeHyamd9ozOW0hGRgeNtg/ZLrbNjKyVLQXbJ2YsGnjJt2FeWuPPVIUeyxeOq5WG7Bz15y9U22t/nFzswsmZxfUunSKDpHqTRrNwq5tUwZafUJh25bNFi0asXfPXt1OV0Rdp93RXpg3PzejKDhyxRJHLe3qK2bVo6veFzoL0+S8eq1AQdffK1Ag0FF0Ex2K1EV2u7q6CqlQoyjMt9OuyQUznZp6q20h66ZmJ03PzosGfX0tjWZNBPPzCzqZ6rXQqrfoFP65Wbt2rd/7vd9z/fXXu+SSS0xPT1u8eLFTTjnFeeedp7+/3/NxzTXXuOaaazyTNWvW+MAHPuC59Pf3O+WUU+zatcvixYsdqigK559/vjvvvNMtt9ziU5/6lKIoHHPMMd797nc74YQTfD8NDw/7wAc+4IYbbvDRj37Uzp07DQ8Pe9nLXuaSSy5xxBFHONCJJ57ovPPOc+ONN7ruuus0Gg3HHXecCy64wDXXXOP74eqrr3b11Vfbr1arGR8fd8IJJ7j00kuNj4870FlnnWXVqlVuuukmt9xyi7m5OStWrPC6173OmWeeqSgK+5x22mmWLFnipptucvPNN9u7d6+xsTEnnniiD37wg0ZGRhzo3/7bf+uqq67y3ve+10knneSCCy7wXO6991733nuvZ/OpT31Ko9HwQhRF4fzzz3fnnXe65ZZbfOpTn1IUhWOOOca73/1uJ5xwgv2+/OUvW7FihZNOOsn321lnnWXFihVuvPFG1113nW63a8WKFX7u537O61//egcqisK/+3f/zu233+4LX/iCjRs3ajabXvziF7vgggu8/OUv9w/xtre9zerVq91+++2uvfZaCwsLli5dat26dS677DJDQ0P+y3/5L6644goXXnihoig8k9NOO80xxxzjtttu84lPfMLOnTt1Oh1Llixx4oknuuyyy4yPjzvQ2NiYX/u1X/OFL3zBVVddZXZ21qpVq/zar/2aU045xX6tVsvFF1/suuuu8+EPf9jMzIzVq1c766yzvPrVr/b7v//7duzYYeXKlfZpt9vq9brn401vepPjjz/erbfe6kMf+pDdu3fr7++3fPlyJ5xwgg9/+MMWLVpkvyOPPNLFF1/s85//vPe///0iwnHHHef888/XaDR84hOfMDk5aWhoyPfbWWedZdWqVW666Sa33HKLubk5K1as8LrXvc6ZZ56pKAr7nHbaaZYsWeKmm25y880327t3r7GxMSeeeKIPfvCDRkZGVCoSoScRSAQSoScRDpcIh0uEnkToSQQSgUToSYRSIvQkAolAIvQkwuES4XCJ0JMIPYlAIpAIPYmgePrpp7srV670Qlz4O38oM03u3WPDU0/avmWL/r4+tShkplqtZs+ePYaGh7UaTd1uVzcZGBpUr9X0tfrs2LVTPWrq9bouQqHTTXOzc5rNhsVLlujrG9Bpt83PL+gf6BcR5ufmNZsN8wsLGvWGnRM7jQyPKIrCwMCA+YUF/X19duzcaWBgwPj4uJnpaTt27DCyaJF6rabZatk1MWF6esbY2JhF46OmJqdM7NqlXqsb6GuZmpoyP78gojC6aJFWq2XL5i2WL19uYHDAzl277Ni+XdRqGo0wPj5uamrKkiVLNZt1Cwttp556somJCevXr/edh7/rxcestXr1UZ564kmPPfywHdu2Wbx0qU6RRhaPOv2MM2zbulV7ds7Ords99uhjpubm9fUPGBsdpWBycsrSpUtNTU3JTDMzM7LT0dffp9Xqs3XrVv19TZkpMy1ZskR/f7+5uTlTU1MWFhaMjo5qt9sWFhaMj4+bmJjQ7GvZsXOnbqZOp2Nubs7C3JzJqSnNRtP4+LiRkRETO3aY2LXLqhXL7dq5zcL8jGajRbdr6RHLbd74tEazaWx8XD3Ctu07zM7OaLVaBgYGzbbnLRpdpB41c3NzRoZHNBp1jUbT3Oys5cuXW79+vb5mU7fbtWjRIp0uU1PT+vr6FGj1tRRFWFhYMDDQb35+3vbtO0SEsbExmzZtEtLY2JiRkRGDg4Mef/xx/f395ubmjI+Pa7fb2u22kZER/f39tm/frtk3YHp6WkSYnp7WarX09/frdDqeeuopTzzxhOXLl+vv71er1bTbbQsLC+r1um63a35+3sDAgLm5WY1GQ61Ws2HDU8bHxw0MDJibmzM42G9uZkar1bRr1y6zs7OazZaxsTHLli0TESYnJ42NjZuamjQ/t+BFq1/k6aefMj4+pl5vmJ+f97Wvfd2KFavU63Wt/qapyUmNRoOia2BwUL0IExO7FF2mJic1W031et38/Jy+vn7bd27X6aRut2tgYMDA4KCpyUmzc1NafU19/YP6+vs9+tjj1qxZq9vtevqppyxeNKoehbFFizz+6GOGhvps2vSkZcuWWXPMWt99+FGj48sMDS8yOjpm+86dBgYHLHTaNjy13ujYIv19g2rqMlNroOnBb33TmjVrbNu+wxFLV9g9scvAQMv83JThwYYNTz3qZ3/qBIuLHWrdWaKLjsyk21EUBQVFFrpdCnWFELqy29ZFV+rqoqPbTYWaTgbNUU9tn7V+64yZ7oDRJasV0TI7N69er+nv77N3eq/5+Tl9fS27d+8yODhioK9fo97SaXdcdNGFKpVK5cfd7bff7m/+5m9ceumlvt9+4zd+w1ve8hannXaaSqXyHBLh+UuEwyUCidCTCD2J8PwlQikRnr9EOFwikAg9idCTCM/bxqc2qvsH+KNLfkOlUqlUKpVKpfKP6b777jM/P2/dunUqlcpzSAQSgUQgEUgEEoFE6EmEUiARehKhJxFIBBKBRCARSAQSoZQIJAKJQCKQCCQCidCTCKVAIvQkQk8ikAgkAolAIpAIJIJQqVQqlUqlUqn8E7R48WIXXnihvr4+lUrlOYRSKIVSKIVSKIWDBVJPIJUSgdQTSqEUSqEUSqEUekIplEIplEIplMLBAqknkEqJQOoJpVAKpVAKpVAK31NXqVQqlUqlUqn8E3T00UerVCrPQyKQCCRCTyKQCCQCiUAi9CRCKZQCiUAiPLtEeGaJQCKQCD2JQCKQCCQCidCTCKVQCiQCifDsEuEwdZVKpVKpVCqVyv8PZ555pjPPPFOlUvkhCSQCiXCwUAqlUAql0JMIJAKJUAokQk8ikAilQCIcLpAIJMLBQimUQimUQk8ikAgkQimQCD2JQCKUAolwkFCpVCqVSqVSqVQqlR9tgUQglVIplVIpHSz1BBKhFEilRCCVEoFEIPWEnnSwQCKQSqmUSqmUDpZ6AolQCqRSIpBKiUAikHpCT/qeUKlUKpVKpVKpVCqVH32BRCgFEqEUSuFggVRKhJ5EIBFIhFIohVLoST2BdLBAIpQCiVAKpXCwQColQk8ikAgkQimUQin0pJ5AEiqVSqVSqVQqlUql8qMrlRLhYOFwqZR6AolAKiUCiVAKpGeWekJPIpRSKREOFg6XSqknkAikUiKQCKVAemapJ/QkglCpVCqVSqVSqVQqlR9doRSen1AKPYlAIpRCKfQkAqmUegLpYIlAKoVSeH5CKfQkAolQCqXQkwikUuoJpIMlAkmoVCqVSqVSqVQqlcqPrlRKpVRKpVRKpXSwRCiFw6WeUAql0JMIPYlAIpRSKZVSKZVSKZXSwRKhFA6XekIplEJPIvQkAokgVCqVSqVSqVQqlUrlR1cgEUqhFEqhFEqB1BNIpVRKpUQ4XCqlUiL0JAKJ0BNIhFIohVIohVIg9QRSKZVSKREOl0qplAg9iUAifE/dP8DffvsRP2rOeMmxKpVKpVKpVCqVSuWfnUToSQQSgUToSYSeRCgFEoFEIBF6EoFEIBFIhFIoBRKhlAg9iUAikAg9idCTCKVAIpAIJEJPIpAIJAKJUAqlQPqeUKlUKpVKpVKpVCqVH12B1BNIBBKB1BNIPeFggUQgEXoSgUQgEUqhJ/WEnkDqCSQCiUDqCaSecLBAIpAIPYlAIpAIpdCTesL3hEqlUqlUKpVKpVKp/OhKhJ5EIBFIhJ5E6EmlVEoEEuFggUQoBdLhQk/qSYSeRCARSISeROhJpVRKBBLhYIFEKAXS4UJP+p66SqVSqfyz99WvftUNN9xgy5YtRkdHnX322c4++2z/EF/96lf9zd/8jSeffNLs7KxFixZ56Utf6o1vfKMjjzxSpVKpVCqVH7BAIpRCKZTCwQKJUAokAolQCj2JUAokAonQkwg9idATSIRSKIVSOFggEUqBRCARSqEnEUqBRCARehKhJxG+p+4HqOtQBboo0NVToItCtygU3UShW1B0uwqVSqVSeb4eeOABV155pV/91V/1ile8woYNG/zxH/+xVqvl9NNP93x1u11XXnmlb33rW9785jf7lV/5Fa1Wy9atW91xxx1+53d+x/nnn++kk05SqVQqlUrlBygRSAQSgUQgEUgEEqEnEUgEEuFggUQgEUqBRCgFEoFEIBFKiUAikAgkAolAIpAIPYlAIpAIBwskAolQCiRCKZAIJALpe+p+ULpdjbntagtT5gZWis6M/qknzfUdZfw7d5k68ijtxpiBzY/Lwbq9R5zgiK/eqN2/yNYTzzL6+P2au7fafsKZsjWgUqlUKs/PHXfc4bWvfa3XvOY19jnuuOP8i3/xL3zlK19x+umne75uuukmDz74oA9+8IMWL15sv5GREccee6wVK1a48sorfehDH7Jo0SKVSqVSqVR+QEIplEIplEIplMLBQimUwjMLpXCwcLBQCqXQE0qhFEqhFEqhFA4WSqEUnlkohYOFg4VSKIXvCT9A3WhpzWzSmNuuG021hSnjj/+tJd/4a5Hzlnz7NmOP/i/12V1Gn7rXiq983szS1ZpTE1bd8zndWkO3VlepVCqV52/Xrl2WL1/uQAsLCyLC8zU3N+fGG2/0tre9zeLFiz2TN77xjVqtli996UsqlUqlUqn8AKVSKqVSKqVSKqUXJh0slVIplVIplVIp9aRSKqVSKqVSKqUXJh0slVIplVIplVIpfU/dD0pR6DSGzQ2s0Df1lD19y02Ov0Lf7r+0+VVvNjv0Iv0jT5g84qUmjzjeoi1fsuH1v2zPi15m1Ze/oN03ZPvLXyfrTYVKpVKpPF8vfvGLfec73/HGN77RPlu2bHHbbbf5lV/5Fc/Xd77zHXNzc171qld5NkVRePe7363RaNjn4Ycf9nu/93v+6I/+yOLFix3qmmuu8dRTT/mP//E/euSRR/z+7/++P/3TP3XLLbe44447bNu2zfDwsFe96lXe+ta3ajQa7rjjDn/9139t06ZNRkZGnHDCCd72trcZGhpSqVQqlcqPrUAilEIplEIplAKJ8OwSoRRIhFIgEUqhFEqhFEqBRCCQCKVQCqVQCqVAIjy7RCgFEqEUSIRSKIVSKIVSIKn7QSoK8wOrDOx5RL2918C2rYY2fMemk040sPkpA9uftvfEl+vfsdXw+sfsPO7VMuqWfe1mT575btloKVQqlUrlhXjDG97g4osv9vDDDyuKwn/9r//Vz//8z3vlK1/p+Xr66aetWLFCo9HwXF7xilfYb+3atVauXOmuu+7yC7/wCw7U6XR89atf9W/+zb+xX6fTcdVVV+nr6/O+973PwMCAxx57zNVXX216elq9XjcxMeGd73ynpUuX2rx5s2uvvdbHPvYxF110kUqlUqlUfmwlQk8ikAgkQk8i9CRCTyIcLPQkQk8ikAgkQk8ilBKhJxFIBBKhJxF6EqEnEQ4WehKhJxFIBBKhJxHU/YBlNCz0LdWc2Wz5/X+h1p7SmtlsYOMG/RsfUXvpa40/fJ++HZs1j3za4M5NWjvXmzj2ZIVKpVKpvFBLly719re/3Uc+8hGZ6Z3vfKdTTjnFCzE9PW1wcNAL9brXvc5tt93mX/2rf6UoCvt985vfND8/75RTTnGgvr4+5557rv3WrVun0+m4/PLLvfKVr/Qbv/EbiqKwz8jIiPPOO89/+A//waZNm6xYsUKlUqlUKj+WAolQCiQCiUAilAKJUAo9iXC4RCgFEqEUSAQSgUQoBRKBQCKUAolAIpAIpUAilEJPIhwuEUqBRCgFEoFEIBFKgST8gBWY61umPr/T+Lfusu2EN2lMTujfvcXeVetkrWbkiftMHPMzimDZ12+y6yd+WtabKpVKpfLCbd++3e23325mZsayZcu84hWv8EJlpqIovFA/9VM/ZWJiwne+8x0Huueee7z61a/WarUc6E1vepNDrV271j5nn322oigcaPny5QYHB23cuFGlUqlUKj+2EqEnEUgEEqEnEQ6XCIdLhJ5E6EkEEoFE6EmEUiL0JAKJQCL0JMLhEuFwidCTCD2JQCKQCD2JoO6HoN0c1bd5s75tj9p95PHGn9ysObnFxNpTNab3au7damrpkaK1x4u+c53NP/lLim5XpVKpVF6YnTt3uuSSSxxzzDEuuugiH/7wh33sYx/z67/+6yLCPt/85jfNzc056aSTPJt6va7T6TjUZz7zGffcc48DnXzyyd71rnfZZ2hoyMknn+zv/u7vvOQlL7HP3Nyc+++/30UXXeRQw8PDDtXX12efsbExz6Svr8/s7KxKpVKpVH5sBRKhFEqhFA4WSISDBRKBRCgFEqEUSIRSKIVSOFggEQgkQimUQikcLJAIBwskAolQCiRCKZAIpVAKpXCwQBJ+CLLer7Vrt7nFq7T7hqWWotM1O7pafXrOwtAynb4hC33j+jetN7nypQqVSqVSeaE++clPOuKII1xwwQVGRkb85m/+pk2bNrn66qvtd9ddd/n2t7/tuYyOjtqzZ49D/et//a9deumlLr30UpdeeqkTTzzRzMyMA73uda9z7733mp2dtc///t//29jYmLVr16pUKpVKpfJ9kAikUiqlUiqlUiL0pJ5AIvQkQk8ikEqplEqplEqJUEoEUimVUimVUikRelJPIBF6EqEnEUilVEqlVEqlRBB+KAq1PZOmj/gJ35M1FhbMD40p5ubNDy6WtYbUp7Frm5mxI1QqlUrlhZmdnfXAAw/4pV/6JbVazT5DQ0MuuugiX//6111//fW63a6HH37YMccc47msXr3a1q1b7d6924EGBweNj48bHx83Pj6u1Wo51PHHH29sbMy9995rn3vuucfP/MzPqFQqlUql8n0SSqEUSqEUSqEUDhZIPYFUSgRSTyiFUiiFUiiFUugJpVAKpVAKpVAKBwuknkAqJQKpJ5RCKZRCKZRCKXxP+KHoqs3OmR8ao4sspNBu9SkWOjrNAd2oKToF3bQwMKxSqVQqL8zs7Kx9hoeHHWjx4sUuuugit956qz/+4z82OzvrpJNO8lzWrFljyZIl7rzzTv8QZ5xxhr/7u7+ze/duDz30kJ/+6Z9WqVQqlUrl+ySVUikdLJVSKZVSKRF6EqEUSoFUSs8tPbtUSqV0sFRKpVRKpUToSYRSKAVSKT239IzCD0snLQwu8j3dQjdqurW6Iuk0BimCbk02+nRrdf/Uvetd77J+/XqVSqXyT8Xo6KilS5e69957HWrVqlXOOecc9957rzPPPFOz2fT/5e1vf7sbbrjBY4895tnMz897Jq997Ws98sgjvvjFL3rZy15mbGxMpVKpVCqV75NAIpAIBwulUAqlUAo9iUAqpZ5AIvSkUuoJpGcWSAQS4WChFEqhFEqhJxFIpdQTSISeVEo9gXSYuh+SopM6fUN0KTKJAqHIpKhTFKLTodGPwg/apz/9aTfccIP9ut2uubk5fX19DnTxxRdbt26dH4RNmza57rrrfOMb3zA1NWV0dNRrXvMa55xzjoGBAZVKpXKoc8891+WXX25ubs5rX/taY2NjJiYmfPnLX3bzzTc744wz3HLLLU499VQvetGLPJeTTz7Zm970Jv/5P/9nP//zP+/UU081NjZmZmbG+vXrfeUrX/G1r33N+973PocaGRmxbt06f/VXf+WCCy7wj+nrX/+6rVu3Ovvss1UqlUql8mMjkAgkAolAIpAIJEJPIpQCiVAKJAKJQCKQCCQCiVAKPYnQE0gEEoFEIBFIBBKhJxFKgUQoBRKBRCARSAQSgUQohZ70PXU/JIW/VxT2KbpJgcLf6yr8X90uRfhheMc73uEd73iH/davX+/iiy927bXX+mF45JFHXHLJJX7pl37Je97zHv39/TZv3uy6667z27/92/7gD/5AvV5XqVQqB3rlK1/pt3/7t914440uueQSU1NTRkZGvPSlL/X+97/f6tWrjY2N+cM//EMf/OAHjYyMeC5vetObHH/88W699VYf+tCH7N69W39/v+XLlzvhhBN8+MMftmjRIs/kVa96lYceesi6dev8Y3rggQc89thjzj77bJVKpVKp/FgJJEIpkAilUAoHCyQCidCTCCQCiVAKpVAKPYlQCiRCTyARSoFEKIVSOFggEUiEnkQgEUiEUiiFUuhJhFIgqfshK/xfhcqz6Ha7/uiP/si73vUup59+uv1WrFjhwgsv9Lu/+7u++MUv+sVf/EWVSqVyqDVr1njf+97n2bz5zW/25je/2fO1du1aa9eu9UJ9+9vf9prXvEa9XneoY4891qc//WnPpK+vz6c//WnP5iMf+YgDnXvuuSqVSqVS+bGSCCTCwcLhEoFEKAUSgUQgEUiEUiARDpcIpdCTCKVEIBEOFg6XCCRCKZAIJAKJQCKUAolwuEQohZ5EUFf5vslMn//8591yyy0mJyetWbPGeeed58gjj3Sg+++/32c/+1lPP/20/v5+Z511lre97W0iwjP51re+pdvtOv300z2Tn/u5n3PDDTf4xV/8Rfvdddddrr/+etu2bdNoNKxbt865555rZGTEfu9617tceuml7r77bjfffLPJyUlr1qxx3nnnOfLIIx3oL/7iL/zlX/6l3bt3GxgY8PrXv95b3/pWtVrNPps2bfKBD3zAhRde6M/+7M/MzMzYs2ePV7ziFX75l39Zs9k0NTXl3HPPdeWVV1q6dKkDXXvttXbs2OG9732vSqXyz8/09LR77rnH+9//fpVKpVKpVL7PQik8P6EUehKBRCiFUuhJBBKBRCgFEqEnEUgEQik8P6EUehKBRCiFUuhJBBKBRCgFEqEnEUjqfkjarSGdZr8ust7S7huhS9b7tFsDFKEbNfNDi/2o+NM//VMnnHCCK664wj5//ud/7rLLLvPRj35UURT2+dKXvuSzn/2s973vfY499ljbtm3zkY98xJ49e7znPe/xTB588EEnnHCCZ3Pqqac69thj7fc//+f/dOedd7rwwgutXr3a3Nycz3zmMy677DL/6T/9Jwe66qqrHH/88a644gr7/Pmf/7nLLrvMRz/6UUVR2OfjH/+4J5980u/+7u9avny5rVu3uuKKK/zBH/yB3/qt37Lfzp073XjjjX7zN3/TwMCATqfjYx/7mI9//OMuuOACg4ODTj75ZHfeeae3vOUtDnT33Xd7z3veo1Kp/PMyOTlpYmLCZz/7WS9/+cutXr1apVKpVCqV77NEIBFIBBKBRCARSISeRCiFwyVCKZRCKfQkQk8ikAilRCARSAQSgUQgEUiEnkQohcMlQimUQin0JEJPIpAIwg/JjuNON7HmZAomj/gJ2058A7r2rjrezrWv0mn2WRgY8cRZ/w/d9KPgRS96kbe85S1arZZWq+Wcc86xZ88eTz/9tH3a7bY/+ZM/8Vu/9VuOPfZY+yxdutRFF13kb//2b+3atcsz2bVrl9HRUc+mXq9btmyZ/R599FEXXHCB1atX26fVannnO9/p8ccfNzEx4UArVqzwlre8RavV0mq1nHPOOfbs2ePpp5+2z6OP/r/twV+sH/RdN/DX731Oe/qP0pa2tNABhQrdQHgy2BLcGGMkXJgsemNivNvFlizuQoPRGOaFJmZzic64C028McTopV4Yn0UTwcDMorA55gPb+LcxoJTSP7SU0vacz+95Tr/h+fbXUzYozln8vl5Pe/DBB913330uv/xyy7Zv3+7zn/+8Z555xiOPPOJsv/qrv2rdunWWzc3N+fSnP+3rX/+6V155xbK77rrLgw8+6Gzf//73vfbaa26++WbDMLy3/PEf/7Hf+73fs3HjRp/5zGcMwzAMw/ATEBSiiSaaaKIJSheUpjSlKcRKpSlNIbpCUIguKEQTTTTRRBOULihNaUpTiJVKU5pCdIWgEGfM+ymY4Og1P2vZBG9cdqU3LrvSBCe2vc+bJqt46UOflOnUxeDuu+92tslkYufOnQ4cOGDXrl2+/e1v27Fjh127djnbxo0b7d6925NPPulDH/qQcy0uLkri7br33nudazKZ2LRpk0OHDtm8ebM33X333c42mUzs3LnTgQMH7Nq1y8MPP+zuu++2fv16Z5ufn3fPPff4l3/5F7fddptla9eutW7dOmdbu3atG2+80RNPPOGOO+5w2223+ZM/+RPPPvus3bt3W/bQQw/56Ec/KolhGN5bPv/5zxuGYRiG4SesEF0hKASF6ArRFaIJCkEhKERXCApBIShEE01QiKYQXSEoBIXoCtEVogkKQSEoRFcICkEhKEQTTVDOmPdTMtFNdBOzJi4ec3NzzjU3N2dxcdGyffv2+d73vueXf/mXnWtpacnrr7/ufObm5pw+fdo78eijj/rqV7/qpZdesri4aNn+/ftNp1Nnm5ubc665uTmLi4uWvfTSS2655Rbnc9VVV/nGN77hx9m6dasDBw5YNj8/74477vDAAw/YvXu3ZQ8//LBf//VfNwzDMAzDMAzDBQgK0QSFoBAUogkK0cSsoBAUoisEhaAQTXSFaKILCtEEhaAQFKIJCtHErKAQFKIrBIWgEE10hWjijHnDf5mq8pGPfMS9997rndi0aZMXXnjBW1lcXHTo0CHbt2+37P777/etb33Lpz/9addff70kln32s5/1TlWVJM5ncXHRZDLx45w6dcrZ7rrrLl/84hd96lOf8v3vf9/i4qK9e/cahmEYhmEYhuECFKIrBIWgEF0hukJQCApBIWYFhWiCQsyKrhBNIbpCUAgK0RWiKwSFoBAUYlZQiCYoxKzoyhkx/JfZvn275557zjv1/ve/33e/+13T6dT5/Ou//qsvfOELlp08edLf/u3fuu++++zdu1cS78aOHTs8//zzzuf55593+eWX+3EOHDhg27Zt3rR3714LCwsee+wxDz30kI997GOGYRiGYRiGYbhAQemiiSZmBaULCkEhmuhKF5SmEF2ZVYguKF000cSsoHRBIShEE13pgtIUoiuzCnFG/BTtf/6Hvvetbzn08steP3bMyTfecPTwYa+9etSz3/mOHz71lPeSW265xf79+z322GPOdezYMW/lpptuMjc358EHH3Q+//iP/+j222+3bHFxUVXZsGGDs+3fv9/LL7/snbr99tv90z/9kxMnTjjb4uKir371qz7ykY9404kTJxw7dszZDh8+7PHHH3fjjTc628c//nEPPvigr33ta+68807DMAzDMAzDMFygQlCa0pSmNKUpRFcICkFZKShNIZqgdEFpCkHpCkFpSlOa0pSmEF0hKARlpaA0hWiC0gWlKQTljPgp2nnV1dZt2ODSyy7zxokTThw/7vVjx5x844QNGze6Yvdu7yULCws++9nP+vKXv+yxxx6zbGlpyQMPPOC3f/u3LS4uOp8kfu3Xfs1f/MVf+Id/+AcnT55UVfbt2+crX/mKgwcP+oVf+AXL1q9f7wMf+IA//dM/dfz4cYuLix599FFf/OIXrV+/3okTJ7wTe/fu9eEPf9gXvvAFL7/8smWHDx/2pS99yZ49e9x6663eVFX+6I/+yL59+yw7cuSIL3/5yz7xiU/YsmWLs911113++Z//2dzcnGuuucYwDMMwDMMwDBcommiiiSaaaGJWNNHE+UUTs2JWNNFEF0000UQTTTQxK5po4vyiiVkxK5po4ox5P0XT6dR0OrXs9KlT3nj9ddOaWrWw4OBL+508ccKu667zXnLnnXfauHGjv/qrv/KlL31JErfccovf/d3fNT8/761cf/31fv/3f99f//Vf+8u//EsnTpywZcsWP/dzP+cP/uAPLCwseNNv/uZv+vM//3Of+cxnVJWbb77Zb/zGb/i7v/s7R44c8U597nOf8zd/8zd+53d+x/Hjx61fv94nPvEJv/RLv+Rs69ev9yu/8iu+8pWveO655yy78847fepTn3KuHTt22LNnj1tvvdUwDMMwDMMwDO9CISgEhaAQFIJCUIi3rxBdISgEhaAQFIJCUIimEBSCQlAICkEhKMTbV4iuEBSCQlAICkEhKGdMXnjhhekVV1zhnXjwO0/5z3LghRdctmOH1197zfzq1d44flzm5hw+8IqFtWvseN/7/Gf4+N49hp+cffv2+a3f+i3333+/t+tzn/uc++67z86dOw3DMAzDMAzD8C4U4u0rxFsrRFeIrhBvXyGaQrx9hXhrhegK0RXibXvx+RfN+ynbduWVlm249FLL1qxda9nGzZsN711PPvmkhYUFO3fuNAzDMAzDMAzDu1CIrhAUgkJ0hegK0RViVnSF6ApBIShEV4imEF0hKASF6ArRFaIrxKzoCtEVgkJQiK4Q4l2aTqcWFxctLS6aWmk6nZpOp841ramzTadT0+nUuU6fOmVpccnZptOpaU1Na2qqmU6nptOp6XTqbFVlOp0a/vs4ePCgP/uzP/OLv/iLhmEYhmEYhmF4l4LSBYWgEJQuKF10hVipdEHpgkJQCEoXlCYoXVAICkHpgtJFV4iVSheULigEhaB0QTHvAk2nU28cf93zzzxjaWnJslWrV9l13XVWLyyYTCam06ljR47Y94MfuOpnfsba9estm06n/u2BB/zMzT9r87Ztlr168KBTJ0/afuWVlh0+8IqXnvuB+VWr1FJZvXaNXddea9Xq1U6dPOmHTz5laWlJ5qKWluy56SavHz/u1YMH7br2WsuOHj7s+NGjLt/1PsN/D3/4h3/okUce8clPftIdd9xhGIZhGIZhGIZ3qRBdISgEhegKsVIhVipEV4iuEBSCQnSFaArRFYJCUIiuECsVYqVCdIXoCkEhKERXCPMu0OlTpzz17W/bsHmTzZduw9RrR4969vEnXH/LzSZzc5aWlhx86SWH9r9s3YYN3rdnjzOmUwdefNHJN064/Z57zK9a5bWjR73+2mu279rl8Msve+6pp2y/4gqr16xRS0uOHj7smcefsOemGy2ePu21o0dt27nTwtq1jhx8xbNPfMfl79vl6OHDjh054pJNmzz35JO27dxpMjH8hO3cudP999/vx7n33nsNwzAMwzAMw/CfKChEE000MSsoxKygEBSiCQrRBIVoookmZgWFIChEE000MSsoxKygEBSiCQrRBIVoookmZgXFvAt07PARS0tLrtqzx9z8vGWbtm51+tQpk8SyxVOnvLJvn117rnPi+HGnTp60emEBE2vWrXfdjTd57Otfd+vHPmbZZDIxmUz84Lvfc8Xua2y74gqTycSyDZde6vmnn3Zg3z6XbNpkYc2Czdu3Wbdhg/UbL/HNhx523Y0fsGHjRi+/8KLTp06Zn19l45YtJolhGIZhGIZhGIb3pEJQCApBISgEhaAQXSGaoBBdIbpCUAgKQSEoBIWgEE0hKASFoBAUgkJQiK4QTVCIrhBdISgEhaAQFIJCUAhxgY4cOmTbFVeYm5/3pvlVq6xdv95kMrHsyIFXXLJps8t37WLKwX0vOduV11wtmbPvuee8afH0aZMJ6zZsMJlMvGnN+nXWbtjgtVePmkwm3jhxwoEXXvT80894+O//3nU33WiS2LR1q6WlRd/55jdt2rrVmnXrDMMwDMMwDMMwvGdFE0000UQTTcwKSheUphCULppoookmmmiiiyaaaKKJJpqYFZQuKE0hKF000UQTTTTRxBlxgRYWVjtx/Li3MplM/J9HHvXDp57ytb//3777zW869MoBVeX/m0zc8L9u8ezjT1g8dcqyubk5p08vqunU2aZLpZaWzM3PWXb61CnHjhz2xonXffTnf97lu3ZZtnHzZrW4ZNWq1TZu2WwymRiGYRiGYRiGYXjPKk1pyqzSlKY0pSlEV4gmmqA05Ucrb600pSmzSlOa0pSmEF0hmmiC0pQfrZzXvAu05fLL/fvDX7Pj6qusWbeO6dTJEye89NwP7X7/XseOvGrDpo1uv+ce0+nUscNHPP/0044eOuTSLZd508Lata7Ze4P/+Ld/c80NN5hMJjZdtsWBF16wevVqqxYWTKscfuUVrx485NoPvN90OnXJpZe6+oYbrNuwwbnWrl9nYe0aq9esMQzDMAzDMAzD8J4WFIJCzIommmiiia4QFIJCNEEhukJQiCYoxEpBISjErGiiiSaa6ApBIShEExSiKwSFaIJCzJh3gdasXWv33ht85xvfsO2KK5hyYN8+V99wvUni6ccf9/4PflAtLVm24dKN5letcurkSVNT6zasN51OJbF52zbbduy0bIprb7zR44884qlv/4fN27c5dfKkI68ctOva3dZv3Oj148etWlhjMpk4n/lVq1RNTUwMwzAMwzAMwzC85wWFoBAUgkJQCArRFaIJCtEEhaAQFIJCUAgK0URXiC4oBIWgEBSCQlCIrhBNUIgmKASFoBAUgkJQiCa6csa8C5S5OTuuvtqlW7c6tH+/SeKmD3/Iwtq1JpOJq/bssXHzZmfbdd213rT31g9605p16+z94AfV0iLTqSRu+vCHvXrokMMHDlhYs8aNH7rN6oUFyxYWFuy8+iqr16xxPpft2GE6JXMxDMMwDMMwDMPwP0JQiCYoRBNNzAoKQSG6QlAICtFEE010hWiCQnRBIZqgEE00MSsoBIXoCkEhKEQTTTTRFaIJinnvwmQysW7DBus2bHCurTt3ONeadeu8afPWrc62Zt1a57p0yxaXbtniXHPz89Zfcom3smbdOsMwDMMwDMMwDP8jFIJCzIqVCkEhmqAQFIJCUIgmKMRKhWiiK0RTCAoxK1YqBIVogkJQCApBIZqgECsVoomuEGIYhmEYhmEYhmG4eEUTb0800RWCQjTRRFcISlO6oMwqBKWJJt6eaKIrBIVooomuEJSmdEGZVQiKGIZhGIZhGIZhGC5epSlNaUpTmtKUWYVoYqXSRRNNdIXoCkEhmtKUpjSlKU1pyqxCNLFS6aKJJrpCdIWgEGIYhmEYhmEYhmG4eAWFaKKJJppogtIFpSlNaQqxUmlKU4iuEBSiCwrRRBNNNNEEpQtKU5rSFGKl0pSmEF0hKMQZMQzDMAzDMAzDMFy8CtGVpjRlViG6QjRBISgEZVYhKASFoHTRBKUrRFea0pRZhegK0QSFoBCUWYWgEBSC0kUTlDPmXYCP791jGIZhGIZhGIZh+G8gKEQTFIJCUIgmKEQTs4JCUIiuEBSCQjTRFaKJLihEExSCQlCIJihEE7OCQlCIrhAUgkI00RWiiTNiGIZhGIZhGIZhuHgVoisEhaAQXSG60pSmEBRiVlCIJigrRVe6QnSFoBAUoitEV5rSFIJCzAoK0QRlpejKGTEMwzAMwzAMwzBcvILSRRNNzApKFxSCQjTRlS4oTSG6MqsQXVC6aKKJWUHpgkJQiCa60gWlKURXZhXijBiGYRiGYRiGYRguXoWgNKUpTWlKU4iuEBSCslJQmkI0QemC0hSC0hWC0pSmNKUpTSG6QlAIykpBaQrRBKULSlMIyhkxDMMwDMMwDMMwXLyiiSaaaKKJJmZFE02cXzQxK2ZFE0100UQTTTTRRBOzookmzi+amBWzookmzohhGIZhGIZhGIbh4lWa0pSmNKUpTXlnyqzSlKY0pSlNaUpXmtKUpjSlKU15Z8qs0pSmNKUpTWnKGTEMwzAMwzAMwzBcvIJCNNFEE000QfnRSheULihEE0000UQTlCYoRBNNNNFEE5QfrXRB6YJCNNFEE000QRHDMAzDMAzDMAzDxasQXWlKU2YVoiuzCjErukJ0pSlNmVWIphBdaUpTZhWiK7MKMSu6QnSlKU2ZVQgxDMMwDMMwDMMwXLyC0gWFoBCULihddIVYqXRB6YJCUAhKF5QmKF1QCApB6YLSRVeIlUoXlC4oBIWgdEERwzAMwzAMwzAMw8WrEF0hKASF6AqxUiFWKkRXiK4QFIJCdIVoCtEVgkJQiK4QKxVipUJ0hegKQSEoRFcIMQzDMAzDMAzDMFy8gtJFE03MCspKQWlKF5QuKF000cSsoDRB6aKJJmYFZaWgNKULSheULppoYlZQzPt/XnzxRcMwDMMwDMMwDMNFqBAUgkJQCApBIShEV4iuEF0hukJQCApBISgEhaAQTSEoBIWgEBSCQlCIrhBdIbpCdIWgEBSCQlAICkEh/F9TwlZnszoR8AAAAABJRU5ErkJggg==\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/apparel-recognition/outputs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"c7b705f9f2c80d86acf4e5f14948e2f1\"\n    },\n    \"outputs\": [\n        {\n            \"id\": \"e1417061cec645e2a4bdb16119638063\",\n            \"status\": {\n                \"code\": 10000,\n                \"description\": \"Ok\"\n            },\n            \"created_at\": \"2023-11-23T11:21:14.416571380Z\",\n            \"model\": {\n                \"id\": \"apparel-recognition\",\n                \"name\": \"apparel\",\n                \"created_at\": \"2016-12-15T01:29:04.622209Z\",\n                \"modified_at\": \"2023-05-23T12:34:15.093542Z\",\n                \"app_id\": \"main\",\n                \"model_version\": {\n                    \"id\": \"dc2cd6d9bff5425a80bfe0c4105583c1\",\n                    \"created_at\": \"2016-12-15T01:29:04.622209Z\",\n                    \"status\": {\n                        \"code\": 21100,\n                        \"description\": \"Model is trained and ready\"\n                    },\n                    \"visibility\": {\n                        \"gettable\": 50\n                    },\n                    \"app_id\": \"main\",\n                    \"user_id\": \"clarifai\",\n                    \"metadata\": {}\n                },\n                \"display_name\": \"apparel-visual-classifier\",\n                \"user_id\": \"clarifai\",\n                \"model_type_id\": \"visual-classifier\",\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"toolkits\": [],\n                \"use_cases\": [],\n                \"languages\": [],\n                \"languages_full\": [],\n                \"check_consents\": [],\n                \"workflow_recommended\": false\n            },\n            \"input\": {\n                \"id\": \"8cb31c51e8654faf9f71d71bd6d4e245\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/placeholder.gif\",\n                        \"base64\": \"dHJ1ZQ==\"\n                    }\n                }\n            },\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"ai_fFlQDW0c\",\n                        \"name\": \"Blouse\",\n                        \"value\": 0.5755471,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_zLQ06vpb\",\n                        \"name\": \"Men's Shorts\",\n                        \"value\": 0.5166089,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_6wNWp7sV\",\n                        \"name\": \"Sleepwear\",\n                        \"value\": 0.46030346,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_xMKJC6lN\",\n                        \"name\": \"Panties\",\n                        \"value\": 0.4503619,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_x1X1tNs5\",\n                        \"name\": \"One-Piece\",\n                        \"value\": 0.4188718,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_9XBqh80b\",\n                        \"name\": \"Tank Top\",\n                        \"value\": 0.4135467,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_DB9fg9zx\",\n                        \"name\": \"Activewear T Shirt\",\n                        \"value\": 0.3532552,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_Wg8Xs8KN\",\n                        \"name\": \"Full Bikini\",\n                        \"value\": 0.33880612,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_Dq60HQ2h\",\n                        \"name\": \"Vest\",\n                        \"value\": 0.28446686,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_Rq009GMW\",\n                        \"name\": \"Women's Shorts\",\n                        \"value\": 0.28424734,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_bXKvhw9n\",\n                        \"name\": \"Polos\",\n                        \"value\": 0.28142613,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_zTGRW4d6\",\n                        \"name\": \"Blazer\",\n                        \"value\": 0.26786482,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_PxHDNZ7W\",\n                        \"name\": \"T-Shirt\",\n                        \"value\": 0.2649977,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_cjhVr9Tf\",\n                        \"name\": \"Necklace\",\n                        \"value\": 0.2638415,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_ZdKP9568\",\n                        \"name\": \"Button-Down\",\n                        \"value\": 0.24429752,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_14DHBZb8\",\n                        \"name\": \"Sweatshirt\",\n                        \"value\": 0.23941447,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_wtnFnM8F\",\n                        \"name\": \"Men's Underwear\",\n                        \"value\": 0.23446989,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_rq1T66Bh\",\n                        \"name\": \"Women's Jean Shorts\",\n                        \"value\": 0.21704626,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_FvtbNF9R\",\n                        \"name\": \"Men's Watch\",\n                        \"value\": 0.20862773,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_4RKVkQfZ\",\n                        \"name\": \"Bodysuit\",\n                        \"value\": 0.1812181,\n                        \"app_id\": \"main\"\n                    }\n                ]\n            }\n        }\n    ]\n}"},{"id":"e956d818-7384-4bb7-ac94-1f246eb8eb5b","name":"Predict By Input ID","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{  \n   \"inputs\":[  \n      {  \n         \"id\" : \"YOUR_INPUT_ID\"\n      }\n   ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/apparel-recognition/outputs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"74580428cf2e1bb4169cb1699f2dc321\"\n    },\n    \"outputs\": [\n        {\n            \"id\": \"61af16bb6cc8495fa61aa6bdb885367b\",\n            \"status\": {\n                \"code\": 10000,\n                \"description\": \"Ok\"\n            },\n            \"created_at\": \"2023-11-23T11:21:38.956835122Z\",\n            \"model\": {\n                \"id\": \"apparel-recognition\",\n                \"name\": \"apparel\",\n                \"created_at\": \"2016-12-15T01:29:04.622209Z\",\n                \"modified_at\": \"2023-05-23T12:34:15.093542Z\",\n                \"app_id\": \"main\",\n                \"model_version\": {\n                    \"id\": \"dc2cd6d9bff5425a80bfe0c4105583c1\",\n                    \"created_at\": \"2016-12-15T01:29:04.622209Z\",\n                    \"status\": {\n                        \"code\": 21100,\n                        \"description\": \"Model is trained and ready\"\n                    },\n                    \"visibility\": {\n                        \"gettable\": 50\n                    },\n                    \"app_id\": \"main\",\n                    \"user_id\": \"clarifai\",\n                    \"metadata\": {}\n                },\n                \"display_name\": \"apparel-visual-classifier\",\n                \"user_id\": \"clarifai\",\n                \"model_type_id\": \"visual-classifier\",\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"toolkits\": [],\n                \"use_cases\": [],\n                \"languages\": [],\n                \"languages_full\": [],\n                \"check_consents\": [],\n                \"workflow_recommended\": false\n            },\n            \"input\": {\n                \"id\": \"bda54f69edd94e7abe505079adfbfe7d\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://s3.amazonaws.com/clarifai-api/img3/dev/orig/513b8946d6e24a1aa278db7c48fd1290/140c856dc82565d2c4d6ea720fceff78\"\n                    }\n                }\n            },\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"ai_NNpl3TkD\",\n                        \"name\": \"Umbrella\",\n                        \"value\": 0.7486447,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_nVG9jntC\",\n                        \"name\": \"Capris\",\n                        \"value\": 0.6436113,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_FvtbNF9R\",\n                        \"name\": \"Men's Watch\",\n                        \"value\": 0.5759363,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_2fQ7dxwC\",\n                        \"name\": \"Tube Top\",\n                        \"value\": 0.3502354,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_jt5kSMNT\",\n                        \"name\": \"Socks\",\n                        \"value\": 0.33612183,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_wtnFnM8F\",\n                        \"name\": \"Men's Underwear\",\n                        \"value\": 0.27975702,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_6VnM6NTC\",\n                        \"name\": \"Prom Dress\",\n                        \"value\": 0.19003943,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_NPkNN4qJ\",\n                        \"name\": \"Leggings\",\n                        \"value\": 0.17621915,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_zLQ06vpb\",\n                        \"name\": \"Men's Shorts\",\n                        \"value\": 0.16405195,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_3gCkCSk4\",\n                        \"name\": \"Relaxed Pants\",\n                        \"value\": 0.14988193,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_cjhVr9Tf\",\n                        \"name\": \"Necklace\",\n                        \"value\": 0.1379794,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_X4lJmXLd\",\n                        \"name\": \"Men's Hat\",\n                        \"value\": 0.13780017,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_Vp0JwBbw\",\n                        \"name\": \"Women's Hat\",\n                        \"value\": 0.12682319,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_W5HG8nS7\",\n                        \"name\": \"Jeans\",\n                        \"value\": 0.11047637,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_PxHDNZ7W\",\n                        \"name\": \"T-Shirt\",\n                        \"value\": 0.10586095,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_Rq009GMW\",\n                        \"name\": \"Women's Shorts\",\n                        \"value\": 0.10512908,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_14DHBZb8\",\n                        \"name\": \"Sweatshirt\",\n                        \"value\": 0.09871419,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_hlBWBcP8\",\n                        \"name\": \"Men's Boots\",\n                        \"value\": 0.09317294,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_zTGRW4d6\",\n                        \"name\": \"Blazer\",\n                        \"value\": 0.09248342,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_fV17Rh8q\",\n                        \"name\": \"Sweater\",\n                        \"value\": 0.0920531,\n                        \"app_id\": \"main\"\n                    }\n                ]\n            }\n        }\n    ]\n}"},{"id":"1be25abb-5eba-43fd-9ed6-dbc860c3da1b","name":"Predict with max_concepts/min_value","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{  \n   \"inputs\":[  \n      {  \n         \"data\":{  \n            \"image\":{  \n               \"url\":\"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSnzXSi3jhSHbFdRu-ldBQ7B7d65QkQgHSoWA&usqp=CAU\"\n            }\n         }\n      }\n   ],\n  \"model\":{\n    \"output_info\":{\n      \"output_config\":{\n        \"max_concepts\": 40,\n        \"min_value\": 0.9\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/apparel-recognition/outputs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"de47d1c83fc9503b2bdb9991feeb0260\"\n    },\n    \"outputs\": [\n        {\n            \"id\": \"5a50aef20c564600bdbd3ceaa96359c0\",\n            \"status\": {\n                \"code\": 10000,\n                \"description\": \"Ok\"\n            },\n            \"created_at\": \"2023-11-23T11:22:24.865190874Z\",\n            \"model\": {\n                \"id\": \"apparel-recognition\",\n                \"name\": \"apparel\",\n                \"created_at\": \"2016-12-15T01:29:04.622209Z\",\n                \"modified_at\": \"2023-05-23T12:34:15.093542Z\",\n                \"app_id\": \"main\",\n                \"model_version\": {\n                    \"id\": \"dc2cd6d9bff5425a80bfe0c4105583c1\",\n                    \"created_at\": \"2016-12-15T01:29:04.622209Z\",\n                    \"status\": {\n                        \"code\": 21100,\n                        \"description\": \"Model is trained and ready\"\n                    },\n                    \"visibility\": {\n                        \"gettable\": 50\n                    },\n                    \"app_id\": \"main\",\n                    \"user_id\": \"clarifai\",\n                    \"metadata\": {}\n                },\n                \"display_name\": \"apparel-visual-classifier\",\n                \"user_id\": \"clarifai\",\n                \"model_type_id\": \"visual-classifier\",\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"toolkits\": [],\n                \"use_cases\": [],\n                \"languages\": [],\n                \"languages_full\": [],\n                \"check_consents\": [],\n                \"workflow_recommended\": false\n            },\n            \"input\": {\n                \"id\": \"39bcb9a0adf141c999f23c02571718ae\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSnzXSi3jhSHbFdRu-ldBQ7B7d65QkQgHSoWA&usqp=CAU\"\n                    }\n                }\n            },\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"ai_bXKvhw9n\",\n                        \"name\": \"Polos\",\n                        \"value\": 0.9338605,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_PxHDNZ7W\",\n                        \"name\": \"T-Shirt\",\n                        \"value\": 0.9111426,\n                        \"app_id\": \"main\"\n                    }\n                ]\n            }\n        }\n    ]\n}"},{"id":"dce1b460-44bd-4f28-b32a-b8f521c299fa","name":"Predict With Model ID / Version ID","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"inputs\":[\n        {\"data\":{\"image\": {\"url\": \"https://samples.clarifai.com/metro-north.jpg\"}}}  \n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/apparel-recognition/outputs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"bf615d8e902a74d1ea061bdc401db1d0\"\n    },\n    \"outputs\": [\n        {\n            \"id\": \"a15bd42fde8e4324a44cfac0195bed01\",\n            \"status\": {\n                \"code\": 10000,\n                \"description\": \"Ok\"\n            },\n            \"created_at\": \"2023-11-23T11:22:43.276545155Z\",\n            \"model\": {\n                \"id\": \"apparel-recognition\",\n                \"name\": \"apparel\",\n                \"created_at\": \"2016-12-15T01:29:04.622209Z\",\n                \"modified_at\": \"2023-05-23T12:34:15.093542Z\",\n                \"app_id\": \"main\",\n                \"model_version\": {\n                    \"id\": \"dc2cd6d9bff5425a80bfe0c4105583c1\",\n                    \"created_at\": \"2016-12-15T01:29:04.622209Z\",\n                    \"status\": {\n                        \"code\": 21100,\n                        \"description\": \"Model is trained and ready\"\n                    },\n                    \"visibility\": {\n                        \"gettable\": 50\n                    },\n                    \"app_id\": \"main\",\n                    \"user_id\": \"clarifai\",\n                    \"metadata\": {}\n                },\n                \"display_name\": \"apparel-visual-classifier\",\n                \"user_id\": \"clarifai\",\n                \"model_type_id\": \"visual-classifier\",\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"toolkits\": [],\n                \"use_cases\": [],\n                \"languages\": [],\n                \"languages_full\": [],\n                \"check_consents\": [],\n                \"workflow_recommended\": false\n            },\n            \"input\": {\n                \"id\": \"0d1389b2f6c14891b6935ed324632806\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\"\n                    }\n                }\n            },\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"ai_NNpl3TkD\",\n                        \"name\": \"Umbrella\",\n                        \"value\": 0.7486447,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_nVG9jntC\",\n                        \"name\": \"Capris\",\n                        \"value\": 0.6436113,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_FvtbNF9R\",\n                        \"name\": \"Men's Watch\",\n                        \"value\": 0.5759363,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_2fQ7dxwC\",\n                        \"name\": \"Tube Top\",\n                        \"value\": 0.3502354,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_jt5kSMNT\",\n                        \"name\": \"Socks\",\n                        \"value\": 0.33612183,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_wtnFnM8F\",\n                        \"name\": \"Men's Underwear\",\n                        \"value\": 0.27975702,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_6VnM6NTC\",\n                        \"name\": \"Prom Dress\",\n                        \"value\": 0.19003943,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_NPkNN4qJ\",\n                        \"name\": \"Leggings\",\n                        \"value\": 0.17621915,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_zLQ06vpb\",\n                        \"name\": \"Men's Shorts\",\n                        \"value\": 0.16405195,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_3gCkCSk4\",\n                        \"name\": \"Relaxed Pants\",\n                        \"value\": 0.14988193,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_cjhVr9Tf\",\n                        \"name\": \"Necklace\",\n                        \"value\": 0.1379794,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_X4lJmXLd\",\n                        \"name\": \"Men's Hat\",\n                        \"value\": 0.13780017,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_Vp0JwBbw\",\n                        \"name\": \"Women's Hat\",\n                        \"value\": 0.12682319,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_W5HG8nS7\",\n                        \"name\": \"Jeans\",\n                        \"value\": 0.11047637,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_PxHDNZ7W\",\n                        \"name\": \"T-Shirt\",\n                        \"value\": 0.10586095,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_Rq009GMW\",\n                        \"name\": \"Women's Shorts\",\n                        \"value\": 0.10512908,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_14DHBZb8\",\n                        \"name\": \"Sweatshirt\",\n                        \"value\": 0.09871419,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_hlBWBcP8\",\n                        \"name\": \"Men's Boots\",\n                        \"value\": 0.09317294,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_zTGRW4d6\",\n                        \"name\": \"Blazer\",\n                        \"value\": 0.09248342,\n                        \"app_id\": \"main\"\n                    },\n                    {\n                        \"id\": \"ai_fV17Rh8q\",\n                        \"name\": \"Sweater\",\n                        \"value\": 0.0920531,\n                        \"app_id\": \"main\"\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"e611dca4-d05c-4f62-a874-b02fd3c76c9e"},{"name":"Get a Model Version","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"7cff5f57-b97b-474b-9b84-f8d23ba53465"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"3ac45135-984f-4d00-971f-b113a0634e71"}}],"id":"f49509a0-8ea0-4eb1-9740-b218889727e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID/versions/YOUR_VERSION_ID","description":"<p>Retrieve metadata and status of a specific model version, including training status, output configuration, and inference settings.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>model_id</code></td>\n<td>string</td>\n<td>Model ID</td>\n</tr>\n<tr>\n<td><code>version_id</code></td>\n<td>string</td>\n<td>Model version ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models","YOUR_MODEL_ID","versions","YOUR_VERSION_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"89def7e0-879a-4fad-995e-78ec45aab735","name":"GetModelVersion","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID/versions"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"d625058bd5d2b61bfdb6732f301cdc53\"\n    },\n    \"model_versions\": [\n        {\n            \"id\": \"1e4c121974f849209abb658cdf682585\",\n            \"created_at\": \"2023-11-23T09:41:18.470087Z\",\n            \"status\": {\n                \"code\": 21110,\n                \"description\": \"datasets.dataset.DataBatchEmpty: No databatch found in train set's file directory\\nFailed to create a training dataset, because there are no appropriately annotated inputs. Expected annotations with concepts for model type id text-classifier. \"\n            },\n            \"active_concept_count\": 6,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"metadata\": {},\n            \"output_info\": {\n                \"output_config\": {\n                    \"max_concepts\": 0,\n                    \"min_value\": 0\n                },\n                \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                \"params\": {\n                    \"max_concepts\": 20,\n                    \"min_value\": 0,\n                    \"select_concepts\": []\n                }\n            },\n            \"input_info\": {},\n            \"train_info\": {\n                \"params\": {\n                    \"dataset_id\": \"\",\n                    \"dataset_version_id\": \"\",\n                    \"invalid_data_tolerance_percent\": 5,\n                    \"model_config\": {\n                        \"pretrained_model_name\": \"EleutherAI/gpt-neo-125m\"\n                    },\n                    \"num_gpus\": 1,\n                    \"peft_config\": {\n                        \"peft_type\": \"LORA\"\n                    },\n                    \"template\": \"HF_GPTNeo_125m_lora\",\n                    \"tokenizer_config\": {},\n                    \"trainer_config\": {\n                        \"auto_find_batch_size\": true,\n                        \"num_train_epochs\": 20,\n                        \"output_dir\": \"checkpoint\"\n                    }\n                }\n            },\n            \"import_info\": {}\n        }\n    ]\n}"}],"_postman_id":"f49509a0-8ea0-4eb1-9740-b218889727e7"},{"name":"List Models","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"69939073-ca16-4d30-8ba1-98d65276862a"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"82a93761-1c09-4892-9c43-6d95d920c5d0"}}],"id":"bd4231a2-68cb-461f-895f-a8018f86a982","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models","description":"<p>List all models in the app. Returns both custom models and models copied from the Community.</p>\n<h2 id=\"query-parameters\"><strong>Query Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td>integer</td>\n<td>Page number</td>\n</tr>\n<tr>\n<td><code>per_page</code></td>\n<td>integer</td>\n<td>Results per page</td>\n</tr>\n<tr>\n<td><code>filter_by.model_type_id</code></td>\n<td>string</td>\n<td>Filter by model type</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"17103f4e-cf55-4cef-87f4-ab4ba7023238","name":"List Models in App","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key •••••••","type":"text"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"dd2303b0cb6fe8859693ae9e8f4adfa7\"\n    },\n    \"models\": [\n        {\n            \"id\": \"openai-create-image-9\",\n            \"name\": \"newnewnewname\",\n            \"created_at\": \"2023-11-23T11:16:25.775735Z\",\n            \"modified_at\": \"2023-11-23T11:19:38.173686Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"text-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"test-model-with-hyperparms-1700738311\",\n            \"name\": \"test-model-with-hyperparms-1700738311\",\n            \"created_at\": \"2023-11-23T11:18:31.353199Z\",\n            \"modified_at\": \"2023-11-23T11:18:31.353199Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"embedding-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"test-model-1700738282\",\n            \"name\": \"test-model-1700738282\",\n            \"created_at\": \"2023-11-23T11:18:01.807941Z\",\n            \"modified_at\": \"2023-11-23T11:18:01.807941Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"embedding-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"test-model-1700738263\",\n            \"name\": \"test-model-1700738263\",\n            \"created_at\": \"2023-11-23T11:17:43.761741Z\",\n            \"modified_at\": \"2023-11-23T11:17:43.761741Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"embedding-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"test-model-1700738240\",\n            \"name\": \"test-model-1700738240\",\n            \"created_at\": \"2023-11-23T11:17:20.719370Z\",\n            \"modified_at\": \"2023-11-23T11:17:20.719370Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"image-crop\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"test-model-1700738220\",\n            \"name\": \"test-model-1700738220\",\n            \"created_at\": \"2023-11-23T11:17:00.314086Z\",\n            \"modified_at\": \"2023-11-23T11:17:00.314086Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"embedding-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"profanity-filter-new2\",\n            \"name\": \"profanity-filter-new2\",\n            \"created_at\": \"2023-11-23T11:16:45.317604Z\",\n            \"modified_at\": \"2023-11-23T11:16:45.317604Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"keyword-filter-operator\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"named-entity-recognition-diseases-english-text\",\n            \"name\": \"burgerz\",\n            \"created_at\": \"2023-11-23T11:15:32.431806Z\",\n            \"modified_at\": \"2023-11-23T11:16:02.900299Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"embedding-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"custom-config\",\n            \"name\": \"custom-config\",\n            \"created_at\": \"2023-11-23T09:41:08.002419Z\",\n            \"modified_at\": \"2023-11-23T09:41:08.002419Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"model_version\": {\n                \"id\": \"1e4c121974f849209abb658cdf682585\",\n                \"created_at\": \"2023-11-23T09:41:18.470087Z\",\n                \"status\": {\n                    \"code\": 21110,\n                    \"description\": \"datasets.dataset.DataBatchEmpty: No databatch found in train set's file directory\\nFailed to create a training dataset, because there are no appropriately annotated inputs. Expected annotations with concepts for model type id text-classifier. \"\n                },\n                \"active_concept_count\": 6,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"test-app-1700638575-empty\",\n                \"user_id\": \"a0btrubbaefn\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"params\": {\n                        \"max_concepts\": 20,\n                        \"min_value\": 0,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {},\n                \"train_info\": {\n                    \"params\": {\n                        \"dataset_id\": \"\",\n                        \"dataset_version_id\": \"\",\n                        \"invalid_data_tolerance_percent\": 5,\n                        \"model_config\": {\n                            \"pretrained_model_name\": \"EleutherAI/gpt-neo-125m\"\n                        },\n                        \"num_gpus\": 1,\n                        \"peft_config\": {\n                            \"peft_type\": \"LORA\"\n                        },\n                        \"template\": \"HF_GPTNeo_125m_lora\",\n                        \"tokenizer_config\": {},\n                        \"trainer_config\": {\n                            \"auto_find_batch_size\": true,\n                            \"num_train_epochs\": 20,\n                            \"output_dir\": \"checkpoint\"\n                        }\n                    }\n                },\n                \"import_info\": {}\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"text-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"imagecl1\",\n            \"name\": \"imagecl1\",\n            \"created_at\": \"2023-11-23T07:58:15.786698Z\",\n            \"modified_at\": \"2023-11-23T07:58:15.786698Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"embedding-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"imagecl\",\n            \"name\": \"imagecl\",\n            \"created_at\": \"2023-11-23T07:57:56.370980Z\",\n            \"modified_at\": \"2023-11-23T07:57:56.370980Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"embedding-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"deep_cls_bg1\",\n            \"name\": \"deep_cls_bg1\",\n            \"created_at\": \"2023-11-23T07:27:32.857722Z\",\n            \"modified_at\": \"2023-11-23T07:27:32.857722Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"model_version\": {\n                \"id\": \"00668896e0a64cf5b37302c000e96f23\",\n                \"created_at\": \"2023-11-23T08:06:12.577745Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 16,\n                \"metrics\": {\n                    \"status\": {\n                        \"code\": 21300,\n                        \"description\": \"Model was successfully evaluated.\"\n                    },\n                    \"summary\": {\n                        \"macro_avg_roc_auc\": 0.52151275,\n                        \"macro_std_roc_auc\": 0.34620512,\n                        \"macro_avg_f1_score\": 0.40380955,\n                        \"macro_std_f1_score\": 0.17236254,\n                        \"macro_avg_precision\": 0.09772728,\n                        \"macro_avg_recall\": 0.52380955\n                    }\n                },\n                \"completed_at\": \"2023-11-23T08:21:08.303040Z\",\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"test-app-1700638575-empty\",\n                \"user_id\": \"a0btrubbaefn\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"probs\"\n                    },\n                    \"params\": {\n                        \"max_concepts\": 20,\n                        \"min_value\": 0,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"input\"\n                    }\n                },\n                \"train_info\": {\n                    \"params\": {\n                        \"batch_size\": 64,\n                        \"concepts_mutually_exclusive\": false,\n                        \"dataset_id\": \"\",\n                        \"dataset_version_id\": \"\",\n                        \"flip_direction\": \"horizontal\",\n                        \"flip_probability\": 0.5,\n                        \"image_size\": 224,\n                        \"invalid_data_tolerance_percent\": 5,\n                        \"num_epochs\": 60,\n                        \"num_gpus\": 1,\n                        \"per_item_lrate\": 0.00001953125,\n                        \"per_item_min_lrate\": 1.5625e-08,\n                        \"pretrained_weights\": \"ImageNet-1k\",\n                        \"seed\": -1,\n                        \"template\": \"MMClassification_ResNet_50_RSB_A1\",\n                        \"warmup_iters\": 100,\n                        \"warmup_ratio\": 0.0001,\n                        \"weight_decay\": 0.01\n                    }\n                },\n                \"import_info\": {}\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"deep_cls_bg\",\n            \"name\": \"deep_cls_bg\",\n            \"created_at\": \"2023-11-23T07:12:59.578284Z\",\n            \"modified_at\": \"2023-11-23T07:12:59.578284Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"profanity-filter-new\",\n            \"name\": \"profanity-filter-new\",\n            \"created_at\": \"2023-11-23T07:08:10.016262Z\",\n            \"modified_at\": \"2023-11-23T07:08:10.016262Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"model_version\": {\n                \"id\": \"b56d87c6dc80484291586d10f2feaacd\",\n                \"created_at\": \"2023-11-23T07:08:17.041706Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"test-app-1700638575-empty\",\n                \"user_id\": \"a0btrubbaefn\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"params\": {\n                        \"case_sensitive\": false,\n                        \"keywords\": [\n                            \"\"\n                        ]\n                    }\n                },\n                \"input_info\": {},\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"keyword-filter-operator\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"tiny-random-gpt2\",\n            \"name\": \"tiny-random-gpt2\",\n            \"created_at\": \"2023-11-17T21:31:10.384113Z\",\n            \"modified_at\": \"2023-11-17T21:31:10.384113Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"214531acb40a4af8b56ca79103390466\",\n                \"created_at\": \"2023-11-17T21:31:10.384113Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {\n                    \"params\": {\n                        \"model_config\": {\n                            \"_name_or_path\": \"hf-internal-testing/tiny-random-gpt2\",\n                            \"activation_function\": \"gelu_new\",\n                            \"architectures\": [\n                                \"GPT2LMHeadModel\"\n                            ],\n                            \"attention_probs_dropout_prob\": 0.1,\n                            \"attn_pdrop\": 0.1,\n                            \"bos_token_id\": 98,\n                            \"embd_pdrop\": 0.1,\n                            \"eos_token_id\": 98,\n                            \"gradient_checkpointing\": false,\n                            \"hidden_act\": \"gelu\",\n                            \"hidden_dropout_prob\": 0.1,\n                            \"initializer_range\": 0.02,\n                            \"intermediate_size\": 37,\n                            \"layer_norm_epsilon\": 0.00001,\n                            \"model_type\": \"gpt2\",\n                            \"n_ctx\": 512,\n                            \"n_embd\": 32,\n                            \"n_head\": 4,\n                            \"n_inner\": null,\n                            \"n_layer\": 5,\n                            \"n_positions\": 512,\n                            \"pad_token_id\": 98,\n                            \"reorder_and_upcast_attn\": false,\n                            \"resid_pdrop\": 0.1,\n                            \"scale_attn_by_inverse_layer_idx\": false,\n                            \"scale_attn_weights\": true,\n                            \"summary_activation\": null,\n                            \"summary_first_dropout\": 0.1,\n                            \"summary_proj_to_labels\": true,\n                            \"summary_type\": \"cls_index\",\n                            \"summary_use_proj\": true,\n                            \"torch_dtype\": \"float32\",\n                            \"transformers_version\": \"4.32.1\",\n                            \"type_vocab_size\": 16,\n                            \"use_cache\": true,\n                            \"vocab_size\": 1000\n                        },\n                        \"tokenizer_config\": {\n                            \"add_prefix_space\": false,\n                            \"bos_token\": \"<|endoftext|>\",\n                            \"clean_up_tokenization_spaces\": true,\n                            \"eos_token\": \"<|endoftext|>\",\n                            \"model_max_length\": 512,\n                            \"tokenizer_class\": \"GPT2Tokenizer\",\n                            \"unk_token\": \"<|endoftext|>\"\n                        }\n                    }\n                },\n                \"import_info\": {\n                    \"params\": {\n                        \"model_name\": \"hf-internal-testing/tiny-random-gpt2\",\n                        \"pipeline_name\": \"text-generation\",\n                        \"toolkit\": \"HuggingFace\"\n                    }\n                }\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-to-text\",\n            \"task\": \"text-generation\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"BAAI-bge-base-en-v15\",\n            \"name\": \"BAAI-bge-base-en-v15\",\n            \"created_at\": \"2023-11-01T12:53:30.339664Z\",\n            \"modified_at\": \"2023-11-01T12:53:30.339664Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"23cf79f86459491cb31fd7f0273c9fff\",\n                \"created_at\": \"2023-11-01T12:53:30.339664Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"embeddings\": \"embedding\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    },\n                    \"params\": {\n                        \"text_token_warning_limit\": 512\n                    }\n                },\n                \"train_info\": {\n                    \"params\": {\n                        \"model_config\": {\n                            \"_name_or_path\": \"BAAI/bge-base-en-v1.5\",\n                            \"architectures\": [\n                                \"BertModel\"\n                            ],\n                            \"attention_probs_dropout_prob\": 0.1,\n                            \"classifier_dropout\": null,\n                            \"gradient_checkpointing\": false,\n                            \"hidden_act\": \"gelu\",\n                            \"hidden_dropout_prob\": 0.1,\n                            \"hidden_size\": 768,\n                            \"id2label\": {\n                                \"0\": \"LABEL_0\"\n                            },\n                            \"initializer_range\": 0.02,\n                            \"intermediate_size\": 3072,\n                            \"label2id\": {\n                                \"LABEL_0\": 0\n                            },\n                            \"layer_norm_eps\": 1e-12,\n                            \"max_position_embeddings\": 512,\n                            \"model_type\": \"bert\",\n                            \"num_attention_heads\": 12,\n                            \"num_hidden_layers\": 12,\n                            \"pad_token_id\": 0,\n                            \"position_embedding_type\": \"absolute\",\n                            \"torch_dtype\": \"float32\",\n                            \"transformers_version\": \"4.32.1\",\n                            \"type_vocab_size\": 2,\n                            \"use_cache\": true,\n                            \"vocab_size\": 30522\n                        },\n                        \"tokenizer_config\": {\n                            \"clean_up_tokenization_spaces\": true,\n                            \"cls_token\": \"[CLS]\",\n                            \"do_basic_tokenize\": true,\n                            \"do_lower_case\": true,\n                            \"mask_token\": \"[MASK]\",\n                            \"model_max_length\": 512,\n                            \"never_split\": null,\n                            \"pad_token\": \"[PAD]\",\n                            \"sep_token\": \"[SEP]\",\n                            \"strip_accents\": null,\n                            \"tokenize_chinese_chars\": true,\n                            \"tokenizer_class\": \"BertTokenizer\",\n                            \"unk_token\": \"[UNK]\"\n                        }\n                    }\n                },\n                \"import_info\": {\n                    \"params\": {\n                        \"model_name\": \"BAAI/bge-base-en-v1.5\",\n                        \"pipeline_name\": \"feature-extraction\",\n                        \"toolkit\": \"HuggingFace\"\n                    }\n                }\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-embedder\",\n            \"task\": \"representation-learning\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"BAAI-bge-base-en-cluster\",\n            \"name\": \"BAAI-bge-base-en-cluster\",\n            \"created_at\": \"2023-08-15T14:21:18.083130Z\",\n            \"modified_at\": \"2023-08-15T14:21:18.083130Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"4a47a75c931c4b0784cebc2cd45bc5a2\",\n                \"created_at\": \"2023-09-18T11:00:41.832176Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"metrics\": {\n                    \"status\": {\n                        \"code\": 21300,\n                        \"description\": \"Model was successfully evaluated.\"\n                    }\n                },\n                \"total_input_count\": 293849,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\"\n                },\n                \"input_info\": {},\n                \"train_info\": {\n                    \"params\": {\n                        \"beta\": 1,\n                        \"coarse_clusters\": 128,\n                        \"dataset_id\": \"quora-dataset-corpus-2\",\n                        \"dataset_version_id\": \"dataset-version-1692900595413\",\n                        \"eval_holdout_fraction\": 0.2,\n                        \"max_num_query_embeddings\": 100,\n                        \"max_visited\": 32,\n                        \"num_results_per_query\": [\n                            1,\n                            5,\n                            10,\n                            20\n                        ],\n                        \"query_holdout_fraction\": 0.1,\n                        \"quota\": 1000,\n                        \"to_be_indexed_queries_fraction\": 0.25,\n                        \"train_iters\": 1,\n                        \"training_timeout\": 72000\n                    },\n                    \"dataset\": {\n                        \"id\": \"quora-dataset-corpus-2\",\n                        \"created_at\": \"2023-08-24T07:40:45.232142Z\",\n                        \"modified_at\": \"2023-08-24T18:09:55.799396Z\",\n                        \"app_id\": \"quora-dataset\",\n                        \"user_id\": \"isaac\",\n                        \"metadata\": {},\n                        \"visibility\": {\n                            \"gettable\": 10\n                        },\n                        \"version\": {\n                            \"id\": \"dataset-version-1692900595413\",\n                            \"created_at\": \"0001-01-01T00:00:00Z\",\n                            \"modified_at\": \"0001-01-01T00:00:00Z\",\n                            \"app_id\": \"quora-dataset\",\n                            \"user_id\": \"isaac\",\n                            \"dataset_id\": \"quora-dataset-corpus-2\",\n                            \"status\": {\n                                \"code\": 99009,\n                                \"description\": \"Internal error\"\n                            },\n                            \"metadata\": {}\n                        }\n                    }\n                },\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"clusterer\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"BAAI-bge-base-en\",\n            \"name\": \"BAAI-bge-base-en\",\n            \"created_at\": \"2023-08-15T11:36:23.145658Z\",\n            \"modified_at\": \"2023-08-15T11:36:23.145658Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"b55d165cc3c64ed4bab3090c7b402188\",\n                \"created_at\": \"2023-08-15T11:36:23.145658Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"embeddings\": \"embedding\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {\n                    \"params\": {\n                        \"model_config\": {\n                            \"_name_or_path\": \"BAAI/bge-base-en\",\n                            \"architectures\": [\n                                \"BertModel\"\n                            ],\n                            \"attention_probs_dropout_prob\": 0.1,\n                            \"classifier_dropout\": null,\n                            \"gradient_checkpointing\": false,\n                            \"hidden_act\": \"gelu\",\n                            \"hidden_dropout_prob\": 0.1,\n                            \"hidden_size\": 768,\n                            \"id2label\": {\n                                \"0\": \"LABEL_0\"\n                            },\n                            \"initializer_range\": 0.02,\n                            \"intermediate_size\": 3072,\n                            \"label2id\": {\n                                \"LABEL_0\": 0\n                            },\n                            \"layer_norm_eps\": 1e-12,\n                            \"max_position_embeddings\": 512,\n                            \"model_type\": \"bert\",\n                            \"num_attention_heads\": 12,\n                            \"num_hidden_layers\": 12,\n                            \"pad_token_id\": 0,\n                            \"position_embedding_type\": \"absolute\",\n                            \"torch_dtype\": \"float32\",\n                            \"transformers_version\": \"4.30.2\",\n                            \"type_vocab_size\": 2,\n                            \"use_cache\": true,\n                            \"vocab_size\": 30522\n                        },\n                        \"tokenizer_config\": {\n                            \"clean_up_tokenization_spaces\": true,\n                            \"cls_token\": \"[CLS]\",\n                            \"do_basic_tokenize\": true,\n                            \"do_lower_case\": true,\n                            \"mask_token\": \"[MASK]\",\n                            \"model_max_length\": 512,\n                            \"never_split\": null,\n                            \"pad_token\": \"[PAD]\",\n                            \"sep_token\": \"[SEP]\",\n                            \"strip_accents\": null,\n                            \"tokenize_chinese_chars\": true,\n                            \"tokenizer_class\": \"BertTokenizer\",\n                            \"unk_token\": \"[UNK]\"\n                        }\n                    }\n                },\n                \"import_info\": {\n                    \"params\": {\n                        \"model_name\": \"BAAI/bge-base-en\",\n                        \"pipeline_name\": \"feature-extraction\",\n                        \"tokenizer_name\": \"BAAI/bge-base-en\",\n                        \"toolkit\": \"HuggingFace\"\n                    }\n                }\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-embedder\",\n            \"task\": \"representation-learning\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"apparel-recognition\",\n            \"name\": \"apparel\",\n            \"created_at\": \"2016-12-15T01:29:04.622209Z\",\n            \"modified_at\": \"2023-05-23T12:34:15.093542Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"dc2cd6d9bff5425a80bfe0c4105583c1\",\n                \"created_at\": \"2016-12-15T01:29:04.622209Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 112,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"softmax\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"display_name\": \"apparel-visual-classifier\",\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"AI model for identifying fashion-related and clothing concepts, hats, jewelry, handbags, etc. in images and video.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"Clarifai apparel model featuring woman black turtleneck.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/apparel-woman-black-turtleneck.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai apparel model featuring yellow boots.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/apparel-yellow-boots.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai apparel model featuring black white striped socks.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/apparel-black-white-striped-socks.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai apparel model featuring sunglasses.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/apparel-sunglasses.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai apparel model featuring dog in a dog carrier.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/apparel-dog-in-a-dog-carrier.jpg\"\n                    }\n                ]\n            },\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"15b0041cc2cd848a0d8b45f8b83c1d7d\",\n            \"name\": \"CLIP\",\n            \"created_at\": \"2021-12-14T18:07:40.983254Z\",\n            \"modified_at\": \"2023-04-27T20:45:27.183474Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"97f20cc96b7c4bec8f3b96e284ba1173\",\n                \"created_at\": \"2021-12-14T18:07:41.268867Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"embeddings\": \"embeddings\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-embedder\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"notes\": \"This model has been deprecated. Please use `multilingual-multimodal-clip-embed` instead.\",\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"text-translation-english-spanish\",\n            \"name\": \"Helsinki-NLP/opus-mt-en-es\",\n            \"created_at\": \"2023-02-22T22:44:16.825059Z\",\n            \"modified_at\": \"2023-02-22T22:44:16.825059Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"643f30558de34013aff72b0e21f244f5\",\n                \"created_at\": \"2023-02-23T00:39:20.611092Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {\n                    \"params\": {\n                        \"model_config\": {\n                            \"_name_or_path\": \"Helsinki-NLP/opus-mt-en-es\",\n                            \"activation_dropout\": 0,\n                            \"activation_function\": \"swish\",\n                            \"add_bias_logits\": false,\n                            \"add_final_layer_norm\": false,\n                            \"architectures\": [\n                                \"MarianMTModel\"\n                            ],\n                            \"attention_dropout\": 0,\n                            \"bad_words_ids\": [\n                                [\n                                    65000\n                                ]\n                            ],\n                            \"bos_token_id\": 0,\n                            \"classif_dropout\": 0,\n                            \"classifier_dropout\": 0,\n                            \"d_model\": 512,\n                            \"decoder_attention_heads\": 8,\n                            \"decoder_ffn_dim\": 2048,\n                            \"decoder_layerdrop\": 0,\n                            \"decoder_layers\": 6,\n                            \"decoder_start_token_id\": 65000,\n                            \"dropout\": 0.1,\n                            \"encoder_attention_heads\": 8,\n                            \"encoder_ffn_dim\": 2048,\n                            \"encoder_layerdrop\": 0,\n                            \"encoder_layers\": 6,\n                            \"eos_token_id\": 0,\n                            \"extra_pos_embeddings\": 65001,\n                            \"force_bos_token_to_be_generated\": false,\n                            \"forced_eos_token_id\": 0,\n                            \"gradient_checkpointing\": false,\n                            \"id2label\": {\n                                \"0\": \"LABEL_0\",\n                                \"1\": \"LABEL_1\",\n                                \"2\": \"LABEL_2\"\n                            },\n                            \"init_std\": 0.02,\n                            \"is_encoder_decoder\": true,\n                            \"label2id\": {\n                                \"LABEL_0\": 0,\n                                \"LABEL_1\": 1,\n                                \"LABEL_2\": 2\n                            },\n                            \"max_length\": 512,\n                            \"max_position_embeddings\": 512,\n                            \"model_type\": \"marian\",\n                            \"normalize_before\": false,\n                            \"normalize_embedding\": false,\n                            \"num_beams\": 4,\n                            \"num_hidden_layers\": 6,\n                            \"pad_token_id\": 65000,\n                            \"scale_embedding\": true,\n                            \"static_position_embeddings\": true,\n                            \"torch_dtype\": \"float32\",\n                            \"transformers_version\": \"4.16.0\",\n                            \"use_cache\": true,\n                            \"vocab_size\": 65001\n                        },\n                        \"tokenizer_config\": {\n                            \"eos_token\": \"</s>\",\n                            \"model_max_length\": 512,\n                            \"name_or_path\": \"Helsinki-NLP/opus-mt-en-es\",\n                            \"pad_token\": \"<pad>\",\n                            \"source_lang\": \"eng\",\n                            \"sp_model_kwargs\": {},\n                            \"special_tokens_map_file\": null,\n                            \"target_lang\": \"spa\",\n                            \"tokenizer_class\": \"MarianTokenizer\",\n                            \"tokenizer_file\": null,\n                            \"unk_token\": \"<unk>\"\n                        }\n                    }\n                },\n                \"import_info\": {\n                    \"params\": {\n                        \"model_name\": \"Helsinki-NLP/opus-mt-en-es\",\n                        \"pipeline_name\": \"translation_xx_to_yy\",\n                        \"tokenizer_name\": \"Helsinki-NLP/opus-mt-en-es\",\n                        \"toolkit\": \"HuggingFace\"\n                    }\n                }\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-to-text\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"Text translation model from English to Spanish using sentence piece-based segmentation\",\n            \"metadata\": {},\n            \"notes\": \"\\n # Helsinki-NLP - English to Spanish                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Introduction                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n The Helsinki-NLP models are used to translate text from one language to another. As such, the model takes a block text as its input, and outputs the translated block of text. This particular model takes in English text as it's input and outputs Spanish text.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Limitations                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n The usage of random capitalization and punctuation may result in erroneous translations grammatically speaking. If you are using this model in a workflow and find grammar issues, you can try utilizing aggregators to minimize errors.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n **More Info**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n * Original Repository: [GitHub](https://github.com/Helsinki-NLP/Tatoeba-Challenge)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \\n * Helsinki-NLP Opus: [eng-spa](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/eng-spa)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \\n * Hugging Face docs: [Helsinki-NLP/opus-mt-en-es](https://huggingface.co/Helsinki-NLP/opus-mt-en-es)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Paper                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n [Natural language processing for similar languages, varieties, and dialects: A survey](https://helda.helsinki.fi/bitstream/handle/10138/330117/natural_language_processing_for_similar_languages_varieties_and_dialects_a_survey.pdf)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n Authors: Marcos Zampieri, Preslav Nakov, Yves Scherrer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n **Abstract**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n There has been a lot of recent interest in the natural language processing (NLP) community in the computational processing of language varieties and dialects, with the aim to improve the performance of applications such as machine translation, speech recognition, and dialogue systems. Here, we attempt to survey this growing field of research, with focus on computational methods for processing similar languages, varieties, and dialects. In particular, we discuss the most important challenges when dealing with diatopic language variation, and we present some of the available datasets, the process of data collection, and the most common data collection strategies used to compile datasets for similar languages, varieties, and dialects. We further present a number of studies on computational methods developed and/or adapted for preprocessing, normalization, part-of-speech tagging, and parsing similar languages, language varieties, and dialects. Finally, we discuss relevant applications such as language and dialect identification and machine translation for closely related languages, language varieties, and dialects.                                     \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Risks, Limitations, and Biases                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n **CONTENT WARNING: Readers should be aware this section contains content that is disturbing, offensive, and can propagate historical and current stereotypes.**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n There has been significant research exploring bias and fairness issues with language models. Some important papers in this field include:                                                   # Helsinki-NLP - English to Spanish                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Introduction                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n The Helsinki-NLP models are used to translate text from one language to another. As such, the model takes a block text as its input, and outputs the translated block of text. This particular model takes in English text as it's input and outputs Spanish text.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Limitations                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n The usage of random capitalization and punctuation may result in erroneous translations grammatically speaking. If you are using this model in a workflow and find grammar issues, you can try utilizing aggregators to minimize errors.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n **More Info**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n * Original Repository: [GitHub](https://github.com/Helsinki-NLP/Tatoeba-Challenge)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \\n * Helsinki-NLP Opus: [eng-spa](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/eng-spa)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \\n * Hugging Face docs: [Helsinki-NLP/opus-mt-en-es](https://huggingface.co/Helsinki-NLP/opus-mt-en-es)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Paper                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n [Natural language processing for similar languages, varieties, and dialects: A survey](https://helda.helsinki.fi/bitstream/handle/10138/330117/natural_language_processing_for_similar_languages_varieties_and_dialects_a_survey.pdf)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n Authors: Marcos Zampieri, Preslav Nakov, Yves Scherrer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n **Abstract**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n There has been a lot of recent interest in the natural language processing (NLP) community in the computational processing of language varieties and dialects, with the aim to improve the performance of applications such as machine translation, speech recognition, and dialogue systems. Here, we attempt to survey this growing field of research, with focus on computational methods for processing similar languages, varieties, and dialects. In particular, we discuss the most important challenges when dealing with diatopic language variation, and we present some of the available datasets, the process of data collection, and the most common data collection strategies used to compile datasets for similar languages, varieties, and dialects. We further present a number of studies on computational methods developed and/or adapted for preprocessing, normalization, part-of-speech tagging, and parsing similar languages, language varieties, and dialects. Finally, we discuss relevant applications such as language and dialect identification and machine translation for closely related languages, language varieties, and dialects.                                     \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Risks, Limitations, and Biases                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n **CONTENT WARNING: Readers should be aware this section contains content that is disturbing, offensive, and can propagate historical and current stereotypes.**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n There has been significant research exploring bias and fairness issues with language models. Some important papers in this field include:                                                  \\n * [Societal Biases in Language Generation: Progress and Challenges](https://aclanthology.org/2021.acl-long.330.pdf)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \\n     * Authors: Emily Sheng, Kai-Wei Chang, Premkumar Natarajan, Nanyun Peng                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \\n     * Abstract: Technology for language generation has advanced rapidly, spurred by advancements in pre-training large models on massive amounts of data and the need for intelligent agents to communicate in a natural manner. While techniques can effectively generate fluent text, they can also produce undesirable societal biases that can have a disproportionately negative impact on marginalized populations. Language generation presents unique challenges for biases in terms of direct user interaction and the structure of decoding techniques. To better understand these challenges, we present a survey on societal biases in language generation, focusing on how data and techniques contribute to biases and progress towards reducing biases. Motivated by a lack of studies on biases from decoding techniques, we also conduct experiments to quantify the effects of these techniques. By further discussing general trends and open challenges, we call to attention promising directions for research and the importance of fairness and inclusivity considerations for language generation applications.<br /><br />                                                          \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n * [On the Dangers of Stochastic Parrots: Can Language Models Be Too Big?](https://dl.acm.org/doi/pdf/10.1145/3442188.3445922)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \\n     * Authors: Emily M. Bender, Timnit Gebru, Angelina McMillan-Major, Shmargaret Shmitchell                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \\n     * Abstract: The past 3 years of work in NLP have been characterized by the development and deployment of ever larger language models, especially for English. BERT, its variants, GPT-2/3, and others, most recently Switch-C, have pushed the boundaries of the possible both through architectural innovations and through sheer size. Using these pretrained models and the methodology of fine-tuning them for specific tasks, researchers have extended the state of the art on a wide array of tasks as measured by leaderboards on specific benchmarks for English. In this paper, we take a step back and ask: How big is too big? What are the possible risks associated with this technology and what paths are available for mitigating those risks? We provide recommendations including weighing the environmental and financial costs first, investing resources into curating and carefully documenting datasets rather than ingesting everything on the web, carrying out pre-development exercises evaluating how the planned approach fits into research and development goals and supports stakeholder values, and encouraging research directions beyond ever larger language models.\\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Benchmarks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n The following benchmarks are for the **opus-2021-02-19** weights.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n | testset                        | BLEU | chr-F | #sent | #words | BP    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | ------------------------------ | ---- | ----- | ----- | ------ | ----- |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | newssyscomb2009-engspa.eng.spa | 31.3 | 0.583 | 502   | 12506  | 0.990 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | news-test2008-engspa.eng.spa   | 29.6 | 0.564 | 2051  | 52596  | 1.000 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | newstest2009-engspa.eng.spa    | 30.2 | 0.578 | 2525  | 68114  | 1.000 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | newstest2010-engspa.eng.spa    | 36.9 | 0.620 | 2489  | 65522  | 1.000 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | newstest2011-engspa.eng.spa    | 38.3 | 0.620 | 3003  | 79476  | 0.984 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | newstest2012-engspa.eng.spa    | 39.1 | 0.626 | 3003  | 79006  | 0.969 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | newstest2013-engspa.eng.spa    | 35.1 | 0.598 | 3000  | 70528  | 0.960 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | Tatoeba-test.eng.spa           | 55.1 | 0.721 | 10000 | 77311  | 0.978 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | tico19-test.eng-spa            | 50.4 | 0.727 | 2100  | 66591  | 0.959 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Additional Info                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n * Data set: Opus                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \\n * Model: Transformer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \\n * Source Language(s): en (English)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \\n * Target Language(s): es (Spanish)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \\n * Pre-processing: Normalization  [SentencePiece](https://github.com/google/sentencepiece) (spm32k, spm32k)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \\n * Download original weights: [opus-2021-02-19.zip](https://object.pouta.csc.fi/Tatoeba-MT-models/eng-spa/opus-2021-02-19.zip)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \\n * Test set translations: [opus-2021-02-19.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/eng-spa/opus-2021-02-19.test.txt)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \\n * Test set scores: [opus-2021-02-19.eval.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/eng-spa/opus-2021-02-19.eval.txt)\\n\",\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ocr_model_v3-1677100451\",\n            \"name\": \"ocr_model_v3-1677100451\",\n            \"created_at\": \"2023-02-22T21:14:10.921823Z\",\n            \"modified_at\": \"2023-02-22T21:14:10.921823Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"22894138385843978aaa97cae37780fb\",\n                \"created_at\": \"2023-02-22T21:14:10.928773Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\",\n                        \"regions[...].value\": \"predicted_det_scores\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"Stop Sign.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9d/Stop_sign_light_red.svg/1200px-Stop_sign_light_red.svg.png\"\n                    }\n                ]\n            },\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ocr-scene-english-paddleocr\",\n            \"name\": \"OCR Scene English PaddleOCR\",\n            \"created_at\": \"2023-02-22T15:48:10.066388Z\",\n            \"modified_at\": \"2023-02-22T15:48:10.066388Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"40dbb2c9cde44a27af226782e7157006\",\n                \"created_at\": \"2023-02-22T15:49:55.126424Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"An OCR model for detecting and recognizing English text in images that are more complex than scans of a page.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"type\": \"image\",\n                        \"url\": \"https://samples.clarifai.com/featured-models/ocr-woman-holding-sold-sign.jpg\"\n                    },\n                    {\n                        \"type\": \"image\",\n                        \"url\": \"https://samples.clarifai.com/featured-models/paddleocrs/ocr-scene-english-paddleocr-1.jpg\"\n                    },\n                    {\n                        \"type\": \"image\",\n                        \"url\": \"https://samples.clarifai.com/featured-models/paddleocrs/ocr-scene-english-paddleocr-2.jpg\"\n                    },\n                    {\n                        \"type\": \"image\",\n                        \"url\": \"https://samples.clarifai.com/featured-models/paddleocrs/ocr-scene-english-paddleocr-3.png\"\n                    }\n                ]\n            },\n            \"notes\": \"\\n # Introduction                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n PaddleOCR aims to create multilingual, awesome, leading, and practical OCR tools that help users train better models and apply them into practice. The information in this summary is taken from their [Github.](https://github.com/PaddlePaddle/PaddleOCR)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n Release PP-OCRv3: With comparable speed, the effect of Chinese scene is further improved by 5% compared with PP-OCRv2, the effect of English scene is improved by 11%, and the average recognition accuracy of 80 language multilingual models is improved by more than 5%.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n <iframe width=\\\"560\\\" height=\\\"315\\\" src=\\\"https://www.youtube.com/embed/ITTtqGKtS54\\\" title=\\\"YouTube video player\\\" frameborder=\\\"0\\\" allow=\\\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\\\" allowfullscreen></iframe>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n # Features                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n PaddleOCR support a variety of cutting-edge algorithms related to OCR, and developed industrial featured models/solution [PP-OCR](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.5/doc/doc_en/ppocr_introduction_en.md) and [PP-Structure](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.5/ppstructure/README.md) on this basis, and get through the whole process of data production, model training, compression, inference and deployment.                                                                                                                                                                                                                                                                                                  \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n ## PP-OCR Series Model List - This model is the English ultra-lightweight PP-OCRv3 model (13.4M) on the second row.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n | Model introduction                                           | Model name                   | Recommended scene | Detection model                                              | Direction classifier                                         | Recognition model                                            |                                                                                                                                                                                                                                                                                                                                                                                                                                                    \\n | ------------------------------------------------------------ | ---------------------------- | ----------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |                                                                                                                                                                                                                                                                                                                                                                                                                                                    \\n | Chinese and English ultra-lightweight PP-OCRv3 model（16.2M）     | ch_PP-OCRv3_xx          | Mobile & Server | [inference model](https://paddleocr.bj.bcebos.com/PP-OCRv3/chinese/ch_PP-OCRv3_det_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/PP-OCRv3/chinese/ch_PP-OCRv3_det_distill_train.tar) | [inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_train.tar) | [inference model](https://paddleocr.bj.bcebos.com/PP-OCRv3/chinese/ch_PP-OCRv3_rec_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/PP-OCRv3/chinese/ch_PP-OCRv3_rec_train.tar) |                                 \\n | English ultra-lightweight PP-OCRv3 model（13.4M）     | en_PP-OCRv3_xx          | Mobile & Server | [inference model](https://paddleocr.bj.bcebos.com/PP-OCRv3/english/en_PP-OCRv3_det_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/PP-OCRv3/english/en_PP-OCRv3_det_distill_train.tar) | [inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_train.tar) | [inference model](https://paddleocr.bj.bcebos.com/PP-OCRv3/english/en_PP-OCRv3_rec_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/PP-OCRv3/english/en_PP-OCRv3_rec_train.tar) |                                             \\n | Chinese and English ultra-lightweight PP-OCRv2 model（11.6M） |  ch_PP-OCRv2_xx |Mobile & Server|[inference model](https://paddleocr.bj.bcebos.com/PP-OCRv2/chinese/ch_PP-OCRv2_det_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/PP-OCRv2/chinese/ch_PP-OCRv2_det_distill_train.tar)| [inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_train.tar) |[inference model](https://paddleocr.bj.bcebos.com/PP-OCRv2/chinese/ch_PP-OCRv2_rec_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/PP-OCRv2/chinese/ch_PP-OCRv2_rec_train.tar)|                                                   \\n | Chinese and English ultra-lightweight PP-OCR model (9.4M)       | ch_ppocr_mobile_v2.0_xx      | Mobile & server   |[inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_det_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_det_train.tar)|[inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_train.tar) |[inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_rec_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_rec_train.tar)      |   \\n | Chinese and English general PP-OCR model (143.4M)               | ch_ppocr_server_v2.0_xx      | Server            |[inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_server_v2.0_det_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_server_v2.0_det_train.tar)    |[inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_train.tar)    |[inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_server_v2.0_rec_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_server_v2.0_rec_train.tar)  |\\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n - For more model downloads (including multiple languages), please refer to [PP-OCR series model downloads](./doc/doc_en/models_list_en.md).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \\n - For a new language request, please refer to [Guideline for new language_requests](#language_requests).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \\n - For structural document analysis models, please refer to [PP-Structure models](./ppstructure/docs/models_list_en.md).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n # PP-OCRv3 English model                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \\n ![](https://github.com/PaddlePaddle/PaddleOCR/raw/release/2.5/doc/imgs_results/PP-OCRv3/en/en_1.png)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n # PP-OCRv3 Chinese model                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \\n ![](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.5/doc/imgs_results/PP-OCRv3/ch/PP-OCRv3-pic003.jpg?raw=true)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n # PP-OCRv3 Multilingual model                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \\n ![](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.5/doc/imgs_results/PP-OCRv3/multi_lang/korean_1.jpg?raw=true)\",\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ocr-scene-chinese-english-paddleocr\",\n            \"name\": \"ocr-scene-chinese-english-paddleocr\",\n            \"created_at\": \"2022-08-10T21:27:40.359110Z\",\n            \"modified_at\": \"2023-02-09T23:37:22.184921Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"67104613bc7245b594d6a38eb7e34974\",\n                \"created_at\": \"2022-08-10T21:27:40.889145Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/general-shirts-bags-shoes-computer.jpg\"\n                    }\n                ]\n            },\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"multilingual-multimodal-clip-embed\",\n            \"name\": \"Multilingual Multimodal Clip Embedder\",\n            \"created_at\": \"2023-01-30T17:46:05.745974Z\",\n            \"modified_at\": \"2023-01-30T17:46:05.745974Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"e3289fa66be4419eb2958ba74b6e9fee\",\n                \"created_at\": \"2023-01-30T17:46:05.745974Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"train_stats\": {},\n                \"completed_at\": \"2023-01-30T17:46:05.745974Z\",\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"embeddings\": \"embeddings\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\",\n                        \"text\": \"text\"\n                    },\n                    \"params\": {\n                        \"text_token_warning_limit\": 77\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"multimodal-embedder\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"CLIP-based multilingual multimodal embedding model.\",\n            \"metadata\": {},\n            \"notes\": \"##Multilingual CLIP\",\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ccfc0043fa804de4a586005f72582e00\",\n            \"name\": \"Multimodal Clip Clusterer\",\n            \"created_at\": \"2022-11-16T14:51:43.695740Z\",\n            \"modified_at\": \"2022-11-16T14:51:43.695740Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"4b134b9fb5f24e2bb09b7493560cc922\",\n                \"created_at\": \"2022-11-16T14:51:43.695740Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"metrics\": {\n                    \"status\": {\n                        \"code\": 21300,\n                        \"description\": \"Model was successfully evaluated.\"\n                    },\n                    \"summary\": {\n                        \"macro_avg_roc_auc\": 0,\n                        \"macro_std_roc_auc\": 0,\n                        \"macro_avg_f1_score\": 0,\n                        \"macro_std_f1_score\": 0,\n                        \"macro_avg_precision\": 0,\n                        \"macro_avg_recall\": 0,\n                        \"lopq_metrics\": [\n                            {\n                                \"k\": 10,\n                                \"recall_vs_brute_force\": 0.95100015,\n                                \"kendall_tau_vs_brute_force\": 1,\n                                \"most_frequent_code_percent\": 0.41158637,\n                                \"lopq_ndcg\": 0,\n                                \"brute_force_ndcg\": 0\n                            },\n                            {\n                                \"k\": 20,\n                                \"recall_vs_brute_force\": 0.93349975,\n                                \"kendall_tau_vs_brute_force\": 0.99947363,\n                                \"most_frequent_code_percent\": 0.41158637,\n                                \"lopq_ndcg\": 0,\n                                \"brute_force_ndcg\": 0\n                            },\n                            {\n                                \"k\": 50,\n                                \"recall_vs_brute_force\": 0.9118,\n                                \"kendall_tau_vs_brute_force\": 0.99697524,\n                                \"most_frequent_code_percent\": 0.41158637,\n                                \"lopq_ndcg\": 0,\n                                \"brute_force_ndcg\": 0\n                            },\n                            {\n                                \"k\": 100,\n                                \"recall_vs_brute_force\": 0.8869,\n                                \"kendall_tau_vs_brute_force\": 0.9947445,\n                                \"most_frequent_code_percent\": 0.41158637,\n                                \"lopq_ndcg\": 0,\n                                \"brute_force_ndcg\": 0\n                            },\n                            {\n                                \"k\": 200,\n                                \"recall_vs_brute_force\": 0.8432002,\n                                \"kendall_tau_vs_brute_force\": 0.9947241,\n                                \"most_frequent_code_percent\": 0.41158637,\n                                \"lopq_ndcg\": 0,\n                                \"brute_force_ndcg\": 0\n                            }\n                        ]\n                    }\n                },\n                \"total_input_count\": 9527727,\n                \"train_stats\": {},\n                \"completed_at\": \"2022-11-16T14:51:43.695740Z\",\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\"\n                },\n                \"input_info\": {\n                    \"base_embed_model\": {\n                        \"id\": \"multimodal-clip-embed\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"9fe2c8962c104327bc87b8f8104b161a\"\n                        },\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"multimodal-embedder\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": []\n                    }\n                },\n                \"train_info\": {\n                    \"params\": {\n                        \"beta\": 1,\n                        \"coarse_clusters\": 125,\n                        \"dataset_id\": \"\",\n                        \"dataset_version_id\": \"ee243135d683462eaa1060c4f5c63725\",\n                        \"eval_holdout_fraction\": 0.2,\n                        \"max_num_query_embeddings\": 100,\n                        \"max_visited\": 1562,\n                        \"num_results_per_query\": [\n                            10,\n                            20,\n                            50,\n                            100,\n                            200\n                        ],\n                        \"query_holdout_fraction\": 0.1,\n                        \"quota\": 10000,\n                        \"to_be_indexed_queries_fraction\": 0.25,\n                        \"train_iters\": 1,\n                        \"training_timeout\": 86400\n                    }\n                },\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"clusterer\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"notes\": \"##CLIP\",\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"multimodal-clip-embed\",\n            \"name\": \"multimodal-clip\",\n            \"created_at\": \"2022-11-07T17:47:19.112250Z\",\n            \"modified_at\": \"2022-11-07T17:47:19.112250Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"9fe2c8962c104327bc87b8f8104b161a\",\n                \"created_at\": \"2022-11-07T17:47:19.123181Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"embeddings\": \"embeddings\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\",\n                        \"text\": \"text\"\n                    },\n                    \"params\": {\n                        \"text_token_warning_limit\": 77\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"multimodal-embedder\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"da94111b740547aeae38ba9668f998a3\",\n            \"name\": \"ocr-scene-devanagari-paddleocr\",\n            \"created_at\": \"2022-08-10T19:52:53.761109Z\",\n            \"modified_at\": \"2022-08-10T19:52:53.761109Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"5e35e10fb7814f5c9223ccb3c3afebec\",\n                \"created_at\": \"2022-08-10T19:52:53.956768Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"5f42b31a4589d672152e9668d02eb471\",\n            \"name\": \"ocr-scene-cyrillic-paddleocr\",\n            \"created_at\": \"2022-08-10T19:52:53.009976Z\",\n            \"modified_at\": \"2022-08-10T19:52:53.009976Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"bbb2a719af92447ebeaabc88d3f41123\",\n                \"created_at\": \"2022-08-10T19:52:53.252145Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"e1e3b6f78fd2d55c830c631434ba83a5\",\n            \"name\": \"ocr-scene-arabic-paddleocr\",\n            \"created_at\": \"2022-08-10T19:52:51.994687Z\",\n            \"modified_at\": \"2022-08-10T19:52:51.994687Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"4b33b79b4b2e42b4b9ee07c844f1bb56\",\n                \"created_at\": \"2022-08-10T19:52:52.548327Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"c54e41dd13c9669630426078d36718ec\",\n            \"name\": \"ocr-scene-latin-paddleocr\",\n            \"created_at\": \"2022-08-10T19:52:51.331917Z\",\n            \"modified_at\": \"2022-08-10T19:52:51.331917Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"a82c91d715f74c789df25c78e811dc6a\",\n                \"created_at\": \"2022-08-10T19:52:51.487313Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"e3fde27570dc04aff3b997a223601ac8\",\n            \"name\": \"ocr-scene-kannada-paddleocr\",\n            \"created_at\": \"2022-08-10T19:52:50.570402Z\",\n            \"modified_at\": \"2022-08-10T19:52:50.570402Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"324f4a4d0bc64d81ab7be56c21748328\",\n                \"created_at\": \"2022-08-10T19:52:50.803339Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"1d5cbe1f275acaa8ac109dec6e07120b\",\n            \"name\": \"ocr-scene-telugu-paddleocr\",\n            \"created_at\": \"2022-08-10T19:52:49.858398Z\",\n            \"modified_at\": \"2022-08-10T19:52:49.858398Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"004b78b3cc3b4e2b9fe53f3cda5ff001\",\n                \"created_at\": \"2022-08-10T19:52:50.014584Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"019c84b9cae1c41e7bf661a037f6ac12\",\n            \"name\": \"ocr-scene-tamil-paddleocr\",\n            \"created_at\": \"2022-08-10T19:52:49.207422Z\",\n            \"modified_at\": \"2022-08-10T19:52:49.207422Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"88bf32db4fdb488593303bc5fb309754\",\n                \"created_at\": \"2022-08-10T19:52:49.353280Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"6748476e7c5ae4df9bc2019dd6bd5892\",\n            \"name\": \"ocr-scene-japanese-paddleocr\",\n            \"created_at\": \"2022-08-10T19:52:48.506276Z\",\n            \"modified_at\": \"2022-08-10T19:52:48.506276Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"b3a22a7bc99943b998de94c1e3c5d420\",\n                \"created_at\": \"2022-08-10T19:52:48.703164Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"bf08cee902d18405ca6ac58b68b3e2a6\",\n            \"name\": \"ocr-scene-korean-paddleocr\",\n            \"created_at\": \"2022-08-10T19:52:47.804473Z\",\n            \"modified_at\": \"2022-08-10T19:52:47.804473Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"f242bc5057b4402dab82ca0dbaf1be1e\",\n                \"created_at\": \"2022-08-10T19:52:47.982674Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"general-image-detection\",\n            \"name\": \"Image Detection\",\n            \"created_at\": \"2020-09-02T13:49:26.221543Z\",\n            \"modified_at\": \"2022-06-13T17:34:27.250292Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"1586f39b8d8040dda41537f5e47d68f0\",\n                \"created_at\": \"2020-10-20T16:16:33.521041Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 601,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0.25\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"Detects a variety of common objects and the location and generates regions of an image that may contain that object.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"Clarifai general model featuring shirts bags shoes computer.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/general-shirts-bags-shoes-computer.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai general model featuring elephants.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/general-elephants.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai food model featuring hamburgers bacon cheese.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/food-hamburgers-bacon-cheese.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai general model featuring car dashboard steering wheel.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/general-car-dashboard-steering-wheel.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai general model featuring city buildings skyscraper.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/general-city-buildings-skyscraper.jpg\"\n                    }\n                ]\n            },\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"general-image-recognition\",\n            \"name\": \"Image Recognition\",\n            \"created_at\": \"2016-03-19T04:14:25.007149Z\",\n            \"modified_at\": \"2022-06-13T17:34:27.240649Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n                \"created_at\": \"2018-03-06T19:43:54Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 9098,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"softmax\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"display_name\": \"general-visual-classifier\",\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"Identifies a variety of concepts in images and video including objects, themes, and more. Trained with over 10,000 concepts and 20M images.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"Clarifai general model featuring shirts bags shoes computer.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/general-shirts-bags-shoes-computer.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai general model featuring elephants.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/general-elephants.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai food model featuring hamburgers bacon cheese.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/food-hamburgers-bacon-cheese.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai general model featuring car dashboard steering wheel.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/general-car-dashboard-steering-wheel.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai general model featuring city buildings skyscraper.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/general-city-buildings-skyscraper.jpg\"\n                    }\n                ]\n            },\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"celebrity-face-detection\",\n            \"name\": \"Celebrity Face Detection\",\n            \"created_at\": \"2016-10-25T19:02:38.845777Z\",\n            \"modified_at\": \"2022-06-13T17:34:27.225442Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"bc50aad2bf4b403b94656aa9f64d1454\",\n                \"created_at\": \"2019-04-27T15:52:36.026793Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 10553,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\"\n                },\n                \"input_info\": {},\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"Detects whether images or video contain celebrity faces. Trained with over 10,000 recognized celebrities.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring morgan freeman.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-morgan-freeman.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring kim kardashian.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-kim-kardashian.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring matt damon.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-matt-damon.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring aziz ansari.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-aziz-ansari.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring angelina jolie.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-angelina-jolie.jpg\"\n                    }\n                ]\n            },\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [\n                \"pii\"\n            ],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"moderation-recognition\",\n            \"name\": \"Image Moderation\",\n            \"created_at\": \"2017-05-12T21:28:00.471607Z\",\n            \"modified_at\": \"2022-06-13T17:34:27.216052Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"aa8be956dbaa4b7a858826a84253cab9\",\n                \"created_at\": \"2017-10-26T20:29:09.263232Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 5,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"softmax\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"Recognizes inappropriate content in images and video containing concepts: gore, drug, explicit, suggestive, and safe.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"Clarifai moderation model featuring medical syringe cocaine.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/moderation-medical-syringe-cocaine.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai moderation model featuring woman breast feeding.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/moderation-woman-breast-feeding.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai moderation model featuring cutting red meet blood.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/moderation-cutting-red-meet-blood.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai moderation model featuring woman man no shirts.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/moderation-woman-man-no-shirts.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai moderation model featuring try your own text.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/moderation-try-your-own-text.jpg\"\n                    }\n                ]\n            },\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"96298cb700d5ec33176b40eee032f6df\",\n            \"name\": \"army-crada-5\",\n            \"created_at\": \"2022-04-28T01:41:20.604596Z\",\n            \"modified_at\": \"2022-04-28T01:41:20.604596Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"fdf1903eca5d47a8aa80d80fb0be6187\",\n                \"created_at\": \"2022-04-28T01:41:20.638136Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 25,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"df518ae2dcd8c2ef72c13e1a06f4ef52\",\n            \"name\": \"BLIP\",\n            \"created_at\": \"2022-04-21T23:11:06.152830Z\",\n            \"modified_at\": \"2022-04-21T23:11:06.152830Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"463f6b55c0b84128b97f6af550386aaa\",\n                \"created_at\": \"2022-04-21T23:11:06.167104Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"embeddings\": \"embeddings\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-embedder\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"3dfd7edda8a9cfc4ae9feab7194274a6\",\n            \"name\": \"BLIP\",\n            \"created_at\": \"2022-04-21T23:10:58.431676Z\",\n            \"modified_at\": \"2022-04-21T23:10:58.431676Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"d25dfc5c081342cbb09c60672b06b18f\",\n                \"created_at\": \"2022-04-21T23:10:58.444450Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"embeddings\": \"embeddings\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-embedder\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"7c2f2dfc80f0286b72b689379e9e81e0\",\n            \"name\": \"general-english-image-caption-blip\",\n            \"created_at\": \"2022-04-18T18:55:56.785Z\",\n            \"modified_at\": \"2022-04-18T18:55:56.785Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"d66b4cd5b5b249489c98543632f13078\",\n                \"created_at\": \"2022-04-18T18:55:56.802386Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"image-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"2a34e347777e5744496bf6ae76e01e91\",\n            \"name\": \"ocr-document-english-printed-trocr-large\",\n            \"created_at\": \"2022-04-11T17:35:23.575656Z\",\n            \"modified_at\": \"2022-04-11T17:35:23.575656Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"761de02719ce48aaafaa8ac16e3e4117\",\n                \"created_at\": \"2022-04-11T17:35:23.596706Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ocr-scene-french-paddleocr\",\n            \"name\": \"ocr-scene-french-paddleocr\",\n            \"created_at\": \"2022-02-16T19:46:42.443570Z\",\n            \"modified_at\": \"2022-04-05T12:42:47.955693Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"e1932c6028db4a428462ceeaa8a06ba7\",\n                \"created_at\": \"2022-02-16T19:46:42.458876Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"c4d4284d2d52988de50c95791f161e63\",\n            \"name\": \"logos-yolov5\",\n            \"created_at\": \"2022-03-29T23:13:34.162269Z\",\n            \"modified_at\": \"2022-03-31T20:09:51.482312Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"244f2a67c17d42fda8483a116edc9d3f\",\n                \"created_at\": \"2022-03-31T20:09:51.490755Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 3464,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ner-english\",\n            \"name\": \"ner_english_v2\",\n            \"created_at\": \"2022-03-16T13:48:57.921631Z\",\n            \"modified_at\": \"2022-03-22T08:06:44.455695Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"a813ff5b362c41f790c506b871e7dea4\",\n                \"created_at\": \"2022-03-16T13:48:57.946788Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 9,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"\": \"start\",\n                        \"regions[...].data.concepts[...].id\": \"labels\",\n                        \"regions[...].data.concepts[...].value\": \"scores\"\n                    },\n                    \"params\": {\n                        \"max_concepts\": 20,\n                        \"min_value\": 0,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {\n                    \"params\": {\n                        \"model_config\": {\n                            \"_name_or_path\": \"dbmdz/bert-large-cased-finetuned-conll03-english\",\n                            \"_num_labels\": 9,\n                            \"architectures\": [\n                                \"BertForTokenClassification\"\n                            ],\n                            \"attention_probs_dropout_prob\": 0.1,\n                            \"classifier_dropout\": null,\n                            \"directionality\": \"bidi\",\n                            \"hidden_act\": \"gelu\",\n                            \"hidden_dropout_prob\": 0.1,\n                            \"hidden_size\": 1024,\n                            \"id2label\": {\n                                \"0\": \"O\",\n                                \"1\": \"B-MISC\",\n                                \"2\": \"I-MISC\",\n                                \"3\": \"B-PER\",\n                                \"4\": \"I-PER\",\n                                \"5\": \"B-ORG\",\n                                \"6\": \"I-ORG\",\n                                \"7\": \"B-LOC\",\n                                \"8\": \"I-LOC\"\n                            },\n                            \"initializer_range\": 0.02,\n                            \"intermediate_size\": 4096,\n                            \"label2id\": {\n                                \"B-LOC\": 7,\n                                \"B-MISC\": 1,\n                                \"B-ORG\": 5,\n                                \"B-PER\": 3,\n                                \"I-LOC\": 8,\n                                \"I-MISC\": 2,\n                                \"I-ORG\": 6,\n                                \"I-PER\": 4,\n                                \"O\": 0\n                            },\n                            \"layer_norm_eps\": 1e-12,\n                            \"max_position_embeddings\": 512,\n                            \"model_type\": \"bert\",\n                            \"num_attention_heads\": 16,\n                            \"num_hidden_layers\": 24,\n                            \"pad_token_id\": 0,\n                            \"pooler_fc_size\": 768,\n                            \"pooler_num_attention_heads\": 12,\n                            \"pooler_num_fc_layers\": 3,\n                            \"pooler_size_per_head\": 128,\n                            \"pooler_type\": \"first_token_transform\",\n                            \"position_embedding_type\": \"absolute\",\n                            \"torch_dtype\": \"float32\",\n                            \"transformers_version\": \"4.16.0\",\n                            \"type_vocab_size\": 2,\n                            \"use_cache\": true,\n                            \"vocab_size\": 28996\n                        },\n                        \"tokenizer_config\": {\n                            \"cls_token\": \"[CLS]\",\n                            \"do_basic_tokenize\": true,\n                            \"do_lower_case\": false,\n                            \"mask_token\": \"[MASK]\",\n                            \"max_len\": 512,\n                            \"name_or_path\": \"dbmdz/bert-large-cased-finetuned-conll03-english\",\n                            \"never_split\": null,\n                            \"pad_token\": \"[PAD]\",\n                            \"sep_token\": \"[SEP]\",\n                            \"special_tokens_map_file\": null,\n                            \"strip_accents\": null,\n                            \"tokenize_chinese_chars\": true,\n                            \"tokenizer_class\": \"BertTokenizer\",\n                            \"unk_token\": \"[UNK]\"\n                        }\n                    }\n                },\n                \"import_info\": {\n                    \"params\": {\n                        \"model_name\": \"dbmdz/bert-large-cased-finetuned-conll03-english\",\n                        \"pipeline_name\": \"ner\",\n                        \"tokenizer_name\": \"dbmdz/bert-large-cased-finetuned-conll03-english\",\n                        \"toolkit\": \"HuggingFace\"\n                    }\n                }\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-token-classifier\",\n            \"task\": \"named-entity-recognition\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"notes\": \"dbmdz/bert-large-cased-finetuned-conll03-english\",\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"4828602e14c60157672b103bc4174b6a\",\n            \"name\": \"ocr-scene-devanagari-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:05.691047Z\",\n            \"modified_at\": \"2022-02-16T19:51:05.691047Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"9676ee4c210f42aabb032be9e077e34e\",\n                \"created_at\": \"2022-02-16T19:51:05.695789Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"79ae4202a52a10bf910158747e2b0bd6\",\n            \"name\": \"ocr-scene-cyrillic-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:05.332230Z\",\n            \"modified_at\": \"2022-02-16T19:51:05.332230Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"eecd3d4159e447f982df39f4efc6e7a3\",\n                \"created_at\": \"2022-02-16T19:51:05.337055Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ce1ec795e7613564611373788f719e76\",\n            \"name\": \"ocr-scene-latin-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:04.953704Z\",\n            \"modified_at\": \"2022-02-16T19:51:04.953704Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"fc43e001904541188ae7c2fc9ff1d7b8\",\n                \"created_at\": \"2022-02-16T19:51:04.961006Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"a440094009739c7f8470208af640d72b\",\n            \"name\": \"ocr-scene-tamil-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:04.601929Z\",\n            \"modified_at\": \"2022-02-16T19:51:04.601929Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"3850ab217dc048dfa92bb99c612445ed\",\n                \"created_at\": \"2022-02-16T19:51:04.607237Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"b6e3b7e79bc7d1870ee895ea802da533\",\n            \"name\": \"ocr-scene-kannada-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:04.222500Z\",\n            \"modified_at\": \"2022-02-16T19:51:04.222500Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"1552d0c25c4c453983931e02f762ad40\",\n                \"created_at\": \"2022-02-16T19:51:04.227503Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"7d4b60ad1f153879defaa4ecfd25d4f4\",\n            \"name\": \"ocr-scene-telugu-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:03.816522Z\",\n            \"modified_at\": \"2022-02-16T19:51:03.816522Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"ac7029e22f054edd809ea197524c7fc8\",\n                \"created_at\": \"2022-02-16T19:51:03.821861Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"abb6ab21bf2395f88eacb3c32fbb5fc0\",\n            \"name\": \"ocr-scene-belarusian-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:03.371226Z\",\n            \"modified_at\": \"2022-02-16T19:51:03.371226Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"6be6fdaa01854f2aa3c75a31cc9e9193\",\n                \"created_at\": \"2022-02-16T19:51:03.377576Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"819928b81ec7e0b9cb18c26175447b42\",\n            \"name\": \"ocr-scene-ukranian-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:02.987649Z\",\n            \"modified_at\": \"2022-02-16T19:51:02.987649Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"8d4bf420524a47d0a476d6e86fee65dd\",\n                \"created_at\": \"2022-02-16T19:51:02.992349Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"3953adcdf93719125977186c1e2d3f8d\",\n            \"name\": \"ocr-scene-bulgarian-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:02.616626Z\",\n            \"modified_at\": \"2022-02-16T19:51:02.616626Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"c960deec8cb34e07a800d9cc237e46f5\",\n                \"created_at\": \"2022-02-16T19:51:02.622189Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"79aa2ea6d2eaf696c93fda9eae8e360b\",\n            \"name\": \"ocr-scene-serbian-latin-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:02.186999Z\",\n            \"modified_at\": \"2022-02-16T19:51:02.186999Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"3d49fec2485f42b197d0183ba098b011\",\n                \"created_at\": \"2022-02-16T19:51:02.191990Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"d5a14580da35c5ad0b2d2bd27ce81928\",\n            \"name\": \"ocr-scene-serbian-cyrillic-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:01.799532Z\",\n            \"modified_at\": \"2022-02-16T19:51:01.799532Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"f4c110d928de45a2b9b289ec903b4a6a\",\n                \"created_at\": \"2022-02-16T19:51:01.804656Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ca24b6b1b79b2288794ec0fd61dc43b5\",\n            \"name\": \"ocr-scene-nepali-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:01.454280Z\",\n            \"modified_at\": \"2022-02-16T19:51:01.454280Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"0cab8fcaaccd4c769dd885fc55f47214\",\n                \"created_at\": \"2022-02-16T19:51:01.458814Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"d36ee770992af4049520a0728ce0db08\",\n            \"name\": \"ocr-scene-marathi-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:01.034772Z\",\n            \"modified_at\": \"2022-02-16T19:51:01.034772Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"2f8faace78e144b3afc6f767b3fb8629\",\n                \"created_at\": \"2022-02-16T19:51:01.040656Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"84463f4cb26b41d899da8ad49189e47b\",\n            \"name\": \"ocr-scene-occitan-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:00.574910Z\",\n            \"modified_at\": \"2022-02-16T19:51:00.574910Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"e12bc12d8e254d239945e50eaf7c79ac\",\n                \"created_at\": \"2022-02-16T19:51:00.583308Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"7f9563940b3cc48321ae8d126daa0403\",\n            \"name\": \"ocr-scene-urdu-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:00.083220Z\",\n            \"modified_at\": \"2022-02-16T19:51:00.083220Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"2ff3a156373c4d1393754e945d85e7ec\",\n                \"created_at\": \"2022-02-16T19:51:00.108328Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"8f503aa63b60707e818d8a6a11a7dbe9\",\n            \"name\": \"ocr-scene-persian-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:59.643063Z\",\n            \"modified_at\": \"2022-02-16T19:50:59.643063Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"2d4cd9e9a3e04c199e27ca2493370c40\",\n                \"created_at\": \"2022-02-16T19:50:59.650272Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"6f7e3f2f2ed23a27897b898b93e8874a\",\n            \"name\": \"ocr-scene-uyghur-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:59.305322Z\",\n            \"modified_at\": \"2022-02-16T19:50:59.305322Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"6d38e8fed498460f811d5840caf7a19a\",\n                \"created_at\": \"2022-02-16T19:50:59.310025Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"594d939e0c9d8b19355f80cf1086b69d\",\n            \"name\": \"ocr-scene-hindi-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:58.946883Z\",\n            \"modified_at\": \"2022-02-16T19:50:58.946883Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"20c09506f61a4b389c15b086fedd66d5\",\n                \"created_at\": \"2022-02-16T19:50:58.953501Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"18189394090615325d5d783724ae290b\",\n            \"name\": \"ocr-scene-italian-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:58.539760Z\",\n            \"modified_at\": \"2022-02-16T19:50:58.539760Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"a56454cd3c2943a2a1a4b8840b73fda5\",\n                \"created_at\": \"2022-02-16T19:50:58.546364Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"2e47eda28e43cda4d9f5556924662bec\",\n            \"name\": \"ocr-scene-japanese-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:58.125647Z\",\n            \"modified_at\": \"2022-02-16T19:50:58.125647Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"413a870e2105418fbaadfbebc1b71b17\",\n                \"created_at\": \"2022-02-16T19:50:58.132649Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"e184d889c6e9737e6744e48df535d8f9\",\n            \"name\": \"ocr-scene-korean-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:57.685263Z\",\n            \"modified_at\": \"2022-02-16T19:50:57.685263Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"1b2985fac7d34e3cba5adfdfb1345705\",\n                \"created_at\": \"2022-02-16T19:50:57.695732Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"2b7192cc990a1a5a68d12f8326475ba6\",\n            \"name\": \"ocr-scene-german-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:57.289519Z\",\n            \"modified_at\": \"2022-02-16T19:50:57.289519Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"b10c4e125fb5423ca03f9f7600b2af6f\",\n                \"created_at\": \"2022-02-16T19:50:57.295199Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"952daadb10f7ace3433e8fc372c7c4d6\",\n            \"name\": \"ocr-scene-russian-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:56.894498Z\",\n            \"modified_at\": \"2022-02-16T19:50:56.894498Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"b02773fbacaf4f3eb5dcd6144ca01ee6\",\n                \"created_at\": \"2022-02-16T19:50:56.901399Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"60a98793f1db9dacb48e61fbb5aa61e1\",\n            \"name\": \"ocr-scene-portuguese-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:56.490797Z\",\n            \"modified_at\": \"2022-02-16T19:50:56.490797Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"d7c3be32a4bf488a987f97587cb9299d\",\n                \"created_at\": \"2022-02-16T19:50:56.500084Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"5560bcbc3d7ad8feb3999874b558b2a8\",\n            \"name\": \"ocr-scene-spanish-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:56.091771Z\",\n            \"modified_at\": \"2022-02-16T19:50:56.091771Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"a4bbcd9a06054acb8d44b3cc313dc6de\",\n                \"created_at\": \"2022-02-16T19:50:56.109454Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"fda611add70f1009c5c01d95f0fbe57b\",\n            \"name\": \"ocr-scene-arabic-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:55.696689Z\",\n            \"modified_at\": \"2022-02-16T19:50:55.696689Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"b1b8c11aee044f4a860c61d256bbd12e\",\n                \"created_at\": \"2022-02-16T19:50:55.707467Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"7acefe1233c41a8acab80619d79c6b56\",\n            \"name\": \"ocr-scene-chinese-traditional-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:55.240293Z\",\n            \"modified_at\": \"2022-02-16T19:50:55.240293Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"3b83168a4e764cd3b61c63e9662af235\",\n                \"created_at\": \"2022-02-16T19:50:55.255319Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"dc09ac965f64826410fbd8fea603abe6\",\n            \"name\": \"ocr-scene-chinese-english-paddleocr\",\n            \"created_at\": \"2022-01-25T01:53:05.944447Z\",\n            \"modified_at\": \"2022-01-25T01:53:05.944447Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"8aa1c6c2febf49f880cae2783097c2fa\",\n                \"created_at\": \"2022-01-25T01:53:05.952851Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ba040818064ef61074e6d1cdec1c40c6\",\n            \"name\": \"paddleocr-english-chinese\",\n            \"created_at\": \"2022-01-25T00:30:04.159834Z\",\n            \"modified_at\": \"2022-01-25T00:30:04.159834Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"6daaabc3998440eeb1db18086d926bd8\",\n                \"created_at\": \"2022-01-25T00:30:04.183333Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"celebrity-face-recognition\",\n            \"name\": \"Celebrity\",\n            \"created_at\": \"2020-11-20T17:09:42.109453Z\",\n            \"modified_at\": \"2022-01-21T13:11:23.236298Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"0676ebddd5d6413ebdaa101570295a39\",\n                \"created_at\": \"2020-11-20T17:09:42.109453Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 10553,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"softmax\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"AI model for recognizing celebrity faces in images or video.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring morgan freeman.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-morgan-freeman.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring kim kardashian.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-kim-kardashian.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring matt damon.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-matt-damon.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring aziz ansari.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-aziz-ansari.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring angelina jolie.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-angelina-jolie.jpg\"\n                    }\n                ]\n            },\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [\n                \"pii\"\n            ],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"3b67f45ec89b4b9c6fb9db700120c91a\",\n            \"name\": \"advanced-det-handgun\",\n            \"created_at\": \"2022-01-06T20:27:53.965051Z\",\n            \"modified_at\": \"2022-01-06T20:27:53.965051Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"cecc3b705fe74a9ea88ee11e5ddd46f4\",\n                \"created_at\": \"2022-01-06T20:27:54.022071Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 2,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"e4e42c048019241132ec2ecb583a3446\",\n            \"name\": \"microsoft/trocr-base-handwritten\",\n            \"created_at\": \"2021-11-10T17:18:34.067075Z\",\n            \"modified_at\": \"2021-12-29T16:56:15.937705Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"fd6f3dfd83854dd59cdeb8a5243e9e27\",\n                \"created_at\": \"2021-11-10T17:18:34.083675Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"86039c857a206810679f7f72b82fff54\",\n            \"name\": \"CLIP Prefix Captioning\",\n            \"created_at\": \"2021-12-09T04:32:31.377820Z\",\n            \"modified_at\": \"2021-12-09T04:32:31.377820Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"05fb71c53ff746f3834ab8333e401a1c\",\n                \"created_at\": \"2021-12-09T04:32:31.426529Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"image\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"image-to-text\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"bebd0da30b7090bb5250d5951960d96d\",\n            \"name\": \"CLIP\",\n            \"created_at\": \"2021-12-04T02:51:40.264878Z\",\n            \"modified_at\": \"2021-12-04T02:51:40.264878Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"5f6c752f8f964e56bef0c2eb32f3aca4\",\n                \"created_at\": \"2021-12-04T02:51:40.285448Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"embeddings\": \"embeddings\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-embedder\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"d05c045b95d85241c7d79e1ed3da3f8e\",\n            \"name\": \"PaddleOCR Multiplexed\",\n            \"created_at\": \"2021-11-05T04:36:50.693728Z\",\n            \"modified_at\": \"2021-11-05T04:36:50.693728Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"6da2f96ab8fb4255aa0ac53e6653345b\",\n                \"created_at\": \"2021-11-05T04:36:50.707810Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"fe000880ecc20921af7fbd46c485dbd2\",\n            \"name\": \"multiplexed easyocr\",\n            \"created_at\": \"2021-11-03T04:05:28.978761Z\",\n            \"modified_at\": \"2021-11-03T04:05:28.978761Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"19b30d2a3b064b13bbcd451a7b829f40\",\n                \"created_at\": \"2021-11-03T04:05:28.996684Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"c13d6411707faa5a5115b23f17957d82\",\n            \"name\": \"EasyOCR Multilingual Large\",\n            \"created_at\": \"2021-10-30T21:31:12.405449Z\",\n            \"modified_at\": \"2021-10-30T21:31:12.405449Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"7a4e17e73e144e5c8e9570aadc1cf0f5\",\n                \"created_at\": \"2021-10-30T21:31:12.411454Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"856fd858ed1dc14c741c15f0b9005cbb\",\n            \"name\": \"EasyOCR Multilingual\",\n            \"created_at\": \"2021-10-30T20:11:48.409877Z\",\n            \"modified_at\": \"2021-10-30T20:11:48.409877Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"5a77e2441d334d95859337454efbfd73\",\n                \"created_at\": \"2021-10-30T20:11:48.417474Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"23a5c4692f1a0449aef1c510be55b180\",\n            \"name\": \"facebook/wav2vec2-base-960h\",\n            \"created_at\": \"2021-10-05T17:43:10.985960Z\",\n            \"modified_at\": \"2021-10-27T13:18:19.573415Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"f4917f7f2e83453f9fe6d5eef4f598db\",\n                \"created_at\": \"2021-10-05T17:43:10.998245Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"audio\": \"audio\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"audio-to-text\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [\n                \"pii\"\n            ],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"2c1050ead1b24472be8033f5fd421f3d\",\n            \"name\": \"english\",\n            \"created_at\": \"2020-11-12T15:43:07.560737Z\",\n            \"modified_at\": \"2021-10-27T13:13:42.421644Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"dfe4776f79ee4c23a85d86d3b0649127\",\n                \"created_at\": \"2020-11-12T15:43:07.560737Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"TRANSCRIPT\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"audio\": \"AUDIO_SIGNAL\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"audio-to-text\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ba585a5a737771884d89972fea6c41f8\",\n            \"name\": \"language-script\",\n            \"created_at\": \"2021-10-20T18:05:49.263669Z\",\n            \"modified_at\": \"2021-10-20T18:05:49.263669Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"60fa287837dc4c10a3b5da6b92e062e2\",\n                \"created_at\": \"2021-10-20T18:05:49.328969Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 8,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"softmax\"\n                    },\n                    \"params\": {\n                        \"max_concepts\": 20,\n                        \"min_value\": 0,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"logo-detection\",\n            \"name\": \"logo\",\n            \"created_at\": \"2017-03-06T18:38:13.025998Z\",\n            \"modified_at\": \"2021-10-19T12:21:30.579234Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"ef1b7237d28b415f910ca343a9145e99\",\n                \"created_at\": \"2017-03-06T18:38:13.025998Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 561,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_cls_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_cls_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_cls_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0.05\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"display_name\": \"logo-visual-detector\",\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"Logo detection model for locating logos of some of the most popular consumer brands within images and videos.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/logo-detection-black-bmw-silver-volkswagon.jpg\"\n                    },\n                    {\n                        \"alt\": \"\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/logo-detection-corona-extra-beer-bottle.jpg\"\n                    },\n                    {\n                        \"alt\": \"\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/logo-detection-northface-pink-jacket.jpg\"\n                    },\n                    {\n                        \"alt\": \"\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/logo-detection-pepsi-bottles-in-crate.jpg\"\n                    },\n                    {\n                        \"alt\": \"\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/logo-detection-tesla-steering-wheel.jpg\"\n                    }\n                ]\n            },\n            \"notes\": \"I can edit\",\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"food-item-v1-recognition\",\n            \"name\": \"food-items-v1.0\",\n            \"created_at\": \"2016-09-17T04:22:07.183747Z\",\n            \"modified_at\": \"2021-10-18T16:34:36.410436Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"dfebc169854e429086aceb8368662641\",\n                \"created_at\": \"2016-09-17T04:22:07.183747Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 970,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"softmax\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"display_name\": \"food-items-v1-visual-classifier\",\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"AI model to recognize a wide variety of food items, including dishes and ingredients, in images and video.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"Clarifai food model featuring pan of steamed clams.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/food-pan-of-steamed-clams.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai food model featuring waffle with strawberries blueberries.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/food-waffle-with-strawberries-blueberries.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai food model featuring hamburgers bacon cheese buns.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/food-hamburgers-bacon-cheese-buns.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai food model featuring pepperoni pizza.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/food-pepperoni-pizza.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai food model featuring tomato basil.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/food-tomato-basil.jpg\"\n                    }\n                ]\n            },\n            \"notes\": \"This is a food model note (wip) \",\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"9fe78b4150a52794f86f237770141b33\",\n            \"name\": \"english\",\n            \"created_at\": \"2021-02-04T05:24:54.250897Z\",\n            \"modified_at\": \"2021-10-18T15:46:17.997145Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"89961b2723e440abb49ec89a05b31219\",\n                \"created_at\": \"2021-09-30T14:43:29.569715Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"license\": \"BSD-2\",\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"image\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"image-to-text\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"--\",\n            \"metadata\": {},\n            \"notes\": \"test model note now\",\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [\n                \"demographics\"\n            ],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"c3110dc5905447e410161091f0f95337\",\n            \"name\": \"anas/wav2vec2-large-xlsr-arabic\",\n            \"created_at\": \"2021-10-14T19:23:19.862284Z\",\n            \"modified_at\": \"2021-10-14T19:23:19.862284Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"f486dde2e2d046dabfd4c9e4db2c8e36\",\n                \"created_at\": \"2021-10-14T19:23:19.869018Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"audio\": \"audio\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"audio-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"68bbf91b9ad247921822a255ca381f11\",\n            \"name\": \"elgeish/wav2vec2-large-xlsr-53-arabic\",\n            \"created_at\": \"2021-10-14T18:44:04.938624Z\",\n            \"modified_at\": \"2021-10-14T18:44:04.938624Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"749a7a96fb404596bc11465dc41c3fb2\",\n                \"created_at\": \"2021-10-14T18:44:04.946902Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"audio\": \"audio\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"audio-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"face-detection\",\n            \"name\": \"Face\",\n            \"created_at\": \"2020-11-20T17:09:42.109453Z\",\n            \"modified_at\": \"2021-10-14T07:45:05.937031Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"fe995da8cb73490f8556416ecf25cea3\",\n                \"created_at\": \"2021-01-21T23:31:28.004422Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 2,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0.9\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"display_name\": \"Face-visual-detector\",\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"AI model for detecting the location of human faces in images and video.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"Clarifai face model featuring little girl boy standing outside.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/face-little-girl-boy-standing-outside.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai face model featuring three men sitting in van.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/face-three-men-sitting-in-van.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai face model featuring family with light blue shirts.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/face-family-with-light-blue-shirts.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai face model featuring arfrican american man woman laughing.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/face-arfrican-american-man-woman-laughing.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai face model featuring crowd of monks orange robe.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/face-crowd-of-monks-orange-robe.jpg\"\n                    }\n                ]\n            },\n            \"notes\": \"test123\",\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [\n                \"faces\"\n            ],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [\n                \"pii\"\n            ],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"6a3dc529acf3f720a629cdc8c6ad41a9\",\n            \"name\": \"subject\",\n            \"created_at\": \"2021-04-26T09:20:01.359645Z\",\n            \"modified_at\": \"2021-10-12T12:36:06.443774Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"55b2051b75f14577b6fdd5a4fa3fd5a8\",\n                \"created_at\": \"2021-04-26T15:06:37.619220Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 2,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].region_info.mask,regions[...].data.concepts\": \"output__0\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"input__0\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-segmenter\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"test\",\n            \"metadata\": {},\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"beb9ed2d034b0126c6e24135ace76d8f\",\n            \"name\": \"prithivida/informal_to_formal_styletransfer\",\n            \"created_at\": \"2021-10-05T19:58:24.859525Z\",\n            \"modified_at\": \"2021-10-05T20:06:53.273373Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"a35db0e9b9b34f52ac0c83e1007db145\",\n                \"created_at\": \"2021-10-05T20:06:53.278139Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"69469f13c714cb6c68149db326d8c69a\",\n            \"name\": \"prithivida/formal_to_informal_styletransfer\",\n            \"created_at\": \"2021-10-05T19:45:07.925572Z\",\n            \"modified_at\": \"2021-10-05T19:45:07.925572Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"d34c3b68aadb408f9e770632183cb164\",\n                \"created_at\": \"2021-10-05T19:45:07.942034Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"b7e22ac73f924e2a6199af495724ddac\",\n            \"name\": \"facebook/wav2vec2-large-xlsr-53-french\",\n            \"created_at\": \"2021-10-05T17:18:44.727040Z\",\n            \"modified_at\": \"2021-10-05T17:18:44.727040Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"a648b13f7269461d9797e6bc58111a60\",\n                \"created_at\": \"2021-10-05T17:18:44.743898Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"audio\": \"audio\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"audio-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"6db1c2dc0d9c09d843c763bc0a05b989\",\n            \"name\": \"assembly\",\n            \"created_at\": \"2021-09-23T17:34:00.947876Z\",\n            \"modified_at\": \"2021-09-24T06:17:00.318253Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"5ef730b4ef014b508b31af5e5577386d\",\n                \"created_at\": \"2021-09-24T06:17:00.341875Z\",\n                \"status\": {\n                    \"code\": 99009,\n                    \"description\": \"Model upload timed out\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"embeddings\": \"embedding\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-embedder\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"2e099a9219da8fc580ac0dc54bf842fd\",\n            \"name\": \"paddleocr-multilingual-text-detector\",\n            \"created_at\": \"2021-08-19T00:40:40.789176Z\",\n            \"modified_at\": \"2021-09-22T19:50:23.797705Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"dff9af491f0d48449801decee0e2f136\",\n                \"created_at\": \"2021-09-22T19:50:23.809040Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 2,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"6f96f8bf841280a388f8b52cb1868df4\",\n            \"name\": \"person-detector-yolov5x-libtorch\",\n            \"created_at\": \"2021-08-25T22:19:26.887486Z\",\n            \"modified_at\": \"2021-08-25T22:19:26.887486Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"8d1ac866905a4154b6d34ae2566503ad\",\n                \"created_at\": \"2021-08-25T22:19:26.962227Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 2,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"a065882d92d66dbac3b5ebe108170197\",\n            \"name\": \"person-vehicle-detector-yolov5x-libtorch\",\n            \"created_at\": \"2021-08-25T17:56:25.508821Z\",\n            \"modified_at\": \"2021-08-25T21:51:12.368401Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"be2ea5c740f940429e6284826660da9a\",\n                \"created_at\": \"2021-08-25T21:51:12.377067Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 3,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"2cf7739e65bfc63c1537f65e7ef3ae87\",\n            \"name\": \"person-vehicle-detector-yolov5s-libtorch\",\n            \"created_at\": \"2021-08-24T19:14:37.883020Z\",\n            \"modified_at\": \"2021-08-24T19:14:37.883020Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"3b6b338aa1b7433a8935d22b0915fc32\",\n                \"created_at\": \"2021-08-24T19:14:37.990646Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 3,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"23aa4f9c9767a2fd61e63c55a73790ad\",\n            \"name\": \"person-detector-yolov5s-libtorch\",\n            \"created_at\": \"2021-08-24T18:52:53.766484Z\",\n            \"modified_at\": \"2021-08-24T18:52:53.766484Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"92b204309cce44209f1428e38e3406fb\",\n                \"created_at\": \"2023-02-24T05:41:57.516485Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 2,\n                \"description\": \"Yolov5\",\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"bdcedc0f8da58c396b7df12f634ef923\",\n            \"name\": \"multilingual-moderation\",\n            \"created_at\": \"2021-01-13T16:45:48.370348Z\",\n            \"modified_at\": \"2021-07-13T15:12:21.536311Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"c56b46fd91ca4540823ba70496d008f9\",\n                \"created_at\": \"2021-01-13T20:45:50.641841Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 6,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"output__1\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"input__0\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-classifier\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"eac94da66f428ebf98dc2cae30030699\",\n            \"name\": \"hate-symbols\",\n            \"created_at\": \"2021-07-07T20:24:28.707682Z\",\n            \"modified_at\": \"2021-07-08T15:06:49.454931Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"ca52d78ed8cb4cfba4eacebadc38548b\",\n                \"created_at\": \"2021-07-08T15:06:49.459168Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 2,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0.05,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"bc6b2c89a5dc35ee5b5872612d0df25a\",\n            \"name\": \"EasyOCR (Turkish)\",\n            \"created_at\": \"2021-06-17T19:51:18.060645Z\",\n            \"modified_at\": \"2021-06-17T19:51:18.060645Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"17ca4640290f4c3e885ed74e757272df\",\n                \"created_at\": \"2021-06-17T19:51:18.066247Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"869245fe9708e30e6a0869c6e3dc3132\",\n            \"name\": \"EasyOCR (Swedish)\",\n            \"created_at\": \"2021-06-17T19:49:51.218255Z\",\n            \"modified_at\": \"2021-06-17T19:49:51.218255Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"8eb77eec58314083a0b9765047974d45\",\n                \"created_at\": \"2021-06-17T19:49:51.224781Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"b24a775f7b9e156f3518772206c342ef\",\n            \"name\": \"EasyOCR (Polish)\",\n            \"created_at\": \"2021-06-17T19:45:42.334798Z\",\n            \"modified_at\": \"2021-06-17T19:45:42.334798Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"ce2624cd1b84445e988b1b437dfe2a95\",\n                \"created_at\": \"2021-06-17T19:45:42.340957Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"e6bcd24eb84835a8de347b7b8a028f27\",\n            \"name\": \"EasyOCR (Dutch)\",\n            \"created_at\": \"2021-06-17T19:43:57.103955Z\",\n            \"modified_at\": \"2021-06-17T19:43:57.103955Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"22669f6ea56e428f87465b55c9296ca5\",\n                \"created_at\": \"2021-06-17T19:43:57.109610Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"f43080883661c6676779384149eb9249\",\n            \"name\": \"EasyOCR (Malay)\",\n            \"created_at\": \"2021-06-17T19:37:49.087245Z\",\n            \"modified_at\": \"2021-06-17T19:37:49.087245Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"650fde39145f417db48b6270bfa78c2a\",\n                \"created_at\": \"2021-06-17T19:37:49.096062Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"a34ea557d25cc1c7b3b6bf080381eb04\",\n            \"name\": \"EasyOCR (Vietnamese)\",\n            \"created_at\": \"2021-06-17T19:32:48.422165Z\",\n            \"modified_at\": \"2021-06-17T19:32:48.422165Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"9dcfa47d32374f2684e5ed167ad0337a\",\n                \"created_at\": \"2021-06-17T19:32:48.431675Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"edd250a6e1f82cbee84819e3550dbaf4\",\n            \"name\": \"Helsinki-NLP/opus-mt-nl-en\",\n            \"created_at\": \"2021-05-28T16:30:24.060377Z\",\n            \"modified_at\": \"2021-05-28T16:30:24.060377Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"1183f7daaadd48969be19c0e7ad1c5ec\",\n                \"created_at\": \"2021-05-28T16:30:24.070688Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"68a51a726f7033bbfcf57c905f09b7ca\",\n            \"name\": \"general\",\n            \"created_at\": \"2021-04-19T16:03:17.091357Z\",\n            \"modified_at\": \"2021-05-20T08:13:55.391070Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"df708d35d2fa4dea9e9d3f76ce842450\",\n                \"created_at\": \"2021-05-20T08:13:55.399476Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 183,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].region_info.mask,regions[...].data.concepts\": \"output__0\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"input__0\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-segmenter\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"19de30b6d9c38ed8a0478ac5103efebe\",\n            \"name\": \"person-vehicle\",\n            \"created_at\": \"2021-05-14T19:50:52.826338Z\",\n            \"modified_at\": \"2021-05-18T18:59:59.867143Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"f06017161d0843dca0c6cf962cf08a11\",\n                \"created_at\": \"2021-05-18T18:59:59.876468Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 3,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"332956f015ea667f81cef1f37b1a20f3\",\n            \"name\": \"person-vehicle-lite\",\n            \"created_at\": \"2021-05-14T19:33:26.027753Z\",\n            \"modified_at\": \"2021-05-18T18:55:51.389600Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"ef042aa9117141079f579db19809b1d3\",\n                \"created_at\": \"2021-05-18T18:55:51.401858Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 3,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"4236cc320afa91a7d6c53ec949b66785\",\n            \"name\": \"Helsinki-NLP/opus-mt-es-en\",\n            \"created_at\": \"2021-05-12T22:17:11.471812Z\",\n            \"modified_at\": \"2021-05-12T22:17:11.471812Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"6fff4d1143114416b47f278084f4ffc7\",\n                \"created_at\": \"2021-05-12T22:17:11.477501Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"31025e019a18970a1acc55ba6a184dc6\",\n            \"name\": \"face-sentiment\",\n            \"created_at\": \"2021-05-12T16:02:43.390981Z\",\n            \"modified_at\": \"2021-05-12T16:02:43.390981Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"edcf31cfa67e426a8b12cd889453f0c3\",\n                \"created_at\": \"2021-05-12T16:02:43.563574Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 7,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"softmax\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"17a76b5162066195dad4c0437e66be80\",\n            \"name\": \"objectness-detector\",\n            \"created_at\": \"2021-05-11T17:35:00.699972Z\",\n            \"modified_at\": \"2021-05-11T17:35:00.699972Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"a488dd0eb0b94e16b22aa35656f4dd31\",\n                \"created_at\": \"2021-05-11T17:35:00.734676Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 1,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0.6\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"e609405a6ced78aa8a9eff2288f6edc6\",\n            \"name\": \"tank-rodeo\",\n            \"created_at\": \"2021-05-04T15:39:36.312115Z\",\n            \"modified_at\": \"2021-05-04T15:39:36.312115Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"745c6724c6a3456bb41ab0814070e191\",\n                \"created_at\": \"2021-05-04T15:39:36.537311Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 14,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0.1\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"385c7fd117d77553962b39629659d51a\",\n            \"name\": \"apparel\",\n            \"created_at\": \"2021-04-23T20:11:59.736603Z\",\n            \"modified_at\": \"2021-04-26T18:20:03.699907Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"c318a0b6769540e6bfe684af83560a9f\",\n                \"created_at\": \"2021-04-26T18:20:03.705751Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 192,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"softmax\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"c833800b94175363881d4db8b55e4a52\",\n            \"name\": \"test20_ner\",\n            \"created_at\": \"2021-04-23T18:19:00.421074Z\",\n            \"modified_at\": \"2021-04-23T18:19:00.421074Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"aa16e51cc0ef427ab728928932fed6f6\",\n                \"created_at\": \"2021-04-23T18:19:00.654472Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 9,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"labels\",\n                        \"regions[...].data.concepts[...].value\": \"scores\",\n                        \"regions[...].data.text\": \"tokens\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-token-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"9de6872fa62a3118ce66c313e5c7d567\",\n            \"name\": \"test4_bert_base_ner\",\n            \"created_at\": \"2021-04-22T01:34:00.926953Z\",\n            \"modified_at\": \"2021-04-22T01:34:00.926953Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"b263587fd32f48f4a89a80271b5ce18f\",\n                \"created_at\": \"2021-04-22T01:34:01.026938Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 9,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"labels\",\n                        \"regions[...].data.concepts[...].value\": \"scores\",\n                        \"regions[...].data.text\": \"tokens\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-token-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"33128485c45b681a11380cea3933789a\",\n            \"name\": \"test2_bert_base_ner\",\n            \"created_at\": \"2021-04-21T20:34:07.150108Z\",\n            \"modified_at\": \"2021-04-21T20:34:07.150108Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"da4b266f7b654679b6b4ba8c8691c326\",\n                \"created_at\": \"2021-04-21T20:34:07.278954Z\",\n                \"status\": {\n                    \"code\": 99009,\n                    \"description\": \"Training Unknown Error\"\n                },\n                \"active_concept_count\": 9,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"labels\",\n                        \"regions[...].data.concepts[...].value\": \"scores\",\n                        \"regions[...].data.text\": \"tokens\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-token-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"48f9e31a431a24754f7db8bf221e1e41\",\n            \"name\": \"test_bert_base_ner\",\n            \"created_at\": \"2021-04-21T15:22:05.347218Z\",\n            \"modified_at\": \"2021-04-21T15:22:05.347218Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"e9c0b45944a24b6a9c3e77f0a10a836f\",\n                \"created_at\": \"2021-04-21T15:22:05.487673Z\",\n                \"status\": {\n                    \"code\": 99009,\n                    \"description\": \"Training Unknown Error\"\n                },\n                \"active_concept_count\": 9,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"labels\",\n                        \"regions[...].data.concepts[...].value\": \"scores\",\n                        \"regions[...].data.text\": \"tokens\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-token-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"b5632bca03e3aca4e0c948303935fb0d\",\n            \"name\": \"dslim/bert-base-NER\",\n            \"created_at\": \"2021-04-20T21:52:32.656339Z\",\n            \"modified_at\": \"2021-04-20T21:52:32.656339Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"ff092f6185c94800902d62ff68775a6e\",\n                \"created_at\": \"2021-04-20T21:52:32.810261Z\",\n                \"status\": {\n                    \"code\": 99009,\n                    \"description\": \"Training Unknown Error\"\n                },\n                \"active_concept_count\": 9,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"labels\",\n                        \"regions[...].data.concepts[...].value\": \"scores\",\n                        \"regions[...].data.text\": \"tokens\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-token-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"8db409c46a3a9153becc3565f1d99022\",\n            \"name\": \"Test Triton GPU Landmarks\",\n            \"created_at\": \"2021-01-15T21:31:47.307624Z\",\n            \"modified_at\": \"2021-04-12T20:07:18.744912Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"cf33eda7f56f4d389ffac719cdf82da4\",\n                \"created_at\": \"2021-04-12T20:07:18.749574Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 1,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts,regions[...].region_info.keypoint_locations\": \"output__0\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"input__0\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-keypointer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        }\n    ]\n}"},{"id":"a64e6e2c-f3f1-41ad-bd27-16887fe5c009","name":"List Models in User/Org","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key •••••••","type":"text"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/models"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"dd2303b0cb6fe8859693ae9e8f4adfa7\"\n    },\n    \"models\": [\n        {\n            \"id\": \"openai-create-image-9\",\n            \"name\": \"newnewnewname\",\n            \"created_at\": \"2023-11-23T11:16:25.775735Z\",\n            \"modified_at\": \"2023-11-23T11:19:38.173686Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"text-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"test-model-with-hyperparms-1700738311\",\n            \"name\": \"test-model-with-hyperparms-1700738311\",\n            \"created_at\": \"2023-11-23T11:18:31.353199Z\",\n            \"modified_at\": \"2023-11-23T11:18:31.353199Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"embedding-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"test-model-1700738282\",\n            \"name\": \"test-model-1700738282\",\n            \"created_at\": \"2023-11-23T11:18:01.807941Z\",\n            \"modified_at\": \"2023-11-23T11:18:01.807941Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"embedding-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"test-model-1700738263\",\n            \"name\": \"test-model-1700738263\",\n            \"created_at\": \"2023-11-23T11:17:43.761741Z\",\n            \"modified_at\": \"2023-11-23T11:17:43.761741Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"embedding-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"test-model-1700738240\",\n            \"name\": \"test-model-1700738240\",\n            \"created_at\": \"2023-11-23T11:17:20.719370Z\",\n            \"modified_at\": \"2023-11-23T11:17:20.719370Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"image-crop\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"test-model-1700738220\",\n            \"name\": \"test-model-1700738220\",\n            \"created_at\": \"2023-11-23T11:17:00.314086Z\",\n            \"modified_at\": \"2023-11-23T11:17:00.314086Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"embedding-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"profanity-filter-new2\",\n            \"name\": \"profanity-filter-new2\",\n            \"created_at\": \"2023-11-23T11:16:45.317604Z\",\n            \"modified_at\": \"2023-11-23T11:16:45.317604Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"keyword-filter-operator\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"named-entity-recognition-diseases-english-text\",\n            \"name\": \"burgerz\",\n            \"created_at\": \"2023-11-23T11:15:32.431806Z\",\n            \"modified_at\": \"2023-11-23T11:16:02.900299Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"embedding-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"custom-config\",\n            \"name\": \"custom-config\",\n            \"created_at\": \"2023-11-23T09:41:08.002419Z\",\n            \"modified_at\": \"2023-11-23T09:41:08.002419Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"model_version\": {\n                \"id\": \"1e4c121974f849209abb658cdf682585\",\n                \"created_at\": \"2023-11-23T09:41:18.470087Z\",\n                \"status\": {\n                    \"code\": 21110,\n                    \"description\": \"datasets.dataset.DataBatchEmpty: No databatch found in train set's file directory\\nFailed to create a training dataset, because there are no appropriately annotated inputs. Expected annotations with concepts for model type id text-classifier. \"\n                },\n                \"active_concept_count\": 6,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"test-app-1700638575-empty\",\n                \"user_id\": \"a0btrubbaefn\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"params\": {\n                        \"max_concepts\": 20,\n                        \"min_value\": 0,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {},\n                \"train_info\": {\n                    \"params\": {\n                        \"dataset_id\": \"\",\n                        \"dataset_version_id\": \"\",\n                        \"invalid_data_tolerance_percent\": 5,\n                        \"model_config\": {\n                            \"pretrained_model_name\": \"EleutherAI/gpt-neo-125m\"\n                        },\n                        \"num_gpus\": 1,\n                        \"peft_config\": {\n                            \"peft_type\": \"LORA\"\n                        },\n                        \"template\": \"HF_GPTNeo_125m_lora\",\n                        \"tokenizer_config\": {},\n                        \"trainer_config\": {\n                            \"auto_find_batch_size\": true,\n                            \"num_train_epochs\": 20,\n                            \"output_dir\": \"checkpoint\"\n                        }\n                    }\n                },\n                \"import_info\": {}\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"text-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"imagecl1\",\n            \"name\": \"imagecl1\",\n            \"created_at\": \"2023-11-23T07:58:15.786698Z\",\n            \"modified_at\": \"2023-11-23T07:58:15.786698Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"embedding-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"imagecl\",\n            \"name\": \"imagecl\",\n            \"created_at\": \"2023-11-23T07:57:56.370980Z\",\n            \"modified_at\": \"2023-11-23T07:57:56.370980Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"embedding-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"deep_cls_bg1\",\n            \"name\": \"deep_cls_bg1\",\n            \"created_at\": \"2023-11-23T07:27:32.857722Z\",\n            \"modified_at\": \"2023-11-23T07:27:32.857722Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"model_version\": {\n                \"id\": \"00668896e0a64cf5b37302c000e96f23\",\n                \"created_at\": \"2023-11-23T08:06:12.577745Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 16,\n                \"metrics\": {\n                    \"status\": {\n                        \"code\": 21300,\n                        \"description\": \"Model was successfully evaluated.\"\n                    },\n                    \"summary\": {\n                        \"macro_avg_roc_auc\": 0.52151275,\n                        \"macro_std_roc_auc\": 0.34620512,\n                        \"macro_avg_f1_score\": 0.40380955,\n                        \"macro_std_f1_score\": 0.17236254,\n                        \"macro_avg_precision\": 0.09772728,\n                        \"macro_avg_recall\": 0.52380955\n                    }\n                },\n                \"completed_at\": \"2023-11-23T08:21:08.303040Z\",\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"test-app-1700638575-empty\",\n                \"user_id\": \"a0btrubbaefn\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"probs\"\n                    },\n                    \"params\": {\n                        \"max_concepts\": 20,\n                        \"min_value\": 0,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"input\"\n                    }\n                },\n                \"train_info\": {\n                    \"params\": {\n                        \"batch_size\": 64,\n                        \"concepts_mutually_exclusive\": false,\n                        \"dataset_id\": \"\",\n                        \"dataset_version_id\": \"\",\n                        \"flip_direction\": \"horizontal\",\n                        \"flip_probability\": 0.5,\n                        \"image_size\": 224,\n                        \"invalid_data_tolerance_percent\": 5,\n                        \"num_epochs\": 60,\n                        \"num_gpus\": 1,\n                        \"per_item_lrate\": 0.00001953125,\n                        \"per_item_min_lrate\": 1.5625e-08,\n                        \"pretrained_weights\": \"ImageNet-1k\",\n                        \"seed\": -1,\n                        \"template\": \"MMClassification_ResNet_50_RSB_A1\",\n                        \"warmup_iters\": 100,\n                        \"warmup_ratio\": 0.0001,\n                        \"weight_decay\": 0.01\n                    }\n                },\n                \"import_info\": {}\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"deep_cls_bg\",\n            \"name\": \"deep_cls_bg\",\n            \"created_at\": \"2023-11-23T07:12:59.578284Z\",\n            \"modified_at\": \"2023-11-23T07:12:59.578284Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"profanity-filter-new\",\n            \"name\": \"profanity-filter-new\",\n            \"created_at\": \"2023-11-23T07:08:10.016262Z\",\n            \"modified_at\": \"2023-11-23T07:08:10.016262Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"model_version\": {\n                \"id\": \"b56d87c6dc80484291586d10f2feaacd\",\n                \"created_at\": \"2023-11-23T07:08:17.041706Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"test-app-1700638575-empty\",\n                \"user_id\": \"a0btrubbaefn\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"params\": {\n                        \"case_sensitive\": false,\n                        \"keywords\": [\n                            \"\"\n                        ]\n                    }\n                },\n                \"input_info\": {},\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"keyword-filter-operator\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"tiny-random-gpt2\",\n            \"name\": \"tiny-random-gpt2\",\n            \"created_at\": \"2023-11-17T21:31:10.384113Z\",\n            \"modified_at\": \"2023-11-17T21:31:10.384113Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"214531acb40a4af8b56ca79103390466\",\n                \"created_at\": \"2023-11-17T21:31:10.384113Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {\n                    \"params\": {\n                        \"model_config\": {\n                            \"_name_or_path\": \"hf-internal-testing/tiny-random-gpt2\",\n                            \"activation_function\": \"gelu_new\",\n                            \"architectures\": [\n                                \"GPT2LMHeadModel\"\n                            ],\n                            \"attention_probs_dropout_prob\": 0.1,\n                            \"attn_pdrop\": 0.1,\n                            \"bos_token_id\": 98,\n                            \"embd_pdrop\": 0.1,\n                            \"eos_token_id\": 98,\n                            \"gradient_checkpointing\": false,\n                            \"hidden_act\": \"gelu\",\n                            \"hidden_dropout_prob\": 0.1,\n                            \"initializer_range\": 0.02,\n                            \"intermediate_size\": 37,\n                            \"layer_norm_epsilon\": 0.00001,\n                            \"model_type\": \"gpt2\",\n                            \"n_ctx\": 512,\n                            \"n_embd\": 32,\n                            \"n_head\": 4,\n                            \"n_inner\": null,\n                            \"n_layer\": 5,\n                            \"n_positions\": 512,\n                            \"pad_token_id\": 98,\n                            \"reorder_and_upcast_attn\": false,\n                            \"resid_pdrop\": 0.1,\n                            \"scale_attn_by_inverse_layer_idx\": false,\n                            \"scale_attn_weights\": true,\n                            \"summary_activation\": null,\n                            \"summary_first_dropout\": 0.1,\n                            \"summary_proj_to_labels\": true,\n                            \"summary_type\": \"cls_index\",\n                            \"summary_use_proj\": true,\n                            \"torch_dtype\": \"float32\",\n                            \"transformers_version\": \"4.32.1\",\n                            \"type_vocab_size\": 16,\n                            \"use_cache\": true,\n                            \"vocab_size\": 1000\n                        },\n                        \"tokenizer_config\": {\n                            \"add_prefix_space\": false,\n                            \"bos_token\": \"<|endoftext|>\",\n                            \"clean_up_tokenization_spaces\": true,\n                            \"eos_token\": \"<|endoftext|>\",\n                            \"model_max_length\": 512,\n                            \"tokenizer_class\": \"GPT2Tokenizer\",\n                            \"unk_token\": \"<|endoftext|>\"\n                        }\n                    }\n                },\n                \"import_info\": {\n                    \"params\": {\n                        \"model_name\": \"hf-internal-testing/tiny-random-gpt2\",\n                        \"pipeline_name\": \"text-generation\",\n                        \"toolkit\": \"HuggingFace\"\n                    }\n                }\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-to-text\",\n            \"task\": \"text-generation\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"BAAI-bge-base-en-v15\",\n            \"name\": \"BAAI-bge-base-en-v15\",\n            \"created_at\": \"2023-11-01T12:53:30.339664Z\",\n            \"modified_at\": \"2023-11-01T12:53:30.339664Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"23cf79f86459491cb31fd7f0273c9fff\",\n                \"created_at\": \"2023-11-01T12:53:30.339664Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"embeddings\": \"embedding\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    },\n                    \"params\": {\n                        \"text_token_warning_limit\": 512\n                    }\n                },\n                \"train_info\": {\n                    \"params\": {\n                        \"model_config\": {\n                            \"_name_or_path\": \"BAAI/bge-base-en-v1.5\",\n                            \"architectures\": [\n                                \"BertModel\"\n                            ],\n                            \"attention_probs_dropout_prob\": 0.1,\n                            \"classifier_dropout\": null,\n                            \"gradient_checkpointing\": false,\n                            \"hidden_act\": \"gelu\",\n                            \"hidden_dropout_prob\": 0.1,\n                            \"hidden_size\": 768,\n                            \"id2label\": {\n                                \"0\": \"LABEL_0\"\n                            },\n                            \"initializer_range\": 0.02,\n                            \"intermediate_size\": 3072,\n                            \"label2id\": {\n                                \"LABEL_0\": 0\n                            },\n                            \"layer_norm_eps\": 1e-12,\n                            \"max_position_embeddings\": 512,\n                            \"model_type\": \"bert\",\n                            \"num_attention_heads\": 12,\n                            \"num_hidden_layers\": 12,\n                            \"pad_token_id\": 0,\n                            \"position_embedding_type\": \"absolute\",\n                            \"torch_dtype\": \"float32\",\n                            \"transformers_version\": \"4.32.1\",\n                            \"type_vocab_size\": 2,\n                            \"use_cache\": true,\n                            \"vocab_size\": 30522\n                        },\n                        \"tokenizer_config\": {\n                            \"clean_up_tokenization_spaces\": true,\n                            \"cls_token\": \"[CLS]\",\n                            \"do_basic_tokenize\": true,\n                            \"do_lower_case\": true,\n                            \"mask_token\": \"[MASK]\",\n                            \"model_max_length\": 512,\n                            \"never_split\": null,\n                            \"pad_token\": \"[PAD]\",\n                            \"sep_token\": \"[SEP]\",\n                            \"strip_accents\": null,\n                            \"tokenize_chinese_chars\": true,\n                            \"tokenizer_class\": \"BertTokenizer\",\n                            \"unk_token\": \"[UNK]\"\n                        }\n                    }\n                },\n                \"import_info\": {\n                    \"params\": {\n                        \"model_name\": \"BAAI/bge-base-en-v1.5\",\n                        \"pipeline_name\": \"feature-extraction\",\n                        \"toolkit\": \"HuggingFace\"\n                    }\n                }\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-embedder\",\n            \"task\": \"representation-learning\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"BAAI-bge-base-en-cluster\",\n            \"name\": \"BAAI-bge-base-en-cluster\",\n            \"created_at\": \"2023-08-15T14:21:18.083130Z\",\n            \"modified_at\": \"2023-08-15T14:21:18.083130Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"4a47a75c931c4b0784cebc2cd45bc5a2\",\n                \"created_at\": \"2023-09-18T11:00:41.832176Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"metrics\": {\n                    \"status\": {\n                        \"code\": 21300,\n                        \"description\": \"Model was successfully evaluated.\"\n                    }\n                },\n                \"total_input_count\": 293849,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\"\n                },\n                \"input_info\": {},\n                \"train_info\": {\n                    \"params\": {\n                        \"beta\": 1,\n                        \"coarse_clusters\": 128,\n                        \"dataset_id\": \"quora-dataset-corpus-2\",\n                        \"dataset_version_id\": \"dataset-version-1692900595413\",\n                        \"eval_holdout_fraction\": 0.2,\n                        \"max_num_query_embeddings\": 100,\n                        \"max_visited\": 32,\n                        \"num_results_per_query\": [\n                            1,\n                            5,\n                            10,\n                            20\n                        ],\n                        \"query_holdout_fraction\": 0.1,\n                        \"quota\": 1000,\n                        \"to_be_indexed_queries_fraction\": 0.25,\n                        \"train_iters\": 1,\n                        \"training_timeout\": 72000\n                    },\n                    \"dataset\": {\n                        \"id\": \"quora-dataset-corpus-2\",\n                        \"created_at\": \"2023-08-24T07:40:45.232142Z\",\n                        \"modified_at\": \"2023-08-24T18:09:55.799396Z\",\n                        \"app_id\": \"quora-dataset\",\n                        \"user_id\": \"isaac\",\n                        \"metadata\": {},\n                        \"visibility\": {\n                            \"gettable\": 10\n                        },\n                        \"version\": {\n                            \"id\": \"dataset-version-1692900595413\",\n                            \"created_at\": \"0001-01-01T00:00:00Z\",\n                            \"modified_at\": \"0001-01-01T00:00:00Z\",\n                            \"app_id\": \"quora-dataset\",\n                            \"user_id\": \"isaac\",\n                            \"dataset_id\": \"quora-dataset-corpus-2\",\n                            \"status\": {\n                                \"code\": 99009,\n                                \"description\": \"Internal error\"\n                            },\n                            \"metadata\": {}\n                        }\n                    }\n                },\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"clusterer\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"BAAI-bge-base-en\",\n            \"name\": \"BAAI-bge-base-en\",\n            \"created_at\": \"2023-08-15T11:36:23.145658Z\",\n            \"modified_at\": \"2023-08-15T11:36:23.145658Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"b55d165cc3c64ed4bab3090c7b402188\",\n                \"created_at\": \"2023-08-15T11:36:23.145658Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"embeddings\": \"embedding\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {\n                    \"params\": {\n                        \"model_config\": {\n                            \"_name_or_path\": \"BAAI/bge-base-en\",\n                            \"architectures\": [\n                                \"BertModel\"\n                            ],\n                            \"attention_probs_dropout_prob\": 0.1,\n                            \"classifier_dropout\": null,\n                            \"gradient_checkpointing\": false,\n                            \"hidden_act\": \"gelu\",\n                            \"hidden_dropout_prob\": 0.1,\n                            \"hidden_size\": 768,\n                            \"id2label\": {\n                                \"0\": \"LABEL_0\"\n                            },\n                            \"initializer_range\": 0.02,\n                            \"intermediate_size\": 3072,\n                            \"label2id\": {\n                                \"LABEL_0\": 0\n                            },\n                            \"layer_norm_eps\": 1e-12,\n                            \"max_position_embeddings\": 512,\n                            \"model_type\": \"bert\",\n                            \"num_attention_heads\": 12,\n                            \"num_hidden_layers\": 12,\n                            \"pad_token_id\": 0,\n                            \"position_embedding_type\": \"absolute\",\n                            \"torch_dtype\": \"float32\",\n                            \"transformers_version\": \"4.30.2\",\n                            \"type_vocab_size\": 2,\n                            \"use_cache\": true,\n                            \"vocab_size\": 30522\n                        },\n                        \"tokenizer_config\": {\n                            \"clean_up_tokenization_spaces\": true,\n                            \"cls_token\": \"[CLS]\",\n                            \"do_basic_tokenize\": true,\n                            \"do_lower_case\": true,\n                            \"mask_token\": \"[MASK]\",\n                            \"model_max_length\": 512,\n                            \"never_split\": null,\n                            \"pad_token\": \"[PAD]\",\n                            \"sep_token\": \"[SEP]\",\n                            \"strip_accents\": null,\n                            \"tokenize_chinese_chars\": true,\n                            \"tokenizer_class\": \"BertTokenizer\",\n                            \"unk_token\": \"[UNK]\"\n                        }\n                    }\n                },\n                \"import_info\": {\n                    \"params\": {\n                        \"model_name\": \"BAAI/bge-base-en\",\n                        \"pipeline_name\": \"feature-extraction\",\n                        \"tokenizer_name\": \"BAAI/bge-base-en\",\n                        \"toolkit\": \"HuggingFace\"\n                    }\n                }\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-embedder\",\n            \"task\": \"representation-learning\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"apparel-recognition\",\n            \"name\": \"apparel\",\n            \"created_at\": \"2016-12-15T01:29:04.622209Z\",\n            \"modified_at\": \"2023-05-23T12:34:15.093542Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"dc2cd6d9bff5425a80bfe0c4105583c1\",\n                \"created_at\": \"2016-12-15T01:29:04.622209Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 112,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"softmax\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"display_name\": \"apparel-visual-classifier\",\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"AI model for identifying fashion-related and clothing concepts, hats, jewelry, handbags, etc. in images and video.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"Clarifai apparel model featuring woman black turtleneck.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/apparel-woman-black-turtleneck.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai apparel model featuring yellow boots.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/apparel-yellow-boots.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai apparel model featuring black white striped socks.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/apparel-black-white-striped-socks.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai apparel model featuring sunglasses.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/apparel-sunglasses.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai apparel model featuring dog in a dog carrier.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/apparel-dog-in-a-dog-carrier.jpg\"\n                    }\n                ]\n            },\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"15b0041cc2cd848a0d8b45f8b83c1d7d\",\n            \"name\": \"CLIP\",\n            \"created_at\": \"2021-12-14T18:07:40.983254Z\",\n            \"modified_at\": \"2023-04-27T20:45:27.183474Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"97f20cc96b7c4bec8f3b96e284ba1173\",\n                \"created_at\": \"2021-12-14T18:07:41.268867Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"embeddings\": \"embeddings\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-embedder\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"notes\": \"This model has been deprecated. Please use `multilingual-multimodal-clip-embed` instead.\",\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"text-translation-english-spanish\",\n            \"name\": \"Helsinki-NLP/opus-mt-en-es\",\n            \"created_at\": \"2023-02-22T22:44:16.825059Z\",\n            \"modified_at\": \"2023-02-22T22:44:16.825059Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"643f30558de34013aff72b0e21f244f5\",\n                \"created_at\": \"2023-02-23T00:39:20.611092Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {\n                    \"params\": {\n                        \"model_config\": {\n                            \"_name_or_path\": \"Helsinki-NLP/opus-mt-en-es\",\n                            \"activation_dropout\": 0,\n                            \"activation_function\": \"swish\",\n                            \"add_bias_logits\": false,\n                            \"add_final_layer_norm\": false,\n                            \"architectures\": [\n                                \"MarianMTModel\"\n                            ],\n                            \"attention_dropout\": 0,\n                            \"bad_words_ids\": [\n                                [\n                                    65000\n                                ]\n                            ],\n                            \"bos_token_id\": 0,\n                            \"classif_dropout\": 0,\n                            \"classifier_dropout\": 0,\n                            \"d_model\": 512,\n                            \"decoder_attention_heads\": 8,\n                            \"decoder_ffn_dim\": 2048,\n                            \"decoder_layerdrop\": 0,\n                            \"decoder_layers\": 6,\n                            \"decoder_start_token_id\": 65000,\n                            \"dropout\": 0.1,\n                            \"encoder_attention_heads\": 8,\n                            \"encoder_ffn_dim\": 2048,\n                            \"encoder_layerdrop\": 0,\n                            \"encoder_layers\": 6,\n                            \"eos_token_id\": 0,\n                            \"extra_pos_embeddings\": 65001,\n                            \"force_bos_token_to_be_generated\": false,\n                            \"forced_eos_token_id\": 0,\n                            \"gradient_checkpointing\": false,\n                            \"id2label\": {\n                                \"0\": \"LABEL_0\",\n                                \"1\": \"LABEL_1\",\n                                \"2\": \"LABEL_2\"\n                            },\n                            \"init_std\": 0.02,\n                            \"is_encoder_decoder\": true,\n                            \"label2id\": {\n                                \"LABEL_0\": 0,\n                                \"LABEL_1\": 1,\n                                \"LABEL_2\": 2\n                            },\n                            \"max_length\": 512,\n                            \"max_position_embeddings\": 512,\n                            \"model_type\": \"marian\",\n                            \"normalize_before\": false,\n                            \"normalize_embedding\": false,\n                            \"num_beams\": 4,\n                            \"num_hidden_layers\": 6,\n                            \"pad_token_id\": 65000,\n                            \"scale_embedding\": true,\n                            \"static_position_embeddings\": true,\n                            \"torch_dtype\": \"float32\",\n                            \"transformers_version\": \"4.16.0\",\n                            \"use_cache\": true,\n                            \"vocab_size\": 65001\n                        },\n                        \"tokenizer_config\": {\n                            \"eos_token\": \"</s>\",\n                            \"model_max_length\": 512,\n                            \"name_or_path\": \"Helsinki-NLP/opus-mt-en-es\",\n                            \"pad_token\": \"<pad>\",\n                            \"source_lang\": \"eng\",\n                            \"sp_model_kwargs\": {},\n                            \"special_tokens_map_file\": null,\n                            \"target_lang\": \"spa\",\n                            \"tokenizer_class\": \"MarianTokenizer\",\n                            \"tokenizer_file\": null,\n                            \"unk_token\": \"<unk>\"\n                        }\n                    }\n                },\n                \"import_info\": {\n                    \"params\": {\n                        \"model_name\": \"Helsinki-NLP/opus-mt-en-es\",\n                        \"pipeline_name\": \"translation_xx_to_yy\",\n                        \"tokenizer_name\": \"Helsinki-NLP/opus-mt-en-es\",\n                        \"toolkit\": \"HuggingFace\"\n                    }\n                }\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-to-text\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"Text translation model from English to Spanish using sentence piece-based segmentation\",\n            \"metadata\": {},\n            \"notes\": \"\\n # Helsinki-NLP - English to Spanish                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Introduction                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n The Helsinki-NLP models are used to translate text from one language to another. As such, the model takes a block text as its input, and outputs the translated block of text. This particular model takes in English text as it's input and outputs Spanish text.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Limitations                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n The usage of random capitalization and punctuation may result in erroneous translations grammatically speaking. If you are using this model in a workflow and find grammar issues, you can try utilizing aggregators to minimize errors.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n **More Info**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n * Original Repository: [GitHub](https://github.com/Helsinki-NLP/Tatoeba-Challenge)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \\n * Helsinki-NLP Opus: [eng-spa](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/eng-spa)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \\n * Hugging Face docs: [Helsinki-NLP/opus-mt-en-es](https://huggingface.co/Helsinki-NLP/opus-mt-en-es)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Paper                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n [Natural language processing for similar languages, varieties, and dialects: A survey](https://helda.helsinki.fi/bitstream/handle/10138/330117/natural_language_processing_for_similar_languages_varieties_and_dialects_a_survey.pdf)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n Authors: Marcos Zampieri, Preslav Nakov, Yves Scherrer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n **Abstract**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n There has been a lot of recent interest in the natural language processing (NLP) community in the computational processing of language varieties and dialects, with the aim to improve the performance of applications such as machine translation, speech recognition, and dialogue systems. Here, we attempt to survey this growing field of research, with focus on computational methods for processing similar languages, varieties, and dialects. In particular, we discuss the most important challenges when dealing with diatopic language variation, and we present some of the available datasets, the process of data collection, and the most common data collection strategies used to compile datasets for similar languages, varieties, and dialects. We further present a number of studies on computational methods developed and/or adapted for preprocessing, normalization, part-of-speech tagging, and parsing similar languages, language varieties, and dialects. Finally, we discuss relevant applications such as language and dialect identification and machine translation for closely related languages, language varieties, and dialects.                                     \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Risks, Limitations, and Biases                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n **CONTENT WARNING: Readers should be aware this section contains content that is disturbing, offensive, and can propagate historical and current stereotypes.**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n There has been significant research exploring bias and fairness issues with language models. Some important papers in this field include:                                                   # Helsinki-NLP - English to Spanish                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Introduction                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n The Helsinki-NLP models are used to translate text from one language to another. As such, the model takes a block text as its input, and outputs the translated block of text. This particular model takes in English text as it's input and outputs Spanish text.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Limitations                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n The usage of random capitalization and punctuation may result in erroneous translations grammatically speaking. If you are using this model in a workflow and find grammar issues, you can try utilizing aggregators to minimize errors.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n **More Info**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n * Original Repository: [GitHub](https://github.com/Helsinki-NLP/Tatoeba-Challenge)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \\n * Helsinki-NLP Opus: [eng-spa](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/eng-spa)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \\n * Hugging Face docs: [Helsinki-NLP/opus-mt-en-es](https://huggingface.co/Helsinki-NLP/opus-mt-en-es)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Paper                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n [Natural language processing for similar languages, varieties, and dialects: A survey](https://helda.helsinki.fi/bitstream/handle/10138/330117/natural_language_processing_for_similar_languages_varieties_and_dialects_a_survey.pdf)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n Authors: Marcos Zampieri, Preslav Nakov, Yves Scherrer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n **Abstract**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n There has been a lot of recent interest in the natural language processing (NLP) community in the computational processing of language varieties and dialects, with the aim to improve the performance of applications such as machine translation, speech recognition, and dialogue systems. Here, we attempt to survey this growing field of research, with focus on computational methods for processing similar languages, varieties, and dialects. In particular, we discuss the most important challenges when dealing with diatopic language variation, and we present some of the available datasets, the process of data collection, and the most common data collection strategies used to compile datasets for similar languages, varieties, and dialects. We further present a number of studies on computational methods developed and/or adapted for preprocessing, normalization, part-of-speech tagging, and parsing similar languages, language varieties, and dialects. Finally, we discuss relevant applications such as language and dialect identification and machine translation for closely related languages, language varieties, and dialects.                                     \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Risks, Limitations, and Biases                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n **CONTENT WARNING: Readers should be aware this section contains content that is disturbing, offensive, and can propagate historical and current stereotypes.**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n There has been significant research exploring bias and fairness issues with language models. Some important papers in this field include:                                                  \\n * [Societal Biases in Language Generation: Progress and Challenges](https://aclanthology.org/2021.acl-long.330.pdf)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \\n     * Authors: Emily Sheng, Kai-Wei Chang, Premkumar Natarajan, Nanyun Peng                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \\n     * Abstract: Technology for language generation has advanced rapidly, spurred by advancements in pre-training large models on massive amounts of data and the need for intelligent agents to communicate in a natural manner. While techniques can effectively generate fluent text, they can also produce undesirable societal biases that can have a disproportionately negative impact on marginalized populations. Language generation presents unique challenges for biases in terms of direct user interaction and the structure of decoding techniques. To better understand these challenges, we present a survey on societal biases in language generation, focusing on how data and techniques contribute to biases and progress towards reducing biases. Motivated by a lack of studies on biases from decoding techniques, we also conduct experiments to quantify the effects of these techniques. By further discussing general trends and open challenges, we call to attention promising directions for research and the importance of fairness and inclusivity considerations for language generation applications.<br /><br />                                                          \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n * [On the Dangers of Stochastic Parrots: Can Language Models Be Too Big?](https://dl.acm.org/doi/pdf/10.1145/3442188.3445922)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \\n     * Authors: Emily M. Bender, Timnit Gebru, Angelina McMillan-Major, Shmargaret Shmitchell                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \\n     * Abstract: The past 3 years of work in NLP have been characterized by the development and deployment of ever larger language models, especially for English. BERT, its variants, GPT-2/3, and others, most recently Switch-C, have pushed the boundaries of the possible both through architectural innovations and through sheer size. Using these pretrained models and the methodology of fine-tuning them for specific tasks, researchers have extended the state of the art on a wide array of tasks as measured by leaderboards on specific benchmarks for English. In this paper, we take a step back and ask: How big is too big? What are the possible risks associated with this technology and what paths are available for mitigating those risks? We provide recommendations including weighing the environmental and financial costs first, investing resources into curating and carefully documenting datasets rather than ingesting everything on the web, carrying out pre-development exercises evaluating how the planned approach fits into research and development goals and supports stakeholder values, and encouraging research directions beyond ever larger language models.\\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Benchmarks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n The following benchmarks are for the **opus-2021-02-19** weights.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n | testset                        | BLEU | chr-F | #sent | #words | BP    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | ------------------------------ | ---- | ----- | ----- | ------ | ----- |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | newssyscomb2009-engspa.eng.spa | 31.3 | 0.583 | 502   | 12506  | 0.990 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | news-test2008-engspa.eng.spa   | 29.6 | 0.564 | 2051  | 52596  | 1.000 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | newstest2009-engspa.eng.spa    | 30.2 | 0.578 | 2525  | 68114  | 1.000 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | newstest2010-engspa.eng.spa    | 36.9 | 0.620 | 2489  | 65522  | 1.000 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | newstest2011-engspa.eng.spa    | 38.3 | 0.620 | 3003  | 79476  | 0.984 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | newstest2012-engspa.eng.spa    | 39.1 | 0.626 | 3003  | 79006  | 0.969 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | newstest2013-engspa.eng.spa    | 35.1 | 0.598 | 3000  | 70528  | 0.960 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | Tatoeba-test.eng.spa           | 55.1 | 0.721 | 10000 | 77311  | 0.978 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | tico19-test.eng-spa            | 50.4 | 0.727 | 2100  | 66591  | 0.959 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Additional Info                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n * Data set: Opus                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \\n * Model: Transformer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \\n * Source Language(s): en (English)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \\n * Target Language(s): es (Spanish)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \\n * Pre-processing: Normalization  [SentencePiece](https://github.com/google/sentencepiece) (spm32k, spm32k)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \\n * Download original weights: [opus-2021-02-19.zip](https://object.pouta.csc.fi/Tatoeba-MT-models/eng-spa/opus-2021-02-19.zip)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \\n * Test set translations: [opus-2021-02-19.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/eng-spa/opus-2021-02-19.test.txt)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \\n * Test set scores: [opus-2021-02-19.eval.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/eng-spa/opus-2021-02-19.eval.txt)\\n\",\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ocr_model_v3-1677100451\",\n            \"name\": \"ocr_model_v3-1677100451\",\n            \"created_at\": \"2023-02-22T21:14:10.921823Z\",\n            \"modified_at\": \"2023-02-22T21:14:10.921823Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"22894138385843978aaa97cae37780fb\",\n                \"created_at\": \"2023-02-22T21:14:10.928773Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\",\n                        \"regions[...].value\": \"predicted_det_scores\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"Stop Sign.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9d/Stop_sign_light_red.svg/1200px-Stop_sign_light_red.svg.png\"\n                    }\n                ]\n            },\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ocr-scene-english-paddleocr\",\n            \"name\": \"OCR Scene English PaddleOCR\",\n            \"created_at\": \"2023-02-22T15:48:10.066388Z\",\n            \"modified_at\": \"2023-02-22T15:48:10.066388Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"40dbb2c9cde44a27af226782e7157006\",\n                \"created_at\": \"2023-02-22T15:49:55.126424Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"An OCR model for detecting and recognizing English text in images that are more complex than scans of a page.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"type\": \"image\",\n                        \"url\": \"https://samples.clarifai.com/featured-models/ocr-woman-holding-sold-sign.jpg\"\n                    },\n                    {\n                        \"type\": \"image\",\n                        \"url\": \"https://samples.clarifai.com/featured-models/paddleocrs/ocr-scene-english-paddleocr-1.jpg\"\n                    },\n                    {\n                        \"type\": \"image\",\n                        \"url\": \"https://samples.clarifai.com/featured-models/paddleocrs/ocr-scene-english-paddleocr-2.jpg\"\n                    },\n                    {\n                        \"type\": \"image\",\n                        \"url\": \"https://samples.clarifai.com/featured-models/paddleocrs/ocr-scene-english-paddleocr-3.png\"\n                    }\n                ]\n            },\n            \"notes\": \"\\n # Introduction                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n PaddleOCR aims to create multilingual, awesome, leading, and practical OCR tools that help users train better models and apply them into practice. The information in this summary is taken from their [Github.](https://github.com/PaddlePaddle/PaddleOCR)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n Release PP-OCRv3: With comparable speed, the effect of Chinese scene is further improved by 5% compared with PP-OCRv2, the effect of English scene is improved by 11%, and the average recognition accuracy of 80 language multilingual models is improved by more than 5%.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n <iframe width=\\\"560\\\" height=\\\"315\\\" src=\\\"https://www.youtube.com/embed/ITTtqGKtS54\\\" title=\\\"YouTube video player\\\" frameborder=\\\"0\\\" allow=\\\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\\\" allowfullscreen></iframe>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n # Features                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n PaddleOCR support a variety of cutting-edge algorithms related to OCR, and developed industrial featured models/solution [PP-OCR](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.5/doc/doc_en/ppocr_introduction_en.md) and [PP-Structure](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.5/ppstructure/README.md) on this basis, and get through the whole process of data production, model training, compression, inference and deployment.                                                                                                                                                                                                                                                                                                  \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n ## PP-OCR Series Model List - This model is the English ultra-lightweight PP-OCRv3 model (13.4M) on the second row.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n | Model introduction                                           | Model name                   | Recommended scene | Detection model                                              | Direction classifier                                         | Recognition model                                            |                                                                                                                                                                                                                                                                                                                                                                                                                                                    \\n | ------------------------------------------------------------ | ---------------------------- | ----------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |                                                                                                                                                                                                                                                                                                                                                                                                                                                    \\n | Chinese and English ultra-lightweight PP-OCRv3 model（16.2M）     | ch_PP-OCRv3_xx          | Mobile & Server | [inference model](https://paddleocr.bj.bcebos.com/PP-OCRv3/chinese/ch_PP-OCRv3_det_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/PP-OCRv3/chinese/ch_PP-OCRv3_det_distill_train.tar) | [inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_train.tar) | [inference model](https://paddleocr.bj.bcebos.com/PP-OCRv3/chinese/ch_PP-OCRv3_rec_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/PP-OCRv3/chinese/ch_PP-OCRv3_rec_train.tar) |                                 \\n | English ultra-lightweight PP-OCRv3 model（13.4M）     | en_PP-OCRv3_xx          | Mobile & Server | [inference model](https://paddleocr.bj.bcebos.com/PP-OCRv3/english/en_PP-OCRv3_det_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/PP-OCRv3/english/en_PP-OCRv3_det_distill_train.tar) | [inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_train.tar) | [inference model](https://paddleocr.bj.bcebos.com/PP-OCRv3/english/en_PP-OCRv3_rec_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/PP-OCRv3/english/en_PP-OCRv3_rec_train.tar) |                                             \\n | Chinese and English ultra-lightweight PP-OCRv2 model（11.6M） |  ch_PP-OCRv2_xx |Mobile & Server|[inference model](https://paddleocr.bj.bcebos.com/PP-OCRv2/chinese/ch_PP-OCRv2_det_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/PP-OCRv2/chinese/ch_PP-OCRv2_det_distill_train.tar)| [inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_train.tar) |[inference model](https://paddleocr.bj.bcebos.com/PP-OCRv2/chinese/ch_PP-OCRv2_rec_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/PP-OCRv2/chinese/ch_PP-OCRv2_rec_train.tar)|                                                   \\n | Chinese and English ultra-lightweight PP-OCR model (9.4M)       | ch_ppocr_mobile_v2.0_xx      | Mobile & server   |[inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_det_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_det_train.tar)|[inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_train.tar) |[inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_rec_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_rec_train.tar)      |   \\n | Chinese and English general PP-OCR model (143.4M)               | ch_ppocr_server_v2.0_xx      | Server            |[inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_server_v2.0_det_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_server_v2.0_det_train.tar)    |[inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_train.tar)    |[inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_server_v2.0_rec_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_server_v2.0_rec_train.tar)  |\\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n - For more model downloads (including multiple languages), please refer to [PP-OCR series model downloads](./doc/doc_en/models_list_en.md).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \\n - For a new language request, please refer to [Guideline for new language_requests](#language_requests).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \\n - For structural document analysis models, please refer to [PP-Structure models](./ppstructure/docs/models_list_en.md).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n # PP-OCRv3 English model                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \\n ![](https://github.com/PaddlePaddle/PaddleOCR/raw/release/2.5/doc/imgs_results/PP-OCRv3/en/en_1.png)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n # PP-OCRv3 Chinese model                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \\n ![](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.5/doc/imgs_results/PP-OCRv3/ch/PP-OCRv3-pic003.jpg?raw=true)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n # PP-OCRv3 Multilingual model                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \\n ![](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.5/doc/imgs_results/PP-OCRv3/multi_lang/korean_1.jpg?raw=true)\",\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ocr-scene-chinese-english-paddleocr\",\n            \"name\": \"ocr-scene-chinese-english-paddleocr\",\n            \"created_at\": \"2022-08-10T21:27:40.359110Z\",\n            \"modified_at\": \"2023-02-09T23:37:22.184921Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"67104613bc7245b594d6a38eb7e34974\",\n                \"created_at\": \"2022-08-10T21:27:40.889145Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/general-shirts-bags-shoes-computer.jpg\"\n                    }\n                ]\n            },\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"multilingual-multimodal-clip-embed\",\n            \"name\": \"Multilingual Multimodal Clip Embedder\",\n            \"created_at\": \"2023-01-30T17:46:05.745974Z\",\n            \"modified_at\": \"2023-01-30T17:46:05.745974Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"e3289fa66be4419eb2958ba74b6e9fee\",\n                \"created_at\": \"2023-01-30T17:46:05.745974Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"train_stats\": {},\n                \"completed_at\": \"2023-01-30T17:46:05.745974Z\",\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"embeddings\": \"embeddings\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\",\n                        \"text\": \"text\"\n                    },\n                    \"params\": {\n                        \"text_token_warning_limit\": 77\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"multimodal-embedder\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"CLIP-based multilingual multimodal embedding model.\",\n            \"metadata\": {},\n            \"notes\": \"##Multilingual CLIP\",\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ccfc0043fa804de4a586005f72582e00\",\n            \"name\": \"Multimodal Clip Clusterer\",\n            \"created_at\": \"2022-11-16T14:51:43.695740Z\",\n            \"modified_at\": \"2022-11-16T14:51:43.695740Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"4b134b9fb5f24e2bb09b7493560cc922\",\n                \"created_at\": \"2022-11-16T14:51:43.695740Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"metrics\": {\n                    \"status\": {\n                        \"code\": 21300,\n                        \"description\": \"Model was successfully evaluated.\"\n                    },\n                    \"summary\": {\n                        \"macro_avg_roc_auc\": 0,\n                        \"macro_std_roc_auc\": 0,\n                        \"macro_avg_f1_score\": 0,\n                        \"macro_std_f1_score\": 0,\n                        \"macro_avg_precision\": 0,\n                        \"macro_avg_recall\": 0,\n                        \"lopq_metrics\": [\n                            {\n                                \"k\": 10,\n                                \"recall_vs_brute_force\": 0.95100015,\n                                \"kendall_tau_vs_brute_force\": 1,\n                                \"most_frequent_code_percent\": 0.41158637,\n                                \"lopq_ndcg\": 0,\n                                \"brute_force_ndcg\": 0\n                            },\n                            {\n                                \"k\": 20,\n                                \"recall_vs_brute_force\": 0.93349975,\n                                \"kendall_tau_vs_brute_force\": 0.99947363,\n                                \"most_frequent_code_percent\": 0.41158637,\n                                \"lopq_ndcg\": 0,\n                                \"brute_force_ndcg\": 0\n                            },\n                            {\n                                \"k\": 50,\n                                \"recall_vs_brute_force\": 0.9118,\n                                \"kendall_tau_vs_brute_force\": 0.99697524,\n                                \"most_frequent_code_percent\": 0.41158637,\n                                \"lopq_ndcg\": 0,\n                                \"brute_force_ndcg\": 0\n                            },\n                            {\n                                \"k\": 100,\n                                \"recall_vs_brute_force\": 0.8869,\n                                \"kendall_tau_vs_brute_force\": 0.9947445,\n                                \"most_frequent_code_percent\": 0.41158637,\n                                \"lopq_ndcg\": 0,\n                                \"brute_force_ndcg\": 0\n                            },\n                            {\n                                \"k\": 200,\n                                \"recall_vs_brute_force\": 0.8432002,\n                                \"kendall_tau_vs_brute_force\": 0.9947241,\n                                \"most_frequent_code_percent\": 0.41158637,\n                                \"lopq_ndcg\": 0,\n                                \"brute_force_ndcg\": 0\n                            }\n                        ]\n                    }\n                },\n                \"total_input_count\": 9527727,\n                \"train_stats\": {},\n                \"completed_at\": \"2022-11-16T14:51:43.695740Z\",\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\"\n                },\n                \"input_info\": {\n                    \"base_embed_model\": {\n                        \"id\": \"multimodal-clip-embed\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"9fe2c8962c104327bc87b8f8104b161a\"\n                        },\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"multimodal-embedder\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": []\n                    }\n                },\n                \"train_info\": {\n                    \"params\": {\n                        \"beta\": 1,\n                        \"coarse_clusters\": 125,\n                        \"dataset_id\": \"\",\n                        \"dataset_version_id\": \"ee243135d683462eaa1060c4f5c63725\",\n                        \"eval_holdout_fraction\": 0.2,\n                        \"max_num_query_embeddings\": 100,\n                        \"max_visited\": 1562,\n                        \"num_results_per_query\": [\n                            10,\n                            20,\n                            50,\n                            100,\n                            200\n                        ],\n                        \"query_holdout_fraction\": 0.1,\n                        \"quota\": 10000,\n                        \"to_be_indexed_queries_fraction\": 0.25,\n                        \"train_iters\": 1,\n                        \"training_timeout\": 86400\n                    }\n                },\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"clusterer\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"notes\": \"##CLIP\",\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"multimodal-clip-embed\",\n            \"name\": \"multimodal-clip\",\n            \"created_at\": \"2022-11-07T17:47:19.112250Z\",\n            \"modified_at\": \"2022-11-07T17:47:19.112250Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"9fe2c8962c104327bc87b8f8104b161a\",\n                \"created_at\": \"2022-11-07T17:47:19.123181Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"embeddings\": \"embeddings\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\",\n                        \"text\": \"text\"\n                    },\n                    \"params\": {\n                        \"text_token_warning_limit\": 77\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"multimodal-embedder\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"da94111b740547aeae38ba9668f998a3\",\n            \"name\": \"ocr-scene-devanagari-paddleocr\",\n            \"created_at\": \"2022-08-10T19:52:53.761109Z\",\n            \"modified_at\": \"2022-08-10T19:52:53.761109Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"5e35e10fb7814f5c9223ccb3c3afebec\",\n                \"created_at\": \"2022-08-10T19:52:53.956768Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"5f42b31a4589d672152e9668d02eb471\",\n            \"name\": \"ocr-scene-cyrillic-paddleocr\",\n            \"created_at\": \"2022-08-10T19:52:53.009976Z\",\n            \"modified_at\": \"2022-08-10T19:52:53.009976Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"bbb2a719af92447ebeaabc88d3f41123\",\n                \"created_at\": \"2022-08-10T19:52:53.252145Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"e1e3b6f78fd2d55c830c631434ba83a5\",\n            \"name\": \"ocr-scene-arabic-paddleocr\",\n            \"created_at\": \"2022-08-10T19:52:51.994687Z\",\n            \"modified_at\": \"2022-08-10T19:52:51.994687Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"4b33b79b4b2e42b4b9ee07c844f1bb56\",\n                \"created_at\": \"2022-08-10T19:52:52.548327Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"c54e41dd13c9669630426078d36718ec\",\n            \"name\": \"ocr-scene-latin-paddleocr\",\n            \"created_at\": \"2022-08-10T19:52:51.331917Z\",\n            \"modified_at\": \"2022-08-10T19:52:51.331917Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"a82c91d715f74c789df25c78e811dc6a\",\n                \"created_at\": \"2022-08-10T19:52:51.487313Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"e3fde27570dc04aff3b997a223601ac8\",\n            \"name\": \"ocr-scene-kannada-paddleocr\",\n            \"created_at\": \"2022-08-10T19:52:50.570402Z\",\n            \"modified_at\": \"2022-08-10T19:52:50.570402Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"324f4a4d0bc64d81ab7be56c21748328\",\n                \"created_at\": \"2022-08-10T19:52:50.803339Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"1d5cbe1f275acaa8ac109dec6e07120b\",\n            \"name\": \"ocr-scene-telugu-paddleocr\",\n            \"created_at\": \"2022-08-10T19:52:49.858398Z\",\n            \"modified_at\": \"2022-08-10T19:52:49.858398Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"004b78b3cc3b4e2b9fe53f3cda5ff001\",\n                \"created_at\": \"2022-08-10T19:52:50.014584Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"019c84b9cae1c41e7bf661a037f6ac12\",\n            \"name\": \"ocr-scene-tamil-paddleocr\",\n            \"created_at\": \"2022-08-10T19:52:49.207422Z\",\n            \"modified_at\": \"2022-08-10T19:52:49.207422Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"88bf32db4fdb488593303bc5fb309754\",\n                \"created_at\": \"2022-08-10T19:52:49.353280Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"6748476e7c5ae4df9bc2019dd6bd5892\",\n            \"name\": \"ocr-scene-japanese-paddleocr\",\n            \"created_at\": \"2022-08-10T19:52:48.506276Z\",\n            \"modified_at\": \"2022-08-10T19:52:48.506276Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"b3a22a7bc99943b998de94c1e3c5d420\",\n                \"created_at\": \"2022-08-10T19:52:48.703164Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"bf08cee902d18405ca6ac58b68b3e2a6\",\n            \"name\": \"ocr-scene-korean-paddleocr\",\n            \"created_at\": \"2022-08-10T19:52:47.804473Z\",\n            \"modified_at\": \"2022-08-10T19:52:47.804473Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"f242bc5057b4402dab82ca0dbaf1be1e\",\n                \"created_at\": \"2022-08-10T19:52:47.982674Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"general-image-detection\",\n            \"name\": \"Image Detection\",\n            \"created_at\": \"2020-09-02T13:49:26.221543Z\",\n            \"modified_at\": \"2022-06-13T17:34:27.250292Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"1586f39b8d8040dda41537f5e47d68f0\",\n                \"created_at\": \"2020-10-20T16:16:33.521041Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 601,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0.25\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"Detects a variety of common objects and the location and generates regions of an image that may contain that object.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"Clarifai general model featuring shirts bags shoes computer.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/general-shirts-bags-shoes-computer.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai general model featuring elephants.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/general-elephants.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai food model featuring hamburgers bacon cheese.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/food-hamburgers-bacon-cheese.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai general model featuring car dashboard steering wheel.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/general-car-dashboard-steering-wheel.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai general model featuring city buildings skyscraper.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/general-city-buildings-skyscraper.jpg\"\n                    }\n                ]\n            },\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"general-image-recognition\",\n            \"name\": \"Image Recognition\",\n            \"created_at\": \"2016-03-19T04:14:25.007149Z\",\n            \"modified_at\": \"2022-06-13T17:34:27.240649Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n                \"created_at\": \"2018-03-06T19:43:54Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 9098,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"softmax\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"display_name\": \"general-visual-classifier\",\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"Identifies a variety of concepts in images and video including objects, themes, and more. Trained with over 10,000 concepts and 20M images.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"Clarifai general model featuring shirts bags shoes computer.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/general-shirts-bags-shoes-computer.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai general model featuring elephants.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/general-elephants.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai food model featuring hamburgers bacon cheese.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/food-hamburgers-bacon-cheese.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai general model featuring car dashboard steering wheel.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/general-car-dashboard-steering-wheel.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai general model featuring city buildings skyscraper.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/general-city-buildings-skyscraper.jpg\"\n                    }\n                ]\n            },\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"celebrity-face-detection\",\n            \"name\": \"Celebrity Face Detection\",\n            \"created_at\": \"2016-10-25T19:02:38.845777Z\",\n            \"modified_at\": \"2022-06-13T17:34:27.225442Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"bc50aad2bf4b403b94656aa9f64d1454\",\n                \"created_at\": \"2019-04-27T15:52:36.026793Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 10553,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\"\n                },\n                \"input_info\": {},\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"Detects whether images or video contain celebrity faces. Trained with over 10,000 recognized celebrities.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring morgan freeman.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-morgan-freeman.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring kim kardashian.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-kim-kardashian.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring matt damon.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-matt-damon.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring aziz ansari.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-aziz-ansari.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring angelina jolie.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-angelina-jolie.jpg\"\n                    }\n                ]\n            },\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [\n                \"pii\"\n            ],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"moderation-recognition\",\n            \"name\": \"Image Moderation\",\n            \"created_at\": \"2017-05-12T21:28:00.471607Z\",\n            \"modified_at\": \"2022-06-13T17:34:27.216052Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"aa8be956dbaa4b7a858826a84253cab9\",\n                \"created_at\": \"2017-10-26T20:29:09.263232Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 5,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"softmax\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"Recognizes inappropriate content in images and video containing concepts: gore, drug, explicit, suggestive, and safe.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"Clarifai moderation model featuring medical syringe cocaine.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/moderation-medical-syringe-cocaine.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai moderation model featuring woman breast feeding.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/moderation-woman-breast-feeding.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai moderation model featuring cutting red meet blood.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/moderation-cutting-red-meet-blood.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai moderation model featuring woman man no shirts.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/moderation-woman-man-no-shirts.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai moderation model featuring try your own text.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/moderation-try-your-own-text.jpg\"\n                    }\n                ]\n            },\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"96298cb700d5ec33176b40eee032f6df\",\n            \"name\": \"army-crada-5\",\n            \"created_at\": \"2022-04-28T01:41:20.604596Z\",\n            \"modified_at\": \"2022-04-28T01:41:20.604596Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"fdf1903eca5d47a8aa80d80fb0be6187\",\n                \"created_at\": \"2022-04-28T01:41:20.638136Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 25,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"df518ae2dcd8c2ef72c13e1a06f4ef52\",\n            \"name\": \"BLIP\",\n            \"created_at\": \"2022-04-21T23:11:06.152830Z\",\n            \"modified_at\": \"2022-04-21T23:11:06.152830Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"463f6b55c0b84128b97f6af550386aaa\",\n                \"created_at\": \"2022-04-21T23:11:06.167104Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"embeddings\": \"embeddings\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-embedder\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"3dfd7edda8a9cfc4ae9feab7194274a6\",\n            \"name\": \"BLIP\",\n            \"created_at\": \"2022-04-21T23:10:58.431676Z\",\n            \"modified_at\": \"2022-04-21T23:10:58.431676Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"d25dfc5c081342cbb09c60672b06b18f\",\n                \"created_at\": \"2022-04-21T23:10:58.444450Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"embeddings\": \"embeddings\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-embedder\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"7c2f2dfc80f0286b72b689379e9e81e0\",\n            \"name\": \"general-english-image-caption-blip\",\n            \"created_at\": \"2022-04-18T18:55:56.785Z\",\n            \"modified_at\": \"2022-04-18T18:55:56.785Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"d66b4cd5b5b249489c98543632f13078\",\n                \"created_at\": \"2022-04-18T18:55:56.802386Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"image-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"2a34e347777e5744496bf6ae76e01e91\",\n            \"name\": \"ocr-document-english-printed-trocr-large\",\n            \"created_at\": \"2022-04-11T17:35:23.575656Z\",\n            \"modified_at\": \"2022-04-11T17:35:23.575656Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"761de02719ce48aaafaa8ac16e3e4117\",\n                \"created_at\": \"2022-04-11T17:35:23.596706Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ocr-scene-french-paddleocr\",\n            \"name\": \"ocr-scene-french-paddleocr\",\n            \"created_at\": \"2022-02-16T19:46:42.443570Z\",\n            \"modified_at\": \"2022-04-05T12:42:47.955693Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"e1932c6028db4a428462ceeaa8a06ba7\",\n                \"created_at\": \"2022-02-16T19:46:42.458876Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"c4d4284d2d52988de50c95791f161e63\",\n            \"name\": \"logos-yolov5\",\n            \"created_at\": \"2022-03-29T23:13:34.162269Z\",\n            \"modified_at\": \"2022-03-31T20:09:51.482312Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"244f2a67c17d42fda8483a116edc9d3f\",\n                \"created_at\": \"2022-03-31T20:09:51.490755Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 3464,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ner-english\",\n            \"name\": \"ner_english_v2\",\n            \"created_at\": \"2022-03-16T13:48:57.921631Z\",\n            \"modified_at\": \"2022-03-22T08:06:44.455695Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"a813ff5b362c41f790c506b871e7dea4\",\n                \"created_at\": \"2022-03-16T13:48:57.946788Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 9,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"\": \"start\",\n                        \"regions[...].data.concepts[...].id\": \"labels\",\n                        \"regions[...].data.concepts[...].value\": \"scores\"\n                    },\n                    \"params\": {\n                        \"max_concepts\": 20,\n                        \"min_value\": 0,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {\n                    \"params\": {\n                        \"model_config\": {\n                            \"_name_or_path\": \"dbmdz/bert-large-cased-finetuned-conll03-english\",\n                            \"_num_labels\": 9,\n                            \"architectures\": [\n                                \"BertForTokenClassification\"\n                            ],\n                            \"attention_probs_dropout_prob\": 0.1,\n                            \"classifier_dropout\": null,\n                            \"directionality\": \"bidi\",\n                            \"hidden_act\": \"gelu\",\n                            \"hidden_dropout_prob\": 0.1,\n                            \"hidden_size\": 1024,\n                            \"id2label\": {\n                                \"0\": \"O\",\n                                \"1\": \"B-MISC\",\n                                \"2\": \"I-MISC\",\n                                \"3\": \"B-PER\",\n                                \"4\": \"I-PER\",\n                                \"5\": \"B-ORG\",\n                                \"6\": \"I-ORG\",\n                                \"7\": \"B-LOC\",\n                                \"8\": \"I-LOC\"\n                            },\n                            \"initializer_range\": 0.02,\n                            \"intermediate_size\": 4096,\n                            \"label2id\": {\n                                \"B-LOC\": 7,\n                                \"B-MISC\": 1,\n                                \"B-ORG\": 5,\n                                \"B-PER\": 3,\n                                \"I-LOC\": 8,\n                                \"I-MISC\": 2,\n                                \"I-ORG\": 6,\n                                \"I-PER\": 4,\n                                \"O\": 0\n                            },\n                            \"layer_norm_eps\": 1e-12,\n                            \"max_position_embeddings\": 512,\n                            \"model_type\": \"bert\",\n                            \"num_attention_heads\": 16,\n                            \"num_hidden_layers\": 24,\n                            \"pad_token_id\": 0,\n                            \"pooler_fc_size\": 768,\n                            \"pooler_num_attention_heads\": 12,\n                            \"pooler_num_fc_layers\": 3,\n                            \"pooler_size_per_head\": 128,\n                            \"pooler_type\": \"first_token_transform\",\n                            \"position_embedding_type\": \"absolute\",\n                            \"torch_dtype\": \"float32\",\n                            \"transformers_version\": \"4.16.0\",\n                            \"type_vocab_size\": 2,\n                            \"use_cache\": true,\n                            \"vocab_size\": 28996\n                        },\n                        \"tokenizer_config\": {\n                            \"cls_token\": \"[CLS]\",\n                            \"do_basic_tokenize\": true,\n                            \"do_lower_case\": false,\n                            \"mask_token\": \"[MASK]\",\n                            \"max_len\": 512,\n                            \"name_or_path\": \"dbmdz/bert-large-cased-finetuned-conll03-english\",\n                            \"never_split\": null,\n                            \"pad_token\": \"[PAD]\",\n                            \"sep_token\": \"[SEP]\",\n                            \"special_tokens_map_file\": null,\n                            \"strip_accents\": null,\n                            \"tokenize_chinese_chars\": true,\n                            \"tokenizer_class\": \"BertTokenizer\",\n                            \"unk_token\": \"[UNK]\"\n                        }\n                    }\n                },\n                \"import_info\": {\n                    \"params\": {\n                        \"model_name\": \"dbmdz/bert-large-cased-finetuned-conll03-english\",\n                        \"pipeline_name\": \"ner\",\n                        \"tokenizer_name\": \"dbmdz/bert-large-cased-finetuned-conll03-english\",\n                        \"toolkit\": \"HuggingFace\"\n                    }\n                }\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-token-classifier\",\n            \"task\": \"named-entity-recognition\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"notes\": \"dbmdz/bert-large-cased-finetuned-conll03-english\",\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"4828602e14c60157672b103bc4174b6a\",\n            \"name\": \"ocr-scene-devanagari-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:05.691047Z\",\n            \"modified_at\": \"2022-02-16T19:51:05.691047Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"9676ee4c210f42aabb032be9e077e34e\",\n                \"created_at\": \"2022-02-16T19:51:05.695789Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"79ae4202a52a10bf910158747e2b0bd6\",\n            \"name\": \"ocr-scene-cyrillic-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:05.332230Z\",\n            \"modified_at\": \"2022-02-16T19:51:05.332230Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"eecd3d4159e447f982df39f4efc6e7a3\",\n                \"created_at\": \"2022-02-16T19:51:05.337055Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ce1ec795e7613564611373788f719e76\",\n            \"name\": \"ocr-scene-latin-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:04.953704Z\",\n            \"modified_at\": \"2022-02-16T19:51:04.953704Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"fc43e001904541188ae7c2fc9ff1d7b8\",\n                \"created_at\": \"2022-02-16T19:51:04.961006Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"a440094009739c7f8470208af640d72b\",\n            \"name\": \"ocr-scene-tamil-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:04.601929Z\",\n            \"modified_at\": \"2022-02-16T19:51:04.601929Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"3850ab217dc048dfa92bb99c612445ed\",\n                \"created_at\": \"2022-02-16T19:51:04.607237Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"b6e3b7e79bc7d1870ee895ea802da533\",\n            \"name\": \"ocr-scene-kannada-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:04.222500Z\",\n            \"modified_at\": \"2022-02-16T19:51:04.222500Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"1552d0c25c4c453983931e02f762ad40\",\n                \"created_at\": \"2022-02-16T19:51:04.227503Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"7d4b60ad1f153879defaa4ecfd25d4f4\",\n            \"name\": \"ocr-scene-telugu-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:03.816522Z\",\n            \"modified_at\": \"2022-02-16T19:51:03.816522Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"ac7029e22f054edd809ea197524c7fc8\",\n                \"created_at\": \"2022-02-16T19:51:03.821861Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"abb6ab21bf2395f88eacb3c32fbb5fc0\",\n            \"name\": \"ocr-scene-belarusian-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:03.371226Z\",\n            \"modified_at\": \"2022-02-16T19:51:03.371226Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"6be6fdaa01854f2aa3c75a31cc9e9193\",\n                \"created_at\": \"2022-02-16T19:51:03.377576Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"819928b81ec7e0b9cb18c26175447b42\",\n            \"name\": \"ocr-scene-ukranian-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:02.987649Z\",\n            \"modified_at\": \"2022-02-16T19:51:02.987649Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"8d4bf420524a47d0a476d6e86fee65dd\",\n                \"created_at\": \"2022-02-16T19:51:02.992349Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"3953adcdf93719125977186c1e2d3f8d\",\n            \"name\": \"ocr-scene-bulgarian-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:02.616626Z\",\n            \"modified_at\": \"2022-02-16T19:51:02.616626Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"c960deec8cb34e07a800d9cc237e46f5\",\n                \"created_at\": \"2022-02-16T19:51:02.622189Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"79aa2ea6d2eaf696c93fda9eae8e360b\",\n            \"name\": \"ocr-scene-serbian-latin-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:02.186999Z\",\n            \"modified_at\": \"2022-02-16T19:51:02.186999Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"3d49fec2485f42b197d0183ba098b011\",\n                \"created_at\": \"2022-02-16T19:51:02.191990Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"d5a14580da35c5ad0b2d2bd27ce81928\",\n            \"name\": \"ocr-scene-serbian-cyrillic-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:01.799532Z\",\n            \"modified_at\": \"2022-02-16T19:51:01.799532Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"f4c110d928de45a2b9b289ec903b4a6a\",\n                \"created_at\": \"2022-02-16T19:51:01.804656Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ca24b6b1b79b2288794ec0fd61dc43b5\",\n            \"name\": \"ocr-scene-nepali-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:01.454280Z\",\n            \"modified_at\": \"2022-02-16T19:51:01.454280Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"0cab8fcaaccd4c769dd885fc55f47214\",\n                \"created_at\": \"2022-02-16T19:51:01.458814Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"d36ee770992af4049520a0728ce0db08\",\n            \"name\": \"ocr-scene-marathi-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:01.034772Z\",\n            \"modified_at\": \"2022-02-16T19:51:01.034772Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"2f8faace78e144b3afc6f767b3fb8629\",\n                \"created_at\": \"2022-02-16T19:51:01.040656Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"84463f4cb26b41d899da8ad49189e47b\",\n            \"name\": \"ocr-scene-occitan-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:00.574910Z\",\n            \"modified_at\": \"2022-02-16T19:51:00.574910Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"e12bc12d8e254d239945e50eaf7c79ac\",\n                \"created_at\": \"2022-02-16T19:51:00.583308Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"7f9563940b3cc48321ae8d126daa0403\",\n            \"name\": \"ocr-scene-urdu-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:00.083220Z\",\n            \"modified_at\": \"2022-02-16T19:51:00.083220Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"2ff3a156373c4d1393754e945d85e7ec\",\n                \"created_at\": \"2022-02-16T19:51:00.108328Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"8f503aa63b60707e818d8a6a11a7dbe9\",\n            \"name\": \"ocr-scene-persian-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:59.643063Z\",\n            \"modified_at\": \"2022-02-16T19:50:59.643063Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"2d4cd9e9a3e04c199e27ca2493370c40\",\n                \"created_at\": \"2022-02-16T19:50:59.650272Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"6f7e3f2f2ed23a27897b898b93e8874a\",\n            \"name\": \"ocr-scene-uyghur-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:59.305322Z\",\n            \"modified_at\": \"2022-02-16T19:50:59.305322Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"6d38e8fed498460f811d5840caf7a19a\",\n                \"created_at\": \"2022-02-16T19:50:59.310025Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"594d939e0c9d8b19355f80cf1086b69d\",\n            \"name\": \"ocr-scene-hindi-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:58.946883Z\",\n            \"modified_at\": \"2022-02-16T19:50:58.946883Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"20c09506f61a4b389c15b086fedd66d5\",\n                \"created_at\": \"2022-02-16T19:50:58.953501Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"18189394090615325d5d783724ae290b\",\n            \"name\": \"ocr-scene-italian-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:58.539760Z\",\n            \"modified_at\": \"2022-02-16T19:50:58.539760Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"a56454cd3c2943a2a1a4b8840b73fda5\",\n                \"created_at\": \"2022-02-16T19:50:58.546364Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"2e47eda28e43cda4d9f5556924662bec\",\n            \"name\": \"ocr-scene-japanese-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:58.125647Z\",\n            \"modified_at\": \"2022-02-16T19:50:58.125647Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"413a870e2105418fbaadfbebc1b71b17\",\n                \"created_at\": \"2022-02-16T19:50:58.132649Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"e184d889c6e9737e6744e48df535d8f9\",\n            \"name\": \"ocr-scene-korean-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:57.685263Z\",\n            \"modified_at\": \"2022-02-16T19:50:57.685263Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"1b2985fac7d34e3cba5adfdfb1345705\",\n                \"created_at\": \"2022-02-16T19:50:57.695732Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"2b7192cc990a1a5a68d12f8326475ba6\",\n            \"name\": \"ocr-scene-german-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:57.289519Z\",\n            \"modified_at\": \"2022-02-16T19:50:57.289519Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"b10c4e125fb5423ca03f9f7600b2af6f\",\n                \"created_at\": \"2022-02-16T19:50:57.295199Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"952daadb10f7ace3433e8fc372c7c4d6\",\n            \"name\": \"ocr-scene-russian-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:56.894498Z\",\n            \"modified_at\": \"2022-02-16T19:50:56.894498Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"b02773fbacaf4f3eb5dcd6144ca01ee6\",\n                \"created_at\": \"2022-02-16T19:50:56.901399Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"60a98793f1db9dacb48e61fbb5aa61e1\",\n            \"name\": \"ocr-scene-portuguese-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:56.490797Z\",\n            \"modified_at\": \"2022-02-16T19:50:56.490797Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"d7c3be32a4bf488a987f97587cb9299d\",\n                \"created_at\": \"2022-02-16T19:50:56.500084Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"5560bcbc3d7ad8feb3999874b558b2a8\",\n            \"name\": \"ocr-scene-spanish-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:56.091771Z\",\n            \"modified_at\": \"2022-02-16T19:50:56.091771Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"a4bbcd9a06054acb8d44b3cc313dc6de\",\n                \"created_at\": \"2022-02-16T19:50:56.109454Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"fda611add70f1009c5c01d95f0fbe57b\",\n            \"name\": \"ocr-scene-arabic-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:55.696689Z\",\n            \"modified_at\": \"2022-02-16T19:50:55.696689Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"b1b8c11aee044f4a860c61d256bbd12e\",\n                \"created_at\": \"2022-02-16T19:50:55.707467Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"7acefe1233c41a8acab80619d79c6b56\",\n            \"name\": \"ocr-scene-chinese-traditional-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:55.240293Z\",\n            \"modified_at\": \"2022-02-16T19:50:55.240293Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"3b83168a4e764cd3b61c63e9662af235\",\n                \"created_at\": \"2022-02-16T19:50:55.255319Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"dc09ac965f64826410fbd8fea603abe6\",\n            \"name\": \"ocr-scene-chinese-english-paddleocr\",\n            \"created_at\": \"2022-01-25T01:53:05.944447Z\",\n            \"modified_at\": \"2022-01-25T01:53:05.944447Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"8aa1c6c2febf49f880cae2783097c2fa\",\n                \"created_at\": \"2022-01-25T01:53:05.952851Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ba040818064ef61074e6d1cdec1c40c6\",\n            \"name\": \"paddleocr-english-chinese\",\n            \"created_at\": \"2022-01-25T00:30:04.159834Z\",\n            \"modified_at\": \"2022-01-25T00:30:04.159834Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"6daaabc3998440eeb1db18086d926bd8\",\n                \"created_at\": \"2022-01-25T00:30:04.183333Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"celebrity-face-recognition\",\n            \"name\": \"Celebrity\",\n            \"created_at\": \"2020-11-20T17:09:42.109453Z\",\n            \"modified_at\": \"2022-01-21T13:11:23.236298Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"0676ebddd5d6413ebdaa101570295a39\",\n                \"created_at\": \"2020-11-20T17:09:42.109453Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 10553,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"softmax\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"AI model for recognizing celebrity faces in images or video.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring morgan freeman.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-morgan-freeman.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring kim kardashian.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-kim-kardashian.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring matt damon.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-matt-damon.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring aziz ansari.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-aziz-ansari.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring angelina jolie.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-angelina-jolie.jpg\"\n                    }\n                ]\n            },\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [\n                \"pii\"\n            ],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"3b67f45ec89b4b9c6fb9db700120c91a\",\n            \"name\": \"advanced-det-handgun\",\n            \"created_at\": \"2022-01-06T20:27:53.965051Z\",\n            \"modified_at\": \"2022-01-06T20:27:53.965051Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"cecc3b705fe74a9ea88ee11e5ddd46f4\",\n                \"created_at\": \"2022-01-06T20:27:54.022071Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 2,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"e4e42c048019241132ec2ecb583a3446\",\n            \"name\": \"microsoft/trocr-base-handwritten\",\n            \"created_at\": \"2021-11-10T17:18:34.067075Z\",\n            \"modified_at\": \"2021-12-29T16:56:15.937705Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"fd6f3dfd83854dd59cdeb8a5243e9e27\",\n                \"created_at\": \"2021-11-10T17:18:34.083675Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"86039c857a206810679f7f72b82fff54\",\n            \"name\": \"CLIP Prefix Captioning\",\n            \"created_at\": \"2021-12-09T04:32:31.377820Z\",\n            \"modified_at\": \"2021-12-09T04:32:31.377820Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"05fb71c53ff746f3834ab8333e401a1c\",\n                \"created_at\": \"2021-12-09T04:32:31.426529Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"image\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"image-to-text\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"bebd0da30b7090bb5250d5951960d96d\",\n            \"name\": \"CLIP\",\n            \"created_at\": \"2021-12-04T02:51:40.264878Z\",\n            \"modified_at\": \"2021-12-04T02:51:40.264878Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"5f6c752f8f964e56bef0c2eb32f3aca4\",\n                \"created_at\": \"2021-12-04T02:51:40.285448Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"embeddings\": \"embeddings\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-embedder\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"d05c045b95d85241c7d79e1ed3da3f8e\",\n            \"name\": \"PaddleOCR Multiplexed\",\n            \"created_at\": \"2021-11-05T04:36:50.693728Z\",\n            \"modified_at\": \"2021-11-05T04:36:50.693728Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"6da2f96ab8fb4255aa0ac53e6653345b\",\n                \"created_at\": \"2021-11-05T04:36:50.707810Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"fe000880ecc20921af7fbd46c485dbd2\",\n            \"name\": \"multiplexed easyocr\",\n            \"created_at\": \"2021-11-03T04:05:28.978761Z\",\n            \"modified_at\": \"2021-11-03T04:05:28.978761Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"19b30d2a3b064b13bbcd451a7b829f40\",\n                \"created_at\": \"2021-11-03T04:05:28.996684Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"c13d6411707faa5a5115b23f17957d82\",\n            \"name\": \"EasyOCR Multilingual Large\",\n            \"created_at\": \"2021-10-30T21:31:12.405449Z\",\n            \"modified_at\": \"2021-10-30T21:31:12.405449Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"7a4e17e73e144e5c8e9570aadc1cf0f5\",\n                \"created_at\": \"2021-10-30T21:31:12.411454Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"856fd858ed1dc14c741c15f0b9005cbb\",\n            \"name\": \"EasyOCR Multilingual\",\n            \"created_at\": \"2021-10-30T20:11:48.409877Z\",\n            \"modified_at\": \"2021-10-30T20:11:48.409877Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"5a77e2441d334d95859337454efbfd73\",\n                \"created_at\": \"2021-10-30T20:11:48.417474Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"23a5c4692f1a0449aef1c510be55b180\",\n            \"name\": \"facebook/wav2vec2-base-960h\",\n            \"created_at\": \"2021-10-05T17:43:10.985960Z\",\n            \"modified_at\": \"2021-10-27T13:18:19.573415Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"f4917f7f2e83453f9fe6d5eef4f598db\",\n                \"created_at\": \"2021-10-05T17:43:10.998245Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"audio\": \"audio\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"audio-to-text\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [\n                \"pii\"\n            ],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"2c1050ead1b24472be8033f5fd421f3d\",\n            \"name\": \"english\",\n            \"created_at\": \"2020-11-12T15:43:07.560737Z\",\n            \"modified_at\": \"2021-10-27T13:13:42.421644Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"dfe4776f79ee4c23a85d86d3b0649127\",\n                \"created_at\": \"2020-11-12T15:43:07.560737Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"TRANSCRIPT\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"audio\": \"AUDIO_SIGNAL\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"audio-to-text\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ba585a5a737771884d89972fea6c41f8\",\n            \"name\": \"language-script\",\n            \"created_at\": \"2021-10-20T18:05:49.263669Z\",\n            \"modified_at\": \"2021-10-20T18:05:49.263669Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"60fa287837dc4c10a3b5da6b92e062e2\",\n                \"created_at\": \"2021-10-20T18:05:49.328969Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 8,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"softmax\"\n                    },\n                    \"params\": {\n                        \"max_concepts\": 20,\n                        \"min_value\": 0,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"logo-detection\",\n            \"name\": \"logo\",\n            \"created_at\": \"2017-03-06T18:38:13.025998Z\",\n            \"modified_at\": \"2021-10-19T12:21:30.579234Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"ef1b7237d28b415f910ca343a9145e99\",\n                \"created_at\": \"2017-03-06T18:38:13.025998Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 561,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_cls_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_cls_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_cls_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0.05\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"display_name\": \"logo-visual-detector\",\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"Logo detection model for locating logos of some of the most popular consumer brands within images and videos.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/logo-detection-black-bmw-silver-volkswagon.jpg\"\n                    },\n                    {\n                        \"alt\": \"\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/logo-detection-corona-extra-beer-bottle.jpg\"\n                    },\n                    {\n                        \"alt\": \"\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/logo-detection-northface-pink-jacket.jpg\"\n                    },\n                    {\n                        \"alt\": \"\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/logo-detection-pepsi-bottles-in-crate.jpg\"\n                    },\n                    {\n                        \"alt\": \"\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/logo-detection-tesla-steering-wheel.jpg\"\n                    }\n                ]\n            },\n            \"notes\": \"I can edit\",\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"food-item-v1-recognition\",\n            \"name\": \"food-items-v1.0\",\n            \"created_at\": \"2016-09-17T04:22:07.183747Z\",\n            \"modified_at\": \"2021-10-18T16:34:36.410436Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"dfebc169854e429086aceb8368662641\",\n                \"created_at\": \"2016-09-17T04:22:07.183747Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 970,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"softmax\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"display_name\": \"food-items-v1-visual-classifier\",\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"AI model to recognize a wide variety of food items, including dishes and ingredients, in images and video.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"Clarifai food model featuring pan of steamed clams.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/food-pan-of-steamed-clams.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai food model featuring waffle with strawberries blueberries.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/food-waffle-with-strawberries-blueberries.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai food model featuring hamburgers bacon cheese buns.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/food-hamburgers-bacon-cheese-buns.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai food model featuring pepperoni pizza.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/food-pepperoni-pizza.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai food model featuring tomato basil.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/food-tomato-basil.jpg\"\n                    }\n                ]\n            },\n            \"notes\": \"This is a food model note (wip) \",\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"9fe78b4150a52794f86f237770141b33\",\n            \"name\": \"english\",\n            \"created_at\": \"2021-02-04T05:24:54.250897Z\",\n            \"modified_at\": \"2021-10-18T15:46:17.997145Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"89961b2723e440abb49ec89a05b31219\",\n                \"created_at\": \"2021-09-30T14:43:29.569715Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"license\": \"BSD-2\",\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"image\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"image-to-text\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"--\",\n            \"metadata\": {},\n            \"notes\": \"test model note now\",\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [\n                \"demographics\"\n            ],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"c3110dc5905447e410161091f0f95337\",\n            \"name\": \"anas/wav2vec2-large-xlsr-arabic\",\n            \"created_at\": \"2021-10-14T19:23:19.862284Z\",\n            \"modified_at\": \"2021-10-14T19:23:19.862284Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"f486dde2e2d046dabfd4c9e4db2c8e36\",\n                \"created_at\": \"2021-10-14T19:23:19.869018Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"audio\": \"audio\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"audio-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"68bbf91b9ad247921822a255ca381f11\",\n            \"name\": \"elgeish/wav2vec2-large-xlsr-53-arabic\",\n            \"created_at\": \"2021-10-14T18:44:04.938624Z\",\n            \"modified_at\": \"2021-10-14T18:44:04.938624Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"749a7a96fb404596bc11465dc41c3fb2\",\n                \"created_at\": \"2021-10-14T18:44:04.946902Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"audio\": \"audio\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"audio-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"face-detection\",\n            \"name\": \"Face\",\n            \"created_at\": \"2020-11-20T17:09:42.109453Z\",\n            \"modified_at\": \"2021-10-14T07:45:05.937031Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"fe995da8cb73490f8556416ecf25cea3\",\n                \"created_at\": \"2021-01-21T23:31:28.004422Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 2,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0.9\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"display_name\": \"Face-visual-detector\",\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"AI model for detecting the location of human faces in images and video.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"Clarifai face model featuring little girl boy standing outside.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/face-little-girl-boy-standing-outside.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai face model featuring three men sitting in van.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/face-three-men-sitting-in-van.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai face model featuring family with light blue shirts.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/face-family-with-light-blue-shirts.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai face model featuring arfrican american man woman laughing.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/face-arfrican-american-man-woman-laughing.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai face model featuring crowd of monks orange robe.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/face-crowd-of-monks-orange-robe.jpg\"\n                    }\n                ]\n            },\n            \"notes\": \"test123\",\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [\n                \"faces\"\n            ],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [\n                \"pii\"\n            ],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"6a3dc529acf3f720a629cdc8c6ad41a9\",\n            \"name\": \"subject\",\n            \"created_at\": \"2021-04-26T09:20:01.359645Z\",\n            \"modified_at\": \"2021-10-12T12:36:06.443774Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"55b2051b75f14577b6fdd5a4fa3fd5a8\",\n                \"created_at\": \"2021-04-26T15:06:37.619220Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 2,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].region_info.mask,regions[...].data.concepts\": \"output__0\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"input__0\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-segmenter\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"test\",\n            \"metadata\": {},\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"beb9ed2d034b0126c6e24135ace76d8f\",\n            \"name\": \"prithivida/informal_to_formal_styletransfer\",\n            \"created_at\": \"2021-10-05T19:58:24.859525Z\",\n            \"modified_at\": \"2021-10-05T20:06:53.273373Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"a35db0e9b9b34f52ac0c83e1007db145\",\n                \"created_at\": \"2021-10-05T20:06:53.278139Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"69469f13c714cb6c68149db326d8c69a\",\n            \"name\": \"prithivida/formal_to_informal_styletransfer\",\n            \"created_at\": \"2021-10-05T19:45:07.925572Z\",\n            \"modified_at\": \"2021-10-05T19:45:07.925572Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"d34c3b68aadb408f9e770632183cb164\",\n                \"created_at\": \"2021-10-05T19:45:07.942034Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"b7e22ac73f924e2a6199af495724ddac\",\n            \"name\": \"facebook/wav2vec2-large-xlsr-53-french\",\n            \"created_at\": \"2021-10-05T17:18:44.727040Z\",\n            \"modified_at\": \"2021-10-05T17:18:44.727040Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"a648b13f7269461d9797e6bc58111a60\",\n                \"created_at\": \"2021-10-05T17:18:44.743898Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"audio\": \"audio\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"audio-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"6db1c2dc0d9c09d843c763bc0a05b989\",\n            \"name\": \"assembly\",\n            \"created_at\": \"2021-09-23T17:34:00.947876Z\",\n            \"modified_at\": \"2021-09-24T06:17:00.318253Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"5ef730b4ef014b508b31af5e5577386d\",\n                \"created_at\": \"2021-09-24T06:17:00.341875Z\",\n                \"status\": {\n                    \"code\": 99009,\n                    \"description\": \"Model upload timed out\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"embeddings\": \"embedding\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-embedder\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"2e099a9219da8fc580ac0dc54bf842fd\",\n            \"name\": \"paddleocr-multilingual-text-detector\",\n            \"created_at\": \"2021-08-19T00:40:40.789176Z\",\n            \"modified_at\": \"2021-09-22T19:50:23.797705Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"dff9af491f0d48449801decee0e2f136\",\n                \"created_at\": \"2021-09-22T19:50:23.809040Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 2,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"6f96f8bf841280a388f8b52cb1868df4\",\n            \"name\": \"person-detector-yolov5x-libtorch\",\n            \"created_at\": \"2021-08-25T22:19:26.887486Z\",\n            \"modified_at\": \"2021-08-25T22:19:26.887486Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"8d1ac866905a4154b6d34ae2566503ad\",\n                \"created_at\": \"2021-08-25T22:19:26.962227Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 2,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"a065882d92d66dbac3b5ebe108170197\",\n            \"name\": \"person-vehicle-detector-yolov5x-libtorch\",\n            \"created_at\": \"2021-08-25T17:56:25.508821Z\",\n            \"modified_at\": \"2021-08-25T21:51:12.368401Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"be2ea5c740f940429e6284826660da9a\",\n                \"created_at\": \"2021-08-25T21:51:12.377067Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 3,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"2cf7739e65bfc63c1537f65e7ef3ae87\",\n            \"name\": \"person-vehicle-detector-yolov5s-libtorch\",\n            \"created_at\": \"2021-08-24T19:14:37.883020Z\",\n            \"modified_at\": \"2021-08-24T19:14:37.883020Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"3b6b338aa1b7433a8935d22b0915fc32\",\n                \"created_at\": \"2021-08-24T19:14:37.990646Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 3,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"23aa4f9c9767a2fd61e63c55a73790ad\",\n            \"name\": \"person-detector-yolov5s-libtorch\",\n            \"created_at\": \"2021-08-24T18:52:53.766484Z\",\n            \"modified_at\": \"2021-08-24T18:52:53.766484Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"92b204309cce44209f1428e38e3406fb\",\n                \"created_at\": \"2023-02-24T05:41:57.516485Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 2,\n                \"description\": \"Yolov5\",\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"bdcedc0f8da58c396b7df12f634ef923\",\n            \"name\": \"multilingual-moderation\",\n            \"created_at\": \"2021-01-13T16:45:48.370348Z\",\n            \"modified_at\": \"2021-07-13T15:12:21.536311Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"c56b46fd91ca4540823ba70496d008f9\",\n                \"created_at\": \"2021-01-13T20:45:50.641841Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 6,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"output__1\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"input__0\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-classifier\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"eac94da66f428ebf98dc2cae30030699\",\n            \"name\": \"hate-symbols\",\n            \"created_at\": \"2021-07-07T20:24:28.707682Z\",\n            \"modified_at\": \"2021-07-08T15:06:49.454931Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"ca52d78ed8cb4cfba4eacebadc38548b\",\n                \"created_at\": \"2021-07-08T15:06:49.459168Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 2,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0.05,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"bc6b2c89a5dc35ee5b5872612d0df25a\",\n            \"name\": \"EasyOCR (Turkish)\",\n            \"created_at\": \"2021-06-17T19:51:18.060645Z\",\n            \"modified_at\": \"2021-06-17T19:51:18.060645Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"17ca4640290f4c3e885ed74e757272df\",\n                \"created_at\": \"2021-06-17T19:51:18.066247Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"869245fe9708e30e6a0869c6e3dc3132\",\n            \"name\": \"EasyOCR (Swedish)\",\n            \"created_at\": \"2021-06-17T19:49:51.218255Z\",\n            \"modified_at\": \"2021-06-17T19:49:51.218255Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"8eb77eec58314083a0b9765047974d45\",\n                \"created_at\": \"2021-06-17T19:49:51.224781Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"b24a775f7b9e156f3518772206c342ef\",\n            \"name\": \"EasyOCR (Polish)\",\n            \"created_at\": \"2021-06-17T19:45:42.334798Z\",\n            \"modified_at\": \"2021-06-17T19:45:42.334798Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"ce2624cd1b84445e988b1b437dfe2a95\",\n                \"created_at\": \"2021-06-17T19:45:42.340957Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"e6bcd24eb84835a8de347b7b8a028f27\",\n            \"name\": \"EasyOCR (Dutch)\",\n            \"created_at\": \"2021-06-17T19:43:57.103955Z\",\n            \"modified_at\": \"2021-06-17T19:43:57.103955Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"22669f6ea56e428f87465b55c9296ca5\",\n                \"created_at\": \"2021-06-17T19:43:57.109610Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"f43080883661c6676779384149eb9249\",\n            \"name\": \"EasyOCR (Malay)\",\n            \"created_at\": \"2021-06-17T19:37:49.087245Z\",\n            \"modified_at\": \"2021-06-17T19:37:49.087245Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"650fde39145f417db48b6270bfa78c2a\",\n                \"created_at\": \"2021-06-17T19:37:49.096062Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"a34ea557d25cc1c7b3b6bf080381eb04\",\n            \"name\": \"EasyOCR (Vietnamese)\",\n            \"created_at\": \"2021-06-17T19:32:48.422165Z\",\n            \"modified_at\": \"2021-06-17T19:32:48.422165Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"9dcfa47d32374f2684e5ed167ad0337a\",\n                \"created_at\": \"2021-06-17T19:32:48.431675Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"edd250a6e1f82cbee84819e3550dbaf4\",\n            \"name\": \"Helsinki-NLP/opus-mt-nl-en\",\n            \"created_at\": \"2021-05-28T16:30:24.060377Z\",\n            \"modified_at\": \"2021-05-28T16:30:24.060377Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"1183f7daaadd48969be19c0e7ad1c5ec\",\n                \"created_at\": \"2021-05-28T16:30:24.070688Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"68a51a726f7033bbfcf57c905f09b7ca\",\n            \"name\": \"general\",\n            \"created_at\": \"2021-04-19T16:03:17.091357Z\",\n            \"modified_at\": \"2021-05-20T08:13:55.391070Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"df708d35d2fa4dea9e9d3f76ce842450\",\n                \"created_at\": \"2021-05-20T08:13:55.399476Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 183,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].region_info.mask,regions[...].data.concepts\": \"output__0\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"input__0\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-segmenter\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"19de30b6d9c38ed8a0478ac5103efebe\",\n            \"name\": \"person-vehicle\",\n            \"created_at\": \"2021-05-14T19:50:52.826338Z\",\n            \"modified_at\": \"2021-05-18T18:59:59.867143Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"f06017161d0843dca0c6cf962cf08a11\",\n                \"created_at\": \"2021-05-18T18:59:59.876468Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 3,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"332956f015ea667f81cef1f37b1a20f3\",\n            \"name\": \"person-vehicle-lite\",\n            \"created_at\": \"2021-05-14T19:33:26.027753Z\",\n            \"modified_at\": \"2021-05-18T18:55:51.389600Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"ef042aa9117141079f579db19809b1d3\",\n                \"created_at\": \"2021-05-18T18:55:51.401858Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 3,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"4236cc320afa91a7d6c53ec949b66785\",\n            \"name\": \"Helsinki-NLP/opus-mt-es-en\",\n            \"created_at\": \"2021-05-12T22:17:11.471812Z\",\n            \"modified_at\": \"2021-05-12T22:17:11.471812Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"6fff4d1143114416b47f278084f4ffc7\",\n                \"created_at\": \"2021-05-12T22:17:11.477501Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"31025e019a18970a1acc55ba6a184dc6\",\n            \"name\": \"face-sentiment\",\n            \"created_at\": \"2021-05-12T16:02:43.390981Z\",\n            \"modified_at\": \"2021-05-12T16:02:43.390981Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"edcf31cfa67e426a8b12cd889453f0c3\",\n                \"created_at\": \"2021-05-12T16:02:43.563574Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 7,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"softmax\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"17a76b5162066195dad4c0437e66be80\",\n            \"name\": \"objectness-detector\",\n            \"created_at\": \"2021-05-11T17:35:00.699972Z\",\n            \"modified_at\": \"2021-05-11T17:35:00.699972Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"a488dd0eb0b94e16b22aa35656f4dd31\",\n                \"created_at\": \"2021-05-11T17:35:00.734676Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 1,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0.6\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"e609405a6ced78aa8a9eff2288f6edc6\",\n            \"name\": \"tank-rodeo\",\n            \"created_at\": \"2021-05-04T15:39:36.312115Z\",\n            \"modified_at\": \"2021-05-04T15:39:36.312115Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"745c6724c6a3456bb41ab0814070e191\",\n                \"created_at\": \"2021-05-04T15:39:36.537311Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 14,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0.1\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"385c7fd117d77553962b39629659d51a\",\n            \"name\": \"apparel\",\n            \"created_at\": \"2021-04-23T20:11:59.736603Z\",\n            \"modified_at\": \"2021-04-26T18:20:03.699907Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"c318a0b6769540e6bfe684af83560a9f\",\n                \"created_at\": \"2021-04-26T18:20:03.705751Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 192,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"softmax\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"c833800b94175363881d4db8b55e4a52\",\n            \"name\": \"test20_ner\",\n            \"created_at\": \"2021-04-23T18:19:00.421074Z\",\n            \"modified_at\": \"2021-04-23T18:19:00.421074Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"aa16e51cc0ef427ab728928932fed6f6\",\n                \"created_at\": \"2021-04-23T18:19:00.654472Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 9,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"labels\",\n                        \"regions[...].data.concepts[...].value\": \"scores\",\n                        \"regions[...].data.text\": \"tokens\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-token-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"9de6872fa62a3118ce66c313e5c7d567\",\n            \"name\": \"test4_bert_base_ner\",\n            \"created_at\": \"2021-04-22T01:34:00.926953Z\",\n            \"modified_at\": \"2021-04-22T01:34:00.926953Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"b263587fd32f48f4a89a80271b5ce18f\",\n                \"created_at\": \"2021-04-22T01:34:01.026938Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 9,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"labels\",\n                        \"regions[...].data.concepts[...].value\": \"scores\",\n                        \"regions[...].data.text\": \"tokens\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-token-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"33128485c45b681a11380cea3933789a\",\n            \"name\": \"test2_bert_base_ner\",\n            \"created_at\": \"2021-04-21T20:34:07.150108Z\",\n            \"modified_at\": \"2021-04-21T20:34:07.150108Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"da4b266f7b654679b6b4ba8c8691c326\",\n                \"created_at\": \"2021-04-21T20:34:07.278954Z\",\n                \"status\": {\n                    \"code\": 99009,\n                    \"description\": \"Training Unknown Error\"\n                },\n                \"active_concept_count\": 9,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"labels\",\n                        \"regions[...].data.concepts[...].value\": \"scores\",\n                        \"regions[...].data.text\": \"tokens\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-token-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"48f9e31a431a24754f7db8bf221e1e41\",\n            \"name\": \"test_bert_base_ner\",\n            \"created_at\": \"2021-04-21T15:22:05.347218Z\",\n            \"modified_at\": \"2021-04-21T15:22:05.347218Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"e9c0b45944a24b6a9c3e77f0a10a836f\",\n                \"created_at\": \"2021-04-21T15:22:05.487673Z\",\n                \"status\": {\n                    \"code\": 99009,\n                    \"description\": \"Training Unknown Error\"\n                },\n                \"active_concept_count\": 9,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"labels\",\n                        \"regions[...].data.concepts[...].value\": \"scores\",\n                        \"regions[...].data.text\": \"tokens\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-token-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"b5632bca03e3aca4e0c948303935fb0d\",\n            \"name\": \"dslim/bert-base-NER\",\n            \"created_at\": \"2021-04-20T21:52:32.656339Z\",\n            \"modified_at\": \"2021-04-20T21:52:32.656339Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"ff092f6185c94800902d62ff68775a6e\",\n                \"created_at\": \"2021-04-20T21:52:32.810261Z\",\n                \"status\": {\n                    \"code\": 99009,\n                    \"description\": \"Training Unknown Error\"\n                },\n                \"active_concept_count\": 9,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"labels\",\n                        \"regions[...].data.concepts[...].value\": \"scores\",\n                        \"regions[...].data.text\": \"tokens\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-token-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"8db409c46a3a9153becc3565f1d99022\",\n            \"name\": \"Test Triton GPU Landmarks\",\n            \"created_at\": \"2021-01-15T21:31:47.307624Z\",\n            \"modified_at\": \"2021-04-12T20:07:18.744912Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"cf33eda7f56f4d389ffac719cdf82da4\",\n                \"created_at\": \"2021-04-12T20:07:18.749574Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 1,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts,regions[...].region_info.keypoint_locations\": \"output__0\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"input__0\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-keypointer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        }\n    ]\n}"},{"id":"6a2d76db-32d1-4044-9851-acf5d917ae3f","name":"List Models in Community","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key •••••••","type":"text"}],"url":"https://api.clarifai.com/v2/models"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"dd2303b0cb6fe8859693ae9e8f4adfa7\"\n    },\n    \"models\": [\n        {\n            \"id\": \"openai-create-image-9\",\n            \"name\": \"newnewnewname\",\n            \"created_at\": \"2023-11-23T11:16:25.775735Z\",\n            \"modified_at\": \"2023-11-23T11:19:38.173686Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"text-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"test-model-with-hyperparms-1700738311\",\n            \"name\": \"test-model-with-hyperparms-1700738311\",\n            \"created_at\": \"2023-11-23T11:18:31.353199Z\",\n            \"modified_at\": \"2023-11-23T11:18:31.353199Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"embedding-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"test-model-1700738282\",\n            \"name\": \"test-model-1700738282\",\n            \"created_at\": \"2023-11-23T11:18:01.807941Z\",\n            \"modified_at\": \"2023-11-23T11:18:01.807941Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"embedding-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"test-model-1700738263\",\n            \"name\": \"test-model-1700738263\",\n            \"created_at\": \"2023-11-23T11:17:43.761741Z\",\n            \"modified_at\": \"2023-11-23T11:17:43.761741Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"embedding-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"test-model-1700738240\",\n            \"name\": \"test-model-1700738240\",\n            \"created_at\": \"2023-11-23T11:17:20.719370Z\",\n            \"modified_at\": \"2023-11-23T11:17:20.719370Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"image-crop\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"test-model-1700738220\",\n            \"name\": \"test-model-1700738220\",\n            \"created_at\": \"2023-11-23T11:17:00.314086Z\",\n            \"modified_at\": \"2023-11-23T11:17:00.314086Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"embedding-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"profanity-filter-new2\",\n            \"name\": \"profanity-filter-new2\",\n            \"created_at\": \"2023-11-23T11:16:45.317604Z\",\n            \"modified_at\": \"2023-11-23T11:16:45.317604Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"keyword-filter-operator\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"named-entity-recognition-diseases-english-text\",\n            \"name\": \"burgerz\",\n            \"created_at\": \"2023-11-23T11:15:32.431806Z\",\n            \"modified_at\": \"2023-11-23T11:16:02.900299Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"embedding-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"custom-config\",\n            \"name\": \"custom-config\",\n            \"created_at\": \"2023-11-23T09:41:08.002419Z\",\n            \"modified_at\": \"2023-11-23T09:41:08.002419Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"model_version\": {\n                \"id\": \"1e4c121974f849209abb658cdf682585\",\n                \"created_at\": \"2023-11-23T09:41:18.470087Z\",\n                \"status\": {\n                    \"code\": 21110,\n                    \"description\": \"datasets.dataset.DataBatchEmpty: No databatch found in train set's file directory\\nFailed to create a training dataset, because there are no appropriately annotated inputs. Expected annotations with concepts for model type id text-classifier. \"\n                },\n                \"active_concept_count\": 6,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"test-app-1700638575-empty\",\n                \"user_id\": \"a0btrubbaefn\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"params\": {\n                        \"max_concepts\": 20,\n                        \"min_value\": 0,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {},\n                \"train_info\": {\n                    \"params\": {\n                        \"dataset_id\": \"\",\n                        \"dataset_version_id\": \"\",\n                        \"invalid_data_tolerance_percent\": 5,\n                        \"model_config\": {\n                            \"pretrained_model_name\": \"EleutherAI/gpt-neo-125m\"\n                        },\n                        \"num_gpus\": 1,\n                        \"peft_config\": {\n                            \"peft_type\": \"LORA\"\n                        },\n                        \"template\": \"HF_GPTNeo_125m_lora\",\n                        \"tokenizer_config\": {},\n                        \"trainer_config\": {\n                            \"auto_find_batch_size\": true,\n                            \"num_train_epochs\": 20,\n                            \"output_dir\": \"checkpoint\"\n                        }\n                    }\n                },\n                \"import_info\": {}\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"text-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"imagecl1\",\n            \"name\": \"imagecl1\",\n            \"created_at\": \"2023-11-23T07:58:15.786698Z\",\n            \"modified_at\": \"2023-11-23T07:58:15.786698Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"embedding-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"imagecl\",\n            \"name\": \"imagecl\",\n            \"created_at\": \"2023-11-23T07:57:56.370980Z\",\n            \"modified_at\": \"2023-11-23T07:57:56.370980Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"embedding-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"deep_cls_bg1\",\n            \"name\": \"deep_cls_bg1\",\n            \"created_at\": \"2023-11-23T07:27:32.857722Z\",\n            \"modified_at\": \"2023-11-23T07:27:32.857722Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"model_version\": {\n                \"id\": \"00668896e0a64cf5b37302c000e96f23\",\n                \"created_at\": \"2023-11-23T08:06:12.577745Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 16,\n                \"metrics\": {\n                    \"status\": {\n                        \"code\": 21300,\n                        \"description\": \"Model was successfully evaluated.\"\n                    },\n                    \"summary\": {\n                        \"macro_avg_roc_auc\": 0.52151275,\n                        \"macro_std_roc_auc\": 0.34620512,\n                        \"macro_avg_f1_score\": 0.40380955,\n                        \"macro_std_f1_score\": 0.17236254,\n                        \"macro_avg_precision\": 0.09772728,\n                        \"macro_avg_recall\": 0.52380955\n                    }\n                },\n                \"completed_at\": \"2023-11-23T08:21:08.303040Z\",\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"test-app-1700638575-empty\",\n                \"user_id\": \"a0btrubbaefn\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"probs\"\n                    },\n                    \"params\": {\n                        \"max_concepts\": 20,\n                        \"min_value\": 0,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"input\"\n                    }\n                },\n                \"train_info\": {\n                    \"params\": {\n                        \"batch_size\": 64,\n                        \"concepts_mutually_exclusive\": false,\n                        \"dataset_id\": \"\",\n                        \"dataset_version_id\": \"\",\n                        \"flip_direction\": \"horizontal\",\n                        \"flip_probability\": 0.5,\n                        \"image_size\": 224,\n                        \"invalid_data_tolerance_percent\": 5,\n                        \"num_epochs\": 60,\n                        \"num_gpus\": 1,\n                        \"per_item_lrate\": 0.00001953125,\n                        \"per_item_min_lrate\": 1.5625e-08,\n                        \"pretrained_weights\": \"ImageNet-1k\",\n                        \"seed\": -1,\n                        \"template\": \"MMClassification_ResNet_50_RSB_A1\",\n                        \"warmup_iters\": 100,\n                        \"warmup_ratio\": 0.0001,\n                        \"weight_decay\": 0.01\n                    }\n                },\n                \"import_info\": {}\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"deep_cls_bg\",\n            \"name\": \"deep_cls_bg\",\n            \"created_at\": \"2023-11-23T07:12:59.578284Z\",\n            \"modified_at\": \"2023-11-23T07:12:59.578284Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"profanity-filter-new\",\n            \"name\": \"profanity-filter-new\",\n            \"created_at\": \"2023-11-23T07:08:10.016262Z\",\n            \"modified_at\": \"2023-11-23T07:08:10.016262Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"model_version\": {\n                \"id\": \"b56d87c6dc80484291586d10f2feaacd\",\n                \"created_at\": \"2023-11-23T07:08:17.041706Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"test-app-1700638575-empty\",\n                \"user_id\": \"a0btrubbaefn\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"params\": {\n                        \"case_sensitive\": false,\n                        \"keywords\": [\n                            \"\"\n                        ]\n                    }\n                },\n                \"input_info\": {},\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"keyword-filter-operator\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"tiny-random-gpt2\",\n            \"name\": \"tiny-random-gpt2\",\n            \"created_at\": \"2023-11-17T21:31:10.384113Z\",\n            \"modified_at\": \"2023-11-17T21:31:10.384113Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"214531acb40a4af8b56ca79103390466\",\n                \"created_at\": \"2023-11-17T21:31:10.384113Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {\n                    \"params\": {\n                        \"model_config\": {\n                            \"_name_or_path\": \"hf-internal-testing/tiny-random-gpt2\",\n                            \"activation_function\": \"gelu_new\",\n                            \"architectures\": [\n                                \"GPT2LMHeadModel\"\n                            ],\n                            \"attention_probs_dropout_prob\": 0.1,\n                            \"attn_pdrop\": 0.1,\n                            \"bos_token_id\": 98,\n                            \"embd_pdrop\": 0.1,\n                            \"eos_token_id\": 98,\n                            \"gradient_checkpointing\": false,\n                            \"hidden_act\": \"gelu\",\n                            \"hidden_dropout_prob\": 0.1,\n                            \"initializer_range\": 0.02,\n                            \"intermediate_size\": 37,\n                            \"layer_norm_epsilon\": 0.00001,\n                            \"model_type\": \"gpt2\",\n                            \"n_ctx\": 512,\n                            \"n_embd\": 32,\n                            \"n_head\": 4,\n                            \"n_inner\": null,\n                            \"n_layer\": 5,\n                            \"n_positions\": 512,\n                            \"pad_token_id\": 98,\n                            \"reorder_and_upcast_attn\": false,\n                            \"resid_pdrop\": 0.1,\n                            \"scale_attn_by_inverse_layer_idx\": false,\n                            \"scale_attn_weights\": true,\n                            \"summary_activation\": null,\n                            \"summary_first_dropout\": 0.1,\n                            \"summary_proj_to_labels\": true,\n                            \"summary_type\": \"cls_index\",\n                            \"summary_use_proj\": true,\n                            \"torch_dtype\": \"float32\",\n                            \"transformers_version\": \"4.32.1\",\n                            \"type_vocab_size\": 16,\n                            \"use_cache\": true,\n                            \"vocab_size\": 1000\n                        },\n                        \"tokenizer_config\": {\n                            \"add_prefix_space\": false,\n                            \"bos_token\": \"<|endoftext|>\",\n                            \"clean_up_tokenization_spaces\": true,\n                            \"eos_token\": \"<|endoftext|>\",\n                            \"model_max_length\": 512,\n                            \"tokenizer_class\": \"GPT2Tokenizer\",\n                            \"unk_token\": \"<|endoftext|>\"\n                        }\n                    }\n                },\n                \"import_info\": {\n                    \"params\": {\n                        \"model_name\": \"hf-internal-testing/tiny-random-gpt2\",\n                        \"pipeline_name\": \"text-generation\",\n                        \"toolkit\": \"HuggingFace\"\n                    }\n                }\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-to-text\",\n            \"task\": \"text-generation\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"BAAI-bge-base-en-v15\",\n            \"name\": \"BAAI-bge-base-en-v15\",\n            \"created_at\": \"2023-11-01T12:53:30.339664Z\",\n            \"modified_at\": \"2023-11-01T12:53:30.339664Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"23cf79f86459491cb31fd7f0273c9fff\",\n                \"created_at\": \"2023-11-01T12:53:30.339664Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"embeddings\": \"embedding\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    },\n                    \"params\": {\n                        \"text_token_warning_limit\": 512\n                    }\n                },\n                \"train_info\": {\n                    \"params\": {\n                        \"model_config\": {\n                            \"_name_or_path\": \"BAAI/bge-base-en-v1.5\",\n                            \"architectures\": [\n                                \"BertModel\"\n                            ],\n                            \"attention_probs_dropout_prob\": 0.1,\n                            \"classifier_dropout\": null,\n                            \"gradient_checkpointing\": false,\n                            \"hidden_act\": \"gelu\",\n                            \"hidden_dropout_prob\": 0.1,\n                            \"hidden_size\": 768,\n                            \"id2label\": {\n                                \"0\": \"LABEL_0\"\n                            },\n                            \"initializer_range\": 0.02,\n                            \"intermediate_size\": 3072,\n                            \"label2id\": {\n                                \"LABEL_0\": 0\n                            },\n                            \"layer_norm_eps\": 1e-12,\n                            \"max_position_embeddings\": 512,\n                            \"model_type\": \"bert\",\n                            \"num_attention_heads\": 12,\n                            \"num_hidden_layers\": 12,\n                            \"pad_token_id\": 0,\n                            \"position_embedding_type\": \"absolute\",\n                            \"torch_dtype\": \"float32\",\n                            \"transformers_version\": \"4.32.1\",\n                            \"type_vocab_size\": 2,\n                            \"use_cache\": true,\n                            \"vocab_size\": 30522\n                        },\n                        \"tokenizer_config\": {\n                            \"clean_up_tokenization_spaces\": true,\n                            \"cls_token\": \"[CLS]\",\n                            \"do_basic_tokenize\": true,\n                            \"do_lower_case\": true,\n                            \"mask_token\": \"[MASK]\",\n                            \"model_max_length\": 512,\n                            \"never_split\": null,\n                            \"pad_token\": \"[PAD]\",\n                            \"sep_token\": \"[SEP]\",\n                            \"strip_accents\": null,\n                            \"tokenize_chinese_chars\": true,\n                            \"tokenizer_class\": \"BertTokenizer\",\n                            \"unk_token\": \"[UNK]\"\n                        }\n                    }\n                },\n                \"import_info\": {\n                    \"params\": {\n                        \"model_name\": \"BAAI/bge-base-en-v1.5\",\n                        \"pipeline_name\": \"feature-extraction\",\n                        \"toolkit\": \"HuggingFace\"\n                    }\n                }\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-embedder\",\n            \"task\": \"representation-learning\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"BAAI-bge-base-en-cluster\",\n            \"name\": \"BAAI-bge-base-en-cluster\",\n            \"created_at\": \"2023-08-15T14:21:18.083130Z\",\n            \"modified_at\": \"2023-08-15T14:21:18.083130Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"4a47a75c931c4b0784cebc2cd45bc5a2\",\n                \"created_at\": \"2023-09-18T11:00:41.832176Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"metrics\": {\n                    \"status\": {\n                        \"code\": 21300,\n                        \"description\": \"Model was successfully evaluated.\"\n                    }\n                },\n                \"total_input_count\": 293849,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\"\n                },\n                \"input_info\": {},\n                \"train_info\": {\n                    \"params\": {\n                        \"beta\": 1,\n                        \"coarse_clusters\": 128,\n                        \"dataset_id\": \"quora-dataset-corpus-2\",\n                        \"dataset_version_id\": \"dataset-version-1692900595413\",\n                        \"eval_holdout_fraction\": 0.2,\n                        \"max_num_query_embeddings\": 100,\n                        \"max_visited\": 32,\n                        \"num_results_per_query\": [\n                            1,\n                            5,\n                            10,\n                            20\n                        ],\n                        \"query_holdout_fraction\": 0.1,\n                        \"quota\": 1000,\n                        \"to_be_indexed_queries_fraction\": 0.25,\n                        \"train_iters\": 1,\n                        \"training_timeout\": 72000\n                    },\n                    \"dataset\": {\n                        \"id\": \"quora-dataset-corpus-2\",\n                        \"created_at\": \"2023-08-24T07:40:45.232142Z\",\n                        \"modified_at\": \"2023-08-24T18:09:55.799396Z\",\n                        \"app_id\": \"quora-dataset\",\n                        \"user_id\": \"isaac\",\n                        \"metadata\": {},\n                        \"visibility\": {\n                            \"gettable\": 10\n                        },\n                        \"version\": {\n                            \"id\": \"dataset-version-1692900595413\",\n                            \"created_at\": \"0001-01-01T00:00:00Z\",\n                            \"modified_at\": \"0001-01-01T00:00:00Z\",\n                            \"app_id\": \"quora-dataset\",\n                            \"user_id\": \"isaac\",\n                            \"dataset_id\": \"quora-dataset-corpus-2\",\n                            \"status\": {\n                                \"code\": 99009,\n                                \"description\": \"Internal error\"\n                            },\n                            \"metadata\": {}\n                        }\n                    }\n                },\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"clusterer\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"BAAI-bge-base-en\",\n            \"name\": \"BAAI-bge-base-en\",\n            \"created_at\": \"2023-08-15T11:36:23.145658Z\",\n            \"modified_at\": \"2023-08-15T11:36:23.145658Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"b55d165cc3c64ed4bab3090c7b402188\",\n                \"created_at\": \"2023-08-15T11:36:23.145658Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"embeddings\": \"embedding\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {\n                    \"params\": {\n                        \"model_config\": {\n                            \"_name_or_path\": \"BAAI/bge-base-en\",\n                            \"architectures\": [\n                                \"BertModel\"\n                            ],\n                            \"attention_probs_dropout_prob\": 0.1,\n                            \"classifier_dropout\": null,\n                            \"gradient_checkpointing\": false,\n                            \"hidden_act\": \"gelu\",\n                            \"hidden_dropout_prob\": 0.1,\n                            \"hidden_size\": 768,\n                            \"id2label\": {\n                                \"0\": \"LABEL_0\"\n                            },\n                            \"initializer_range\": 0.02,\n                            \"intermediate_size\": 3072,\n                            \"label2id\": {\n                                \"LABEL_0\": 0\n                            },\n                            \"layer_norm_eps\": 1e-12,\n                            \"max_position_embeddings\": 512,\n                            \"model_type\": \"bert\",\n                            \"num_attention_heads\": 12,\n                            \"num_hidden_layers\": 12,\n                            \"pad_token_id\": 0,\n                            \"position_embedding_type\": \"absolute\",\n                            \"torch_dtype\": \"float32\",\n                            \"transformers_version\": \"4.30.2\",\n                            \"type_vocab_size\": 2,\n                            \"use_cache\": true,\n                            \"vocab_size\": 30522\n                        },\n                        \"tokenizer_config\": {\n                            \"clean_up_tokenization_spaces\": true,\n                            \"cls_token\": \"[CLS]\",\n                            \"do_basic_tokenize\": true,\n                            \"do_lower_case\": true,\n                            \"mask_token\": \"[MASK]\",\n                            \"model_max_length\": 512,\n                            \"never_split\": null,\n                            \"pad_token\": \"[PAD]\",\n                            \"sep_token\": \"[SEP]\",\n                            \"strip_accents\": null,\n                            \"tokenize_chinese_chars\": true,\n                            \"tokenizer_class\": \"BertTokenizer\",\n                            \"unk_token\": \"[UNK]\"\n                        }\n                    }\n                },\n                \"import_info\": {\n                    \"params\": {\n                        \"model_name\": \"BAAI/bge-base-en\",\n                        \"pipeline_name\": \"feature-extraction\",\n                        \"tokenizer_name\": \"BAAI/bge-base-en\",\n                        \"toolkit\": \"HuggingFace\"\n                    }\n                }\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-embedder\",\n            \"task\": \"representation-learning\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"apparel-recognition\",\n            \"name\": \"apparel\",\n            \"created_at\": \"2016-12-15T01:29:04.622209Z\",\n            \"modified_at\": \"2023-05-23T12:34:15.093542Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"dc2cd6d9bff5425a80bfe0c4105583c1\",\n                \"created_at\": \"2016-12-15T01:29:04.622209Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 112,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"softmax\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"display_name\": \"apparel-visual-classifier\",\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"AI model for identifying fashion-related and clothing concepts, hats, jewelry, handbags, etc. in images and video.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"Clarifai apparel model featuring woman black turtleneck.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/apparel-woman-black-turtleneck.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai apparel model featuring yellow boots.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/apparel-yellow-boots.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai apparel model featuring black white striped socks.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/apparel-black-white-striped-socks.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai apparel model featuring sunglasses.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/apparel-sunglasses.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai apparel model featuring dog in a dog carrier.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/apparel-dog-in-a-dog-carrier.jpg\"\n                    }\n                ]\n            },\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"15b0041cc2cd848a0d8b45f8b83c1d7d\",\n            \"name\": \"CLIP\",\n            \"created_at\": \"2021-12-14T18:07:40.983254Z\",\n            \"modified_at\": \"2023-04-27T20:45:27.183474Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"97f20cc96b7c4bec8f3b96e284ba1173\",\n                \"created_at\": \"2021-12-14T18:07:41.268867Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"embeddings\": \"embeddings\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-embedder\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"notes\": \"This model has been deprecated. Please use `multilingual-multimodal-clip-embed` instead.\",\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"text-translation-english-spanish\",\n            \"name\": \"Helsinki-NLP/opus-mt-en-es\",\n            \"created_at\": \"2023-02-22T22:44:16.825059Z\",\n            \"modified_at\": \"2023-02-22T22:44:16.825059Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"643f30558de34013aff72b0e21f244f5\",\n                \"created_at\": \"2023-02-23T00:39:20.611092Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {\n                    \"params\": {\n                        \"model_config\": {\n                            \"_name_or_path\": \"Helsinki-NLP/opus-mt-en-es\",\n                            \"activation_dropout\": 0,\n                            \"activation_function\": \"swish\",\n                            \"add_bias_logits\": false,\n                            \"add_final_layer_norm\": false,\n                            \"architectures\": [\n                                \"MarianMTModel\"\n                            ],\n                            \"attention_dropout\": 0,\n                            \"bad_words_ids\": [\n                                [\n                                    65000\n                                ]\n                            ],\n                            \"bos_token_id\": 0,\n                            \"classif_dropout\": 0,\n                            \"classifier_dropout\": 0,\n                            \"d_model\": 512,\n                            \"decoder_attention_heads\": 8,\n                            \"decoder_ffn_dim\": 2048,\n                            \"decoder_layerdrop\": 0,\n                            \"decoder_layers\": 6,\n                            \"decoder_start_token_id\": 65000,\n                            \"dropout\": 0.1,\n                            \"encoder_attention_heads\": 8,\n                            \"encoder_ffn_dim\": 2048,\n                            \"encoder_layerdrop\": 0,\n                            \"encoder_layers\": 6,\n                            \"eos_token_id\": 0,\n                            \"extra_pos_embeddings\": 65001,\n                            \"force_bos_token_to_be_generated\": false,\n                            \"forced_eos_token_id\": 0,\n                            \"gradient_checkpointing\": false,\n                            \"id2label\": {\n                                \"0\": \"LABEL_0\",\n                                \"1\": \"LABEL_1\",\n                                \"2\": \"LABEL_2\"\n                            },\n                            \"init_std\": 0.02,\n                            \"is_encoder_decoder\": true,\n                            \"label2id\": {\n                                \"LABEL_0\": 0,\n                                \"LABEL_1\": 1,\n                                \"LABEL_2\": 2\n                            },\n                            \"max_length\": 512,\n                            \"max_position_embeddings\": 512,\n                            \"model_type\": \"marian\",\n                            \"normalize_before\": false,\n                            \"normalize_embedding\": false,\n                            \"num_beams\": 4,\n                            \"num_hidden_layers\": 6,\n                            \"pad_token_id\": 65000,\n                            \"scale_embedding\": true,\n                            \"static_position_embeddings\": true,\n                            \"torch_dtype\": \"float32\",\n                            \"transformers_version\": \"4.16.0\",\n                            \"use_cache\": true,\n                            \"vocab_size\": 65001\n                        },\n                        \"tokenizer_config\": {\n                            \"eos_token\": \"</s>\",\n                            \"model_max_length\": 512,\n                            \"name_or_path\": \"Helsinki-NLP/opus-mt-en-es\",\n                            \"pad_token\": \"<pad>\",\n                            \"source_lang\": \"eng\",\n                            \"sp_model_kwargs\": {},\n                            \"special_tokens_map_file\": null,\n                            \"target_lang\": \"spa\",\n                            \"tokenizer_class\": \"MarianTokenizer\",\n                            \"tokenizer_file\": null,\n                            \"unk_token\": \"<unk>\"\n                        }\n                    }\n                },\n                \"import_info\": {\n                    \"params\": {\n                        \"model_name\": \"Helsinki-NLP/opus-mt-en-es\",\n                        \"pipeline_name\": \"translation_xx_to_yy\",\n                        \"tokenizer_name\": \"Helsinki-NLP/opus-mt-en-es\",\n                        \"toolkit\": \"HuggingFace\"\n                    }\n                }\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-to-text\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"Text translation model from English to Spanish using sentence piece-based segmentation\",\n            \"metadata\": {},\n            \"notes\": \"\\n # Helsinki-NLP - English to Spanish                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Introduction                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n The Helsinki-NLP models are used to translate text from one language to another. As such, the model takes a block text as its input, and outputs the translated block of text. This particular model takes in English text as it's input and outputs Spanish text.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Limitations                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n The usage of random capitalization and punctuation may result in erroneous translations grammatically speaking. If you are using this model in a workflow and find grammar issues, you can try utilizing aggregators to minimize errors.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n **More Info**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n * Original Repository: [GitHub](https://github.com/Helsinki-NLP/Tatoeba-Challenge)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \\n * Helsinki-NLP Opus: [eng-spa](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/eng-spa)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \\n * Hugging Face docs: [Helsinki-NLP/opus-mt-en-es](https://huggingface.co/Helsinki-NLP/opus-mt-en-es)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Paper                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n [Natural language processing for similar languages, varieties, and dialects: A survey](https://helda.helsinki.fi/bitstream/handle/10138/330117/natural_language_processing_for_similar_languages_varieties_and_dialects_a_survey.pdf)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n Authors: Marcos Zampieri, Preslav Nakov, Yves Scherrer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n **Abstract**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n There has been a lot of recent interest in the natural language processing (NLP) community in the computational processing of language varieties and dialects, with the aim to improve the performance of applications such as machine translation, speech recognition, and dialogue systems. Here, we attempt to survey this growing field of research, with focus on computational methods for processing similar languages, varieties, and dialects. In particular, we discuss the most important challenges when dealing with diatopic language variation, and we present some of the available datasets, the process of data collection, and the most common data collection strategies used to compile datasets for similar languages, varieties, and dialects. We further present a number of studies on computational methods developed and/or adapted for preprocessing, normalization, part-of-speech tagging, and parsing similar languages, language varieties, and dialects. Finally, we discuss relevant applications such as language and dialect identification and machine translation for closely related languages, language varieties, and dialects.                                     \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Risks, Limitations, and Biases                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n **CONTENT WARNING: Readers should be aware this section contains content that is disturbing, offensive, and can propagate historical and current stereotypes.**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n There has been significant research exploring bias and fairness issues with language models. Some important papers in this field include:                                                   # Helsinki-NLP - English to Spanish                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Introduction                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n The Helsinki-NLP models are used to translate text from one language to another. As such, the model takes a block text as its input, and outputs the translated block of text. This particular model takes in English text as it's input and outputs Spanish text.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Limitations                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n The usage of random capitalization and punctuation may result in erroneous translations grammatically speaking. If you are using this model in a workflow and find grammar issues, you can try utilizing aggregators to minimize errors.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n **More Info**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n * Original Repository: [GitHub](https://github.com/Helsinki-NLP/Tatoeba-Challenge)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \\n * Helsinki-NLP Opus: [eng-spa](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/eng-spa)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \\n * Hugging Face docs: [Helsinki-NLP/opus-mt-en-es](https://huggingface.co/Helsinki-NLP/opus-mt-en-es)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Paper                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n [Natural language processing for similar languages, varieties, and dialects: A survey](https://helda.helsinki.fi/bitstream/handle/10138/330117/natural_language_processing_for_similar_languages_varieties_and_dialects_a_survey.pdf)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n Authors: Marcos Zampieri, Preslav Nakov, Yves Scherrer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n **Abstract**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n There has been a lot of recent interest in the natural language processing (NLP) community in the computational processing of language varieties and dialects, with the aim to improve the performance of applications such as machine translation, speech recognition, and dialogue systems. Here, we attempt to survey this growing field of research, with focus on computational methods for processing similar languages, varieties, and dialects. In particular, we discuss the most important challenges when dealing with diatopic language variation, and we present some of the available datasets, the process of data collection, and the most common data collection strategies used to compile datasets for similar languages, varieties, and dialects. We further present a number of studies on computational methods developed and/or adapted for preprocessing, normalization, part-of-speech tagging, and parsing similar languages, language varieties, and dialects. Finally, we discuss relevant applications such as language and dialect identification and machine translation for closely related languages, language varieties, and dialects.                                     \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Risks, Limitations, and Biases                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n **CONTENT WARNING: Readers should be aware this section contains content that is disturbing, offensive, and can propagate historical and current stereotypes.**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n There has been significant research exploring bias and fairness issues with language models. Some important papers in this field include:                                                  \\n * [Societal Biases in Language Generation: Progress and Challenges](https://aclanthology.org/2021.acl-long.330.pdf)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \\n     * Authors: Emily Sheng, Kai-Wei Chang, Premkumar Natarajan, Nanyun Peng                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \\n     * Abstract: Technology for language generation has advanced rapidly, spurred by advancements in pre-training large models on massive amounts of data and the need for intelligent agents to communicate in a natural manner. While techniques can effectively generate fluent text, they can also produce undesirable societal biases that can have a disproportionately negative impact on marginalized populations. Language generation presents unique challenges for biases in terms of direct user interaction and the structure of decoding techniques. To better understand these challenges, we present a survey on societal biases in language generation, focusing on how data and techniques contribute to biases and progress towards reducing biases. Motivated by a lack of studies on biases from decoding techniques, we also conduct experiments to quantify the effects of these techniques. By further discussing general trends and open challenges, we call to attention promising directions for research and the importance of fairness and inclusivity considerations for language generation applications.<br /><br />                                                          \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n * [On the Dangers of Stochastic Parrots: Can Language Models Be Too Big?](https://dl.acm.org/doi/pdf/10.1145/3442188.3445922)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \\n     * Authors: Emily M. Bender, Timnit Gebru, Angelina McMillan-Major, Shmargaret Shmitchell                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \\n     * Abstract: The past 3 years of work in NLP have been characterized by the development and deployment of ever larger language models, especially for English. BERT, its variants, GPT-2/3, and others, most recently Switch-C, have pushed the boundaries of the possible both through architectural innovations and through sheer size. Using these pretrained models and the methodology of fine-tuning them for specific tasks, researchers have extended the state of the art on a wide array of tasks as measured by leaderboards on specific benchmarks for English. In this paper, we take a step back and ask: How big is too big? What are the possible risks associated with this technology and what paths are available for mitigating those risks? We provide recommendations including weighing the environmental and financial costs first, investing resources into curating and carefully documenting datasets rather than ingesting everything on the web, carrying out pre-development exercises evaluating how the planned approach fits into research and development goals and supports stakeholder values, and encouraging research directions beyond ever larger language models.\\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Benchmarks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n The following benchmarks are for the **opus-2021-02-19** weights.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n | testset                        | BLEU | chr-F | #sent | #words | BP    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | ------------------------------ | ---- | ----- | ----- | ------ | ----- |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | newssyscomb2009-engspa.eng.spa | 31.3 | 0.583 | 502   | 12506  | 0.990 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | news-test2008-engspa.eng.spa   | 29.6 | 0.564 | 2051  | 52596  | 1.000 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | newstest2009-engspa.eng.spa    | 30.2 | 0.578 | 2525  | 68114  | 1.000 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | newstest2010-engspa.eng.spa    | 36.9 | 0.620 | 2489  | 65522  | 1.000 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | newstest2011-engspa.eng.spa    | 38.3 | 0.620 | 3003  | 79476  | 0.984 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | newstest2012-engspa.eng.spa    | 39.1 | 0.626 | 3003  | 79006  | 0.969 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | newstest2013-engspa.eng.spa    | 35.1 | 0.598 | 3000  | 70528  | 0.960 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | Tatoeba-test.eng.spa           | 55.1 | 0.721 | 10000 | 77311  | 0.978 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | tico19-test.eng-spa            | 50.4 | 0.727 | 2100  | 66591  | 0.959 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Additional Info                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n * Data set: Opus                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \\n * Model: Transformer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \\n * Source Language(s): en (English)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \\n * Target Language(s): es (Spanish)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \\n * Pre-processing: Normalization  [SentencePiece](https://github.com/google/sentencepiece) (spm32k, spm32k)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \\n * Download original weights: [opus-2021-02-19.zip](https://object.pouta.csc.fi/Tatoeba-MT-models/eng-spa/opus-2021-02-19.zip)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \\n * Test set translations: [opus-2021-02-19.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/eng-spa/opus-2021-02-19.test.txt)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \\n * Test set scores: [opus-2021-02-19.eval.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/eng-spa/opus-2021-02-19.eval.txt)\\n\",\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ocr_model_v3-1677100451\",\n            \"name\": \"ocr_model_v3-1677100451\",\n            \"created_at\": \"2023-02-22T21:14:10.921823Z\",\n            \"modified_at\": \"2023-02-22T21:14:10.921823Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"22894138385843978aaa97cae37780fb\",\n                \"created_at\": \"2023-02-22T21:14:10.928773Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\",\n                        \"regions[...].value\": \"predicted_det_scores\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"Stop Sign.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9d/Stop_sign_light_red.svg/1200px-Stop_sign_light_red.svg.png\"\n                    }\n                ]\n            },\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ocr-scene-english-paddleocr\",\n            \"name\": \"OCR Scene English PaddleOCR\",\n            \"created_at\": \"2023-02-22T15:48:10.066388Z\",\n            \"modified_at\": \"2023-02-22T15:48:10.066388Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"40dbb2c9cde44a27af226782e7157006\",\n                \"created_at\": \"2023-02-22T15:49:55.126424Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"An OCR model for detecting and recognizing English text in images that are more complex than scans of a page.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"type\": \"image\",\n                        \"url\": \"https://samples.clarifai.com/featured-models/ocr-woman-holding-sold-sign.jpg\"\n                    },\n                    {\n                        \"type\": \"image\",\n                        \"url\": \"https://samples.clarifai.com/featured-models/paddleocrs/ocr-scene-english-paddleocr-1.jpg\"\n                    },\n                    {\n                        \"type\": \"image\",\n                        \"url\": \"https://samples.clarifai.com/featured-models/paddleocrs/ocr-scene-english-paddleocr-2.jpg\"\n                    },\n                    {\n                        \"type\": \"image\",\n                        \"url\": \"https://samples.clarifai.com/featured-models/paddleocrs/ocr-scene-english-paddleocr-3.png\"\n                    }\n                ]\n            },\n            \"notes\": \"\\n # Introduction                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n PaddleOCR aims to create multilingual, awesome, leading, and practical OCR tools that help users train better models and apply them into practice. The information in this summary is taken from their [Github.](https://github.com/PaddlePaddle/PaddleOCR)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n Release PP-OCRv3: With comparable speed, the effect of Chinese scene is further improved by 5% compared with PP-OCRv2, the effect of English scene is improved by 11%, and the average recognition accuracy of 80 language multilingual models is improved by more than 5%.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n <iframe width=\\\"560\\\" height=\\\"315\\\" src=\\\"https://www.youtube.com/embed/ITTtqGKtS54\\\" title=\\\"YouTube video player\\\" frameborder=\\\"0\\\" allow=\\\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\\\" allowfullscreen></iframe>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n # Features                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n PaddleOCR support a variety of cutting-edge algorithms related to OCR, and developed industrial featured models/solution [PP-OCR](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.5/doc/doc_en/ppocr_introduction_en.md) and [PP-Structure](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.5/ppstructure/README.md) on this basis, and get through the whole process of data production, model training, compression, inference and deployment.                                                                                                                                                                                                                                                                                                  \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n ## PP-OCR Series Model List - This model is the English ultra-lightweight PP-OCRv3 model (13.4M) on the second row.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n | Model introduction                                           | Model name                   | Recommended scene | Detection model                                              | Direction classifier                                         | Recognition model                                            |                                                                                                                                                                                                                                                                                                                                                                                                                                                    \\n | ------------------------------------------------------------ | ---------------------------- | ----------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |                                                                                                                                                                                                                                                                                                                                                                                                                                                    \\n | Chinese and English ultra-lightweight PP-OCRv3 model（16.2M）     | ch_PP-OCRv3_xx          | Mobile & Server | [inference model](https://paddleocr.bj.bcebos.com/PP-OCRv3/chinese/ch_PP-OCRv3_det_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/PP-OCRv3/chinese/ch_PP-OCRv3_det_distill_train.tar) | [inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_train.tar) | [inference model](https://paddleocr.bj.bcebos.com/PP-OCRv3/chinese/ch_PP-OCRv3_rec_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/PP-OCRv3/chinese/ch_PP-OCRv3_rec_train.tar) |                                 \\n | English ultra-lightweight PP-OCRv3 model（13.4M）     | en_PP-OCRv3_xx          | Mobile & Server | [inference model](https://paddleocr.bj.bcebos.com/PP-OCRv3/english/en_PP-OCRv3_det_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/PP-OCRv3/english/en_PP-OCRv3_det_distill_train.tar) | [inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_train.tar) | [inference model](https://paddleocr.bj.bcebos.com/PP-OCRv3/english/en_PP-OCRv3_rec_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/PP-OCRv3/english/en_PP-OCRv3_rec_train.tar) |                                             \\n | Chinese and English ultra-lightweight PP-OCRv2 model（11.6M） |  ch_PP-OCRv2_xx |Mobile & Server|[inference model](https://paddleocr.bj.bcebos.com/PP-OCRv2/chinese/ch_PP-OCRv2_det_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/PP-OCRv2/chinese/ch_PP-OCRv2_det_distill_train.tar)| [inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_train.tar) |[inference model](https://paddleocr.bj.bcebos.com/PP-OCRv2/chinese/ch_PP-OCRv2_rec_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/PP-OCRv2/chinese/ch_PP-OCRv2_rec_train.tar)|                                                   \\n | Chinese and English ultra-lightweight PP-OCR model (9.4M)       | ch_ppocr_mobile_v2.0_xx      | Mobile & server   |[inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_det_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_det_train.tar)|[inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_train.tar) |[inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_rec_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_rec_train.tar)      |   \\n | Chinese and English general PP-OCR model (143.4M)               | ch_ppocr_server_v2.0_xx      | Server            |[inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_server_v2.0_det_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_server_v2.0_det_train.tar)    |[inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_train.tar)    |[inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_server_v2.0_rec_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_server_v2.0_rec_train.tar)  |\\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n - For more model downloads (including multiple languages), please refer to [PP-OCR series model downloads](./doc/doc_en/models_list_en.md).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \\n - For a new language request, please refer to [Guideline for new language_requests](#language_requests).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \\n - For structural document analysis models, please refer to [PP-Structure models](./ppstructure/docs/models_list_en.md).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n # PP-OCRv3 English model                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \\n ![](https://github.com/PaddlePaddle/PaddleOCR/raw/release/2.5/doc/imgs_results/PP-OCRv3/en/en_1.png)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n # PP-OCRv3 Chinese model                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \\n ![](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.5/doc/imgs_results/PP-OCRv3/ch/PP-OCRv3-pic003.jpg?raw=true)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n # PP-OCRv3 Multilingual model                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \\n ![](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.5/doc/imgs_results/PP-OCRv3/multi_lang/korean_1.jpg?raw=true)\",\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ocr-scene-chinese-english-paddleocr\",\n            \"name\": \"ocr-scene-chinese-english-paddleocr\",\n            \"created_at\": \"2022-08-10T21:27:40.359110Z\",\n            \"modified_at\": \"2023-02-09T23:37:22.184921Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"67104613bc7245b594d6a38eb7e34974\",\n                \"created_at\": \"2022-08-10T21:27:40.889145Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/general-shirts-bags-shoes-computer.jpg\"\n                    }\n                ]\n            },\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"multilingual-multimodal-clip-embed\",\n            \"name\": \"Multilingual Multimodal Clip Embedder\",\n            \"created_at\": \"2023-01-30T17:46:05.745974Z\",\n            \"modified_at\": \"2023-01-30T17:46:05.745974Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"e3289fa66be4419eb2958ba74b6e9fee\",\n                \"created_at\": \"2023-01-30T17:46:05.745974Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"train_stats\": {},\n                \"completed_at\": \"2023-01-30T17:46:05.745974Z\",\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"embeddings\": \"embeddings\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\",\n                        \"text\": \"text\"\n                    },\n                    \"params\": {\n                        \"text_token_warning_limit\": 77\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"multimodal-embedder\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"CLIP-based multilingual multimodal embedding model.\",\n            \"metadata\": {},\n            \"notes\": \"##Multilingual CLIP\",\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ccfc0043fa804de4a586005f72582e00\",\n            \"name\": \"Multimodal Clip Clusterer\",\n            \"created_at\": \"2022-11-16T14:51:43.695740Z\",\n            \"modified_at\": \"2022-11-16T14:51:43.695740Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"4b134b9fb5f24e2bb09b7493560cc922\",\n                \"created_at\": \"2022-11-16T14:51:43.695740Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"metrics\": {\n                    \"status\": {\n                        \"code\": 21300,\n                        \"description\": \"Model was successfully evaluated.\"\n                    },\n                    \"summary\": {\n                        \"macro_avg_roc_auc\": 0,\n                        \"macro_std_roc_auc\": 0,\n                        \"macro_avg_f1_score\": 0,\n                        \"macro_std_f1_score\": 0,\n                        \"macro_avg_precision\": 0,\n                        \"macro_avg_recall\": 0,\n                        \"lopq_metrics\": [\n                            {\n                                \"k\": 10,\n                                \"recall_vs_brute_force\": 0.95100015,\n                                \"kendall_tau_vs_brute_force\": 1,\n                                \"most_frequent_code_percent\": 0.41158637,\n                                \"lopq_ndcg\": 0,\n                                \"brute_force_ndcg\": 0\n                            },\n                            {\n                                \"k\": 20,\n                                \"recall_vs_brute_force\": 0.93349975,\n                                \"kendall_tau_vs_brute_force\": 0.99947363,\n                                \"most_frequent_code_percent\": 0.41158637,\n                                \"lopq_ndcg\": 0,\n                                \"brute_force_ndcg\": 0\n                            },\n                            {\n                                \"k\": 50,\n                                \"recall_vs_brute_force\": 0.9118,\n                                \"kendall_tau_vs_brute_force\": 0.99697524,\n                                \"most_frequent_code_percent\": 0.41158637,\n                                \"lopq_ndcg\": 0,\n                                \"brute_force_ndcg\": 0\n                            },\n                            {\n                                \"k\": 100,\n                                \"recall_vs_brute_force\": 0.8869,\n                                \"kendall_tau_vs_brute_force\": 0.9947445,\n                                \"most_frequent_code_percent\": 0.41158637,\n                                \"lopq_ndcg\": 0,\n                                \"brute_force_ndcg\": 0\n                            },\n                            {\n                                \"k\": 200,\n                                \"recall_vs_brute_force\": 0.8432002,\n                                \"kendall_tau_vs_brute_force\": 0.9947241,\n                                \"most_frequent_code_percent\": 0.41158637,\n                                \"lopq_ndcg\": 0,\n                                \"brute_force_ndcg\": 0\n                            }\n                        ]\n                    }\n                },\n                \"total_input_count\": 9527727,\n                \"train_stats\": {},\n                \"completed_at\": \"2022-11-16T14:51:43.695740Z\",\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\"\n                },\n                \"input_info\": {\n                    \"base_embed_model\": {\n                        \"id\": \"multimodal-clip-embed\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"9fe2c8962c104327bc87b8f8104b161a\"\n                        },\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"multimodal-embedder\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": []\n                    }\n                },\n                \"train_info\": {\n                    \"params\": {\n                        \"beta\": 1,\n                        \"coarse_clusters\": 125,\n                        \"dataset_id\": \"\",\n                        \"dataset_version_id\": \"ee243135d683462eaa1060c4f5c63725\",\n                        \"eval_holdout_fraction\": 0.2,\n                        \"max_num_query_embeddings\": 100,\n                        \"max_visited\": 1562,\n                        \"num_results_per_query\": [\n                            10,\n                            20,\n                            50,\n                            100,\n                            200\n                        ],\n                        \"query_holdout_fraction\": 0.1,\n                        \"quota\": 10000,\n                        \"to_be_indexed_queries_fraction\": 0.25,\n                        \"train_iters\": 1,\n                        \"training_timeout\": 86400\n                    }\n                },\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"clusterer\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"notes\": \"##CLIP\",\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"multimodal-clip-embed\",\n            \"name\": \"multimodal-clip\",\n            \"created_at\": \"2022-11-07T17:47:19.112250Z\",\n            \"modified_at\": \"2022-11-07T17:47:19.112250Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"9fe2c8962c104327bc87b8f8104b161a\",\n                \"created_at\": \"2022-11-07T17:47:19.123181Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"embeddings\": \"embeddings\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\",\n                        \"text\": \"text\"\n                    },\n                    \"params\": {\n                        \"text_token_warning_limit\": 77\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"multimodal-embedder\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"da94111b740547aeae38ba9668f998a3\",\n            \"name\": \"ocr-scene-devanagari-paddleocr\",\n            \"created_at\": \"2022-08-10T19:52:53.761109Z\",\n            \"modified_at\": \"2022-08-10T19:52:53.761109Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"5e35e10fb7814f5c9223ccb3c3afebec\",\n                \"created_at\": \"2022-08-10T19:52:53.956768Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"5f42b31a4589d672152e9668d02eb471\",\n            \"name\": \"ocr-scene-cyrillic-paddleocr\",\n            \"created_at\": \"2022-08-10T19:52:53.009976Z\",\n            \"modified_at\": \"2022-08-10T19:52:53.009976Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"bbb2a719af92447ebeaabc88d3f41123\",\n                \"created_at\": \"2022-08-10T19:52:53.252145Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"e1e3b6f78fd2d55c830c631434ba83a5\",\n            \"name\": \"ocr-scene-arabic-paddleocr\",\n            \"created_at\": \"2022-08-10T19:52:51.994687Z\",\n            \"modified_at\": \"2022-08-10T19:52:51.994687Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"4b33b79b4b2e42b4b9ee07c844f1bb56\",\n                \"created_at\": \"2022-08-10T19:52:52.548327Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"c54e41dd13c9669630426078d36718ec\",\n            \"name\": \"ocr-scene-latin-paddleocr\",\n            \"created_at\": \"2022-08-10T19:52:51.331917Z\",\n            \"modified_at\": \"2022-08-10T19:52:51.331917Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"a82c91d715f74c789df25c78e811dc6a\",\n                \"created_at\": \"2022-08-10T19:52:51.487313Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"e3fde27570dc04aff3b997a223601ac8\",\n            \"name\": \"ocr-scene-kannada-paddleocr\",\n            \"created_at\": \"2022-08-10T19:52:50.570402Z\",\n            \"modified_at\": \"2022-08-10T19:52:50.570402Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"324f4a4d0bc64d81ab7be56c21748328\",\n                \"created_at\": \"2022-08-10T19:52:50.803339Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"1d5cbe1f275acaa8ac109dec6e07120b\",\n            \"name\": \"ocr-scene-telugu-paddleocr\",\n            \"created_at\": \"2022-08-10T19:52:49.858398Z\",\n            \"modified_at\": \"2022-08-10T19:52:49.858398Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"004b78b3cc3b4e2b9fe53f3cda5ff001\",\n                \"created_at\": \"2022-08-10T19:52:50.014584Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"019c84b9cae1c41e7bf661a037f6ac12\",\n            \"name\": \"ocr-scene-tamil-paddleocr\",\n            \"created_at\": \"2022-08-10T19:52:49.207422Z\",\n            \"modified_at\": \"2022-08-10T19:52:49.207422Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"88bf32db4fdb488593303bc5fb309754\",\n                \"created_at\": \"2022-08-10T19:52:49.353280Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"6748476e7c5ae4df9bc2019dd6bd5892\",\n            \"name\": \"ocr-scene-japanese-paddleocr\",\n            \"created_at\": \"2022-08-10T19:52:48.506276Z\",\n            \"modified_at\": \"2022-08-10T19:52:48.506276Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"b3a22a7bc99943b998de94c1e3c5d420\",\n                \"created_at\": \"2022-08-10T19:52:48.703164Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"bf08cee902d18405ca6ac58b68b3e2a6\",\n            \"name\": \"ocr-scene-korean-paddleocr\",\n            \"created_at\": \"2022-08-10T19:52:47.804473Z\",\n            \"modified_at\": \"2022-08-10T19:52:47.804473Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"f242bc5057b4402dab82ca0dbaf1be1e\",\n                \"created_at\": \"2022-08-10T19:52:47.982674Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"general-image-detection\",\n            \"name\": \"Image Detection\",\n            \"created_at\": \"2020-09-02T13:49:26.221543Z\",\n            \"modified_at\": \"2022-06-13T17:34:27.250292Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"1586f39b8d8040dda41537f5e47d68f0\",\n                \"created_at\": \"2020-10-20T16:16:33.521041Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 601,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0.25\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"Detects a variety of common objects and the location and generates regions of an image that may contain that object.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"Clarifai general model featuring shirts bags shoes computer.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/general-shirts-bags-shoes-computer.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai general model featuring elephants.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/general-elephants.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai food model featuring hamburgers bacon cheese.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/food-hamburgers-bacon-cheese.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai general model featuring car dashboard steering wheel.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/general-car-dashboard-steering-wheel.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai general model featuring city buildings skyscraper.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/general-city-buildings-skyscraper.jpg\"\n                    }\n                ]\n            },\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"general-image-recognition\",\n            \"name\": \"Image Recognition\",\n            \"created_at\": \"2016-03-19T04:14:25.007149Z\",\n            \"modified_at\": \"2022-06-13T17:34:27.240649Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n                \"created_at\": \"2018-03-06T19:43:54Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 9098,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"softmax\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"display_name\": \"general-visual-classifier\",\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"Identifies a variety of concepts in images and video including objects, themes, and more. Trained with over 10,000 concepts and 20M images.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"Clarifai general model featuring shirts bags shoes computer.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/general-shirts-bags-shoes-computer.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai general model featuring elephants.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/general-elephants.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai food model featuring hamburgers bacon cheese.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/food-hamburgers-bacon-cheese.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai general model featuring car dashboard steering wheel.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/general-car-dashboard-steering-wheel.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai general model featuring city buildings skyscraper.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/general-city-buildings-skyscraper.jpg\"\n                    }\n                ]\n            },\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"celebrity-face-detection\",\n            \"name\": \"Celebrity Face Detection\",\n            \"created_at\": \"2016-10-25T19:02:38.845777Z\",\n            \"modified_at\": \"2022-06-13T17:34:27.225442Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"bc50aad2bf4b403b94656aa9f64d1454\",\n                \"created_at\": \"2019-04-27T15:52:36.026793Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 10553,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\"\n                },\n                \"input_info\": {},\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"Detects whether images or video contain celebrity faces. Trained with over 10,000 recognized celebrities.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring morgan freeman.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-morgan-freeman.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring kim kardashian.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-kim-kardashian.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring matt damon.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-matt-damon.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring aziz ansari.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-aziz-ansari.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring angelina jolie.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-angelina-jolie.jpg\"\n                    }\n                ]\n            },\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [\n                \"pii\"\n            ],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"moderation-recognition\",\n            \"name\": \"Image Moderation\",\n            \"created_at\": \"2017-05-12T21:28:00.471607Z\",\n            \"modified_at\": \"2022-06-13T17:34:27.216052Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"aa8be956dbaa4b7a858826a84253cab9\",\n                \"created_at\": \"2017-10-26T20:29:09.263232Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 5,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"softmax\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"Recognizes inappropriate content in images and video containing concepts: gore, drug, explicit, suggestive, and safe.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"Clarifai moderation model featuring medical syringe cocaine.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/moderation-medical-syringe-cocaine.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai moderation model featuring woman breast feeding.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/moderation-woman-breast-feeding.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai moderation model featuring cutting red meet blood.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/moderation-cutting-red-meet-blood.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai moderation model featuring woman man no shirts.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/moderation-woman-man-no-shirts.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai moderation model featuring try your own text.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/moderation-try-your-own-text.jpg\"\n                    }\n                ]\n            },\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"96298cb700d5ec33176b40eee032f6df\",\n            \"name\": \"army-crada-5\",\n            \"created_at\": \"2022-04-28T01:41:20.604596Z\",\n            \"modified_at\": \"2022-04-28T01:41:20.604596Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"fdf1903eca5d47a8aa80d80fb0be6187\",\n                \"created_at\": \"2022-04-28T01:41:20.638136Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 25,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"df518ae2dcd8c2ef72c13e1a06f4ef52\",\n            \"name\": \"BLIP\",\n            \"created_at\": \"2022-04-21T23:11:06.152830Z\",\n            \"modified_at\": \"2022-04-21T23:11:06.152830Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"463f6b55c0b84128b97f6af550386aaa\",\n                \"created_at\": \"2022-04-21T23:11:06.167104Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"embeddings\": \"embeddings\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-embedder\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"3dfd7edda8a9cfc4ae9feab7194274a6\",\n            \"name\": \"BLIP\",\n            \"created_at\": \"2022-04-21T23:10:58.431676Z\",\n            \"modified_at\": \"2022-04-21T23:10:58.431676Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"d25dfc5c081342cbb09c60672b06b18f\",\n                \"created_at\": \"2022-04-21T23:10:58.444450Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"embeddings\": \"embeddings\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-embedder\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"7c2f2dfc80f0286b72b689379e9e81e0\",\n            \"name\": \"general-english-image-caption-blip\",\n            \"created_at\": \"2022-04-18T18:55:56.785Z\",\n            \"modified_at\": \"2022-04-18T18:55:56.785Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"d66b4cd5b5b249489c98543632f13078\",\n                \"created_at\": \"2022-04-18T18:55:56.802386Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"image-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"2a34e347777e5744496bf6ae76e01e91\",\n            \"name\": \"ocr-document-english-printed-trocr-large\",\n            \"created_at\": \"2022-04-11T17:35:23.575656Z\",\n            \"modified_at\": \"2022-04-11T17:35:23.575656Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"761de02719ce48aaafaa8ac16e3e4117\",\n                \"created_at\": \"2022-04-11T17:35:23.596706Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ocr-scene-french-paddleocr\",\n            \"name\": \"ocr-scene-french-paddleocr\",\n            \"created_at\": \"2022-02-16T19:46:42.443570Z\",\n            \"modified_at\": \"2022-04-05T12:42:47.955693Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"e1932c6028db4a428462ceeaa8a06ba7\",\n                \"created_at\": \"2022-02-16T19:46:42.458876Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"c4d4284d2d52988de50c95791f161e63\",\n            \"name\": \"logos-yolov5\",\n            \"created_at\": \"2022-03-29T23:13:34.162269Z\",\n            \"modified_at\": \"2022-03-31T20:09:51.482312Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"244f2a67c17d42fda8483a116edc9d3f\",\n                \"created_at\": \"2022-03-31T20:09:51.490755Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 3464,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ner-english\",\n            \"name\": \"ner_english_v2\",\n            \"created_at\": \"2022-03-16T13:48:57.921631Z\",\n            \"modified_at\": \"2022-03-22T08:06:44.455695Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"a813ff5b362c41f790c506b871e7dea4\",\n                \"created_at\": \"2022-03-16T13:48:57.946788Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 9,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"\": \"start\",\n                        \"regions[...].data.concepts[...].id\": \"labels\",\n                        \"regions[...].data.concepts[...].value\": \"scores\"\n                    },\n                    \"params\": {\n                        \"max_concepts\": 20,\n                        \"min_value\": 0,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {\n                    \"params\": {\n                        \"model_config\": {\n                            \"_name_or_path\": \"dbmdz/bert-large-cased-finetuned-conll03-english\",\n                            \"_num_labels\": 9,\n                            \"architectures\": [\n                                \"BertForTokenClassification\"\n                            ],\n                            \"attention_probs_dropout_prob\": 0.1,\n                            \"classifier_dropout\": null,\n                            \"directionality\": \"bidi\",\n                            \"hidden_act\": \"gelu\",\n                            \"hidden_dropout_prob\": 0.1,\n                            \"hidden_size\": 1024,\n                            \"id2label\": {\n                                \"0\": \"O\",\n                                \"1\": \"B-MISC\",\n                                \"2\": \"I-MISC\",\n                                \"3\": \"B-PER\",\n                                \"4\": \"I-PER\",\n                                \"5\": \"B-ORG\",\n                                \"6\": \"I-ORG\",\n                                \"7\": \"B-LOC\",\n                                \"8\": \"I-LOC\"\n                            },\n                            \"initializer_range\": 0.02,\n                            \"intermediate_size\": 4096,\n                            \"label2id\": {\n                                \"B-LOC\": 7,\n                                \"B-MISC\": 1,\n                                \"B-ORG\": 5,\n                                \"B-PER\": 3,\n                                \"I-LOC\": 8,\n                                \"I-MISC\": 2,\n                                \"I-ORG\": 6,\n                                \"I-PER\": 4,\n                                \"O\": 0\n                            },\n                            \"layer_norm_eps\": 1e-12,\n                            \"max_position_embeddings\": 512,\n                            \"model_type\": \"bert\",\n                            \"num_attention_heads\": 16,\n                            \"num_hidden_layers\": 24,\n                            \"pad_token_id\": 0,\n                            \"pooler_fc_size\": 768,\n                            \"pooler_num_attention_heads\": 12,\n                            \"pooler_num_fc_layers\": 3,\n                            \"pooler_size_per_head\": 128,\n                            \"pooler_type\": \"first_token_transform\",\n                            \"position_embedding_type\": \"absolute\",\n                            \"torch_dtype\": \"float32\",\n                            \"transformers_version\": \"4.16.0\",\n                            \"type_vocab_size\": 2,\n                            \"use_cache\": true,\n                            \"vocab_size\": 28996\n                        },\n                        \"tokenizer_config\": {\n                            \"cls_token\": \"[CLS]\",\n                            \"do_basic_tokenize\": true,\n                            \"do_lower_case\": false,\n                            \"mask_token\": \"[MASK]\",\n                            \"max_len\": 512,\n                            \"name_or_path\": \"dbmdz/bert-large-cased-finetuned-conll03-english\",\n                            \"never_split\": null,\n                            \"pad_token\": \"[PAD]\",\n                            \"sep_token\": \"[SEP]\",\n                            \"special_tokens_map_file\": null,\n                            \"strip_accents\": null,\n                            \"tokenize_chinese_chars\": true,\n                            \"tokenizer_class\": \"BertTokenizer\",\n                            \"unk_token\": \"[UNK]\"\n                        }\n                    }\n                },\n                \"import_info\": {\n                    \"params\": {\n                        \"model_name\": \"dbmdz/bert-large-cased-finetuned-conll03-english\",\n                        \"pipeline_name\": \"ner\",\n                        \"tokenizer_name\": \"dbmdz/bert-large-cased-finetuned-conll03-english\",\n                        \"toolkit\": \"HuggingFace\"\n                    }\n                }\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-token-classifier\",\n            \"task\": \"named-entity-recognition\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"notes\": \"dbmdz/bert-large-cased-finetuned-conll03-english\",\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"4828602e14c60157672b103bc4174b6a\",\n            \"name\": \"ocr-scene-devanagari-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:05.691047Z\",\n            \"modified_at\": \"2022-02-16T19:51:05.691047Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"9676ee4c210f42aabb032be9e077e34e\",\n                \"created_at\": \"2022-02-16T19:51:05.695789Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"79ae4202a52a10bf910158747e2b0bd6\",\n            \"name\": \"ocr-scene-cyrillic-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:05.332230Z\",\n            \"modified_at\": \"2022-02-16T19:51:05.332230Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"eecd3d4159e447f982df39f4efc6e7a3\",\n                \"created_at\": \"2022-02-16T19:51:05.337055Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ce1ec795e7613564611373788f719e76\",\n            \"name\": \"ocr-scene-latin-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:04.953704Z\",\n            \"modified_at\": \"2022-02-16T19:51:04.953704Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"fc43e001904541188ae7c2fc9ff1d7b8\",\n                \"created_at\": \"2022-02-16T19:51:04.961006Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"a440094009739c7f8470208af640d72b\",\n            \"name\": \"ocr-scene-tamil-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:04.601929Z\",\n            \"modified_at\": \"2022-02-16T19:51:04.601929Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"3850ab217dc048dfa92bb99c612445ed\",\n                \"created_at\": \"2022-02-16T19:51:04.607237Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"b6e3b7e79bc7d1870ee895ea802da533\",\n            \"name\": \"ocr-scene-kannada-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:04.222500Z\",\n            \"modified_at\": \"2022-02-16T19:51:04.222500Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"1552d0c25c4c453983931e02f762ad40\",\n                \"created_at\": \"2022-02-16T19:51:04.227503Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"7d4b60ad1f153879defaa4ecfd25d4f4\",\n            \"name\": \"ocr-scene-telugu-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:03.816522Z\",\n            \"modified_at\": \"2022-02-16T19:51:03.816522Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"ac7029e22f054edd809ea197524c7fc8\",\n                \"created_at\": \"2022-02-16T19:51:03.821861Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"abb6ab21bf2395f88eacb3c32fbb5fc0\",\n            \"name\": \"ocr-scene-belarusian-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:03.371226Z\",\n            \"modified_at\": \"2022-02-16T19:51:03.371226Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"6be6fdaa01854f2aa3c75a31cc9e9193\",\n                \"created_at\": \"2022-02-16T19:51:03.377576Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"819928b81ec7e0b9cb18c26175447b42\",\n            \"name\": \"ocr-scene-ukranian-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:02.987649Z\",\n            \"modified_at\": \"2022-02-16T19:51:02.987649Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"8d4bf420524a47d0a476d6e86fee65dd\",\n                \"created_at\": \"2022-02-16T19:51:02.992349Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"3953adcdf93719125977186c1e2d3f8d\",\n            \"name\": \"ocr-scene-bulgarian-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:02.616626Z\",\n            \"modified_at\": \"2022-02-16T19:51:02.616626Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"c960deec8cb34e07a800d9cc237e46f5\",\n                \"created_at\": \"2022-02-16T19:51:02.622189Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"79aa2ea6d2eaf696c93fda9eae8e360b\",\n            \"name\": \"ocr-scene-serbian-latin-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:02.186999Z\",\n            \"modified_at\": \"2022-02-16T19:51:02.186999Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"3d49fec2485f42b197d0183ba098b011\",\n                \"created_at\": \"2022-02-16T19:51:02.191990Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"d5a14580da35c5ad0b2d2bd27ce81928\",\n            \"name\": \"ocr-scene-serbian-cyrillic-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:01.799532Z\",\n            \"modified_at\": \"2022-02-16T19:51:01.799532Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"f4c110d928de45a2b9b289ec903b4a6a\",\n                \"created_at\": \"2022-02-16T19:51:01.804656Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ca24b6b1b79b2288794ec0fd61dc43b5\",\n            \"name\": \"ocr-scene-nepali-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:01.454280Z\",\n            \"modified_at\": \"2022-02-16T19:51:01.454280Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"0cab8fcaaccd4c769dd885fc55f47214\",\n                \"created_at\": \"2022-02-16T19:51:01.458814Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"d36ee770992af4049520a0728ce0db08\",\n            \"name\": \"ocr-scene-marathi-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:01.034772Z\",\n            \"modified_at\": \"2022-02-16T19:51:01.034772Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"2f8faace78e144b3afc6f767b3fb8629\",\n                \"created_at\": \"2022-02-16T19:51:01.040656Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"84463f4cb26b41d899da8ad49189e47b\",\n            \"name\": \"ocr-scene-occitan-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:00.574910Z\",\n            \"modified_at\": \"2022-02-16T19:51:00.574910Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"e12bc12d8e254d239945e50eaf7c79ac\",\n                \"created_at\": \"2022-02-16T19:51:00.583308Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"7f9563940b3cc48321ae8d126daa0403\",\n            \"name\": \"ocr-scene-urdu-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:00.083220Z\",\n            \"modified_at\": \"2022-02-16T19:51:00.083220Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"2ff3a156373c4d1393754e945d85e7ec\",\n                \"created_at\": \"2022-02-16T19:51:00.108328Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"8f503aa63b60707e818d8a6a11a7dbe9\",\n            \"name\": \"ocr-scene-persian-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:59.643063Z\",\n            \"modified_at\": \"2022-02-16T19:50:59.643063Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"2d4cd9e9a3e04c199e27ca2493370c40\",\n                \"created_at\": \"2022-02-16T19:50:59.650272Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"6f7e3f2f2ed23a27897b898b93e8874a\",\n            \"name\": \"ocr-scene-uyghur-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:59.305322Z\",\n            \"modified_at\": \"2022-02-16T19:50:59.305322Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"6d38e8fed498460f811d5840caf7a19a\",\n                \"created_at\": \"2022-02-16T19:50:59.310025Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"594d939e0c9d8b19355f80cf1086b69d\",\n            \"name\": \"ocr-scene-hindi-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:58.946883Z\",\n            \"modified_at\": \"2022-02-16T19:50:58.946883Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"20c09506f61a4b389c15b086fedd66d5\",\n                \"created_at\": \"2022-02-16T19:50:58.953501Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"18189394090615325d5d783724ae290b\",\n            \"name\": \"ocr-scene-italian-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:58.539760Z\",\n            \"modified_at\": \"2022-02-16T19:50:58.539760Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"a56454cd3c2943a2a1a4b8840b73fda5\",\n                \"created_at\": \"2022-02-16T19:50:58.546364Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"2e47eda28e43cda4d9f5556924662bec\",\n            \"name\": \"ocr-scene-japanese-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:58.125647Z\",\n            \"modified_at\": \"2022-02-16T19:50:58.125647Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"413a870e2105418fbaadfbebc1b71b17\",\n                \"created_at\": \"2022-02-16T19:50:58.132649Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"e184d889c6e9737e6744e48df535d8f9\",\n            \"name\": \"ocr-scene-korean-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:57.685263Z\",\n            \"modified_at\": \"2022-02-16T19:50:57.685263Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"1b2985fac7d34e3cba5adfdfb1345705\",\n                \"created_at\": \"2022-02-16T19:50:57.695732Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"2b7192cc990a1a5a68d12f8326475ba6\",\n            \"name\": \"ocr-scene-german-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:57.289519Z\",\n            \"modified_at\": \"2022-02-16T19:50:57.289519Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"b10c4e125fb5423ca03f9f7600b2af6f\",\n                \"created_at\": \"2022-02-16T19:50:57.295199Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"952daadb10f7ace3433e8fc372c7c4d6\",\n            \"name\": \"ocr-scene-russian-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:56.894498Z\",\n            \"modified_at\": \"2022-02-16T19:50:56.894498Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"b02773fbacaf4f3eb5dcd6144ca01ee6\",\n                \"created_at\": \"2022-02-16T19:50:56.901399Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"60a98793f1db9dacb48e61fbb5aa61e1\",\n            \"name\": \"ocr-scene-portuguese-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:56.490797Z\",\n            \"modified_at\": \"2022-02-16T19:50:56.490797Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"d7c3be32a4bf488a987f97587cb9299d\",\n                \"created_at\": \"2022-02-16T19:50:56.500084Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"5560bcbc3d7ad8feb3999874b558b2a8\",\n            \"name\": \"ocr-scene-spanish-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:56.091771Z\",\n            \"modified_at\": \"2022-02-16T19:50:56.091771Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"a4bbcd9a06054acb8d44b3cc313dc6de\",\n                \"created_at\": \"2022-02-16T19:50:56.109454Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"fda611add70f1009c5c01d95f0fbe57b\",\n            \"name\": \"ocr-scene-arabic-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:55.696689Z\",\n            \"modified_at\": \"2022-02-16T19:50:55.696689Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"b1b8c11aee044f4a860c61d256bbd12e\",\n                \"created_at\": \"2022-02-16T19:50:55.707467Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"7acefe1233c41a8acab80619d79c6b56\",\n            \"name\": \"ocr-scene-chinese-traditional-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:55.240293Z\",\n            \"modified_at\": \"2022-02-16T19:50:55.240293Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"3b83168a4e764cd3b61c63e9662af235\",\n                \"created_at\": \"2022-02-16T19:50:55.255319Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"dc09ac965f64826410fbd8fea603abe6\",\n            \"name\": \"ocr-scene-chinese-english-paddleocr\",\n            \"created_at\": \"2022-01-25T01:53:05.944447Z\",\n            \"modified_at\": \"2022-01-25T01:53:05.944447Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"8aa1c6c2febf49f880cae2783097c2fa\",\n                \"created_at\": \"2022-01-25T01:53:05.952851Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ba040818064ef61074e6d1cdec1c40c6\",\n            \"name\": \"paddleocr-english-chinese\",\n            \"created_at\": \"2022-01-25T00:30:04.159834Z\",\n            \"modified_at\": \"2022-01-25T00:30:04.159834Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"6daaabc3998440eeb1db18086d926bd8\",\n                \"created_at\": \"2022-01-25T00:30:04.183333Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"celebrity-face-recognition\",\n            \"name\": \"Celebrity\",\n            \"created_at\": \"2020-11-20T17:09:42.109453Z\",\n            \"modified_at\": \"2022-01-21T13:11:23.236298Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"0676ebddd5d6413ebdaa101570295a39\",\n                \"created_at\": \"2020-11-20T17:09:42.109453Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 10553,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"softmax\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"AI model for recognizing celebrity faces in images or video.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring morgan freeman.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-morgan-freeman.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring kim kardashian.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-kim-kardashian.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring matt damon.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-matt-damon.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring aziz ansari.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-aziz-ansari.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring angelina jolie.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-angelina-jolie.jpg\"\n                    }\n                ]\n            },\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [\n                \"pii\"\n            ],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"3b67f45ec89b4b9c6fb9db700120c91a\",\n            \"name\": \"advanced-det-handgun\",\n            \"created_at\": \"2022-01-06T20:27:53.965051Z\",\n            \"modified_at\": \"2022-01-06T20:27:53.965051Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"cecc3b705fe74a9ea88ee11e5ddd46f4\",\n                \"created_at\": \"2022-01-06T20:27:54.022071Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 2,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"e4e42c048019241132ec2ecb583a3446\",\n            \"name\": \"microsoft/trocr-base-handwritten\",\n            \"created_at\": \"2021-11-10T17:18:34.067075Z\",\n            \"modified_at\": \"2021-12-29T16:56:15.937705Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"fd6f3dfd83854dd59cdeb8a5243e9e27\",\n                \"created_at\": \"2021-11-10T17:18:34.083675Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"86039c857a206810679f7f72b82fff54\",\n            \"name\": \"CLIP Prefix Captioning\",\n            \"created_at\": \"2021-12-09T04:32:31.377820Z\",\n            \"modified_at\": \"2021-12-09T04:32:31.377820Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"05fb71c53ff746f3834ab8333e401a1c\",\n                \"created_at\": \"2021-12-09T04:32:31.426529Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"image\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"image-to-text\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"bebd0da30b7090bb5250d5951960d96d\",\n            \"name\": \"CLIP\",\n            \"created_at\": \"2021-12-04T02:51:40.264878Z\",\n            \"modified_at\": \"2021-12-04T02:51:40.264878Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"5f6c752f8f964e56bef0c2eb32f3aca4\",\n                \"created_at\": \"2021-12-04T02:51:40.285448Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"embeddings\": \"embeddings\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-embedder\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"d05c045b95d85241c7d79e1ed3da3f8e\",\n            \"name\": \"PaddleOCR Multiplexed\",\n            \"created_at\": \"2021-11-05T04:36:50.693728Z\",\n            \"modified_at\": \"2021-11-05T04:36:50.693728Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"6da2f96ab8fb4255aa0ac53e6653345b\",\n                \"created_at\": \"2021-11-05T04:36:50.707810Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"fe000880ecc20921af7fbd46c485dbd2\",\n            \"name\": \"multiplexed easyocr\",\n            \"created_at\": \"2021-11-03T04:05:28.978761Z\",\n            \"modified_at\": \"2021-11-03T04:05:28.978761Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"19b30d2a3b064b13bbcd451a7b829f40\",\n                \"created_at\": \"2021-11-03T04:05:28.996684Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"c13d6411707faa5a5115b23f17957d82\",\n            \"name\": \"EasyOCR Multilingual Large\",\n            \"created_at\": \"2021-10-30T21:31:12.405449Z\",\n            \"modified_at\": \"2021-10-30T21:31:12.405449Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"7a4e17e73e144e5c8e9570aadc1cf0f5\",\n                \"created_at\": \"2021-10-30T21:31:12.411454Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"856fd858ed1dc14c741c15f0b9005cbb\",\n            \"name\": \"EasyOCR Multilingual\",\n            \"created_at\": \"2021-10-30T20:11:48.409877Z\",\n            \"modified_at\": \"2021-10-30T20:11:48.409877Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"5a77e2441d334d95859337454efbfd73\",\n                \"created_at\": \"2021-10-30T20:11:48.417474Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"23a5c4692f1a0449aef1c510be55b180\",\n            \"name\": \"facebook/wav2vec2-base-960h\",\n            \"created_at\": \"2021-10-05T17:43:10.985960Z\",\n            \"modified_at\": \"2021-10-27T13:18:19.573415Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"f4917f7f2e83453f9fe6d5eef4f598db\",\n                \"created_at\": \"2021-10-05T17:43:10.998245Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"audio\": \"audio\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"audio-to-text\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [\n                \"pii\"\n            ],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"2c1050ead1b24472be8033f5fd421f3d\",\n            \"name\": \"english\",\n            \"created_at\": \"2020-11-12T15:43:07.560737Z\",\n            \"modified_at\": \"2021-10-27T13:13:42.421644Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"dfe4776f79ee4c23a85d86d3b0649127\",\n                \"created_at\": \"2020-11-12T15:43:07.560737Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"TRANSCRIPT\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"audio\": \"AUDIO_SIGNAL\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"audio-to-text\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ba585a5a737771884d89972fea6c41f8\",\n            \"name\": \"language-script\",\n            \"created_at\": \"2021-10-20T18:05:49.263669Z\",\n            \"modified_at\": \"2021-10-20T18:05:49.263669Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"60fa287837dc4c10a3b5da6b92e062e2\",\n                \"created_at\": \"2021-10-20T18:05:49.328969Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 8,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"softmax\"\n                    },\n                    \"params\": {\n                        \"max_concepts\": 20,\n                        \"min_value\": 0,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"logo-detection\",\n            \"name\": \"logo\",\n            \"created_at\": \"2017-03-06T18:38:13.025998Z\",\n            \"modified_at\": \"2021-10-19T12:21:30.579234Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"ef1b7237d28b415f910ca343a9145e99\",\n                \"created_at\": \"2017-03-06T18:38:13.025998Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 561,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_cls_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_cls_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_cls_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0.05\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"display_name\": \"logo-visual-detector\",\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"Logo detection model for locating logos of some of the most popular consumer brands within images and videos.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/logo-detection-black-bmw-silver-volkswagon.jpg\"\n                    },\n                    {\n                        \"alt\": \"\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/logo-detection-corona-extra-beer-bottle.jpg\"\n                    },\n                    {\n                        \"alt\": \"\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/logo-detection-northface-pink-jacket.jpg\"\n                    },\n                    {\n                        \"alt\": \"\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/logo-detection-pepsi-bottles-in-crate.jpg\"\n                    },\n                    {\n                        \"alt\": \"\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/logo-detection-tesla-steering-wheel.jpg\"\n                    }\n                ]\n            },\n            \"notes\": \"I can edit\",\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"food-item-v1-recognition\",\n            \"name\": \"food-items-v1.0\",\n            \"created_at\": \"2016-09-17T04:22:07.183747Z\",\n            \"modified_at\": \"2021-10-18T16:34:36.410436Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"dfebc169854e429086aceb8368662641\",\n                \"created_at\": \"2016-09-17T04:22:07.183747Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 970,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"softmax\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"display_name\": \"food-items-v1-visual-classifier\",\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"AI model to recognize a wide variety of food items, including dishes and ingredients, in images and video.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"Clarifai food model featuring pan of steamed clams.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/food-pan-of-steamed-clams.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai food model featuring waffle with strawberries blueberries.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/food-waffle-with-strawberries-blueberries.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai food model featuring hamburgers bacon cheese buns.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/food-hamburgers-bacon-cheese-buns.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai food model featuring pepperoni pizza.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/food-pepperoni-pizza.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai food model featuring tomato basil.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/food-tomato-basil.jpg\"\n                    }\n                ]\n            },\n            \"notes\": \"This is a food model note (wip) \",\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"9fe78b4150a52794f86f237770141b33\",\n            \"name\": \"english\",\n            \"created_at\": \"2021-02-04T05:24:54.250897Z\",\n            \"modified_at\": \"2021-10-18T15:46:17.997145Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"89961b2723e440abb49ec89a05b31219\",\n                \"created_at\": \"2021-09-30T14:43:29.569715Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"license\": \"BSD-2\",\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"image\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"image-to-text\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"--\",\n            \"metadata\": {},\n            \"notes\": \"test model note now\",\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [\n                \"demographics\"\n            ],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"c3110dc5905447e410161091f0f95337\",\n            \"name\": \"anas/wav2vec2-large-xlsr-arabic\",\n            \"created_at\": \"2021-10-14T19:23:19.862284Z\",\n            \"modified_at\": \"2021-10-14T19:23:19.862284Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"f486dde2e2d046dabfd4c9e4db2c8e36\",\n                \"created_at\": \"2021-10-14T19:23:19.869018Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"audio\": \"audio\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"audio-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"68bbf91b9ad247921822a255ca381f11\",\n            \"name\": \"elgeish/wav2vec2-large-xlsr-53-arabic\",\n            \"created_at\": \"2021-10-14T18:44:04.938624Z\",\n            \"modified_at\": \"2021-10-14T18:44:04.938624Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"749a7a96fb404596bc11465dc41c3fb2\",\n                \"created_at\": \"2021-10-14T18:44:04.946902Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"audio\": \"audio\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"audio-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"face-detection\",\n            \"name\": \"Face\",\n            \"created_at\": \"2020-11-20T17:09:42.109453Z\",\n            \"modified_at\": \"2021-10-14T07:45:05.937031Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"fe995da8cb73490f8556416ecf25cea3\",\n                \"created_at\": \"2021-01-21T23:31:28.004422Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 2,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0.9\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"display_name\": \"Face-visual-detector\",\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"AI model for detecting the location of human faces in images and video.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"Clarifai face model featuring little girl boy standing outside.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/face-little-girl-boy-standing-outside.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai face model featuring three men sitting in van.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/face-three-men-sitting-in-van.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai face model featuring family with light blue shirts.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/face-family-with-light-blue-shirts.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai face model featuring arfrican american man woman laughing.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/face-arfrican-american-man-woman-laughing.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai face model featuring crowd of monks orange robe.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/face-crowd-of-monks-orange-robe.jpg\"\n                    }\n                ]\n            },\n            \"notes\": \"test123\",\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [\n                \"faces\"\n            ],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [\n                \"pii\"\n            ],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"6a3dc529acf3f720a629cdc8c6ad41a9\",\n            \"name\": \"subject\",\n            \"created_at\": \"2021-04-26T09:20:01.359645Z\",\n            \"modified_at\": \"2021-10-12T12:36:06.443774Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"55b2051b75f14577b6fdd5a4fa3fd5a8\",\n                \"created_at\": \"2021-04-26T15:06:37.619220Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 2,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].region_info.mask,regions[...].data.concepts\": \"output__0\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"input__0\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-segmenter\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"test\",\n            \"metadata\": {},\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"beb9ed2d034b0126c6e24135ace76d8f\",\n            \"name\": \"prithivida/informal_to_formal_styletransfer\",\n            \"created_at\": \"2021-10-05T19:58:24.859525Z\",\n            \"modified_at\": \"2021-10-05T20:06:53.273373Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"a35db0e9b9b34f52ac0c83e1007db145\",\n                \"created_at\": \"2021-10-05T20:06:53.278139Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"69469f13c714cb6c68149db326d8c69a\",\n            \"name\": \"prithivida/formal_to_informal_styletransfer\",\n            \"created_at\": \"2021-10-05T19:45:07.925572Z\",\n            \"modified_at\": \"2021-10-05T19:45:07.925572Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"d34c3b68aadb408f9e770632183cb164\",\n                \"created_at\": \"2021-10-05T19:45:07.942034Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"b7e22ac73f924e2a6199af495724ddac\",\n            \"name\": \"facebook/wav2vec2-large-xlsr-53-french\",\n            \"created_at\": \"2021-10-05T17:18:44.727040Z\",\n            \"modified_at\": \"2021-10-05T17:18:44.727040Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"a648b13f7269461d9797e6bc58111a60\",\n                \"created_at\": \"2021-10-05T17:18:44.743898Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"audio\": \"audio\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"audio-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"6db1c2dc0d9c09d843c763bc0a05b989\",\n            \"name\": \"assembly\",\n            \"created_at\": \"2021-09-23T17:34:00.947876Z\",\n            \"modified_at\": \"2021-09-24T06:17:00.318253Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"5ef730b4ef014b508b31af5e5577386d\",\n                \"created_at\": \"2021-09-24T06:17:00.341875Z\",\n                \"status\": {\n                    \"code\": 99009,\n                    \"description\": \"Model upload timed out\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"embeddings\": \"embedding\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-embedder\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"2e099a9219da8fc580ac0dc54bf842fd\",\n            \"name\": \"paddleocr-multilingual-text-detector\",\n            \"created_at\": \"2021-08-19T00:40:40.789176Z\",\n            \"modified_at\": \"2021-09-22T19:50:23.797705Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"dff9af491f0d48449801decee0e2f136\",\n                \"created_at\": \"2021-09-22T19:50:23.809040Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 2,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"6f96f8bf841280a388f8b52cb1868df4\",\n            \"name\": \"person-detector-yolov5x-libtorch\",\n            \"created_at\": \"2021-08-25T22:19:26.887486Z\",\n            \"modified_at\": \"2021-08-25T22:19:26.887486Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"8d1ac866905a4154b6d34ae2566503ad\",\n                \"created_at\": \"2021-08-25T22:19:26.962227Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 2,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"a065882d92d66dbac3b5ebe108170197\",\n            \"name\": \"person-vehicle-detector-yolov5x-libtorch\",\n            \"created_at\": \"2021-08-25T17:56:25.508821Z\",\n            \"modified_at\": \"2021-08-25T21:51:12.368401Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"be2ea5c740f940429e6284826660da9a\",\n                \"created_at\": \"2021-08-25T21:51:12.377067Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 3,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"2cf7739e65bfc63c1537f65e7ef3ae87\",\n            \"name\": \"person-vehicle-detector-yolov5s-libtorch\",\n            \"created_at\": \"2021-08-24T19:14:37.883020Z\",\n            \"modified_at\": \"2021-08-24T19:14:37.883020Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"3b6b338aa1b7433a8935d22b0915fc32\",\n                \"created_at\": \"2021-08-24T19:14:37.990646Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 3,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"23aa4f9c9767a2fd61e63c55a73790ad\",\n            \"name\": \"person-detector-yolov5s-libtorch\",\n            \"created_at\": \"2021-08-24T18:52:53.766484Z\",\n            \"modified_at\": \"2021-08-24T18:52:53.766484Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"92b204309cce44209f1428e38e3406fb\",\n                \"created_at\": \"2023-02-24T05:41:57.516485Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 2,\n                \"description\": \"Yolov5\",\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"bdcedc0f8da58c396b7df12f634ef923\",\n            \"name\": \"multilingual-moderation\",\n            \"created_at\": \"2021-01-13T16:45:48.370348Z\",\n            \"modified_at\": \"2021-07-13T15:12:21.536311Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"c56b46fd91ca4540823ba70496d008f9\",\n                \"created_at\": \"2021-01-13T20:45:50.641841Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 6,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"output__1\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"input__0\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-classifier\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"eac94da66f428ebf98dc2cae30030699\",\n            \"name\": \"hate-symbols\",\n            \"created_at\": \"2021-07-07T20:24:28.707682Z\",\n            \"modified_at\": \"2021-07-08T15:06:49.454931Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"ca52d78ed8cb4cfba4eacebadc38548b\",\n                \"created_at\": \"2021-07-08T15:06:49.459168Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 2,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0.05,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"bc6b2c89a5dc35ee5b5872612d0df25a\",\n            \"name\": \"EasyOCR (Turkish)\",\n            \"created_at\": \"2021-06-17T19:51:18.060645Z\",\n            \"modified_at\": \"2021-06-17T19:51:18.060645Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"17ca4640290f4c3e885ed74e757272df\",\n                \"created_at\": \"2021-06-17T19:51:18.066247Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"869245fe9708e30e6a0869c6e3dc3132\",\n            \"name\": \"EasyOCR (Swedish)\",\n            \"created_at\": \"2021-06-17T19:49:51.218255Z\",\n            \"modified_at\": \"2021-06-17T19:49:51.218255Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"8eb77eec58314083a0b9765047974d45\",\n                \"created_at\": \"2021-06-17T19:49:51.224781Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"b24a775f7b9e156f3518772206c342ef\",\n            \"name\": \"EasyOCR (Polish)\",\n            \"created_at\": \"2021-06-17T19:45:42.334798Z\",\n            \"modified_at\": \"2021-06-17T19:45:42.334798Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"ce2624cd1b84445e988b1b437dfe2a95\",\n                \"created_at\": \"2021-06-17T19:45:42.340957Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"e6bcd24eb84835a8de347b7b8a028f27\",\n            \"name\": \"EasyOCR (Dutch)\",\n            \"created_at\": \"2021-06-17T19:43:57.103955Z\",\n            \"modified_at\": \"2021-06-17T19:43:57.103955Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"22669f6ea56e428f87465b55c9296ca5\",\n                \"created_at\": \"2021-06-17T19:43:57.109610Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"f43080883661c6676779384149eb9249\",\n            \"name\": \"EasyOCR (Malay)\",\n            \"created_at\": \"2021-06-17T19:37:49.087245Z\",\n            \"modified_at\": \"2021-06-17T19:37:49.087245Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"650fde39145f417db48b6270bfa78c2a\",\n                \"created_at\": \"2021-06-17T19:37:49.096062Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"a34ea557d25cc1c7b3b6bf080381eb04\",\n            \"name\": \"EasyOCR (Vietnamese)\",\n            \"created_at\": \"2021-06-17T19:32:48.422165Z\",\n            \"modified_at\": \"2021-06-17T19:32:48.422165Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"9dcfa47d32374f2684e5ed167ad0337a\",\n                \"created_at\": \"2021-06-17T19:32:48.431675Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"edd250a6e1f82cbee84819e3550dbaf4\",\n            \"name\": \"Helsinki-NLP/opus-mt-nl-en\",\n            \"created_at\": \"2021-05-28T16:30:24.060377Z\",\n            \"modified_at\": \"2021-05-28T16:30:24.060377Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"1183f7daaadd48969be19c0e7ad1c5ec\",\n                \"created_at\": \"2021-05-28T16:30:24.070688Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"68a51a726f7033bbfcf57c905f09b7ca\",\n            \"name\": \"general\",\n            \"created_at\": \"2021-04-19T16:03:17.091357Z\",\n            \"modified_at\": \"2021-05-20T08:13:55.391070Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"df708d35d2fa4dea9e9d3f76ce842450\",\n                \"created_at\": \"2021-05-20T08:13:55.399476Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 183,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].region_info.mask,regions[...].data.concepts\": \"output__0\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"input__0\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-segmenter\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"19de30b6d9c38ed8a0478ac5103efebe\",\n            \"name\": \"person-vehicle\",\n            \"created_at\": \"2021-05-14T19:50:52.826338Z\",\n            \"modified_at\": \"2021-05-18T18:59:59.867143Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"f06017161d0843dca0c6cf962cf08a11\",\n                \"created_at\": \"2021-05-18T18:59:59.876468Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 3,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"332956f015ea667f81cef1f37b1a20f3\",\n            \"name\": \"person-vehicle-lite\",\n            \"created_at\": \"2021-05-14T19:33:26.027753Z\",\n            \"modified_at\": \"2021-05-18T18:55:51.389600Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"ef042aa9117141079f579db19809b1d3\",\n                \"created_at\": \"2021-05-18T18:55:51.401858Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 3,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"4236cc320afa91a7d6c53ec949b66785\",\n            \"name\": \"Helsinki-NLP/opus-mt-es-en\",\n            \"created_at\": \"2021-05-12T22:17:11.471812Z\",\n            \"modified_at\": \"2021-05-12T22:17:11.471812Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"6fff4d1143114416b47f278084f4ffc7\",\n                \"created_at\": \"2021-05-12T22:17:11.477501Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"31025e019a18970a1acc55ba6a184dc6\",\n            \"name\": \"face-sentiment\",\n            \"created_at\": \"2021-05-12T16:02:43.390981Z\",\n            \"modified_at\": \"2021-05-12T16:02:43.390981Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"edcf31cfa67e426a8b12cd889453f0c3\",\n                \"created_at\": \"2021-05-12T16:02:43.563574Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 7,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"softmax\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"17a76b5162066195dad4c0437e66be80\",\n            \"name\": \"objectness-detector\",\n            \"created_at\": \"2021-05-11T17:35:00.699972Z\",\n            \"modified_at\": \"2021-05-11T17:35:00.699972Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"a488dd0eb0b94e16b22aa35656f4dd31\",\n                \"created_at\": \"2021-05-11T17:35:00.734676Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 1,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0.6\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"e609405a6ced78aa8a9eff2288f6edc6\",\n            \"name\": \"tank-rodeo\",\n            \"created_at\": \"2021-05-04T15:39:36.312115Z\",\n            \"modified_at\": \"2021-05-04T15:39:36.312115Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"745c6724c6a3456bb41ab0814070e191\",\n                \"created_at\": \"2021-05-04T15:39:36.537311Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 14,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0.1\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"385c7fd117d77553962b39629659d51a\",\n            \"name\": \"apparel\",\n            \"created_at\": \"2021-04-23T20:11:59.736603Z\",\n            \"modified_at\": \"2021-04-26T18:20:03.699907Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"c318a0b6769540e6bfe684af83560a9f\",\n                \"created_at\": \"2021-04-26T18:20:03.705751Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 192,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"softmax\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"c833800b94175363881d4db8b55e4a52\",\n            \"name\": \"test20_ner\",\n            \"created_at\": \"2021-04-23T18:19:00.421074Z\",\n            \"modified_at\": \"2021-04-23T18:19:00.421074Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"aa16e51cc0ef427ab728928932fed6f6\",\n                \"created_at\": \"2021-04-23T18:19:00.654472Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 9,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"labels\",\n                        \"regions[...].data.concepts[...].value\": \"scores\",\n                        \"regions[...].data.text\": \"tokens\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-token-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"9de6872fa62a3118ce66c313e5c7d567\",\n            \"name\": \"test4_bert_base_ner\",\n            \"created_at\": \"2021-04-22T01:34:00.926953Z\",\n            \"modified_at\": \"2021-04-22T01:34:00.926953Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"b263587fd32f48f4a89a80271b5ce18f\",\n                \"created_at\": \"2021-04-22T01:34:01.026938Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 9,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"labels\",\n                        \"regions[...].data.concepts[...].value\": \"scores\",\n                        \"regions[...].data.text\": \"tokens\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-token-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"33128485c45b681a11380cea3933789a\",\n            \"name\": \"test2_bert_base_ner\",\n            \"created_at\": \"2021-04-21T20:34:07.150108Z\",\n            \"modified_at\": \"2021-04-21T20:34:07.150108Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"da4b266f7b654679b6b4ba8c8691c326\",\n                \"created_at\": \"2021-04-21T20:34:07.278954Z\",\n                \"status\": {\n                    \"code\": 99009,\n                    \"description\": \"Training Unknown Error\"\n                },\n                \"active_concept_count\": 9,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"labels\",\n                        \"regions[...].data.concepts[...].value\": \"scores\",\n                        \"regions[...].data.text\": \"tokens\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-token-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"48f9e31a431a24754f7db8bf221e1e41\",\n            \"name\": \"test_bert_base_ner\",\n            \"created_at\": \"2021-04-21T15:22:05.347218Z\",\n            \"modified_at\": \"2021-04-21T15:22:05.347218Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"e9c0b45944a24b6a9c3e77f0a10a836f\",\n                \"created_at\": \"2021-04-21T15:22:05.487673Z\",\n                \"status\": {\n                    \"code\": 99009,\n                    \"description\": \"Training Unknown Error\"\n                },\n                \"active_concept_count\": 9,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"labels\",\n                        \"regions[...].data.concepts[...].value\": \"scores\",\n                        \"regions[...].data.text\": \"tokens\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-token-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"b5632bca03e3aca4e0c948303935fb0d\",\n            \"name\": \"dslim/bert-base-NER\",\n            \"created_at\": \"2021-04-20T21:52:32.656339Z\",\n            \"modified_at\": \"2021-04-20T21:52:32.656339Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"ff092f6185c94800902d62ff68775a6e\",\n                \"created_at\": \"2021-04-20T21:52:32.810261Z\",\n                \"status\": {\n                    \"code\": 99009,\n                    \"description\": \"Training Unknown Error\"\n                },\n                \"active_concept_count\": 9,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"labels\",\n                        \"regions[...].data.concepts[...].value\": \"scores\",\n                        \"regions[...].data.text\": \"tokens\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-token-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"8db409c46a3a9153becc3565f1d99022\",\n            \"name\": \"Test Triton GPU Landmarks\",\n            \"created_at\": \"2021-01-15T21:31:47.307624Z\",\n            \"modified_at\": \"2021-04-12T20:07:18.744912Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"cf33eda7f56f4d389ffac719cdf82da4\",\n                \"created_at\": \"2021-04-12T20:07:18.749574Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 1,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts,regions[...].region_info.keypoint_locations\": \"output__0\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"input__0\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-keypointer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        }\n    ]\n}"},{"id":"0e7fb97a-fe7c-4a1e-9de2-10369cbbe8c8","name":"List Models in App  ( show only model type ids)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":{"raw":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models?fetch_model_type_id_only=true","host":["https://api.clarifai.com"],"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models"],"query":[{"key":"fetch_model_type_id_only","value":"true"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"b764066ba8509971a7d20ad73533f255\"\n    },\n    \"models\": [\n        {\n            \"id\": \"openai-create-image-9\",\n            \"name\": \"newnewnewname\",\n            \"created_at\": \"2023-11-23T11:16:25.775735Z\",\n            \"modified_at\": \"2023-11-23T11:19:38.173686Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"text-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"test-model-with-hyperparms-1700738311\",\n            \"name\": \"test-model-with-hyperparms-1700738311\",\n            \"created_at\": \"2023-11-23T11:18:31.353199Z\",\n            \"modified_at\": \"2023-11-23T11:18:31.353199Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"embedding-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"test-model-1700738282\",\n            \"name\": \"test-model-1700738282\",\n            \"created_at\": \"2023-11-23T11:18:01.807941Z\",\n            \"modified_at\": \"2023-11-23T11:18:01.807941Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"embedding-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"test-model-1700738263\",\n            \"name\": \"test-model-1700738263\",\n            \"created_at\": \"2023-11-23T11:17:43.761741Z\",\n            \"modified_at\": \"2023-11-23T11:17:43.761741Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"embedding-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"test-model-1700738240\",\n            \"name\": \"test-model-1700738240\",\n            \"created_at\": \"2023-11-23T11:17:20.719370Z\",\n            \"modified_at\": \"2023-11-23T11:17:20.719370Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"image-crop\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"test-model-1700738220\",\n            \"name\": \"test-model-1700738220\",\n            \"created_at\": \"2023-11-23T11:17:00.314086Z\",\n            \"modified_at\": \"2023-11-23T11:17:00.314086Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"embedding-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"profanity-filter-new2\",\n            \"name\": \"profanity-filter-new2\",\n            \"created_at\": \"2023-11-23T11:16:45.317604Z\",\n            \"modified_at\": \"2023-11-23T11:16:45.317604Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"keyword-filter-operator\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"named-entity-recognition-diseases-english-text\",\n            \"name\": \"burgerz\",\n            \"created_at\": \"2023-11-23T11:15:32.431806Z\",\n            \"modified_at\": \"2023-11-23T11:16:02.900299Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"embedding-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"custom-config\",\n            \"name\": \"custom-config\",\n            \"created_at\": \"2023-11-23T09:41:08.002419Z\",\n            \"modified_at\": \"2023-11-23T09:41:08.002419Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"model_version\": {\n                \"id\": \"1e4c121974f849209abb658cdf682585\",\n                \"created_at\": \"2023-11-23T09:41:18.470087Z\",\n                \"status\": {\n                    \"code\": 21110,\n                    \"description\": \"datasets.dataset.DataBatchEmpty: No databatch found in train set's file directory\\nFailed to create a training dataset, because there are no appropriately annotated inputs. Expected annotations with concepts for model type id text-classifier. \"\n                },\n                \"active_concept_count\": 6,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"test-app-1700638575-empty\",\n                \"user_id\": \"a0btrubbaefn\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"params\": {\n                        \"max_concepts\": 20,\n                        \"min_value\": 0,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {},\n                \"train_info\": {\n                    \"params\": {\n                        \"dataset_id\": \"\",\n                        \"dataset_version_id\": \"\",\n                        \"invalid_data_tolerance_percent\": 5,\n                        \"model_config\": {\n                            \"pretrained_model_name\": \"EleutherAI/gpt-neo-125m\"\n                        },\n                        \"num_gpus\": 1,\n                        \"peft_config\": {\n                            \"peft_type\": \"LORA\"\n                        },\n                        \"template\": \"HF_GPTNeo_125m_lora\",\n                        \"tokenizer_config\": {},\n                        \"trainer_config\": {\n                            \"auto_find_batch_size\": true,\n                            \"num_train_epochs\": 20,\n                            \"output_dir\": \"checkpoint\"\n                        }\n                    }\n                },\n                \"import_info\": {}\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"text-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"imagecl1\",\n            \"name\": \"imagecl1\",\n            \"created_at\": \"2023-11-23T07:58:15.786698Z\",\n            \"modified_at\": \"2023-11-23T07:58:15.786698Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"embedding-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"imagecl\",\n            \"name\": \"imagecl\",\n            \"created_at\": \"2023-11-23T07:57:56.370980Z\",\n            \"modified_at\": \"2023-11-23T07:57:56.370980Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"embedding-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"deep_cls_bg1\",\n            \"name\": \"deep_cls_bg1\",\n            \"created_at\": \"2023-11-23T07:27:32.857722Z\",\n            \"modified_at\": \"2023-11-23T07:27:32.857722Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"model_version\": {\n                \"id\": \"00668896e0a64cf5b37302c000e96f23\",\n                \"created_at\": \"2023-11-23T08:06:12.577745Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 16,\n                \"metrics\": {\n                    \"status\": {\n                        \"code\": 21300,\n                        \"description\": \"Model was successfully evaluated.\"\n                    },\n                    \"summary\": {\n                        \"macro_avg_roc_auc\": 0.52151275,\n                        \"macro_std_roc_auc\": 0.34620512,\n                        \"macro_avg_f1_score\": 0.40380955,\n                        \"macro_std_f1_score\": 0.17236254,\n                        \"macro_avg_precision\": 0.09772728,\n                        \"macro_avg_recall\": 0.52380955\n                    }\n                },\n                \"completed_at\": \"2023-11-23T08:21:08.303040Z\",\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"test-app-1700638575-empty\",\n                \"user_id\": \"a0btrubbaefn\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"probs\"\n                    },\n                    \"params\": {\n                        \"max_concepts\": 20,\n                        \"min_value\": 0,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"input\"\n                    }\n                },\n                \"train_info\": {\n                    \"params\": {\n                        \"batch_size\": 64,\n                        \"concepts_mutually_exclusive\": false,\n                        \"dataset_id\": \"\",\n                        \"dataset_version_id\": \"\",\n                        \"flip_direction\": \"horizontal\",\n                        \"flip_probability\": 0.5,\n                        \"image_size\": 224,\n                        \"invalid_data_tolerance_percent\": 5,\n                        \"num_epochs\": 60,\n                        \"num_gpus\": 1,\n                        \"per_item_lrate\": 0.00001953125,\n                        \"per_item_min_lrate\": 1.5625e-08,\n                        \"pretrained_weights\": \"ImageNet-1k\",\n                        \"seed\": -1,\n                        \"template\": \"MMClassification_ResNet_50_RSB_A1\",\n                        \"warmup_iters\": 100,\n                        \"warmup_ratio\": 0.0001,\n                        \"weight_decay\": 0.01\n                    }\n                },\n                \"import_info\": {}\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"deep_cls_bg\",\n            \"name\": \"deep_cls_bg\",\n            \"created_at\": \"2023-11-23T07:12:59.578284Z\",\n            \"modified_at\": \"2023-11-23T07:12:59.578284Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"profanity-filter-new\",\n            \"name\": \"profanity-filter-new\",\n            \"created_at\": \"2023-11-23T07:08:10.016262Z\",\n            \"modified_at\": \"2023-11-23T07:08:10.016262Z\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"model_version\": {\n                \"id\": \"b56d87c6dc80484291586d10f2feaacd\",\n                \"created_at\": \"2023-11-23T07:08:17.041706Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"test-app-1700638575-empty\",\n                \"user_id\": \"a0btrubbaefn\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"params\": {\n                        \"case_sensitive\": false,\n                        \"keywords\": [\n                            \"\"\n                        ]\n                    }\n                },\n                \"input_info\": {},\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"model_type_id\": \"keyword-filter-operator\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"tiny-random-gpt2\",\n            \"name\": \"tiny-random-gpt2\",\n            \"created_at\": \"2023-11-17T21:31:10.384113Z\",\n            \"modified_at\": \"2023-11-17T21:31:10.384113Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"214531acb40a4af8b56ca79103390466\",\n                \"created_at\": \"2023-11-17T21:31:10.384113Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {\n                    \"params\": {\n                        \"model_config\": {\n                            \"_name_or_path\": \"hf-internal-testing/tiny-random-gpt2\",\n                            \"activation_function\": \"gelu_new\",\n                            \"architectures\": [\n                                \"GPT2LMHeadModel\"\n                            ],\n                            \"attention_probs_dropout_prob\": 0.1,\n                            \"attn_pdrop\": 0.1,\n                            \"bos_token_id\": 98,\n                            \"embd_pdrop\": 0.1,\n                            \"eos_token_id\": 98,\n                            \"gradient_checkpointing\": false,\n                            \"hidden_act\": \"gelu\",\n                            \"hidden_dropout_prob\": 0.1,\n                            \"initializer_range\": 0.02,\n                            \"intermediate_size\": 37,\n                            \"layer_norm_epsilon\": 0.00001,\n                            \"model_type\": \"gpt2\",\n                            \"n_ctx\": 512,\n                            \"n_embd\": 32,\n                            \"n_head\": 4,\n                            \"n_inner\": null,\n                            \"n_layer\": 5,\n                            \"n_positions\": 512,\n                            \"pad_token_id\": 98,\n                            \"reorder_and_upcast_attn\": false,\n                            \"resid_pdrop\": 0.1,\n                            \"scale_attn_by_inverse_layer_idx\": false,\n                            \"scale_attn_weights\": true,\n                            \"summary_activation\": null,\n                            \"summary_first_dropout\": 0.1,\n                            \"summary_proj_to_labels\": true,\n                            \"summary_type\": \"cls_index\",\n                            \"summary_use_proj\": true,\n                            \"torch_dtype\": \"float32\",\n                            \"transformers_version\": \"4.32.1\",\n                            \"type_vocab_size\": 16,\n                            \"use_cache\": true,\n                            \"vocab_size\": 1000\n                        },\n                        \"tokenizer_config\": {\n                            \"add_prefix_space\": false,\n                            \"bos_token\": \"<|endoftext|>\",\n                            \"clean_up_tokenization_spaces\": true,\n                            \"eos_token\": \"<|endoftext|>\",\n                            \"model_max_length\": 512,\n                            \"tokenizer_class\": \"GPT2Tokenizer\",\n                            \"unk_token\": \"<|endoftext|>\"\n                        }\n                    }\n                },\n                \"import_info\": {\n                    \"params\": {\n                        \"model_name\": \"hf-internal-testing/tiny-random-gpt2\",\n                        \"pipeline_name\": \"text-generation\",\n                        \"toolkit\": \"HuggingFace\"\n                    }\n                }\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-to-text\",\n            \"task\": \"text-generation\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"BAAI-bge-base-en-v15\",\n            \"name\": \"BAAI-bge-base-en-v15\",\n            \"created_at\": \"2023-11-01T12:53:30.339664Z\",\n            \"modified_at\": \"2023-11-01T12:53:30.339664Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"23cf79f86459491cb31fd7f0273c9fff\",\n                \"created_at\": \"2023-11-01T12:53:30.339664Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"embeddings\": \"embedding\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    },\n                    \"params\": {\n                        \"text_token_warning_limit\": 512\n                    }\n                },\n                \"train_info\": {\n                    \"params\": {\n                        \"model_config\": {\n                            \"_name_or_path\": \"BAAI/bge-base-en-v1.5\",\n                            \"architectures\": [\n                                \"BertModel\"\n                            ],\n                            \"attention_probs_dropout_prob\": 0.1,\n                            \"classifier_dropout\": null,\n                            \"gradient_checkpointing\": false,\n                            \"hidden_act\": \"gelu\",\n                            \"hidden_dropout_prob\": 0.1,\n                            \"hidden_size\": 768,\n                            \"id2label\": {\n                                \"0\": \"LABEL_0\"\n                            },\n                            \"initializer_range\": 0.02,\n                            \"intermediate_size\": 3072,\n                            \"label2id\": {\n                                \"LABEL_0\": 0\n                            },\n                            \"layer_norm_eps\": 1e-12,\n                            \"max_position_embeddings\": 512,\n                            \"model_type\": \"bert\",\n                            \"num_attention_heads\": 12,\n                            \"num_hidden_layers\": 12,\n                            \"pad_token_id\": 0,\n                            \"position_embedding_type\": \"absolute\",\n                            \"torch_dtype\": \"float32\",\n                            \"transformers_version\": \"4.32.1\",\n                            \"type_vocab_size\": 2,\n                            \"use_cache\": true,\n                            \"vocab_size\": 30522\n                        },\n                        \"tokenizer_config\": {\n                            \"clean_up_tokenization_spaces\": true,\n                            \"cls_token\": \"[CLS]\",\n                            \"do_basic_tokenize\": true,\n                            \"do_lower_case\": true,\n                            \"mask_token\": \"[MASK]\",\n                            \"model_max_length\": 512,\n                            \"never_split\": null,\n                            \"pad_token\": \"[PAD]\",\n                            \"sep_token\": \"[SEP]\",\n                            \"strip_accents\": null,\n                            \"tokenize_chinese_chars\": true,\n                            \"tokenizer_class\": \"BertTokenizer\",\n                            \"unk_token\": \"[UNK]\"\n                        }\n                    }\n                },\n                \"import_info\": {\n                    \"params\": {\n                        \"model_name\": \"BAAI/bge-base-en-v1.5\",\n                        \"pipeline_name\": \"feature-extraction\",\n                        \"toolkit\": \"HuggingFace\"\n                    }\n                }\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-embedder\",\n            \"task\": \"representation-learning\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"BAAI-bge-base-en-cluster\",\n            \"name\": \"BAAI-bge-base-en-cluster\",\n            \"created_at\": \"2023-08-15T14:21:18.083130Z\",\n            \"modified_at\": \"2023-08-15T14:21:18.083130Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"4a47a75c931c4b0784cebc2cd45bc5a2\",\n                \"created_at\": \"2023-09-18T11:00:41.832176Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"metrics\": {\n                    \"status\": {\n                        \"code\": 21300,\n                        \"description\": \"Model was successfully evaluated.\"\n                    }\n                },\n                \"total_input_count\": 293849,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\"\n                },\n                \"input_info\": {},\n                \"train_info\": {\n                    \"params\": {\n                        \"beta\": 1,\n                        \"coarse_clusters\": 128,\n                        \"dataset_id\": \"quora-dataset-corpus-2\",\n                        \"dataset_version_id\": \"dataset-version-1692900595413\",\n                        \"eval_holdout_fraction\": 0.2,\n                        \"max_num_query_embeddings\": 100,\n                        \"max_visited\": 32,\n                        \"num_results_per_query\": [\n                            1,\n                            5,\n                            10,\n                            20\n                        ],\n                        \"query_holdout_fraction\": 0.1,\n                        \"quota\": 1000,\n                        \"to_be_indexed_queries_fraction\": 0.25,\n                        \"train_iters\": 1,\n                        \"training_timeout\": 72000\n                    },\n                    \"dataset\": {\n                        \"id\": \"quora-dataset-corpus-2\",\n                        \"created_at\": \"2023-08-24T07:40:45.232142Z\",\n                        \"modified_at\": \"2023-08-24T18:09:55.799396Z\",\n                        \"app_id\": \"quora-dataset\",\n                        \"user_id\": \"isaac\",\n                        \"metadata\": {},\n                        \"visibility\": {\n                            \"gettable\": 10\n                        },\n                        \"version\": {\n                            \"id\": \"dataset-version-1692900595413\",\n                            \"created_at\": \"0001-01-01T00:00:00Z\",\n                            \"modified_at\": \"0001-01-01T00:00:00Z\",\n                            \"app_id\": \"quora-dataset\",\n                            \"user_id\": \"isaac\",\n                            \"dataset_id\": \"quora-dataset-corpus-2\",\n                            \"status\": {\n                                \"code\": 99009,\n                                \"description\": \"Internal error\"\n                            },\n                            \"metadata\": {}\n                        }\n                    }\n                },\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"clusterer\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"BAAI-bge-base-en\",\n            \"name\": \"BAAI-bge-base-en\",\n            \"created_at\": \"2023-08-15T11:36:23.145658Z\",\n            \"modified_at\": \"2023-08-15T11:36:23.145658Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"b55d165cc3c64ed4bab3090c7b402188\",\n                \"created_at\": \"2023-08-15T11:36:23.145658Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"embeddings\": \"embedding\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {\n                    \"params\": {\n                        \"model_config\": {\n                            \"_name_or_path\": \"BAAI/bge-base-en\",\n                            \"architectures\": [\n                                \"BertModel\"\n                            ],\n                            \"attention_probs_dropout_prob\": 0.1,\n                            \"classifier_dropout\": null,\n                            \"gradient_checkpointing\": false,\n                            \"hidden_act\": \"gelu\",\n                            \"hidden_dropout_prob\": 0.1,\n                            \"hidden_size\": 768,\n                            \"id2label\": {\n                                \"0\": \"LABEL_0\"\n                            },\n                            \"initializer_range\": 0.02,\n                            \"intermediate_size\": 3072,\n                            \"label2id\": {\n                                \"LABEL_0\": 0\n                            },\n                            \"layer_norm_eps\": 1e-12,\n                            \"max_position_embeddings\": 512,\n                            \"model_type\": \"bert\",\n                            \"num_attention_heads\": 12,\n                            \"num_hidden_layers\": 12,\n                            \"pad_token_id\": 0,\n                            \"position_embedding_type\": \"absolute\",\n                            \"torch_dtype\": \"float32\",\n                            \"transformers_version\": \"4.30.2\",\n                            \"type_vocab_size\": 2,\n                            \"use_cache\": true,\n                            \"vocab_size\": 30522\n                        },\n                        \"tokenizer_config\": {\n                            \"clean_up_tokenization_spaces\": true,\n                            \"cls_token\": \"[CLS]\",\n                            \"do_basic_tokenize\": true,\n                            \"do_lower_case\": true,\n                            \"mask_token\": \"[MASK]\",\n                            \"model_max_length\": 512,\n                            \"never_split\": null,\n                            \"pad_token\": \"[PAD]\",\n                            \"sep_token\": \"[SEP]\",\n                            \"strip_accents\": null,\n                            \"tokenize_chinese_chars\": true,\n                            \"tokenizer_class\": \"BertTokenizer\",\n                            \"unk_token\": \"[UNK]\"\n                        }\n                    }\n                },\n                \"import_info\": {\n                    \"params\": {\n                        \"model_name\": \"BAAI/bge-base-en\",\n                        \"pipeline_name\": \"feature-extraction\",\n                        \"tokenizer_name\": \"BAAI/bge-base-en\",\n                        \"toolkit\": \"HuggingFace\"\n                    }\n                }\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-embedder\",\n            \"task\": \"representation-learning\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"apparel-recognition\",\n            \"name\": \"apparel\",\n            \"created_at\": \"2016-12-15T01:29:04.622209Z\",\n            \"modified_at\": \"2023-05-23T12:34:15.093542Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"dc2cd6d9bff5425a80bfe0c4105583c1\",\n                \"created_at\": \"2016-12-15T01:29:04.622209Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 112,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"softmax\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"display_name\": \"apparel-visual-classifier\",\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"AI model for identifying fashion-related and clothing concepts, hats, jewelry, handbags, etc. in images and video.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"Clarifai apparel model featuring woman black turtleneck.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/apparel-woman-black-turtleneck.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai apparel model featuring yellow boots.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/apparel-yellow-boots.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai apparel model featuring black white striped socks.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/apparel-black-white-striped-socks.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai apparel model featuring sunglasses.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/apparel-sunglasses.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai apparel model featuring dog in a dog carrier.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/apparel-dog-in-a-dog-carrier.jpg\"\n                    }\n                ]\n            },\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"15b0041cc2cd848a0d8b45f8b83c1d7d\",\n            \"name\": \"CLIP\",\n            \"created_at\": \"2021-12-14T18:07:40.983254Z\",\n            \"modified_at\": \"2023-04-27T20:45:27.183474Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"97f20cc96b7c4bec8f3b96e284ba1173\",\n                \"created_at\": \"2021-12-14T18:07:41.268867Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"embeddings\": \"embeddings\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-embedder\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"notes\": \"This model has been deprecated. Please use `multilingual-multimodal-clip-embed` instead.\",\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"text-translation-english-spanish\",\n            \"name\": \"Helsinki-NLP/opus-mt-en-es\",\n            \"created_at\": \"2023-02-22T22:44:16.825059Z\",\n            \"modified_at\": \"2023-02-22T22:44:16.825059Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"643f30558de34013aff72b0e21f244f5\",\n                \"created_at\": \"2023-02-23T00:39:20.611092Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {\n                    \"params\": {\n                        \"model_config\": {\n                            \"_name_or_path\": \"Helsinki-NLP/opus-mt-en-es\",\n                            \"activation_dropout\": 0,\n                            \"activation_function\": \"swish\",\n                            \"add_bias_logits\": false,\n                            \"add_final_layer_norm\": false,\n                            \"architectures\": [\n                                \"MarianMTModel\"\n                            ],\n                            \"attention_dropout\": 0,\n                            \"bad_words_ids\": [\n                                [\n                                    65000\n                                ]\n                            ],\n                            \"bos_token_id\": 0,\n                            \"classif_dropout\": 0,\n                            \"classifier_dropout\": 0,\n                            \"d_model\": 512,\n                            \"decoder_attention_heads\": 8,\n                            \"decoder_ffn_dim\": 2048,\n                            \"decoder_layerdrop\": 0,\n                            \"decoder_layers\": 6,\n                            \"decoder_start_token_id\": 65000,\n                            \"dropout\": 0.1,\n                            \"encoder_attention_heads\": 8,\n                            \"encoder_ffn_dim\": 2048,\n                            \"encoder_layerdrop\": 0,\n                            \"encoder_layers\": 6,\n                            \"eos_token_id\": 0,\n                            \"extra_pos_embeddings\": 65001,\n                            \"force_bos_token_to_be_generated\": false,\n                            \"forced_eos_token_id\": 0,\n                            \"gradient_checkpointing\": false,\n                            \"id2label\": {\n                                \"0\": \"LABEL_0\",\n                                \"1\": \"LABEL_1\",\n                                \"2\": \"LABEL_2\"\n                            },\n                            \"init_std\": 0.02,\n                            \"is_encoder_decoder\": true,\n                            \"label2id\": {\n                                \"LABEL_0\": 0,\n                                \"LABEL_1\": 1,\n                                \"LABEL_2\": 2\n                            },\n                            \"max_length\": 512,\n                            \"max_position_embeddings\": 512,\n                            \"model_type\": \"marian\",\n                            \"normalize_before\": false,\n                            \"normalize_embedding\": false,\n                            \"num_beams\": 4,\n                            \"num_hidden_layers\": 6,\n                            \"pad_token_id\": 65000,\n                            \"scale_embedding\": true,\n                            \"static_position_embeddings\": true,\n                            \"torch_dtype\": \"float32\",\n                            \"transformers_version\": \"4.16.0\",\n                            \"use_cache\": true,\n                            \"vocab_size\": 65001\n                        },\n                        \"tokenizer_config\": {\n                            \"eos_token\": \"</s>\",\n                            \"model_max_length\": 512,\n                            \"name_or_path\": \"Helsinki-NLP/opus-mt-en-es\",\n                            \"pad_token\": \"<pad>\",\n                            \"source_lang\": \"eng\",\n                            \"sp_model_kwargs\": {},\n                            \"special_tokens_map_file\": null,\n                            \"target_lang\": \"spa\",\n                            \"tokenizer_class\": \"MarianTokenizer\",\n                            \"tokenizer_file\": null,\n                            \"unk_token\": \"<unk>\"\n                        }\n                    }\n                },\n                \"import_info\": {\n                    \"params\": {\n                        \"model_name\": \"Helsinki-NLP/opus-mt-en-es\",\n                        \"pipeline_name\": \"translation_xx_to_yy\",\n                        \"tokenizer_name\": \"Helsinki-NLP/opus-mt-en-es\",\n                        \"toolkit\": \"HuggingFace\"\n                    }\n                }\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-to-text\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"Text translation model from English to Spanish using sentence piece-based segmentation\",\n            \"metadata\": {},\n            \"notes\": \"\\n # Helsinki-NLP - English to Spanish                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Introduction                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n The Helsinki-NLP models are used to translate text from one language to another. As such, the model takes a block text as its input, and outputs the translated block of text. This particular model takes in English text as it's input and outputs Spanish text.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Limitations                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n The usage of random capitalization and punctuation may result in erroneous translations grammatically speaking. If you are using this model in a workflow and find grammar issues, you can try utilizing aggregators to minimize errors.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n **More Info**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n * Original Repository: [GitHub](https://github.com/Helsinki-NLP/Tatoeba-Challenge)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \\n * Helsinki-NLP Opus: [eng-spa](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/eng-spa)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \\n * Hugging Face docs: [Helsinki-NLP/opus-mt-en-es](https://huggingface.co/Helsinki-NLP/opus-mt-en-es)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Paper                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n [Natural language processing for similar languages, varieties, and dialects: A survey](https://helda.helsinki.fi/bitstream/handle/10138/330117/natural_language_processing_for_similar_languages_varieties_and_dialects_a_survey.pdf)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n Authors: Marcos Zampieri, Preslav Nakov, Yves Scherrer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n **Abstract**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n There has been a lot of recent interest in the natural language processing (NLP) community in the computational processing of language varieties and dialects, with the aim to improve the performance of applications such as machine translation, speech recognition, and dialogue systems. Here, we attempt to survey this growing field of research, with focus on computational methods for processing similar languages, varieties, and dialects. In particular, we discuss the most important challenges when dealing with diatopic language variation, and we present some of the available datasets, the process of data collection, and the most common data collection strategies used to compile datasets for similar languages, varieties, and dialects. We further present a number of studies on computational methods developed and/or adapted for preprocessing, normalization, part-of-speech tagging, and parsing similar languages, language varieties, and dialects. Finally, we discuss relevant applications such as language and dialect identification and machine translation for closely related languages, language varieties, and dialects.                                     \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Risks, Limitations, and Biases                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n **CONTENT WARNING: Readers should be aware this section contains content that is disturbing, offensive, and can propagate historical and current stereotypes.**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n There has been significant research exploring bias and fairness issues with language models. Some important papers in this field include:                                                   # Helsinki-NLP - English to Spanish                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Introduction                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n The Helsinki-NLP models are used to translate text from one language to another. As such, the model takes a block text as its input, and outputs the translated block of text. This particular model takes in English text as it's input and outputs Spanish text.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Limitations                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n The usage of random capitalization and punctuation may result in erroneous translations grammatically speaking. If you are using this model in a workflow and find grammar issues, you can try utilizing aggregators to minimize errors.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n **More Info**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n * Original Repository: [GitHub](https://github.com/Helsinki-NLP/Tatoeba-Challenge)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \\n * Helsinki-NLP Opus: [eng-spa](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/eng-spa)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \\n * Hugging Face docs: [Helsinki-NLP/opus-mt-en-es](https://huggingface.co/Helsinki-NLP/opus-mt-en-es)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Paper                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n [Natural language processing for similar languages, varieties, and dialects: A survey](https://helda.helsinki.fi/bitstream/handle/10138/330117/natural_language_processing_for_similar_languages_varieties_and_dialects_a_survey.pdf)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n Authors: Marcos Zampieri, Preslav Nakov, Yves Scherrer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n **Abstract**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n There has been a lot of recent interest in the natural language processing (NLP) community in the computational processing of language varieties and dialects, with the aim to improve the performance of applications such as machine translation, speech recognition, and dialogue systems. Here, we attempt to survey this growing field of research, with focus on computational methods for processing similar languages, varieties, and dialects. In particular, we discuss the most important challenges when dealing with diatopic language variation, and we present some of the available datasets, the process of data collection, and the most common data collection strategies used to compile datasets for similar languages, varieties, and dialects. We further present a number of studies on computational methods developed and/or adapted for preprocessing, normalization, part-of-speech tagging, and parsing similar languages, language varieties, and dialects. Finally, we discuss relevant applications such as language and dialect identification and machine translation for closely related languages, language varieties, and dialects.                                     \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Risks, Limitations, and Biases                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n **CONTENT WARNING: Readers should be aware this section contains content that is disturbing, offensive, and can propagate historical and current stereotypes.**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n There has been significant research exploring bias and fairness issues with language models. Some important papers in this field include:                                                  \\n * [Societal Biases in Language Generation: Progress and Challenges](https://aclanthology.org/2021.acl-long.330.pdf)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \\n     * Authors: Emily Sheng, Kai-Wei Chang, Premkumar Natarajan, Nanyun Peng                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \\n     * Abstract: Technology for language generation has advanced rapidly, spurred by advancements in pre-training large models on massive amounts of data and the need for intelligent agents to communicate in a natural manner. While techniques can effectively generate fluent text, they can also produce undesirable societal biases that can have a disproportionately negative impact on marginalized populations. Language generation presents unique challenges for biases in terms of direct user interaction and the structure of decoding techniques. To better understand these challenges, we present a survey on societal biases in language generation, focusing on how data and techniques contribute to biases and progress towards reducing biases. Motivated by a lack of studies on biases from decoding techniques, we also conduct experiments to quantify the effects of these techniques. By further discussing general trends and open challenges, we call to attention promising directions for research and the importance of fairness and inclusivity considerations for language generation applications.<br /><br />                                                          \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n * [On the Dangers of Stochastic Parrots: Can Language Models Be Too Big?](https://dl.acm.org/doi/pdf/10.1145/3442188.3445922)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \\n     * Authors: Emily M. Bender, Timnit Gebru, Angelina McMillan-Major, Shmargaret Shmitchell                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \\n     * Abstract: The past 3 years of work in NLP have been characterized by the development and deployment of ever larger language models, especially for English. BERT, its variants, GPT-2/3, and others, most recently Switch-C, have pushed the boundaries of the possible both through architectural innovations and through sheer size. Using these pretrained models and the methodology of fine-tuning them for specific tasks, researchers have extended the state of the art on a wide array of tasks as measured by leaderboards on specific benchmarks for English. In this paper, we take a step back and ask: How big is too big? What are the possible risks associated with this technology and what paths are available for mitigating those risks? We provide recommendations including weighing the environmental and financial costs first, investing resources into curating and carefully documenting datasets rather than ingesting everything on the web, carrying out pre-development exercises evaluating how the planned approach fits into research and development goals and supports stakeholder values, and encouraging research directions beyond ever larger language models.\\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Benchmarks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n The following benchmarks are for the **opus-2021-02-19** weights.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n | testset                        | BLEU | chr-F | #sent | #words | BP    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | ------------------------------ | ---- | ----- | ----- | ------ | ----- |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | newssyscomb2009-engspa.eng.spa | 31.3 | 0.583 | 502   | 12506  | 0.990 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | news-test2008-engspa.eng.spa   | 29.6 | 0.564 | 2051  | 52596  | 1.000 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | newstest2009-engspa.eng.spa    | 30.2 | 0.578 | 2525  | 68114  | 1.000 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | newstest2010-engspa.eng.spa    | 36.9 | 0.620 | 2489  | 65522  | 1.000 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | newstest2011-engspa.eng.spa    | 38.3 | 0.620 | 3003  | 79476  | 0.984 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | newstest2012-engspa.eng.spa    | 39.1 | 0.626 | 3003  | 79006  | 0.969 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | newstest2013-engspa.eng.spa    | 35.1 | 0.598 | 3000  | 70528  | 0.960 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | Tatoeba-test.eng.spa           | 55.1 | 0.721 | 10000 | 77311  | 0.978 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n | tico19-test.eng-spa            | 50.4 | 0.727 | 2100  | 66591  | 0.959 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n ## Additional Info                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \\n * Data set: Opus                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \\n * Model: Transformer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \\n * Source Language(s): en (English)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \\n * Target Language(s): es (Spanish)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \\n * Pre-processing: Normalization  [SentencePiece](https://github.com/google/sentencepiece) (spm32k, spm32k)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \\n * Download original weights: [opus-2021-02-19.zip](https://object.pouta.csc.fi/Tatoeba-MT-models/eng-spa/opus-2021-02-19.zip)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \\n * Test set translations: [opus-2021-02-19.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/eng-spa/opus-2021-02-19.test.txt)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \\n * Test set scores: [opus-2021-02-19.eval.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/eng-spa/opus-2021-02-19.eval.txt)\\n\",\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ocr_model_v3-1677100451\",\n            \"name\": \"ocr_model_v3-1677100451\",\n            \"created_at\": \"2023-02-22T21:14:10.921823Z\",\n            \"modified_at\": \"2023-02-22T21:14:10.921823Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"22894138385843978aaa97cae37780fb\",\n                \"created_at\": \"2023-02-22T21:14:10.928773Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\",\n                        \"regions[...].value\": \"predicted_det_scores\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"Stop Sign.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9d/Stop_sign_light_red.svg/1200px-Stop_sign_light_red.svg.png\"\n                    }\n                ]\n            },\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ocr-scene-english-paddleocr\",\n            \"name\": \"OCR Scene English PaddleOCR\",\n            \"created_at\": \"2023-02-22T15:48:10.066388Z\",\n            \"modified_at\": \"2023-02-22T15:48:10.066388Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"40dbb2c9cde44a27af226782e7157006\",\n                \"created_at\": \"2023-02-22T15:49:55.126424Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"An OCR model for detecting and recognizing English text in images that are more complex than scans of a page.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"type\": \"image\",\n                        \"url\": \"https://samples.clarifai.com/featured-models/ocr-woman-holding-sold-sign.jpg\"\n                    },\n                    {\n                        \"type\": \"image\",\n                        \"url\": \"https://samples.clarifai.com/featured-models/paddleocrs/ocr-scene-english-paddleocr-1.jpg\"\n                    },\n                    {\n                        \"type\": \"image\",\n                        \"url\": \"https://samples.clarifai.com/featured-models/paddleocrs/ocr-scene-english-paddleocr-2.jpg\"\n                    },\n                    {\n                        \"type\": \"image\",\n                        \"url\": \"https://samples.clarifai.com/featured-models/paddleocrs/ocr-scene-english-paddleocr-3.png\"\n                    }\n                ]\n            },\n            \"notes\": \"\\n # Introduction                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n PaddleOCR aims to create multilingual, awesome, leading, and practical OCR tools that help users train better models and apply them into practice. The information in this summary is taken from their [Github.](https://github.com/PaddlePaddle/PaddleOCR)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n Release PP-OCRv3: With comparable speed, the effect of Chinese scene is further improved by 5% compared with PP-OCRv2, the effect of English scene is improved by 11%, and the average recognition accuracy of 80 language multilingual models is improved by more than 5%.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n <iframe width=\\\"560\\\" height=\\\"315\\\" src=\\\"https://www.youtube.com/embed/ITTtqGKtS54\\\" title=\\\"YouTube video player\\\" frameborder=\\\"0\\\" allow=\\\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\\\" allowfullscreen></iframe>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n # Features                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n PaddleOCR support a variety of cutting-edge algorithms related to OCR, and developed industrial featured models/solution [PP-OCR](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.5/doc/doc_en/ppocr_introduction_en.md) and [PP-Structure](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.5/ppstructure/README.md) on this basis, and get through the whole process of data production, model training, compression, inference and deployment.                                                                                                                                                                                                                                                                                                  \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n ## PP-OCR Series Model List - This model is the English ultra-lightweight PP-OCRv3 model (13.4M) on the second row.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n | Model introduction                                           | Model name                   | Recommended scene | Detection model                                              | Direction classifier                                         | Recognition model                                            |                                                                                                                                                                                                                                                                                                                                                                                                                                                    \\n | ------------------------------------------------------------ | ---------------------------- | ----------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |                                                                                                                                                                                                                                                                                                                                                                                                                                                    \\n | Chinese and English ultra-lightweight PP-OCRv3 model（16.2M）     | ch_PP-OCRv3_xx          | Mobile & Server | [inference model](https://paddleocr.bj.bcebos.com/PP-OCRv3/chinese/ch_PP-OCRv3_det_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/PP-OCRv3/chinese/ch_PP-OCRv3_det_distill_train.tar) | [inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_train.tar) | [inference model](https://paddleocr.bj.bcebos.com/PP-OCRv3/chinese/ch_PP-OCRv3_rec_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/PP-OCRv3/chinese/ch_PP-OCRv3_rec_train.tar) |                                 \\n | English ultra-lightweight PP-OCRv3 model（13.4M）     | en_PP-OCRv3_xx          | Mobile & Server | [inference model](https://paddleocr.bj.bcebos.com/PP-OCRv3/english/en_PP-OCRv3_det_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/PP-OCRv3/english/en_PP-OCRv3_det_distill_train.tar) | [inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_train.tar) | [inference model](https://paddleocr.bj.bcebos.com/PP-OCRv3/english/en_PP-OCRv3_rec_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/PP-OCRv3/english/en_PP-OCRv3_rec_train.tar) |                                             \\n | Chinese and English ultra-lightweight PP-OCRv2 model（11.6M） |  ch_PP-OCRv2_xx |Mobile & Server|[inference model](https://paddleocr.bj.bcebos.com/PP-OCRv2/chinese/ch_PP-OCRv2_det_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/PP-OCRv2/chinese/ch_PP-OCRv2_det_distill_train.tar)| [inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_train.tar) |[inference model](https://paddleocr.bj.bcebos.com/PP-OCRv2/chinese/ch_PP-OCRv2_rec_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/PP-OCRv2/chinese/ch_PP-OCRv2_rec_train.tar)|                                                   \\n | Chinese and English ultra-lightweight PP-OCR model (9.4M)       | ch_ppocr_mobile_v2.0_xx      | Mobile & server   |[inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_det_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_det_train.tar)|[inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_train.tar) |[inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_rec_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_rec_train.tar)      |   \\n | Chinese and English general PP-OCR model (143.4M)               | ch_ppocr_server_v2.0_xx      | Server            |[inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_server_v2.0_det_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_server_v2.0_det_train.tar)    |[inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_train.tar)    |[inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_server_v2.0_rec_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_server_v2.0_rec_train.tar)  |\\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n - For more model downloads (including multiple languages), please refer to [PP-OCR series model downloads](./doc/doc_en/models_list_en.md).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \\n - For a new language request, please refer to [Guideline for new language_requests](#language_requests).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \\n - For structural document analysis models, please refer to [PP-Structure models](./ppstructure/docs/models_list_en.md).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n # PP-OCRv3 English model                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \\n ![](https://github.com/PaddlePaddle/PaddleOCR/raw/release/2.5/doc/imgs_results/PP-OCRv3/en/en_1.png)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n # PP-OCRv3 Chinese model                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \\n ![](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.5/doc/imgs_results/PP-OCRv3/ch/PP-OCRv3-pic003.jpg?raw=true)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\n # PP-OCRv3 Multilingual model                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \\n ![](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.5/doc/imgs_results/PP-OCRv3/multi_lang/korean_1.jpg?raw=true)\",\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ocr-scene-chinese-english-paddleocr\",\n            \"name\": \"ocr-scene-chinese-english-paddleocr\",\n            \"created_at\": \"2022-08-10T21:27:40.359110Z\",\n            \"modified_at\": \"2023-02-09T23:37:22.184921Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"67104613bc7245b594d6a38eb7e34974\",\n                \"created_at\": \"2022-08-10T21:27:40.889145Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/general-shirts-bags-shoes-computer.jpg\"\n                    }\n                ]\n            },\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"multilingual-multimodal-clip-embed\",\n            \"name\": \"Multilingual Multimodal Clip Embedder\",\n            \"created_at\": \"2023-01-30T17:46:05.745974Z\",\n            \"modified_at\": \"2023-01-30T17:46:05.745974Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"e3289fa66be4419eb2958ba74b6e9fee\",\n                \"created_at\": \"2023-01-30T17:46:05.745974Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"train_stats\": {},\n                \"completed_at\": \"2023-01-30T17:46:05.745974Z\",\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"embeddings\": \"embeddings\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\",\n                        \"text\": \"text\"\n                    },\n                    \"params\": {\n                        \"text_token_warning_limit\": 77\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"multimodal-embedder\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"CLIP-based multilingual multimodal embedding model.\",\n            \"metadata\": {},\n            \"notes\": \"##Multilingual CLIP\",\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ccfc0043fa804de4a586005f72582e00\",\n            \"name\": \"Multimodal Clip Clusterer\",\n            \"created_at\": \"2022-11-16T14:51:43.695740Z\",\n            \"modified_at\": \"2022-11-16T14:51:43.695740Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"4b134b9fb5f24e2bb09b7493560cc922\",\n                \"created_at\": \"2022-11-16T14:51:43.695740Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"metrics\": {\n                    \"status\": {\n                        \"code\": 21300,\n                        \"description\": \"Model was successfully evaluated.\"\n                    },\n                    \"summary\": {\n                        \"macro_avg_roc_auc\": 0,\n                        \"macro_std_roc_auc\": 0,\n                        \"macro_avg_f1_score\": 0,\n                        \"macro_std_f1_score\": 0,\n                        \"macro_avg_precision\": 0,\n                        \"macro_avg_recall\": 0,\n                        \"lopq_metrics\": [\n                            {\n                                \"k\": 10,\n                                \"recall_vs_brute_force\": 0.95100015,\n                                \"kendall_tau_vs_brute_force\": 1,\n                                \"most_frequent_code_percent\": 0.41158637,\n                                \"lopq_ndcg\": 0,\n                                \"brute_force_ndcg\": 0\n                            },\n                            {\n                                \"k\": 20,\n                                \"recall_vs_brute_force\": 0.93349975,\n                                \"kendall_tau_vs_brute_force\": 0.99947363,\n                                \"most_frequent_code_percent\": 0.41158637,\n                                \"lopq_ndcg\": 0,\n                                \"brute_force_ndcg\": 0\n                            },\n                            {\n                                \"k\": 50,\n                                \"recall_vs_brute_force\": 0.9118,\n                                \"kendall_tau_vs_brute_force\": 0.99697524,\n                                \"most_frequent_code_percent\": 0.41158637,\n                                \"lopq_ndcg\": 0,\n                                \"brute_force_ndcg\": 0\n                            },\n                            {\n                                \"k\": 100,\n                                \"recall_vs_brute_force\": 0.8869,\n                                \"kendall_tau_vs_brute_force\": 0.9947445,\n                                \"most_frequent_code_percent\": 0.41158637,\n                                \"lopq_ndcg\": 0,\n                                \"brute_force_ndcg\": 0\n                            },\n                            {\n                                \"k\": 200,\n                                \"recall_vs_brute_force\": 0.8432002,\n                                \"kendall_tau_vs_brute_force\": 0.9947241,\n                                \"most_frequent_code_percent\": 0.41158637,\n                                \"lopq_ndcg\": 0,\n                                \"brute_force_ndcg\": 0\n                            }\n                        ]\n                    }\n                },\n                \"total_input_count\": 9527727,\n                \"train_stats\": {},\n                \"completed_at\": \"2022-11-16T14:51:43.695740Z\",\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\"\n                },\n                \"input_info\": {\n                    \"base_embed_model\": {\n                        \"id\": \"multimodal-clip-embed\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"9fe2c8962c104327bc87b8f8104b161a\"\n                        },\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"multimodal-embedder\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": []\n                    }\n                },\n                \"train_info\": {\n                    \"params\": {\n                        \"beta\": 1,\n                        \"coarse_clusters\": 125,\n                        \"dataset_id\": \"\",\n                        \"dataset_version_id\": \"ee243135d683462eaa1060c4f5c63725\",\n                        \"eval_holdout_fraction\": 0.2,\n                        \"max_num_query_embeddings\": 100,\n                        \"max_visited\": 1562,\n                        \"num_results_per_query\": [\n                            10,\n                            20,\n                            50,\n                            100,\n                            200\n                        ],\n                        \"query_holdout_fraction\": 0.1,\n                        \"quota\": 10000,\n                        \"to_be_indexed_queries_fraction\": 0.25,\n                        \"train_iters\": 1,\n                        \"training_timeout\": 86400\n                    }\n                },\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"clusterer\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"notes\": \"##CLIP\",\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"multimodal-clip-embed\",\n            \"name\": \"multimodal-clip\",\n            \"created_at\": \"2022-11-07T17:47:19.112250Z\",\n            \"modified_at\": \"2022-11-07T17:47:19.112250Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"9fe2c8962c104327bc87b8f8104b161a\",\n                \"created_at\": \"2022-11-07T17:47:19.123181Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"embeddings\": \"embeddings\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\",\n                        \"text\": \"text\"\n                    },\n                    \"params\": {\n                        \"text_token_warning_limit\": 77\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"multimodal-embedder\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"da94111b740547aeae38ba9668f998a3\",\n            \"name\": \"ocr-scene-devanagari-paddleocr\",\n            \"created_at\": \"2022-08-10T19:52:53.761109Z\",\n            \"modified_at\": \"2022-08-10T19:52:53.761109Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"5e35e10fb7814f5c9223ccb3c3afebec\",\n                \"created_at\": \"2022-08-10T19:52:53.956768Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"5f42b31a4589d672152e9668d02eb471\",\n            \"name\": \"ocr-scene-cyrillic-paddleocr\",\n            \"created_at\": \"2022-08-10T19:52:53.009976Z\",\n            \"modified_at\": \"2022-08-10T19:52:53.009976Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"bbb2a719af92447ebeaabc88d3f41123\",\n                \"created_at\": \"2022-08-10T19:52:53.252145Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"e1e3b6f78fd2d55c830c631434ba83a5\",\n            \"name\": \"ocr-scene-arabic-paddleocr\",\n            \"created_at\": \"2022-08-10T19:52:51.994687Z\",\n            \"modified_at\": \"2022-08-10T19:52:51.994687Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"4b33b79b4b2e42b4b9ee07c844f1bb56\",\n                \"created_at\": \"2022-08-10T19:52:52.548327Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"c54e41dd13c9669630426078d36718ec\",\n            \"name\": \"ocr-scene-latin-paddleocr\",\n            \"created_at\": \"2022-08-10T19:52:51.331917Z\",\n            \"modified_at\": \"2022-08-10T19:52:51.331917Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"a82c91d715f74c789df25c78e811dc6a\",\n                \"created_at\": \"2022-08-10T19:52:51.487313Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"e3fde27570dc04aff3b997a223601ac8\",\n            \"name\": \"ocr-scene-kannada-paddleocr\",\n            \"created_at\": \"2022-08-10T19:52:50.570402Z\",\n            \"modified_at\": \"2022-08-10T19:52:50.570402Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"324f4a4d0bc64d81ab7be56c21748328\",\n                \"created_at\": \"2022-08-10T19:52:50.803339Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"1d5cbe1f275acaa8ac109dec6e07120b\",\n            \"name\": \"ocr-scene-telugu-paddleocr\",\n            \"created_at\": \"2022-08-10T19:52:49.858398Z\",\n            \"modified_at\": \"2022-08-10T19:52:49.858398Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"004b78b3cc3b4e2b9fe53f3cda5ff001\",\n                \"created_at\": \"2022-08-10T19:52:50.014584Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"019c84b9cae1c41e7bf661a037f6ac12\",\n            \"name\": \"ocr-scene-tamil-paddleocr\",\n            \"created_at\": \"2022-08-10T19:52:49.207422Z\",\n            \"modified_at\": \"2022-08-10T19:52:49.207422Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"88bf32db4fdb488593303bc5fb309754\",\n                \"created_at\": \"2022-08-10T19:52:49.353280Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"6748476e7c5ae4df9bc2019dd6bd5892\",\n            \"name\": \"ocr-scene-japanese-paddleocr\",\n            \"created_at\": \"2022-08-10T19:52:48.506276Z\",\n            \"modified_at\": \"2022-08-10T19:52:48.506276Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"b3a22a7bc99943b998de94c1e3c5d420\",\n                \"created_at\": \"2022-08-10T19:52:48.703164Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"bf08cee902d18405ca6ac58b68b3e2a6\",\n            \"name\": \"ocr-scene-korean-paddleocr\",\n            \"created_at\": \"2022-08-10T19:52:47.804473Z\",\n            \"modified_at\": \"2022-08-10T19:52:47.804473Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"f242bc5057b4402dab82ca0dbaf1be1e\",\n                \"created_at\": \"2022-08-10T19:52:47.982674Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"general-image-detection\",\n            \"name\": \"Image Detection\",\n            \"created_at\": \"2020-09-02T13:49:26.221543Z\",\n            \"modified_at\": \"2022-06-13T17:34:27.250292Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"1586f39b8d8040dda41537f5e47d68f0\",\n                \"created_at\": \"2020-10-20T16:16:33.521041Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 601,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0.25\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"Detects a variety of common objects and the location and generates regions of an image that may contain that object.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"Clarifai general model featuring shirts bags shoes computer.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/general-shirts-bags-shoes-computer.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai general model featuring elephants.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/general-elephants.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai food model featuring hamburgers bacon cheese.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/food-hamburgers-bacon-cheese.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai general model featuring car dashboard steering wheel.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/general-car-dashboard-steering-wheel.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai general model featuring city buildings skyscraper.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/general-city-buildings-skyscraper.jpg\"\n                    }\n                ]\n            },\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"general-image-recognition\",\n            \"name\": \"Image Recognition\",\n            \"created_at\": \"2016-03-19T04:14:25.007149Z\",\n            \"modified_at\": \"2022-06-13T17:34:27.240649Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n                \"created_at\": \"2018-03-06T19:43:54Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 9098,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"softmax\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"display_name\": \"general-visual-classifier\",\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"Identifies a variety of concepts in images and video including objects, themes, and more. Trained with over 10,000 concepts and 20M images.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"Clarifai general model featuring shirts bags shoes computer.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/general-shirts-bags-shoes-computer.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai general model featuring elephants.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/general-elephants.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai food model featuring hamburgers bacon cheese.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/food-hamburgers-bacon-cheese.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai general model featuring car dashboard steering wheel.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/general-car-dashboard-steering-wheel.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai general model featuring city buildings skyscraper.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/general-city-buildings-skyscraper.jpg\"\n                    }\n                ]\n            },\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"celebrity-face-detection\",\n            \"name\": \"Celebrity Face Detection\",\n            \"created_at\": \"2016-10-25T19:02:38.845777Z\",\n            \"modified_at\": \"2022-06-13T17:34:27.225442Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"bc50aad2bf4b403b94656aa9f64d1454\",\n                \"created_at\": \"2019-04-27T15:52:36.026793Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 10553,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\"\n                },\n                \"input_info\": {},\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"Detects whether images or video contain celebrity faces. Trained with over 10,000 recognized celebrities.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring morgan freeman.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-morgan-freeman.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring kim kardashian.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-kim-kardashian.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring matt damon.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-matt-damon.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring aziz ansari.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-aziz-ansari.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring angelina jolie.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-angelina-jolie.jpg\"\n                    }\n                ]\n            },\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [\n                \"pii\"\n            ],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"moderation-recognition\",\n            \"name\": \"Image Moderation\",\n            \"created_at\": \"2017-05-12T21:28:00.471607Z\",\n            \"modified_at\": \"2022-06-13T17:34:27.216052Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"aa8be956dbaa4b7a858826a84253cab9\",\n                \"created_at\": \"2017-10-26T20:29:09.263232Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 5,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"softmax\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"Recognizes inappropriate content in images and video containing concepts: gore, drug, explicit, suggestive, and safe.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"Clarifai moderation model featuring medical syringe cocaine.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/moderation-medical-syringe-cocaine.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai moderation model featuring woman breast feeding.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/moderation-woman-breast-feeding.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai moderation model featuring cutting red meet blood.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/moderation-cutting-red-meet-blood.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai moderation model featuring woman man no shirts.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/moderation-woman-man-no-shirts.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai moderation model featuring try your own text.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/moderation-try-your-own-text.jpg\"\n                    }\n                ]\n            },\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"96298cb700d5ec33176b40eee032f6df\",\n            \"name\": \"army-crada-5\",\n            \"created_at\": \"2022-04-28T01:41:20.604596Z\",\n            \"modified_at\": \"2022-04-28T01:41:20.604596Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"fdf1903eca5d47a8aa80d80fb0be6187\",\n                \"created_at\": \"2022-04-28T01:41:20.638136Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 25,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"df518ae2dcd8c2ef72c13e1a06f4ef52\",\n            \"name\": \"BLIP\",\n            \"created_at\": \"2022-04-21T23:11:06.152830Z\",\n            \"modified_at\": \"2022-04-21T23:11:06.152830Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"463f6b55c0b84128b97f6af550386aaa\",\n                \"created_at\": \"2022-04-21T23:11:06.167104Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"embeddings\": \"embeddings\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-embedder\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"3dfd7edda8a9cfc4ae9feab7194274a6\",\n            \"name\": \"BLIP\",\n            \"created_at\": \"2022-04-21T23:10:58.431676Z\",\n            \"modified_at\": \"2022-04-21T23:10:58.431676Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"d25dfc5c081342cbb09c60672b06b18f\",\n                \"created_at\": \"2022-04-21T23:10:58.444450Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"embeddings\": \"embeddings\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-embedder\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"7c2f2dfc80f0286b72b689379e9e81e0\",\n            \"name\": \"general-english-image-caption-blip\",\n            \"created_at\": \"2022-04-18T18:55:56.785Z\",\n            \"modified_at\": \"2022-04-18T18:55:56.785Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"d66b4cd5b5b249489c98543632f13078\",\n                \"created_at\": \"2022-04-18T18:55:56.802386Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"image-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"2a34e347777e5744496bf6ae76e01e91\",\n            \"name\": \"ocr-document-english-printed-trocr-large\",\n            \"created_at\": \"2022-04-11T17:35:23.575656Z\",\n            \"modified_at\": \"2022-04-11T17:35:23.575656Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"761de02719ce48aaafaa8ac16e3e4117\",\n                \"created_at\": \"2022-04-11T17:35:23.596706Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ocr-scene-french-paddleocr\",\n            \"name\": \"ocr-scene-french-paddleocr\",\n            \"created_at\": \"2022-02-16T19:46:42.443570Z\",\n            \"modified_at\": \"2022-04-05T12:42:47.955693Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"e1932c6028db4a428462ceeaa8a06ba7\",\n                \"created_at\": \"2022-02-16T19:46:42.458876Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"c4d4284d2d52988de50c95791f161e63\",\n            \"name\": \"logos-yolov5\",\n            \"created_at\": \"2022-03-29T23:13:34.162269Z\",\n            \"modified_at\": \"2022-03-31T20:09:51.482312Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"244f2a67c17d42fda8483a116edc9d3f\",\n                \"created_at\": \"2022-03-31T20:09:51.490755Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 3464,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ner-english\",\n            \"name\": \"ner_english_v2\",\n            \"created_at\": \"2022-03-16T13:48:57.921631Z\",\n            \"modified_at\": \"2022-03-22T08:06:44.455695Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"a813ff5b362c41f790c506b871e7dea4\",\n                \"created_at\": \"2022-03-16T13:48:57.946788Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 9,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"\": \"start\",\n                        \"regions[...].data.concepts[...].id\": \"labels\",\n                        \"regions[...].data.concepts[...].value\": \"scores\"\n                    },\n                    \"params\": {\n                        \"max_concepts\": 20,\n                        \"min_value\": 0,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {\n                    \"params\": {\n                        \"model_config\": {\n                            \"_name_or_path\": \"dbmdz/bert-large-cased-finetuned-conll03-english\",\n                            \"_num_labels\": 9,\n                            \"architectures\": [\n                                \"BertForTokenClassification\"\n                            ],\n                            \"attention_probs_dropout_prob\": 0.1,\n                            \"classifier_dropout\": null,\n                            \"directionality\": \"bidi\",\n                            \"hidden_act\": \"gelu\",\n                            \"hidden_dropout_prob\": 0.1,\n                            \"hidden_size\": 1024,\n                            \"id2label\": {\n                                \"0\": \"O\",\n                                \"1\": \"B-MISC\",\n                                \"2\": \"I-MISC\",\n                                \"3\": \"B-PER\",\n                                \"4\": \"I-PER\",\n                                \"5\": \"B-ORG\",\n                                \"6\": \"I-ORG\",\n                                \"7\": \"B-LOC\",\n                                \"8\": \"I-LOC\"\n                            },\n                            \"initializer_range\": 0.02,\n                            \"intermediate_size\": 4096,\n                            \"label2id\": {\n                                \"B-LOC\": 7,\n                                \"B-MISC\": 1,\n                                \"B-ORG\": 5,\n                                \"B-PER\": 3,\n                                \"I-LOC\": 8,\n                                \"I-MISC\": 2,\n                                \"I-ORG\": 6,\n                                \"I-PER\": 4,\n                                \"O\": 0\n                            },\n                            \"layer_norm_eps\": 1e-12,\n                            \"max_position_embeddings\": 512,\n                            \"model_type\": \"bert\",\n                            \"num_attention_heads\": 16,\n                            \"num_hidden_layers\": 24,\n                            \"pad_token_id\": 0,\n                            \"pooler_fc_size\": 768,\n                            \"pooler_num_attention_heads\": 12,\n                            \"pooler_num_fc_layers\": 3,\n                            \"pooler_size_per_head\": 128,\n                            \"pooler_type\": \"first_token_transform\",\n                            \"position_embedding_type\": \"absolute\",\n                            \"torch_dtype\": \"float32\",\n                            \"transformers_version\": \"4.16.0\",\n                            \"type_vocab_size\": 2,\n                            \"use_cache\": true,\n                            \"vocab_size\": 28996\n                        },\n                        \"tokenizer_config\": {\n                            \"cls_token\": \"[CLS]\",\n                            \"do_basic_tokenize\": true,\n                            \"do_lower_case\": false,\n                            \"mask_token\": \"[MASK]\",\n                            \"max_len\": 512,\n                            \"name_or_path\": \"dbmdz/bert-large-cased-finetuned-conll03-english\",\n                            \"never_split\": null,\n                            \"pad_token\": \"[PAD]\",\n                            \"sep_token\": \"[SEP]\",\n                            \"special_tokens_map_file\": null,\n                            \"strip_accents\": null,\n                            \"tokenize_chinese_chars\": true,\n                            \"tokenizer_class\": \"BertTokenizer\",\n                            \"unk_token\": \"[UNK]\"\n                        }\n                    }\n                },\n                \"import_info\": {\n                    \"params\": {\n                        \"model_name\": \"dbmdz/bert-large-cased-finetuned-conll03-english\",\n                        \"pipeline_name\": \"ner\",\n                        \"tokenizer_name\": \"dbmdz/bert-large-cased-finetuned-conll03-english\",\n                        \"toolkit\": \"HuggingFace\"\n                    }\n                }\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-token-classifier\",\n            \"task\": \"named-entity-recognition\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"notes\": \"dbmdz/bert-large-cased-finetuned-conll03-english\",\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"4828602e14c60157672b103bc4174b6a\",\n            \"name\": \"ocr-scene-devanagari-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:05.691047Z\",\n            \"modified_at\": \"2022-02-16T19:51:05.691047Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"9676ee4c210f42aabb032be9e077e34e\",\n                \"created_at\": \"2022-02-16T19:51:05.695789Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"79ae4202a52a10bf910158747e2b0bd6\",\n            \"name\": \"ocr-scene-cyrillic-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:05.332230Z\",\n            \"modified_at\": \"2022-02-16T19:51:05.332230Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"eecd3d4159e447f982df39f4efc6e7a3\",\n                \"created_at\": \"2022-02-16T19:51:05.337055Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ce1ec795e7613564611373788f719e76\",\n            \"name\": \"ocr-scene-latin-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:04.953704Z\",\n            \"modified_at\": \"2022-02-16T19:51:04.953704Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"fc43e001904541188ae7c2fc9ff1d7b8\",\n                \"created_at\": \"2022-02-16T19:51:04.961006Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"a440094009739c7f8470208af640d72b\",\n            \"name\": \"ocr-scene-tamil-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:04.601929Z\",\n            \"modified_at\": \"2022-02-16T19:51:04.601929Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"3850ab217dc048dfa92bb99c612445ed\",\n                \"created_at\": \"2022-02-16T19:51:04.607237Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"b6e3b7e79bc7d1870ee895ea802da533\",\n            \"name\": \"ocr-scene-kannada-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:04.222500Z\",\n            \"modified_at\": \"2022-02-16T19:51:04.222500Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"1552d0c25c4c453983931e02f762ad40\",\n                \"created_at\": \"2022-02-16T19:51:04.227503Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"7d4b60ad1f153879defaa4ecfd25d4f4\",\n            \"name\": \"ocr-scene-telugu-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:03.816522Z\",\n            \"modified_at\": \"2022-02-16T19:51:03.816522Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"ac7029e22f054edd809ea197524c7fc8\",\n                \"created_at\": \"2022-02-16T19:51:03.821861Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"abb6ab21bf2395f88eacb3c32fbb5fc0\",\n            \"name\": \"ocr-scene-belarusian-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:03.371226Z\",\n            \"modified_at\": \"2022-02-16T19:51:03.371226Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"6be6fdaa01854f2aa3c75a31cc9e9193\",\n                \"created_at\": \"2022-02-16T19:51:03.377576Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"819928b81ec7e0b9cb18c26175447b42\",\n            \"name\": \"ocr-scene-ukranian-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:02.987649Z\",\n            \"modified_at\": \"2022-02-16T19:51:02.987649Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"8d4bf420524a47d0a476d6e86fee65dd\",\n                \"created_at\": \"2022-02-16T19:51:02.992349Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"3953adcdf93719125977186c1e2d3f8d\",\n            \"name\": \"ocr-scene-bulgarian-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:02.616626Z\",\n            \"modified_at\": \"2022-02-16T19:51:02.616626Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"c960deec8cb34e07a800d9cc237e46f5\",\n                \"created_at\": \"2022-02-16T19:51:02.622189Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"79aa2ea6d2eaf696c93fda9eae8e360b\",\n            \"name\": \"ocr-scene-serbian-latin-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:02.186999Z\",\n            \"modified_at\": \"2022-02-16T19:51:02.186999Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"3d49fec2485f42b197d0183ba098b011\",\n                \"created_at\": \"2022-02-16T19:51:02.191990Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"d5a14580da35c5ad0b2d2bd27ce81928\",\n            \"name\": \"ocr-scene-serbian-cyrillic-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:01.799532Z\",\n            \"modified_at\": \"2022-02-16T19:51:01.799532Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"f4c110d928de45a2b9b289ec903b4a6a\",\n                \"created_at\": \"2022-02-16T19:51:01.804656Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ca24b6b1b79b2288794ec0fd61dc43b5\",\n            \"name\": \"ocr-scene-nepali-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:01.454280Z\",\n            \"modified_at\": \"2022-02-16T19:51:01.454280Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"0cab8fcaaccd4c769dd885fc55f47214\",\n                \"created_at\": \"2022-02-16T19:51:01.458814Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"d36ee770992af4049520a0728ce0db08\",\n            \"name\": \"ocr-scene-marathi-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:01.034772Z\",\n            \"modified_at\": \"2022-02-16T19:51:01.034772Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"2f8faace78e144b3afc6f767b3fb8629\",\n                \"created_at\": \"2022-02-16T19:51:01.040656Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"84463f4cb26b41d899da8ad49189e47b\",\n            \"name\": \"ocr-scene-occitan-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:00.574910Z\",\n            \"modified_at\": \"2022-02-16T19:51:00.574910Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"e12bc12d8e254d239945e50eaf7c79ac\",\n                \"created_at\": \"2022-02-16T19:51:00.583308Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"7f9563940b3cc48321ae8d126daa0403\",\n            \"name\": \"ocr-scene-urdu-paddleocr\",\n            \"created_at\": \"2022-02-16T19:51:00.083220Z\",\n            \"modified_at\": \"2022-02-16T19:51:00.083220Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"2ff3a156373c4d1393754e945d85e7ec\",\n                \"created_at\": \"2022-02-16T19:51:00.108328Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"8f503aa63b60707e818d8a6a11a7dbe9\",\n            \"name\": \"ocr-scene-persian-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:59.643063Z\",\n            \"modified_at\": \"2022-02-16T19:50:59.643063Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"2d4cd9e9a3e04c199e27ca2493370c40\",\n                \"created_at\": \"2022-02-16T19:50:59.650272Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"6f7e3f2f2ed23a27897b898b93e8874a\",\n            \"name\": \"ocr-scene-uyghur-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:59.305322Z\",\n            \"modified_at\": \"2022-02-16T19:50:59.305322Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"6d38e8fed498460f811d5840caf7a19a\",\n                \"created_at\": \"2022-02-16T19:50:59.310025Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"594d939e0c9d8b19355f80cf1086b69d\",\n            \"name\": \"ocr-scene-hindi-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:58.946883Z\",\n            \"modified_at\": \"2022-02-16T19:50:58.946883Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"20c09506f61a4b389c15b086fedd66d5\",\n                \"created_at\": \"2022-02-16T19:50:58.953501Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"18189394090615325d5d783724ae290b\",\n            \"name\": \"ocr-scene-italian-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:58.539760Z\",\n            \"modified_at\": \"2022-02-16T19:50:58.539760Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"a56454cd3c2943a2a1a4b8840b73fda5\",\n                \"created_at\": \"2022-02-16T19:50:58.546364Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"2e47eda28e43cda4d9f5556924662bec\",\n            \"name\": \"ocr-scene-japanese-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:58.125647Z\",\n            \"modified_at\": \"2022-02-16T19:50:58.125647Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"413a870e2105418fbaadfbebc1b71b17\",\n                \"created_at\": \"2022-02-16T19:50:58.132649Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"e184d889c6e9737e6744e48df535d8f9\",\n            \"name\": \"ocr-scene-korean-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:57.685263Z\",\n            \"modified_at\": \"2022-02-16T19:50:57.685263Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"1b2985fac7d34e3cba5adfdfb1345705\",\n                \"created_at\": \"2022-02-16T19:50:57.695732Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"2b7192cc990a1a5a68d12f8326475ba6\",\n            \"name\": \"ocr-scene-german-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:57.289519Z\",\n            \"modified_at\": \"2022-02-16T19:50:57.289519Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"b10c4e125fb5423ca03f9f7600b2af6f\",\n                \"created_at\": \"2022-02-16T19:50:57.295199Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"952daadb10f7ace3433e8fc372c7c4d6\",\n            \"name\": \"ocr-scene-russian-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:56.894498Z\",\n            \"modified_at\": \"2022-02-16T19:50:56.894498Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"b02773fbacaf4f3eb5dcd6144ca01ee6\",\n                \"created_at\": \"2022-02-16T19:50:56.901399Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"60a98793f1db9dacb48e61fbb5aa61e1\",\n            \"name\": \"ocr-scene-portuguese-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:56.490797Z\",\n            \"modified_at\": \"2022-02-16T19:50:56.490797Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"d7c3be32a4bf488a987f97587cb9299d\",\n                \"created_at\": \"2022-02-16T19:50:56.500084Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"5560bcbc3d7ad8feb3999874b558b2a8\",\n            \"name\": \"ocr-scene-spanish-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:56.091771Z\",\n            \"modified_at\": \"2022-02-16T19:50:56.091771Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"a4bbcd9a06054acb8d44b3cc313dc6de\",\n                \"created_at\": \"2022-02-16T19:50:56.109454Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"fda611add70f1009c5c01d95f0fbe57b\",\n            \"name\": \"ocr-scene-arabic-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:55.696689Z\",\n            \"modified_at\": \"2022-02-16T19:50:55.696689Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"b1b8c11aee044f4a860c61d256bbd12e\",\n                \"created_at\": \"2022-02-16T19:50:55.707467Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"7acefe1233c41a8acab80619d79c6b56\",\n            \"name\": \"ocr-scene-chinese-traditional-paddleocr\",\n            \"created_at\": \"2022-02-16T19:50:55.240293Z\",\n            \"modified_at\": \"2022-02-16T19:50:55.240293Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"3b83168a4e764cd3b61c63e9662af235\",\n                \"created_at\": \"2022-02-16T19:50:55.255319Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"dc09ac965f64826410fbd8fea603abe6\",\n            \"name\": \"ocr-scene-chinese-english-paddleocr\",\n            \"created_at\": \"2022-01-25T01:53:05.944447Z\",\n            \"modified_at\": \"2022-01-25T01:53:05.944447Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"8aa1c6c2febf49f880cae2783097c2fa\",\n                \"created_at\": \"2022-01-25T01:53:05.952851Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ba040818064ef61074e6d1cdec1c40c6\",\n            \"name\": \"paddleocr-english-chinese\",\n            \"created_at\": \"2022-01-25T00:30:04.159834Z\",\n            \"modified_at\": \"2022-01-25T00:30:04.159834Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"6daaabc3998440eeb1db18086d926bd8\",\n                \"created_at\": \"2022-01-25T00:30:04.183333Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"celebrity-face-recognition\",\n            \"name\": \"Celebrity\",\n            \"created_at\": \"2020-11-20T17:09:42.109453Z\",\n            \"modified_at\": \"2022-01-21T13:11:23.236298Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"0676ebddd5d6413ebdaa101570295a39\",\n                \"created_at\": \"2020-11-20T17:09:42.109453Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 10553,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"softmax\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"AI model for recognizing celebrity faces in images or video.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring morgan freeman.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-morgan-freeman.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring kim kardashian.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-kim-kardashian.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring matt damon.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-matt-damon.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring aziz ansari.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-aziz-ansari.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai celebrity model featuring angelina jolie.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/celebrity-angelina-jolie.jpg\"\n                    }\n                ]\n            },\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [\n                \"pii\"\n            ],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"3b67f45ec89b4b9c6fb9db700120c91a\",\n            \"name\": \"advanced-det-handgun\",\n            \"created_at\": \"2022-01-06T20:27:53.965051Z\",\n            \"modified_at\": \"2022-01-06T20:27:53.965051Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"cecc3b705fe74a9ea88ee11e5ddd46f4\",\n                \"created_at\": \"2022-01-06T20:27:54.022071Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 2,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"e4e42c048019241132ec2ecb583a3446\",\n            \"name\": \"microsoft/trocr-base-handwritten\",\n            \"created_at\": \"2021-11-10T17:18:34.067075Z\",\n            \"modified_at\": \"2021-12-29T16:56:15.937705Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"fd6f3dfd83854dd59cdeb8a5243e9e27\",\n                \"created_at\": \"2021-11-10T17:18:34.083675Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"86039c857a206810679f7f72b82fff54\",\n            \"name\": \"CLIP Prefix Captioning\",\n            \"created_at\": \"2021-12-09T04:32:31.377820Z\",\n            \"modified_at\": \"2021-12-09T04:32:31.377820Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"05fb71c53ff746f3834ab8333e401a1c\",\n                \"created_at\": \"2021-12-09T04:32:31.426529Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"image\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"image-to-text\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"bebd0da30b7090bb5250d5951960d96d\",\n            \"name\": \"CLIP\",\n            \"created_at\": \"2021-12-04T02:51:40.264878Z\",\n            \"modified_at\": \"2021-12-04T02:51:40.264878Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"5f6c752f8f964e56bef0c2eb32f3aca4\",\n                \"created_at\": \"2021-12-04T02:51:40.285448Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"embeddings\": \"embeddings\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-embedder\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"d05c045b95d85241c7d79e1ed3da3f8e\",\n            \"name\": \"PaddleOCR Multiplexed\",\n            \"created_at\": \"2021-11-05T04:36:50.693728Z\",\n            \"modified_at\": \"2021-11-05T04:36:50.693728Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"6da2f96ab8fb4255aa0ac53e6653345b\",\n                \"created_at\": \"2021-11-05T04:36:50.707810Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"fe000880ecc20921af7fbd46c485dbd2\",\n            \"name\": \"multiplexed easyocr\",\n            \"created_at\": \"2021-11-03T04:05:28.978761Z\",\n            \"modified_at\": \"2021-11-03T04:05:28.978761Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"19b30d2a3b064b13bbcd451a7b829f40\",\n                \"created_at\": \"2021-11-03T04:05:28.996684Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"c13d6411707faa5a5115b23f17957d82\",\n            \"name\": \"EasyOCR Multilingual Large\",\n            \"created_at\": \"2021-10-30T21:31:12.405449Z\",\n            \"modified_at\": \"2021-10-30T21:31:12.405449Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"7a4e17e73e144e5c8e9570aadc1cf0f5\",\n                \"created_at\": \"2021-10-30T21:31:12.411454Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"856fd858ed1dc14c741c15f0b9005cbb\",\n            \"name\": \"EasyOCR Multilingual\",\n            \"created_at\": \"2021-10-30T20:11:48.409877Z\",\n            \"modified_at\": \"2021-10-30T20:11:48.409877Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"5a77e2441d334d95859337454efbfd73\",\n                \"created_at\": \"2021-10-30T20:11:48.417474Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"23a5c4692f1a0449aef1c510be55b180\",\n            \"name\": \"facebook/wav2vec2-base-960h\",\n            \"created_at\": \"2021-10-05T17:43:10.985960Z\",\n            \"modified_at\": \"2021-10-27T13:18:19.573415Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"f4917f7f2e83453f9fe6d5eef4f598db\",\n                \"created_at\": \"2021-10-05T17:43:10.998245Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"audio\": \"audio\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"audio-to-text\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [\n                \"pii\"\n            ],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"2c1050ead1b24472be8033f5fd421f3d\",\n            \"name\": \"english\",\n            \"created_at\": \"2020-11-12T15:43:07.560737Z\",\n            \"modified_at\": \"2021-10-27T13:13:42.421644Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"dfe4776f79ee4c23a85d86d3b0649127\",\n                \"created_at\": \"2020-11-12T15:43:07.560737Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"TRANSCRIPT\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"audio\": \"AUDIO_SIGNAL\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"audio-to-text\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"ba585a5a737771884d89972fea6c41f8\",\n            \"name\": \"language-script\",\n            \"created_at\": \"2021-10-20T18:05:49.263669Z\",\n            \"modified_at\": \"2021-10-20T18:05:49.263669Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"60fa287837dc4c10a3b5da6b92e062e2\",\n                \"created_at\": \"2021-10-20T18:05:49.328969Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 8,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"softmax\"\n                    },\n                    \"params\": {\n                        \"max_concepts\": 20,\n                        \"min_value\": 0,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"logo-detection\",\n            \"name\": \"logo\",\n            \"created_at\": \"2017-03-06T18:38:13.025998Z\",\n            \"modified_at\": \"2021-10-19T12:21:30.579234Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"ef1b7237d28b415f910ca343a9145e99\",\n                \"created_at\": \"2017-03-06T18:38:13.025998Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 561,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_cls_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_cls_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_cls_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0.05\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"display_name\": \"logo-visual-detector\",\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"Logo detection model for locating logos of some of the most popular consumer brands within images and videos.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/logo-detection-black-bmw-silver-volkswagon.jpg\"\n                    },\n                    {\n                        \"alt\": \"\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/logo-detection-corona-extra-beer-bottle.jpg\"\n                    },\n                    {\n                        \"alt\": \"\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/logo-detection-northface-pink-jacket.jpg\"\n                    },\n                    {\n                        \"alt\": \"\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/logo-detection-pepsi-bottles-in-crate.jpg\"\n                    },\n                    {\n                        \"alt\": \"\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/logo-detection-tesla-steering-wheel.jpg\"\n                    }\n                ]\n            },\n            \"notes\": \"I can edit\",\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"food-item-v1-recognition\",\n            \"name\": \"food-items-v1.0\",\n            \"created_at\": \"2016-09-17T04:22:07.183747Z\",\n            \"modified_at\": \"2021-10-18T16:34:36.410436Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"dfebc169854e429086aceb8368662641\",\n                \"created_at\": \"2016-09-17T04:22:07.183747Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 970,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"softmax\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"display_name\": \"food-items-v1-visual-classifier\",\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"AI model to recognize a wide variety of food items, including dishes and ingredients, in images and video.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"Clarifai food model featuring pan of steamed clams.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/food-pan-of-steamed-clams.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai food model featuring waffle with strawberries blueberries.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/food-waffle-with-strawberries-blueberries.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai food model featuring hamburgers bacon cheese buns.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/food-hamburgers-bacon-cheese-buns.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai food model featuring pepperoni pizza.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/food-pepperoni-pizza.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai food model featuring tomato basil.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/food-tomato-basil.jpg\"\n                    }\n                ]\n            },\n            \"notes\": \"This is a food model note (wip) \",\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"9fe78b4150a52794f86f237770141b33\",\n            \"name\": \"english\",\n            \"created_at\": \"2021-02-04T05:24:54.250897Z\",\n            \"modified_at\": \"2021-10-18T15:46:17.997145Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"89961b2723e440abb49ec89a05b31219\",\n                \"created_at\": \"2021-09-30T14:43:29.569715Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"license\": \"BSD-2\",\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"image\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"image-to-text\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"--\",\n            \"metadata\": {},\n            \"notes\": \"test model note now\",\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [\n                \"demographics\"\n            ],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"c3110dc5905447e410161091f0f95337\",\n            \"name\": \"anas/wav2vec2-large-xlsr-arabic\",\n            \"created_at\": \"2021-10-14T19:23:19.862284Z\",\n            \"modified_at\": \"2021-10-14T19:23:19.862284Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"f486dde2e2d046dabfd4c9e4db2c8e36\",\n                \"created_at\": \"2021-10-14T19:23:19.869018Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"audio\": \"audio\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"audio-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"68bbf91b9ad247921822a255ca381f11\",\n            \"name\": \"elgeish/wav2vec2-large-xlsr-53-arabic\",\n            \"created_at\": \"2021-10-14T18:44:04.938624Z\",\n            \"modified_at\": \"2021-10-14T18:44:04.938624Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"749a7a96fb404596bc11465dc41c3fb2\",\n                \"created_at\": \"2021-10-14T18:44:04.946902Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"audio\": \"audio\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"audio-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"face-detection\",\n            \"name\": \"Face\",\n            \"created_at\": \"2020-11-20T17:09:42.109453Z\",\n            \"modified_at\": \"2021-10-14T07:45:05.937031Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"fe995da8cb73490f8556416ecf25cea3\",\n                \"created_at\": \"2021-01-21T23:31:28.004422Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 2,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0.9\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"display_name\": \"Face-visual-detector\",\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"AI model for detecting the location of human faces in images and video.\",\n            \"metadata\": {\n                \"presetInputs\": [\n                    {\n                        \"alt\": \"Clarifai face model featuring little girl boy standing outside.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/face-little-girl-boy-standing-outside.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai face model featuring three men sitting in van.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/face-three-men-sitting-in-van.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai face model featuring family with light blue shirts.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/face-family-with-light-blue-shirts.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai face model featuring arfrican american man woman laughing.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/face-arfrican-american-man-woman-laughing.jpg\"\n                    },\n                    {\n                        \"alt\": \"Clarifai face model featuring crowd of monks orange robe.\",\n                        \"type\": \"image\",\n                        \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/featured-models/face-crowd-of-monks-orange-robe.jpg\"\n                    }\n                ]\n            },\n            \"notes\": \"test123\",\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [\n                \"faces\"\n            ],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [\n                \"pii\"\n            ],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"6a3dc529acf3f720a629cdc8c6ad41a9\",\n            \"name\": \"subject\",\n            \"created_at\": \"2021-04-26T09:20:01.359645Z\",\n            \"modified_at\": \"2021-10-12T12:36:06.443774Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"55b2051b75f14577b6fdd5a4fa3fd5a8\",\n                \"created_at\": \"2021-04-26T15:06:37.619220Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 2,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].region_info.mask,regions[...].data.concepts\": \"output__0\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"input__0\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-segmenter\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"description\": \"test\",\n            \"metadata\": {},\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"beb9ed2d034b0126c6e24135ace76d8f\",\n            \"name\": \"prithivida/informal_to_formal_styletransfer\",\n            \"created_at\": \"2021-10-05T19:58:24.859525Z\",\n            \"modified_at\": \"2021-10-05T20:06:53.273373Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"a35db0e9b9b34f52ac0c83e1007db145\",\n                \"created_at\": \"2021-10-05T20:06:53.278139Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"69469f13c714cb6c68149db326d8c69a\",\n            \"name\": \"prithivida/formal_to_informal_styletransfer\",\n            \"created_at\": \"2021-10-05T19:45:07.925572Z\",\n            \"modified_at\": \"2021-10-05T19:45:07.925572Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"d34c3b68aadb408f9e770632183cb164\",\n                \"created_at\": \"2021-10-05T19:45:07.942034Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"b7e22ac73f924e2a6199af495724ddac\",\n            \"name\": \"facebook/wav2vec2-large-xlsr-53-french\",\n            \"created_at\": \"2021-10-05T17:18:44.727040Z\",\n            \"modified_at\": \"2021-10-05T17:18:44.727040Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"a648b13f7269461d9797e6bc58111a60\",\n                \"created_at\": \"2021-10-05T17:18:44.743898Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"audio\": \"audio\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"audio-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"6db1c2dc0d9c09d843c763bc0a05b989\",\n            \"name\": \"assembly\",\n            \"created_at\": \"2021-09-23T17:34:00.947876Z\",\n            \"modified_at\": \"2021-09-24T06:17:00.318253Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"5ef730b4ef014b508b31af5e5577386d\",\n                \"created_at\": \"2021-09-24T06:17:00.341875Z\",\n                \"status\": {\n                    \"code\": 99009,\n                    \"description\": \"Model upload timed out\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"embeddings\": \"embedding\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-embedder\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"2e099a9219da8fc580ac0dc54bf842fd\",\n            \"name\": \"paddleocr-multilingual-text-detector\",\n            \"created_at\": \"2021-08-19T00:40:40.789176Z\",\n            \"modified_at\": \"2021-09-22T19:50:23.797705Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"dff9af491f0d48449801decee0e2f136\",\n                \"created_at\": \"2021-09-22T19:50:23.809040Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 2,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"6f96f8bf841280a388f8b52cb1868df4\",\n            \"name\": \"person-detector-yolov5x-libtorch\",\n            \"created_at\": \"2021-08-25T22:19:26.887486Z\",\n            \"modified_at\": \"2021-08-25T22:19:26.887486Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"8d1ac866905a4154b6d34ae2566503ad\",\n                \"created_at\": \"2021-08-25T22:19:26.962227Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 2,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"a065882d92d66dbac3b5ebe108170197\",\n            \"name\": \"person-vehicle-detector-yolov5x-libtorch\",\n            \"created_at\": \"2021-08-25T17:56:25.508821Z\",\n            \"modified_at\": \"2021-08-25T21:51:12.368401Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"be2ea5c740f940429e6284826660da9a\",\n                \"created_at\": \"2021-08-25T21:51:12.377067Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 3,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"2cf7739e65bfc63c1537f65e7ef3ae87\",\n            \"name\": \"person-vehicle-detector-yolov5s-libtorch\",\n            \"created_at\": \"2021-08-24T19:14:37.883020Z\",\n            \"modified_at\": \"2021-08-24T19:14:37.883020Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"3b6b338aa1b7433a8935d22b0915fc32\",\n                \"created_at\": \"2021-08-24T19:14:37.990646Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 3,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"23aa4f9c9767a2fd61e63c55a73790ad\",\n            \"name\": \"person-detector-yolov5s-libtorch\",\n            \"created_at\": \"2021-08-24T18:52:53.766484Z\",\n            \"modified_at\": \"2021-08-24T18:52:53.766484Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"92b204309cce44209f1428e38e3406fb\",\n                \"created_at\": \"2023-02-24T05:41:57.516485Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 2,\n                \"description\": \"Yolov5\",\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"bdcedc0f8da58c396b7df12f634ef923\",\n            \"name\": \"multilingual-moderation\",\n            \"created_at\": \"2021-01-13T16:45:48.370348Z\",\n            \"modified_at\": \"2021-07-13T15:12:21.536311Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"c56b46fd91ca4540823ba70496d008f9\",\n                \"created_at\": \"2021-01-13T20:45:50.641841Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 6,\n                \"visibility\": {\n                    \"gettable\": 50\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"output__1\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"input__0\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-classifier\",\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"metadata\": {},\n            \"toolkits\": [\n                \"Clarifai\"\n            ],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"eac94da66f428ebf98dc2cae30030699\",\n            \"name\": \"hate-symbols\",\n            \"created_at\": \"2021-07-07T20:24:28.707682Z\",\n            \"modified_at\": \"2021-07-08T15:06:49.454931Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"ca52d78ed8cb4cfba4eacebadc38548b\",\n                \"created_at\": \"2021-07-08T15:06:49.459168Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 2,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0.05,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"bc6b2c89a5dc35ee5b5872612d0df25a\",\n            \"name\": \"EasyOCR (Turkish)\",\n            \"created_at\": \"2021-06-17T19:51:18.060645Z\",\n            \"modified_at\": \"2021-06-17T19:51:18.060645Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"17ca4640290f4c3e885ed74e757272df\",\n                \"created_at\": \"2021-06-17T19:51:18.066247Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"869245fe9708e30e6a0869c6e3dc3132\",\n            \"name\": \"EasyOCR (Swedish)\",\n            \"created_at\": \"2021-06-17T19:49:51.218255Z\",\n            \"modified_at\": \"2021-06-17T19:49:51.218255Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"8eb77eec58314083a0b9765047974d45\",\n                \"created_at\": \"2021-06-17T19:49:51.224781Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"b24a775f7b9e156f3518772206c342ef\",\n            \"name\": \"EasyOCR (Polish)\",\n            \"created_at\": \"2021-06-17T19:45:42.334798Z\",\n            \"modified_at\": \"2021-06-17T19:45:42.334798Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"ce2624cd1b84445e988b1b437dfe2a95\",\n                \"created_at\": \"2021-06-17T19:45:42.340957Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"e6bcd24eb84835a8de347b7b8a028f27\",\n            \"name\": \"EasyOCR (Dutch)\",\n            \"created_at\": \"2021-06-17T19:43:57.103955Z\",\n            \"modified_at\": \"2021-06-17T19:43:57.103955Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"22669f6ea56e428f87465b55c9296ca5\",\n                \"created_at\": \"2021-06-17T19:43:57.109610Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"f43080883661c6676779384149eb9249\",\n            \"name\": \"EasyOCR (Malay)\",\n            \"created_at\": \"2021-06-17T19:37:49.087245Z\",\n            \"modified_at\": \"2021-06-17T19:37:49.087245Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"650fde39145f417db48b6270bfa78c2a\",\n                \"created_at\": \"2021-06-17T19:37:49.096062Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"a34ea557d25cc1c7b3b6bf080381eb04\",\n            \"name\": \"EasyOCR (Vietnamese)\",\n            \"created_at\": \"2021-06-17T19:32:48.422165Z\",\n            \"modified_at\": \"2021-06-17T19:32:48.422165Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"9dcfa47d32374f2684e5ed167ad0337a\",\n                \"created_at\": \"2021-06-17T19:32:48.431675Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.text\": \"predicted_det_text\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"optical-character-recognizer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"edd250a6e1f82cbee84819e3550dbaf4\",\n            \"name\": \"Helsinki-NLP/opus-mt-nl-en\",\n            \"created_at\": \"2021-05-28T16:30:24.060377Z\",\n            \"modified_at\": \"2021-05-28T16:30:24.060377Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"1183f7daaadd48969be19c0e7ad1c5ec\",\n                \"created_at\": \"2021-05-28T16:30:24.070688Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"68a51a726f7033bbfcf57c905f09b7ca\",\n            \"name\": \"general\",\n            \"created_at\": \"2021-04-19T16:03:17.091357Z\",\n            \"modified_at\": \"2021-05-20T08:13:55.391070Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"df708d35d2fa4dea9e9d3f76ce842450\",\n                \"created_at\": \"2021-05-20T08:13:55.399476Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 183,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].region_info.mask,regions[...].data.concepts\": \"output__0\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"input__0\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-segmenter\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"19de30b6d9c38ed8a0478ac5103efebe\",\n            \"name\": \"person-vehicle\",\n            \"created_at\": \"2021-05-14T19:50:52.826338Z\",\n            \"modified_at\": \"2021-05-18T18:59:59.867143Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"f06017161d0843dca0c6cf962cf08a11\",\n                \"created_at\": \"2021-05-18T18:59:59.876468Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 3,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"332956f015ea667f81cef1f37b1a20f3\",\n            \"name\": \"person-vehicle-lite\",\n            \"created_at\": \"2021-05-14T19:33:26.027753Z\",\n            \"modified_at\": \"2021-05-18T18:55:51.389600Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"ef042aa9117141079f579db19809b1d3\",\n                \"created_at\": \"2021-05-18T18:55:51.401858Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 3,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0,\n                        \"max_concepts\": 20,\n                        \"select_concepts\": []\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"4236cc320afa91a7d6c53ec949b66785\",\n            \"name\": \"Helsinki-NLP/opus-mt-es-en\",\n            \"created_at\": \"2021-05-12T22:17:11.471812Z\",\n            \"modified_at\": \"2021-05-12T22:17:11.471812Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"6fff4d1143114416b47f278084f4ffc7\",\n                \"created_at\": \"2021-05-12T22:17:11.477501Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-to-text\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"31025e019a18970a1acc55ba6a184dc6\",\n            \"name\": \"face-sentiment\",\n            \"created_at\": \"2021-05-12T16:02:43.390981Z\",\n            \"modified_at\": \"2021-05-12T16:02:43.390981Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"edcf31cfa67e426a8b12cd889453f0c3\",\n                \"created_at\": \"2021-05-12T16:02:43.563574Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 7,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"softmax\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"17a76b5162066195dad4c0437e66be80\",\n            \"name\": \"objectness-detector\",\n            \"created_at\": \"2021-05-11T17:35:00.699972Z\",\n            \"modified_at\": \"2021-05-11T17:35:00.699972Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"a488dd0eb0b94e16b22aa35656f4dd31\",\n                \"created_at\": \"2021-05-11T17:35:00.734676Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 1,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0.6\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"e609405a6ced78aa8a9eff2288f6edc6\",\n            \"name\": \"tank-rodeo\",\n            \"created_at\": \"2021-05-04T15:39:36.312115Z\",\n            \"modified_at\": \"2021-05-04T15:39:36.312115Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"745c6724c6a3456bb41ab0814070e191\",\n                \"created_at\": \"2021-05-04T15:39:36.537311Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 14,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                        \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                        \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                    },\n                    \"params\": {\n                        \"detection_threshold\": 0.1\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-detector\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"385c7fd117d77553962b39629659d51a\",\n            \"name\": \"apparel\",\n            \"created_at\": \"2021-04-23T20:11:59.736603Z\",\n            \"modified_at\": \"2021-04-26T18:20:03.699907Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"c318a0b6769540e6bfe684af83560a9f\",\n                \"created_at\": \"2021-04-26T18:20:03.705751Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 192,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"concepts\": \"softmax\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"images\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"c833800b94175363881d4db8b55e4a52\",\n            \"name\": \"test20_ner\",\n            \"created_at\": \"2021-04-23T18:19:00.421074Z\",\n            \"modified_at\": \"2021-04-23T18:19:00.421074Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"aa16e51cc0ef427ab728928932fed6f6\",\n                \"created_at\": \"2021-04-23T18:19:00.654472Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 9,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"labels\",\n                        \"regions[...].data.concepts[...].value\": \"scores\",\n                        \"regions[...].data.text\": \"tokens\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-token-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"9de6872fa62a3118ce66c313e5c7d567\",\n            \"name\": \"test4_bert_base_ner\",\n            \"created_at\": \"2021-04-22T01:34:00.926953Z\",\n            \"modified_at\": \"2021-04-22T01:34:00.926953Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"b263587fd32f48f4a89a80271b5ce18f\",\n                \"created_at\": \"2021-04-22T01:34:01.026938Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 9,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"labels\",\n                        \"regions[...].data.concepts[...].value\": \"scores\",\n                        \"regions[...].data.text\": \"tokens\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-token-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"33128485c45b681a11380cea3933789a\",\n            \"name\": \"test2_bert_base_ner\",\n            \"created_at\": \"2021-04-21T20:34:07.150108Z\",\n            \"modified_at\": \"2021-04-21T20:34:07.150108Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"da4b266f7b654679b6b4ba8c8691c326\",\n                \"created_at\": \"2021-04-21T20:34:07.278954Z\",\n                \"status\": {\n                    \"code\": 99009,\n                    \"description\": \"Training Unknown Error\"\n                },\n                \"active_concept_count\": 9,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"labels\",\n                        \"regions[...].data.concepts[...].value\": \"scores\",\n                        \"regions[...].data.text\": \"tokens\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-token-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"48f9e31a431a24754f7db8bf221e1e41\",\n            \"name\": \"test_bert_base_ner\",\n            \"created_at\": \"2021-04-21T15:22:05.347218Z\",\n            \"modified_at\": \"2021-04-21T15:22:05.347218Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"e9c0b45944a24b6a9c3e77f0a10a836f\",\n                \"created_at\": \"2021-04-21T15:22:05.487673Z\",\n                \"status\": {\n                    \"code\": 99009,\n                    \"description\": \"Training Unknown Error\"\n                },\n                \"active_concept_count\": 9,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"labels\",\n                        \"regions[...].data.concepts[...].value\": \"scores\",\n                        \"regions[...].data.text\": \"tokens\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-token-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"b5632bca03e3aca4e0c948303935fb0d\",\n            \"name\": \"dslim/bert-base-NER\",\n            \"created_at\": \"2021-04-20T21:52:32.656339Z\",\n            \"modified_at\": \"2021-04-20T21:52:32.656339Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"ff092f6185c94800902d62ff68775a6e\",\n                \"created_at\": \"2021-04-20T21:52:32.810261Z\",\n                \"status\": {\n                    \"code\": 99009,\n                    \"description\": \"Training Unknown Error\"\n                },\n                \"active_concept_count\": 9,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts[...].id\": \"labels\",\n                        \"regions[...].data.concepts[...].value\": \"scores\",\n                        \"regions[...].data.text\": \"tokens\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"text\": \"text\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"text-token-classifier\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        },\n        {\n            \"id\": \"8db409c46a3a9153becc3565f1d99022\",\n            \"name\": \"Test Triton GPU Landmarks\",\n            \"created_at\": \"2021-01-15T21:31:47.307624Z\",\n            \"modified_at\": \"2021-04-12T20:07:18.744912Z\",\n            \"app_id\": \"main\",\n            \"model_version\": {\n                \"id\": \"cf33eda7f56f4d389ffac719cdf82da4\",\n                \"created_at\": \"2021-04-12T20:07:18.749574Z\",\n                \"status\": {\n                    \"code\": 21100,\n                    \"description\": \"Model is trained and ready\"\n                },\n                \"active_concept_count\": 1,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"app_id\": \"main\",\n                \"user_id\": \"clarifai\",\n                \"metadata\": {},\n                \"output_info\": {\n                    \"output_config\": {\n                        \"max_concepts\": 0,\n                        \"min_value\": 0\n                    },\n                    \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                    \"fields_map\": {\n                        \"regions[...].data.concepts,regions[...].region_info.keypoint_locations\": \"output__0\"\n                    }\n                },\n                \"input_info\": {\n                    \"fields_map\": {\n                        \"image\": \"input__0\"\n                    }\n                },\n                \"train_info\": {},\n                \"import_info\": {}\n            },\n            \"user_id\": \"clarifai\",\n            \"model_type_id\": \"visual-keypointer\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {},\n            \"toolkits\": [],\n            \"use_cases\": [],\n            \"languages\": [],\n            \"languages_full\": [],\n            \"check_consents\": [],\n            \"workflow_recommended\": false\n        }\n    ]\n}"}],"_postman_id":"bd4231a2-68cb-461f-895f-a8018f86a982"},{"name":"List Model Versions by Model ID","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"5480a765-ddff-4c0f-9b71-bf629be923db"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"fdf2953b-7ad5-4701-bfe4-b1c970be80c9"}}],"id":"a2e6709b-c48f-4398-bae9-2920501e9d53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID/versions?page=1&per_page=30","description":"<p>List all versions of a specific model, ordered by creation date.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>model_id</code></td>\n<td>string</td>\n<td>Model ID</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"query-parameters\"><strong>Query Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td>integer</td>\n<td>Page number</td>\n</tr>\n<tr>\n<td><code>per_page</code></td>\n<td>integer</td>\n<td>Results per page</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models","YOUR_MODEL_ID","versions"],"host":["https://api.clarifai.com"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"30"}],"variable":[]}},"response":[{"id":"7eee963c-8b13-437b-84bb-d7222a85e7a2","name":"List Model Versions by modelID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":{"raw":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID/versions?page=1&per_page=30","host":["https://api.clarifai.com"],"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models","YOUR_MODEL_ID","versions"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"30"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"c41f9a86f277b39abdbe1004c7dd8c46\"\n    },\n    \"model_versions\": [\n        {\n            \"id\": \"1e4c121974f849209abb658cdf682585\",\n            \"created_at\": \"2023-11-23T09:41:18.470087Z\",\n            \"status\": {\n                \"code\": 21110,\n                \"description\": \"datasets.dataset.DataBatchEmpty: No databatch found in train set's file directory\\nFailed to create a training dataset, because there are no appropriately annotated inputs. Expected annotations with concepts for model type id text-classifier. \"\n            },\n            \"active_concept_count\": 6,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"metadata\": {},\n            \"output_info\": {\n                \"output_config\": {\n                    \"max_concepts\": 0,\n                    \"min_value\": 0\n                },\n                \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                \"params\": {\n                    \"max_concepts\": 20,\n                    \"min_value\": 0,\n                    \"select_concepts\": []\n                }\n            },\n            \"input_info\": {},\n            \"train_info\": {\n                \"params\": {\n                    \"dataset_id\": \"\",\n                    \"dataset_version_id\": \"\",\n                    \"invalid_data_tolerance_percent\": 5,\n                    \"model_config\": {\n                        \"pretrained_model_name\": \"EleutherAI/gpt-neo-125m\"\n                    },\n                    \"num_gpus\": 1,\n                    \"peft_config\": {\n                        \"peft_type\": \"LORA\"\n                    },\n                    \"template\": \"HF_GPTNeo_125m_lora\",\n                    \"tokenizer_config\": {},\n                    \"trainer_config\": {\n                        \"auto_find_batch_size\": true,\n                        \"num_train_epochs\": 20,\n                        \"output_dir\": \"checkpoint\"\n                    }\n                }\n            },\n            \"import_info\": {}\n        }\n    ]\n}"},{"id":"b899a393-4150-4a33-a6d3-cb82290ae4da","name":"List Versions by modelID WITH EVALS_DONE","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":{"raw":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/general-image-detection/versions?page=1&per_page=30&evals_done=1","host":["https://api.clarifai.com"],"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models","general-image-detection","versions"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"30"},{"key":"evals_done","value":"1"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"90b8e936a88af63ebeb00d2deec95345\"\n    },\n    \"model_versions\": [\n        {\n            \"id\": \"1586f39b8d8040dda41537f5e47d68f0\",\n            \"created_at\": \"2020-10-20T16:16:33.521041Z\",\n            \"status\": {\n                \"code\": 21100,\n                \"description\": \"Model is trained and ready\"\n            },\n            \"active_concept_count\": 601,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"app_id\": \"main\",\n            \"user_id\": \"clarifai\",\n            \"metadata\": {},\n            \"output_info\": {\n                \"output_config\": {\n                    \"max_concepts\": 0,\n                    \"min_value\": 0\n                },\n                \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                \"fields_map\": {\n                    \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                    \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                    \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                },\n                \"params\": {\n                    \"detection_threshold\": 0.25\n                }\n            },\n            \"input_info\": {\n                \"fields_map\": {\n                    \"image\": \"images\"\n                }\n            },\n            \"train_info\": {},\n            \"import_info\": {}\n        },\n        {\n            \"id\": \"de2261c06fdc47f6bdded9194640a2b9\",\n            \"created_at\": \"2020-09-02T20:07:21.551962Z\",\n            \"status\": {\n                \"code\": 21100,\n                \"description\": \"Model is trained and ready\"\n            },\n            \"active_concept_count\": 601,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"app_id\": \"main\",\n            \"user_id\": \"clarifai\",\n            \"metadata\": {},\n            \"output_info\": {\n                \"output_config\": {\n                    \"max_concepts\": 0,\n                    \"min_value\": 0\n                },\n                \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                \"fields_map\": {\n                    \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                    \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                    \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                },\n                \"params\": {\n                    \"detection_threshold\": 0\n                }\n            },\n            \"input_info\": {\n                \"fields_map\": {\n                    \"image\": \"images\"\n                }\n            },\n            \"train_info\": {},\n            \"import_info\": {}\n        },\n        {\n            \"id\": \"1245acc4af284f88840ee9df34356c26\",\n            \"created_at\": \"2020-09-02T19:43:24.069302Z\",\n            \"status\": {\n                \"code\": 21104,\n                \"description\": \"Model is currently being uploaded.\"\n            },\n            \"active_concept_count\": 601,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"app_id\": \"main\",\n            \"user_id\": \"clarifai\",\n            \"metadata\": {},\n            \"output_info\": {\n                \"output_config\": {\n                    \"max_concepts\": 0,\n                    \"min_value\": 0\n                },\n                \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                \"fields_map\": {\n                    \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                    \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                    \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                },\n                \"params\": {\n                    \"detection_threshold\": 0\n                }\n            },\n            \"input_info\": {\n                \"fields_map\": {\n                    \"image\": \"images\"\n                }\n            },\n            \"train_info\": {},\n            \"import_info\": {}\n        },\n        {\n            \"id\": \"d7b4a9177f194cbba2485d0cfe25c702\",\n            \"created_at\": \"2020-09-02T19:40:39.913494Z\",\n            \"status\": {\n                \"code\": 21100,\n                \"description\": \"Model is trained and ready\"\n            },\n            \"active_concept_count\": 601,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"app_id\": \"main\",\n            \"user_id\": \"clarifai\",\n            \"metadata\": {},\n            \"output_info\": {\n                \"output_config\": {\n                    \"max_concepts\": 0,\n                    \"min_value\": 0\n                },\n                \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                \"fields_map\": {\n                    \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                    \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                    \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                },\n                \"params\": {\n                    \"detection_threshold\": 0\n                }\n            },\n            \"input_info\": {\n                \"fields_map\": {\n                    \"image\": \"images\"\n                }\n            },\n            \"train_info\": {},\n            \"import_info\": {}\n        },\n        {\n            \"id\": \"95af9dfd6723469683c18ff7d6f0f9f9\",\n            \"created_at\": \"2020-09-02T19:29:49.739214Z\",\n            \"status\": {\n                \"code\": 99009,\n                \"description\": \"Model upload timed out\"\n            },\n            \"active_concept_count\": 601,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"app_id\": \"main\",\n            \"user_id\": \"clarifai\",\n            \"metadata\": {},\n            \"output_info\": {\n                \"output_config\": {\n                    \"max_concepts\": 0,\n                    \"min_value\": 0\n                },\n                \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                \"fields_map\": {\n                    \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                    \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                    \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                },\n                \"params\": {\n                    \"detection_threshold\": 0\n                }\n            },\n            \"input_info\": {\n                \"fields_map\": {\n                    \"image\": \"images\"\n                }\n            },\n            \"train_info\": {},\n            \"import_info\": {}\n        },\n        {\n            \"id\": \"5b940a3440a04823a36895044e9afe65\",\n            \"created_at\": \"2020-09-02T19:09:03.083940Z\",\n            \"status\": {\n                \"code\": 21100,\n                \"description\": \"Model is trained and ready\"\n            },\n            \"active_concept_count\": 601,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"app_id\": \"main\",\n            \"user_id\": \"clarifai\",\n            \"metadata\": {},\n            \"output_info\": {\n                \"output_config\": {\n                    \"max_concepts\": 0,\n                    \"min_value\": 0\n                },\n                \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                \"fields_map\": {\n                    \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                    \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                    \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                },\n                \"params\": {\n                    \"detection_threshold\": 0\n                }\n            },\n            \"input_info\": {\n                \"fields_map\": {\n                    \"image\": \"images\"\n                }\n            },\n            \"train_info\": {},\n            \"import_info\": {}\n        },\n        {\n            \"id\": \"6dcd693b24344e98bbcc0053940c943b\",\n            \"created_at\": \"2020-09-02T17:14:33.609910Z\",\n            \"status\": {\n                \"code\": 21100,\n                \"description\": \"Model is trained and ready\"\n            },\n            \"active_concept_count\": 601,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"app_id\": \"main\",\n            \"user_id\": \"clarifai\",\n            \"metadata\": {},\n            \"output_info\": {\n                \"output_config\": {\n                    \"max_concepts\": 0,\n                    \"min_value\": 0\n                },\n                \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                \"fields_map\": {\n                    \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                    \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                    \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                },\n                \"params\": {\n                    \"detection_threshold\": 0\n                }\n            },\n            \"input_info\": {\n                \"fields_map\": {\n                    \"image\": \"images\"\n                }\n            },\n            \"train_info\": {},\n            \"import_info\": {}\n        },\n        {\n            \"id\": \"88ca74f7ac464ee6b5072f412c53b0c3\",\n            \"created_at\": \"2020-09-02T16:19:10.334210Z\",\n            \"status\": {\n                \"code\": 21100,\n                \"description\": \"Model is trained and ready\"\n            },\n            \"active_concept_count\": 601,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"app_id\": \"main\",\n            \"user_id\": \"clarifai\",\n            \"metadata\": {},\n            \"output_info\": {\n                \"output_config\": {\n                    \"max_concepts\": 0,\n                    \"min_value\": 0\n                },\n                \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                \"fields_map\": {\n                    \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                    \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                    \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                },\n                \"params\": {\n                    \"detection_threshold\": 0\n                }\n            },\n            \"input_info\": {\n                \"fields_map\": {\n                    \"image\": \"images\"\n                }\n            },\n            \"train_info\": {},\n            \"import_info\": {}\n        },\n        {\n            \"id\": \"63aedad0d6a04270b87336328872026e\",\n            \"created_at\": \"2020-09-02T15:54:57.320247Z\",\n            \"status\": {\n                \"code\": 99009,\n                \"description\": \"Model upload timed out\"\n            },\n            \"active_concept_count\": 601,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"app_id\": \"main\",\n            \"user_id\": \"clarifai\",\n            \"metadata\": {},\n            \"output_info\": {\n                \"output_config\": {\n                    \"max_concepts\": 0,\n                    \"min_value\": 0\n                },\n                \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                \"fields_map\": {\n                    \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                    \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                    \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                },\n                \"params\": {\n                    \"detection_threshold\": 0\n                }\n            },\n            \"input_info\": {\n                \"fields_map\": {\n                    \"image\": \"images\"\n                }\n            },\n            \"train_info\": {},\n            \"import_info\": {}\n        },\n        {\n            \"id\": \"dd5807d3539b4106835ec77f5ef00e99\",\n            \"created_at\": \"2020-09-02T15:54:28.037196Z\",\n            \"status\": {\n                \"code\": 21203,\n                \"description\": \"Eid already exists\"\n            },\n            \"active_concept_count\": 601,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"app_id\": \"main\",\n            \"user_id\": \"clarifai\",\n            \"metadata\": {},\n            \"output_info\": {\n                \"output_config\": {\n                    \"max_concepts\": 0,\n                    \"min_value\": 0\n                },\n                \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                \"fields_map\": {\n                    \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                    \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                    \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                },\n                \"params\": {\n                    \"detection_threshold\": 0\n                }\n            },\n            \"input_info\": {\n                \"fields_map\": {\n                    \"image\": \"images\"\n                }\n            },\n            \"train_info\": {},\n            \"import_info\": {}\n        },\n        {\n            \"id\": \"722ce26d4ac94ba68f0a742811085ce2\",\n            \"created_at\": \"2020-09-02T15:53:36.360046Z\",\n            \"status\": {\n                \"code\": 21100,\n                \"description\": \"Model is trained and ready\"\n            },\n            \"active_concept_count\": 601,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"app_id\": \"main\",\n            \"user_id\": \"clarifai\",\n            \"metadata\": {},\n            \"output_info\": {\n                \"output_config\": {\n                    \"max_concepts\": 0,\n                    \"min_value\": 0\n                },\n                \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                \"fields_map\": {\n                    \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                    \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                    \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                },\n                \"params\": {\n                    \"detection_threshold\": 0\n                }\n            },\n            \"input_info\": {\n                \"fields_map\": {\n                    \"image\": \"images\"\n                }\n            },\n            \"train_info\": {},\n            \"import_info\": {}\n        },\n        {\n            \"id\": \"2783f850e01240eba6ffa5ef5e4951f2\",\n            \"created_at\": \"2020-09-02T15:43:15.782421Z\",\n            \"status\": {\n                \"code\": 21100,\n                \"description\": \"Model is trained and ready\"\n            },\n            \"active_concept_count\": 601,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"app_id\": \"main\",\n            \"user_id\": \"clarifai\",\n            \"metadata\": {},\n            \"output_info\": {\n                \"output_config\": {\n                    \"max_concepts\": 0,\n                    \"min_value\": 0\n                },\n                \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                \"fields_map\": {\n                    \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                    \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                    \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                },\n                \"params\": {\n                    \"detection_threshold\": 0\n                }\n            },\n            \"input_info\": {\n                \"fields_map\": {\n                    \"image\": \"images\"\n                }\n            },\n            \"train_info\": {},\n            \"import_info\": {}\n        },\n        {\n            \"id\": \"81927d68a51c4570b1b7f47a335ae9d1\",\n            \"created_at\": \"2020-09-02T15:31:59.243036Z\",\n            \"status\": {\n                \"code\": 99009,\n                \"description\": \"Model upload timed out\"\n            },\n            \"active_concept_count\": 601,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"app_id\": \"main\",\n            \"user_id\": \"clarifai\",\n            \"metadata\": {},\n            \"output_info\": {\n                \"output_config\": {\n                    \"max_concepts\": 0,\n                    \"min_value\": 0\n                },\n                \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                \"fields_map\": {\n                    \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                    \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                    \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                },\n                \"params\": {\n                    \"detection_threshold\": 0\n                }\n            },\n            \"input_info\": {\n                \"fields_map\": {\n                    \"image\": \"images\"\n                }\n            },\n            \"train_info\": {},\n            \"import_info\": {}\n        },\n        {\n            \"id\": \"b20a1bf1ac134b25852aee605e0e08a2\",\n            \"created_at\": \"2020-09-02T14:13:46.152994Z\",\n            \"status\": {\n                \"code\": 21100,\n                \"description\": \"Model is trained and ready\"\n            },\n            \"active_concept_count\": 601,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"app_id\": \"main\",\n            \"user_id\": \"clarifai\",\n            \"metadata\": {},\n            \"output_info\": {\n                \"output_config\": {\n                    \"max_concepts\": 0,\n                    \"min_value\": 0\n                },\n                \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                \"fields_map\": {\n                    \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                    \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                    \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                },\n                \"params\": {\n                    \"detection_threshold\": 0\n                }\n            },\n            \"input_info\": {\n                \"fields_map\": {\n                    \"image\": \"images\"\n                }\n            },\n            \"train_info\": {},\n            \"import_info\": {}\n        },\n        {\n            \"id\": \"0d6fc77a6fe44b64b9374661774c5c14\",\n            \"created_at\": \"2020-09-02T13:49:26.520360Z\",\n            \"status\": {\n                \"code\": 99009,\n                \"description\": \"Model upload timed out\"\n            },\n            \"active_concept_count\": 601,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"app_id\": \"main\",\n            \"user_id\": \"clarifai\",\n            \"metadata\": {},\n            \"output_info\": {\n                \"output_config\": {\n                    \"max_concepts\": 0,\n                    \"min_value\": 0\n                },\n                \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                \"fields_map\": {\n                    \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                    \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                    \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                },\n                \"params\": {\n                    \"detection_threshold\": 0\n                }\n            },\n            \"input_info\": {\n                \"fields_map\": {\n                    \"image\": \"images\"\n                }\n            },\n            \"train_info\": {},\n            \"import_info\": {}\n        },\n        {\n            \"id\": \"e68c9e00b9db49e2b5ba13934dc4a5ec\",\n            \"created_at\": \"2020-06-16T22:59:16.009181Z\",\n            \"status\": {\n                \"code\": 21100,\n                \"description\": \"Model is trained and ready\"\n            },\n            \"active_concept_count\": 90,\n            \"visibility\": {\n                \"gettable\": 50\n            },\n            \"app_id\": \"main\",\n            \"user_id\": \"clarifai\",\n            \"metadata\": {},\n            \"output_info\": {\n                \"output_config\": {\n                    \"max_concepts\": 0,\n                    \"min_value\": 0\n                },\n                \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                \"fields_map\": {\n                    \"regions[...].data.concepts[...].id\": \"predicted_det_labels\",\n                    \"regions[...].data.concepts[...].value\": \"predicted_det_scores\",\n                    \"regions[...].region_info.bounding_box\": \"predicted_det_bboxes\"\n                },\n                \"params\": {\n                    \"detection_threshold\": 0.75\n                }\n            },\n            \"input_info\": {\n                \"fields_map\": {\n                    \"image\": \"images\"\n                }\n            },\n            \"train_info\": {},\n            \"import_info\": {}\n        }\n    ]\n}"}],"_postman_id":"a2e6709b-c48f-4398-bae9-2920501e9d53"},{"name":"List Model Types","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"91fbef19-e88e-48f8-a9f1-9a08d6627e03"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"73a4964d-f3d4-492d-ad14-e820d77f4b52"}}],"id":"020dfe64-1829-4158-995a-b85484a847d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/types","description":"<p>List all available model types (visual-classifier, text-to-text, visual-detector, etc.) and their supported training templates and output configurations.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models","types"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"d8da0a25-5d9b-4c79-8605-4c410d05adb4","name":"List Model Types","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/types"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"09e1bcf471e18a78c6882edbfe18f791\"\n    },\n    \"model_types\": [\n        {\n            \"id\": \"embedding-classifier\",\n            \"title\": \"Transfer Learning Classifier\",\n            \"description\": \"Classify images or texts based on the embedding model that has indexed them in your app. Transfer learning leverages feature representations from a pre-trained model based on massive amounts of data, so you don’t have to train a new model from scratch and can learn new things very quickly with minimal training data.\",\n            \"input_fields\": [\n                \"embeddings\"\n            ],\n            \"output_fields\": [\n                \"concepts\"\n            ],\n            \"trainable\": true,\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.data.concepts\",\n                    \"field_type\": 4,\n                    \"description\": \"Select the concepts that you want this model version to predict. These should be concepts that are in your training dataset with labels.\",\n                    \"placeholder\": \"List of concepts\",\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.output_config.concepts_mutually_exclusive\",\n                    \"field_type\": 1,\n                    \"default_value\": false,\n                    \"description\": \"Turn this on when there is no overlap between any of the model concepts, such as \\\"cat\\\" or \\\"dog\\\", \\\"car\\\" or \\\"bike\\\".\",\n                    \"placeholder\": \"Concepts Mutually Exclusive\"\n                },\n                {\n                    \"path\": \"input_info.base_embed_model\",\n                    \"field_type\": 12,\n                    \"description\": \"This is the base model version to use for embeddings. This has to be one of the embed models in the app workflow. This allows you to specify the specific model in case your default workflow of your app has multiple embedding models present in it.\",\n                    \"placeholder\": \"Base Model\"\n                },\n                {\n                    \"path\": \"output_info.output_config.training_timeout\",\n                    \"field_type\": 3,\n                    \"default_value\": 0,\n                    \"description\": \"The training timeout in seconds. Longer time allows for training to process more data before timing out.\",\n                    \"placeholder\": \"Training timeout\",\n                    \"internal_only\": true\n                },\n                {\n                    \"path\": \"output_info.output_config.hyper_params\",\n                    \"field_type\": 2,\n                    \"default_value\": null,\n                    \"description\": \"Additional hyperparameters to pass through to backend training service.\",\n                    \"placeholder\": \"Hyper params\",\n                    \"internal_only\": true\n                },\n                {\n                    \"path\": \"output_info.params.max_concepts\",\n                    \"field_type\": 3,\n                    \"default_value\": 20,\n                    \"description\": \"Maximum number of concepts in result.\",\n                    \"placeholder\": \"Maximum concepts\"\n                },\n                {\n                    \"path\": \"output_info.params.select_concepts\",\n                    \"field_type\": 18,\n                    \"default_value\": [],\n                    \"description\": \"Select concepts in result by name or by id.\",\n                    \"placeholder\": \"Select Concepts\"\n                },\n                {\n                    \"path\": \"output_info.params.min_value\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"Minimum value of concept's probability score in result. In other words, all concepts with a probability score less than this threshold will be filtered out.\",\n                    \"placeholder\": \"Min value\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 0.01\n                    }\n                },\n                {\n                    \"path\": \"train_info.dataset\",\n                    \"field_type\": 19,\n                    \"description\": \"Dataset to use for training this model.\",\n                    \"placeholder\": \"Training Dataset\"\n                },\n                {\n                    \"path\": \"train_info.params.dataset_id\",\n                    \"field_type\": 16,\n                    \"default_value\": \"\",\n                    \"description\": \"Deprecated in favor of train_info.dataset.\",\n                    \"placeholder\": \"DEPRECATED: Training Dataset ID\"\n                },\n                {\n                    \"path\": \"train_info.dataset.version\",\n                    \"field_type\": 20,\n                    \"description\": \"Dataset version to use for training this model. If a dataset version is not specified but a dataset is, we will automatically generate a dataset version.\",\n                    \"placeholder\": \"Training Dataset Version\"\n                },\n                {\n                    \"path\": \"train_info.params.dataset_version_id\",\n                    \"field_type\": 17,\n                    \"default_value\": \"\",\n                    \"description\": \"Deprecated in favor of train_info.dataset.version\",\n                    \"placeholder\": \"DEPRECATED: Training Dataset Version ID\"\n                },\n                {\n                    \"path\": \"train_info.params.enrich_dataset\",\n                    \"field_type\": 8,\n                    \"default_value\": \"Automatic\",\n                    \"description\": \"Enrich with supplemental data from pre-built dataset of negative embeddings to improve model accuracy.\",\n                    \"placeholder\": \"Enrich Dataset\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"Automatic\",\n                            \"description\": \"Enrich dataset if additional data is available from the base embeddings model.\"\n                        },\n                        {\n                            \"id\": \"Disabled\",\n                            \"description\": \"Do not enrich dataset.\"\n                        }\n                    ]\n                },\n                {\n                    \"path\": \"eval_info.params.use_kfold\",\n                    \"field_type\": 1,\n                    \"default_value\": true,\n                    \"description\": \"If true (default value), we will perform a k-fold evaluation using 2 separate splits of the app data, each holding out 20%. If false, we will evaluate the trained model against the provided holdout dataset. If no holdout set is provided, we will use all the app inputs that contain concepts, from the trained model version, in their annotations.\",\n                    \"placeholder\": \"Use K-Fold Cross Validation\"\n                },\n                {\n                    \"path\": \"eval_info.params.dataset_id\",\n                    \"field_type\": 16,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset to use for evaluating this model. This is only used if use_kfold is set to false\",\n                    \"placeholder\": \"Eval Dataset ID\"\n                },\n                {\n                    \"path\": \"eval_info.params.dataset_version_id\",\n                    \"field_type\": 17,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset version to use for evaluating this model. If a dataset version is not specified but a dataset is, we will automatically generate a dataset version. This is only used if use_kfold is set to false\",\n                    \"placeholder\": \"Eval Dataset Version ID\"\n                }\n            ],\n            \"evaluation_type\": 1\n        },\n        {\n            \"id\": \"audio-embedder\",\n            \"title\": \"Audio Embedder\",\n            \"description\": \"Embed audio signal into a vector representing a high level understanding from our AI models. These embeddings enable similarity search and training on top of them.\",\n            \"input_fields\": [\n                \"audio\"\n            ],\n            \"output_fields\": [\n                \"embeddings\"\n            ]\n        },\n        {\n            \"id\": \"visual-detector-embedder\",\n            \"title\": \"Visual Detector + Embedder\",\n            \"description\": \"Detect bounding box regions in images or video frames where things occur and then embed them into a high level understanding from our AI models to enable visual search and training on top of them.\",\n            \"input_fields\": [\n                \"image\"\n            ],\n            \"output_fields\": [\n                \"regions[...].data.embeddings\"\n            ]\n        },\n        {\n            \"id\": \"optical-character-recognizer\",\n            \"title\": \"Optical Character Recognizer (OCR)\",\n            \"description\": \"Detect bounding box regions in images or video frames where text is present and then output the text read with the score.\",\n            \"input_fields\": [\n                \"image\"\n            ],\n            \"output_fields\": [\n                \"regions[...].region_info.bounding_box,regions[...].data.text,regions[...].value\"\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"image\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                -1,\n                                3\n                            ],\n                            \"max_dims\": [\n                                1024,\n                                1024,\n                                3\n                            ],\n                            \"data_type\": 2,\n                            \"description\": \"First two dimensions are the height and width, followed by the number of channels.\"\n                        }\n                    ],\n                    \"description\": \"Image urls or base64 are converted into numpy arrays of the specified size and forwarded to the model. If flexible dims are provided, inputs will be downsampled and padded to a default size.\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"regions[...].region_info.bounding_box\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                4\n                            ],\n                            \"data_type\": 5,\n                            \"description\": \"The normalized bounding box coordinates in the order: top_row, left_col, bottom_row, right_col.\"\n                        }\n                    ]\n                },\n                {\n                    \"data_field_name\": \"regions[...].data.text\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"data_type\": 1,\n                            \"description\": \"Text that belongs to the respective bounding box.\"\n                        }\n                    ]\n                },\n                {\n                    \"data_field_name\": \"regions[...].value\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"data_type\": 5,\n                            \"description\": \"Score that belongs to the respective bounding box.\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"id\": \"image-to-image\",\n            \"title\": \"Image to Image\",\n            \"description\": \"Given an image, apply a transformation on the input and return the post-processed image as output.\",\n            \"input_fields\": [\n                \"image\"\n            ],\n            \"output_fields\": [\n                \"image\"\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"image\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                -1,\n                                3\n                            ],\n                            \"max_dims\": [\n                                1024,\n                                1024,\n                                3\n                            ],\n                            \"data_type\": 2,\n                            \"description\": \"First two dimensions are the height and width, followed by the number of channels.\"\n                        }\n                    ],\n                    \"description\": \"Image urls or base64 are converted into numpy arrays of the specified size and forwarded to the model. If flexible dims are provided, inputs will be downsampled and padded to a default size.\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"image\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                -1,\n                                3\n                            ],\n                            \"data_type\": 2,\n                            \"description\": \"First two dimensions are the height and width, followed by the number of channels.\"\n                        }\n                    ],\n                    \"description\": \"Image output.\"\n                }\n            ]\n        },\n        {\n            \"id\": \"image-to-text\",\n            \"title\": \"Image To Text\",\n            \"description\": \"Takes in cropped regions with text in them and returns the text it sees.\",\n            \"input_fields\": [\n                \"image\"\n            ],\n            \"output_fields\": [\n                \"text\"\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"image\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                -1,\n                                3\n                            ],\n                            \"max_dims\": [\n                                1024,\n                                1024,\n                                3\n                            ],\n                            \"data_type\": 2,\n                            \"description\": \"First two dimensions are the height and width, followed by the number of channels.\"\n                        }\n                    ],\n                    \"description\": \"Image urls or base64 are converted into numpy arrays of the specified size and forwarded to the model. If flexible dims are provided, inputs will be downsampled and padded to a default size.\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"text\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                1\n                            ],\n                            \"data_type\": 1,\n                            \"description\": \"Text output\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"id\": \"text-to-image\",\n            \"title\": \"Text To Image\",\n            \"description\": \"Takes in a prompt and generates an image.\",\n            \"input_fields\": [\n                \"text\"\n            ],\n            \"output_fields\": [\n                \"image\"\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"text\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"data_type\": 1,\n                            \"description\": \"The text string sent to the model.\"\n                        }\n                    ],\n                    \"description\": \"Text urls content or raw text passed in through the API are directly sent to the model.\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"image\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                -1,\n                                3\n                            ],\n                            \"data_type\": 2,\n                            \"description\": \"First two dimensions are the height and width, followed by the number of channels.\"\n                        }\n                    ],\n                    \"description\": \"Image output.\"\n                }\n            ]\n        },\n        {\n            \"id\": \"clusterer\",\n            \"title\": \"Clusterer\",\n            \"description\": \"Cluster semantically similar images and video frames together in embedding space. This is the basis for good visual search within your app at scale or for grouping your data together without the need for annotated concepts.\",\n            \"input_fields\": [\n                \"embeddings\"\n            ],\n            \"output_fields\": [\n                \"clusters\"\n            ],\n            \"trainable\": true,\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"input_info.base_embed_model\",\n                    \"field_type\": 12,\n                    \"description\": \"This is the base model to use for embeddings. This has to be one of the embed models in the app workflow. This allows you to specify the specific model in case your default workflow of your app has multiple embedding models present in it.\",\n                    \"placeholder\": \"Base Model\"\n                },\n                {\n                    \"path\": \"train_info.params.coarse_clusters\",\n                    \"field_type\": 3,\n                    \"default_value\": 32,\n                    \"description\": \"Each embedding vector is first split into a fixed amount of subgroups. This is the integer value k, in k-means clustering, used to determine the numbers of centroids each subgroup is split and clustered into.\",\n                    \"placeholder\": \"Coarse Clusters\",\n                    \"model_type_range_info\": {\n                        \"min\": 2,\n                        \"max\": 512,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"train_info.params.eval_holdout_fraction\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.2,\n                    \"description\": \"Percentage of all examples to hold out for evaluation when training.\",\n                    \"placeholder\": \"Evaluation Holdout Fraction\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 0.01\n                    }\n                },\n                {\n                    \"path\": \"train_info.params.query_holdout_fraction\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.1,\n                    \"description\": \"Deprecated, please use eval_info.params.query_holdout_fraction. \",\n                    \"placeholder\": \"Query Holdout Fraction\",\n                    \"model_type_range_info\": {\n                        \"min\": 0.01,\n                        \"max\": 1,\n                        \"step\": 0.01\n                    }\n                },\n                {\n                    \"path\": \"train_info.params.to_be_indexed_queries_fraction\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.25,\n                    \"description\": \"Deprecated, please use eval_info.params.to_be_indexed_queries_fraction. \",\n                    \"placeholder\": \"To Be Indexed Queries Fraction\",\n                    \"model_type_range_info\": {\n                        \"min\": 0.01,\n                        \"max\": 1,\n                        \"step\": 0.01\n                    }\n                },\n                {\n                    \"path\": \"train_info.params.max_num_query_embeddings\",\n                    \"field_type\": 3,\n                    \"default_value\": 100,\n                    \"description\": \"Deprecated, please use eval_info.params.max_num_query_embeddings. \",\n                    \"placeholder\": \"Max Number of Query Embeddings\"\n                },\n                {\n                    \"path\": \"train_info.params.num_results_per_query\",\n                    \"field_type\": 11,\n                    \"default_value\": [\n                        1,\n                        5,\n                        10,\n                        20\n                    ],\n                    \"description\": \"Deprecated, please use eval_info.params.num_results_per_query. \",\n                    \"placeholder\": \"Number of Results Per Query\"\n                },\n                {\n                    \"path\": \"train_info.params.max_visited\",\n                    \"field_type\": 3,\n                    \"default_value\": 32,\n                    \"description\": \"Deprecated, please use eval_info.params.max_visited. \",\n                    \"placeholder\": \"Max Visited\"\n                },\n                {\n                    \"path\": \"train_info.params.quota\",\n                    \"field_type\": 3,\n                    \"default_value\": 1000,\n                    \"description\": \"Deprecated, please use eval_info.params.quota. \",\n                    \"placeholder\": \"Quota\"\n                },\n                {\n                    \"path\": \"train_info.params.beta\",\n                    \"field_type\": 3,\n                    \"default_value\": 1,\n                    \"description\": \"Deprecated, please use eval_info.params.beta. \",\n                    \"placeholder\": \"Beta\"\n                },\n                {\n                    \"path\": \"train_info.params.training_timeout\",\n                    \"field_type\": 3,\n                    \"default_value\": 7200,\n                    \"description\": \"The training timeout in seconds. Longer time allows for training to process more data before timing out. default 2 hours.\",\n                    \"placeholder\": \"Training timeout\",\n                    \"internal_only\": true\n                },\n                {\n                    \"path\": \"train_info.params.dataset_id\",\n                    \"field_type\": 16,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset to use for training this model.\",\n                    \"placeholder\": \"Training Dataset ID\",\n                    \"internal_only\": true\n                },\n                {\n                    \"path\": \"train_info.params.train_iters\",\n                    \"field_type\": 3,\n                    \"default_value\": 10,\n                    \"description\": \"The number of training iterations.\",\n                    \"placeholder\": \"Training iterations\",\n                    \"internal_only\": true\n                },\n                {\n                    \"path\": \"train_info.dataset.version\",\n                    \"field_type\": 20,\n                    \"description\": \"Dataset version to use for training this model. If a dataset version is not specified but a dataset is, we will automatically generate a dataset version.\",\n                    \"placeholder\": \"Training Dataset Version\"\n                },\n                {\n                    \"path\": \"train_info.params.dataset_version_id\",\n                    \"field_type\": 17,\n                    \"default_value\": \"\",\n                    \"description\": \"Deprecated in favor of train_info.dataset.version\",\n                    \"placeholder\": \"DEPRECATED: Training Dataset Version ID\"\n                },\n                {\n                    \"path\": \"eval_info.params.dataset_id\",\n                    \"field_type\": 16,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset to use for evaluating this model. \",\n                    \"placeholder\": \"Eval Dataset ID\"\n                },\n                {\n                    \"path\": \"eval_info.params.dataset_version_id\",\n                    \"field_type\": 17,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset version to use for evaluating this model. If a dataset version is not specified but a dataset is, we will automatically generate a dataset version. \",\n                    \"placeholder\": \"Eval Dataset Version ID\"\n                },\n                {\n                    \"path\": \"eval_info.params.query_holdout_fraction\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.1,\n                    \"description\": \"When evaluating, the examples held out for evaluation are split into two, potentially overlapping subsets: indexed and query examples. The indexed subset is indexed in-memory as the original and new projected position are used to compare their distance from the query subset to produce evaluations. query_holdout_fraction is the data percentage used from the evaluation subset for querying.\",\n                    \"placeholder\": \"Query Holdout Fraction\",\n                    \"internal_only\": true,\n                    \"model_type_range_info\": {\n                        \"min\": 0.01,\n                        \"max\": 1,\n                        \"step\": 0.01\n                    }\n                },\n                {\n                    \"path\": \"eval_info.params.to_be_indexed_queries_fraction\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.25,\n                    \"description\": \"When evaluating, the examples held out for evaluation are split into two, potentially overlapping subsets: indexed and query examples. The indexed subset is indexed in-memory as their original and new projected position are used to compare their distance from the query subset to produce evaluations. to_be_indexed_queries_fraction is the data percentage used from the evaluation subset for indexing.\",\n                    \"placeholder\": \"To Be Indexed Queries Fraction\",\n                    \"internal_only\": true,\n                    \"model_type_range_info\": {\n                        \"min\": 0.01,\n                        \"max\": 1,\n                        \"step\": 0.01\n                    }\n                },\n                {\n                    \"path\": \"eval_info.params.max_num_query_embeddings\",\n                    \"field_type\": 3,\n                    \"default_value\": 100,\n                    \"description\": \"Max number of queries examples used when evaluating. The lesser value between max_num_query_embeddings or [query_holdout_fraction * hold out set size] will be used to decide the number of query embeddings used. Larger number of query embeddings will result in slower evaluations.\",\n                    \"placeholder\": \"Max Number of Query Embeddings\",\n                    \"internal_only\": true\n                },\n                {\n                    \"path\": \"eval_info.params.num_results_per_query\",\n                    \"field_type\": 11,\n                    \"default_value\": [\n                        1,\n                        5,\n                        10,\n                        20\n                    ],\n                    \"description\": \"A list of numbers, each representing the number of nearest examples to consider per query when evaluating recall. Max num_results_per_query should be less than or equal to quota.\",\n                    \"placeholder\": \"Number of Results Per Query\",\n                    \"internal_only\": true\n                },\n                {\n                    \"path\": \"eval_info.params.max_visited\",\n                    \"field_type\": 3,\n                    \"default_value\": 32,\n                    \"description\": \"A integer will be used for both evaluation and search. During both search and evaluation, it cuts off the number of centroids we are going to search against. We compare the distance to every example for each centroid searched against, up until the quota number of examples. Larger numbers will result in slower evaluations and search.\",\n                    \"placeholder\": \"Max Visited\",\n                    \"internal_only\": true\n                },\n                {\n                    \"path\": \"eval_info.params.quota\",\n                    \"field_type\": 3,\n                    \"default_value\": 1000,\n                    \"description\": \"During evaluations it cuts off the max number of examples we are going to search against. The max number of examples searched against is also limited by max_visited and the number of indexed examples. Larger numbers will result in slower evaluations.\",\n                    \"placeholder\": \"Quota\",\n                    \"internal_only\": true\n                },\n                {\n                    \"path\": \"eval_info.params.beta\",\n                    \"field_type\": 3,\n                    \"default_value\": 1,\n                    \"description\": \"Beta is a positive number which scales the importance of recall over precision. Beta < 1 lends more weight to precision, while beta > 1 favors recall. Beta = 1 results in standard f1 calculations.\",\n                    \"placeholder\": \"Beta\",\n                    \"internal_only\": true\n                }\n            ],\n            \"evaluation_type\": 4\n        },\n        {\n            \"id\": \"image-color-recognizer\",\n            \"title\": \"Image Color Recognizer\",\n            \"description\": \"Recognize standard color formats and the proportion each color that covers an image.\",\n            \"input_fields\": [\n                \"image\"\n            ],\n            \"output_fields\": [\n                \"colors\"\n            ]\n        },\n        {\n            \"id\": \"concept-thresholder\",\n            \"title\": \"Concept Thresholder\",\n            \"description\": \"Threshold input concepts according to both a threshold and an operator (>, >=, =, <=, or <). For example, assume the \\\" > \\\" threshold type is set for the model, then if the input concept.value is greater than the threshold for that concept, the input concept will be output from this model, otherwise it will not be output by the model.\",\n            \"input_fields\": [\n                \"concepts\"\n            ],\n            \"output_fields\": [\n                \"concepts\"\n            ],\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.data.concepts\",\n                    \"field_type\": 5,\n                    \"default_value\": [],\n                    \"description\": \"List of concepts and each concept has concept.value set to the threshold. If a concept is not specified here then that concept will be allowed through to the output always.\",\n                    \"placeholder\": \"List of concepts and each concept has concept.value set to the threshold.\",\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.params.concept_threshold_type\",\n                    \"field_type\": 8,\n                    \"default_value\": \"GREATER_THAN\",\n                    \"description\": \"This is the operation used to to compare such as input value {concept_threshold_type} concept.value where concept.value is defined in this model's config and represents the threshold for each concept. For example if this concept_threshold_type is GREATER_THAN_OR_EQUAL and the concept.value for the 'dog' concept is 0.75 then any data coming into this model with the concept of dog greater than or equal to 0.75 will be output from this model.\",\n                    \"placeholder\": \"Concept Threshold Type\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"GREATER_THAN\"\n                        },\n                        {\n                            \"id\": \"GREATER_THAN_OR_EQUAL\"\n                        },\n                        {\n                            \"id\": \"LESS_THAN\"\n                        },\n                        {\n                            \"id\": \"LESS_THAN_OR_EQUAL\"\n                        },\n                        {\n                            \"id\": \"EQUAL\"\n                        }\n                    ],\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.params.filter_other_concepts\",\n                    \"field_type\": 1,\n                    \"default_value\": false,\n                    \"description\": \"The default setting of False for this parameter means that the concepts found in the input data but that are NOT defined in output_info.data.concepts will be let through. Setting filter_other_concepts = True will filter out these additional concepts found in the input that are not defined in output_info.data.concepts.\",\n                    \"placeholder\": \"Keep other concepts found in input (default) or set to True to filter them out when not in the list of concepts for this model.\"\n                }\n            ]\n        },\n        {\n            \"id\": \"region-thresholder\",\n            \"title\": \"Region Thresholder\",\n            \"description\": \"Threshold regions based on the concepts that they contain using a threshold per concept and an overall operator (>, >=, =, <=, or <). For example, assume the \\\" > \\\" threshold type is set for the model, then if the input regions[...].data.concepts.value is greater than the threshold for that concept, the input concept will be output from this model, otherwise it will not be output by the model. If the entire list of concepts at regions[...].data.concepts is filtered out then the overall region will also be removed.\",\n            \"input_fields\": [\n                \"regions[...].data.concepts\"\n            ],\n            \"output_fields\": [\n                \"regions[...].data.concepts\"\n            ],\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.data.concepts\",\n                    \"field_type\": 5,\n                    \"default_value\": [],\n                    \"description\": \"List of concepts and each concept has concept.value set to the threshold. If a concept is not specified here then that concept will be allowed through to the output always.\",\n                    \"placeholder\": \"List of concepts and each concept has concept.value set to the threshold.\",\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.params.concept_threshold_type\",\n                    \"field_type\": 8,\n                    \"default_value\": \"GREATER_THAN\",\n                    \"description\": \"This is the operation used to to compare such as input value {concept_threshold_type} concept.value where concept.value is defined in this model's config and represents the threshold for each concept. For example if this concept_threshold_type is GREATER_THAN_OR_EQUAL and the concept.value for the 'dog' concept is 0.75 then any data coming into this model with the concept of dog greater than or equal to 0.75 will be output from this model.\",\n                    \"placeholder\": \"Concept Threshold Type\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"GREATER_THAN\"\n                        },\n                        {\n                            \"id\": \"GREATER_THAN_OR_EQUAL\"\n                        },\n                        {\n                            \"id\": \"LESS_THAN\"\n                        },\n                        {\n                            \"id\": \"LESS_THAN_OR_EQUAL\"\n                        },\n                        {\n                            \"id\": \"EQUAL\"\n                        }\n                    ],\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.params.filter_other_concepts\",\n                    \"field_type\": 1,\n                    \"default_value\": false,\n                    \"description\": \"The default setting of False for this parameter means that the concepts found in the input data but that are NOT defined in output_info.data.concepts will be let through. Setting filter_other_concepts = True will filter out these additional concepts found in the input that are not defined in output_info.data.concepts.\",\n                    \"placeholder\": \"Keep other concepts found in input (default) or set to True to filter them out when not in the list of concepts for this model.\"\n                },\n                {\n                    \"path\": \"output_info.params.filter_empty_input_regions\",\n                    \"field_type\": 1,\n                    \"default_value\": false,\n                    \"description\": \"This controls regions that originally had no concepts in them. If filter_empty_input_regions is True then we will remove those regions. If False (default) we will let those regions through.\",\n                    \"placeholder\": \"Filter out empty regions in input.\"\n                }\n            ]\n        },\n        {\n            \"id\": \"concept-synonym-mapper\",\n            \"title\": \"Concept Synonym Mapper\",\n            \"description\": \"Map the input concepts to output concepts by following synonym concept relations in the knowledge graph of your app. \",\n            \"input_fields\": [\n                \"concepts\"\n            ],\n            \"output_fields\": [\n                \"concepts\"\n            ],\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.knowledge_graph_id\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"An optional knowledge graph id that is present in your app's concept relations. This allows you to carve out a subset of all the concept relations in your app and use a subset for mapping with this model.\",\n                    \"placeholder\": \"Knowledge graph ID\"\n                }\n            ]\n        },\n        {\n            \"id\": \"annotation-writer\",\n            \"title\": \"Annotation Writer\",\n            \"description\": \"Write the input data to the database in the form of an annotation with a specified status as if a specific user created the annotation.\",\n            \"input_fields\": [\n                \"any\"\n            ],\n            \"output_fields\": [\n                \"any\"\n            ],\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.annotation_status\",\n                    \"field_type\": 8,\n                    \"default_value\": \"ANNOTATION_SUCCESS\",\n                    \"description\": \"This is the status for the annotations created by annotation-writer model.\",\n                    \"placeholder\": \"Model metadata annotation status\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"ANNOTATION_SUCCESS\",\n                            \"aliases\": [\n                                {\n                                    \"id_int\": \"24150\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"ANNOTATION_PENDING\",\n                            \"aliases\": [\n                                {\n                                    \"id_int\": \"24151\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"ANNOTATION_AWAITING_REVIEW\",\n                            \"aliases\": [\n                                {\n                                    \"id_int\": \"24157\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"ANNOTATION_AWAITING_CONSENSUS_REVIEW\",\n                            \"aliases\": [\n                                {\n                                    \"id_int\": \"24159\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.params.annotation_user_id\",\n                    \"field_type\": 9,\n                    \"default_value\": \"\",\n                    \"description\": \"This is the user_id for which to write the annotation on their behalf as if they manually did the work themselves.\",\n                    \"placeholder\": \"user_id to write that annotation as\",\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.params.annotation_info\",\n                    \"field_type\": 10,\n                    \"default_value\": {},\n                    \"description\": \"Additional JSON annotation information to attach to each annotation written by this model. For example, if you use {\\\"task_id\\\": \\\"my-task-id\\\"} and make annotation_status PENDING with annotation_user_id set to a labeler worker, you can have a never ending set of annotations for that user to work on.\",\n                    \"placeholder\": \"Annotation Info\"\n                },\n                {\n                    \"path\": \"output_info.params.task_id\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"The id of the task annotation belongs to\",\n                    \"placeholder\": \"Task id\"\n                }\n            ]\n        },\n        {\n            \"id\": \"image-crop\",\n            \"title\": \"Image Cropper\",\n            \"description\": \"Crop the input image according to each input region that is present in the input. When used in a workflow this model can look back along the graph of the workflow to find the input image if the preceding model does not output an image itself so that you can do image -> detector -> cropper type of workflow easily.\",\n            \"input_fields\": [\n                \"image\",\n                \"regions\"\n            ],\n            \"output_fields\": [\n                \"regions[...].data.image\"\n            ],\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.margin\",\n                    \"field_type\": 7,\n                    \"default_value\": 1,\n                    \"description\": \"A margin to increase/decrease around the bounding boxes before doing the crop. A 2.0 margin would mean making a bounding box 2x larger with the same center location and conducting crop using that box.\",\n                    \"placeholder\": \"Margin around the image\",\n                    \"model_type_range_info\": {\n                        \"max\": 10\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": \"random-sample\",\n            \"title\": \"Random Sampler\",\n            \"description\": \"Randomly sample allowing the input to pass to the output. This is done with the conditional keep_fraction > rand() where keep_fraction is the fraction to allow through on average.\",\n            \"input_fields\": [\n                \"any\"\n            ],\n            \"output_fields\": [\n                \"any\"\n            ],\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.keep_fraction\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.5,\n                    \"description\": \"This is the fraction of input to randomly keep. This is implemented as simply: if keep_fraction > rand() { then output this input from the model }. This is applied independently for each input sent in a batch to the model.\",\n                    \"placeholder\": \"Sampling fraction\",\n                    \"required\": true,\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 0.01\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": \"knn-concept\",\n            \"title\": \"KNN Classifier\",\n            \"description\": \"Use k nearest neighbor search and plurality voting amongst the nearest neighbors to classify new instances. Recommended when you only have a small dataset like one image per concept.\",\n            \"input_fields\": [\n                \"embeddings\"\n            ],\n            \"output_fields\": [\n                \"concepts\"\n            ],\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.min_value\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"Minimum value of concept's probability score in result. In other words, all concepts with a probability score less than this threshold will be filtered out.\",\n                    \"placeholder\": \"Min value\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 0.01\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.max_concepts\",\n                    \"field_type\": 3,\n                    \"default_value\": 20,\n                    \"description\": \"Maximum number of concepts in result.\",\n                    \"placeholder\": \"Maximum concepts\"\n                }\n            ]\n        },\n        {\n            \"id\": \"visual-keypointer\",\n            \"title\": \"Visual Keypoint\",\n            \"description\": \"This model detects keypoints in images or video frames.\",\n            \"input_fields\": [\n                \"image\"\n            ],\n            \"output_fields\": [\n                \"regions[...].data.concepts,regions[...].region_info.keypoint_locations\"\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"image\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                -1,\n                                3\n                            ],\n                            \"max_dims\": [\n                                1024,\n                                1024,\n                                3\n                            ],\n                            \"data_type\": 2,\n                            \"description\": \"First two dimensions are the height and width, followed by the number of channels.\"\n                        }\n                    ],\n                    \"description\": \"Image urls or base64 are converted into numpy arrays of the specified size and forwarded to the model. If flexible dims are provided, inputs will be downsampled and padded to a default size.\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"regions[...].data.concepts,regions[...].region_info.keypoint_locations\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                3\n                            ],\n                            \"data_type\": 5,\n                            \"description\": \"First dimension corresponds to each models ordered keypoint as specified in the keypoint names of the concept, and the second dimensions corresponds to the x, y, and z location of that keypoint in the image.\"\n                        },\n                        {\n                            \"dims\": [\n                                -1,\n                                2\n                            ],\n                            \"data_type\": 5,\n                            \"description\": \"First dimension corresponds to each models ordered keypoint as specified in the keypoint names of the concept, and the second dimensions corresponds to the x and y location of that keypoint in the image.\"\n                        }\n                    ],\n                    \"requires_label_filename\": true\n                }\n            ]\n        },\n        {\n            \"id\": \"status-push\",\n            \"title\": \"Status Push\",\n            \"description\": \"This model pushes processing status of a batch of inputs ingested through vendor/inputs endpoint in one request.\",\n            \"input_fields\": [\n                \"any\"\n            ],\n            \"output_fields\": [\n                \"any\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true\n        },\n        {\n            \"id\": \"results-push\",\n            \"title\": \"Results Push\",\n            \"description\": \"This model pushes clarifai prediction results in an external format.\",\n            \"input_fields\": [\n                \"any\"\n            ],\n            \"output_fields\": [\n                \"any\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true\n        },\n        {\n            \"id\": \"email\",\n            \"title\": \"Email Alert\",\n            \"description\": \"Email alert model will send an email if there are any data fields input to this model.\",\n            \"input_fields\": [\n                \"any\"\n            ],\n            \"output_fields\": [\n                \"any\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.to\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"A comma separated list of up to 3 different emails to send to. For example \\\"Bob <bob@example.com>, Stacy <stacy@example.com>\\\"\",\n                    \"placeholder\": \"Bob <bob@example.com>, Stacy <stacy@example.com>\",\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.params.subject\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"Subject of your email.\",\n                    \"placeholder\": \"Subject of your email here...\",\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.params.html\",\n                    \"field_type\": 2,\n                    \"default_value\": \"<html><body>Wrapped html body of your email.</body></html>\",\n                    \"description\": \"Formatted html body. This must be provided as valid HTML including the <html></html> tags.\",\n                    \"placeholder\": \"<html><body>Wrapped html body of your email.</body></html>\",\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.params.text\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"Text body as fallback in case the email client of recipient can't read HTML.\",\n                    \"placeholder\": \"Fallback text body for older email clients goes here...\",\n                    \"required\": true\n                }\n            ]\n        },\n        {\n            \"id\": \"sms\",\n            \"title\": \"SMS Alert\",\n            \"description\": \"SMS alert model will send a SMS if there are any data fields input to this model.\",\n            \"input_fields\": [\n                \"any\"\n            ],\n            \"output_fields\": [\n                \"any\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.to\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"A comma separated list of up to 3 different phone numbers to send to.\",\n                    \"placeholder\": \"123-456-7890, 1-987-654-3210\",\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.params.body\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"The text body of your SMS message.\",\n                    \"placeholder\": \"Body of your SMS message here...\",\n                    \"required\": true\n                }\n            ]\n        },\n        {\n            \"id\": \"aws-lambda\",\n            \"title\": \"AWS Lambda\",\n            \"description\": \"This model sends data to an AWS lambda function so you can implement any arbitrary logic to be handled within a model predict or workflow. The request our API sends is a PostModelOutputsRequest in the 'request' field and the response we expect is a MultiOutputResponse response in the 'response' field.\",\n            \"input_fields\": [\n                \"any\"\n            ],\n            \"output_fields\": [\n                \"any\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.arn\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"The ARN for the lambda function.\",\n                    \"placeholder\": \"arn:aws:lambda:us-east-1:{AWS_ACCOUNT_ID}:function:{FUNC_NAME}\",\n                    \"required\": true\n                }\n            ]\n        },\n        {\n            \"id\": \"custom-code-operator\",\n            \"title\": \"Custom Code Operator\",\n            \"description\": \"This model expects a Python 3.9 driver function with the following signature: \\\"def main(req):\\\". Here, \\\"req\\\" is a dictionary with a single key \\\"inputs\\\" that holds a list of \\\"Input\\\" objects from \\\"clarifai_grpc.grpc.api.service_pb2\\\"; these inputs are normally sent in API prediction requests.\\nThe available libraries for importing are: numpy, scipy, PIL and clarifai_grpc.\\nThe response should either be a python dictionary whose nested structure mirrors that of MultiOutputResponse in clarifai_grpc.grpc.api.service_pb2.\\nIDs in inputs should be forwared to outputs 1-to-1. You can also provide helpers to reference in your main implementation.\\nAll the code must be passed in via output_info.params.operator_code.\\nEach Execution can last up to 50 seconds and consume 256 MBs of memory.\",\n            \"input_fields\": [\n                \"any\"\n            ],\n            \"output_fields\": [\n                \"any\"\n            ],\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.operator_code\",\n                    \"field_type\": 15,\n                    \"default_value\": \"# Example code to geotag image inputs\\n# If you're sending this using JSON, you must replace newlines with '\\\\n'\\nfrom clarifai_grpc.grpc.api import resources_pb2, service_pb2\\nfrom clarifai_grpc.grpc.api.status import status_code_pb2, status_pb2\\nfrom google.protobuf.json_format import MessageToDict, ParseDict\\n\\n# Define commonly used constants outside functions to increase performance.\\nNYC_LAT, NYC_LON = 40.7128, 74.0060\\nNYC_GEO_POINT = resources_pb2.GeoPoint(latitude=NYC_LAT, longitude=NYC_LON)\\n\\n# checks if the input contained an image\\ndef validate_image_is_present(image_pbf, input_id):\\n    if image_pbf.ByteSize() == 0: # image is not set\\n        err_status = status_pb2.Status(code=status_code_pb2.INPUT_INVALID_ARGUMENT,\\n            description=f'No Image Received for Input with ID {input_id}')\\n        err_resp = service_pb2.MultiOutputResponse(status=err_status)\\n        return err_resp\\n    return\\n\\n\\n# extract inputs to operator from request, and report error if none are present.\\ndef get_inputs_from_req(req):\\n    req_inputs = req.get('inputs', None)\\n    if not req_inputs:\\n      err_status = status_pb2.Status(code=status_code_pb2.INPUT_INVALID_ARGUMENT,\\n        description='No Inputs Received')\\n      err_resp = service_pb2.MultiOutputResponse(status=err_status)\\n      return None, err_resp\\n    return req_inputs, None\\n\\n# add a geo-tag to the data if it contains an image, if no image is present return error.\\ndef build_geotagged_image_from_input_image(input_pbf):\\n    data_pbf = input_pbf.data\\n    image_pbf = data_pbf.image\\n    input_id = input_pbf.id # id is just a string\\n    # verify there is an image to geo-tag\\n    err_resp = validate_image_is_present(image_pbf, input_id)\\n    if err_resp != None:\\n      return None, err_resp\\n    req_output = resources_pb2.Output(id=input_id) # we must forward the ID, otherwise errors will occur.\\n    # Here, we copy the original data, which includes the input image to tag, into the output.\\n    req_output.data.CopyFrom(data_pbf)\\n    # Now, we add a geo-tag to the input.\\n    req_output.data.geo.geo_point.CopyFrom(NYC_GEO_POINT)\\n\\n    return req_output, None\\n\\ndef main(req):\\n  inputs, err_resp = get_inputs_from_req(req)\\n  if err_resp != None:\\n      return MessageToDict(err_resp, preserving_proto_field_name=True)\\n  resp_outputs = []\\n  for inp in inputs:\\n      input_pbf = ParseDict(inp, resources_pb2.Input())\\n      output, err_resp = build_geotagged_image_from_input_image(input_pbf)\\n      if err_resp != None:\\n          return MessageToDict(err_resp, preserving_proto_field_name=True)\\n      resp_outputs.append(output)\\n  resp = service_pb2.MultiOutputResponse(outputs=resp_outputs,\\n    status=status_pb2.Status(code=status_code_pb2.SUCCESS)) # expected format of the response\\n  return MessageToDict(resp, preserving_proto_field_name=True)\\n\",\n                    \"description\": \"Custom Python 3.9 code to be executed\",\n                    \"placeholder\": \"Custom Python 3.9 code to be executed\",\n                    \"required\": true\n                }\n            ]\n        },\n        {\n            \"id\": \"object-counter\",\n            \"title\": \"Object Counter\",\n            \"description\": \"count number of regions that match this model's active concepts frame by frame.\",\n            \"input_fields\": [\n                \"regions[...].data.concepts\"\n            ],\n            \"output_fields\": [\n                \"metadata\"\n            ],\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.data.concepts\",\n                    \"field_type\": 4,\n                    \"description\": \"List of concepts you want this model to use to count regions with matching concepts from each frame.  if none are specified, all regions with any concepts will be counted\",\n                    \"placeholder\": \"List of concepts\"\n                }\n            ]\n        },\n        {\n            \"id\": \"image-align\",\n            \"title\": \"Image Align\",\n            \"description\": \"Aligns images using keypoints\",\n            \"input_fields\": [\n                \"image\",\n                \"regions[...].data.concepts,regions[...].region_info.keypoint_locations\"\n            ],\n            \"output_fields\": [\n                \"image\"\n            ],\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.alignment_type\",\n                    \"field_type\": 2,\n                    \"default_value\": \"SIMILARITY\",\n                    \"description\": \"Image Alignment transform type\",\n                    \"placeholder\": \"Image Alignment transform type\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"SIMILARITY\",\n                            \"description\": \"Deprecated, please use THREE_POINT_SIMILARITY.\"\n                        },\n                        {\n                            \"id\": \"THREE_POINT_SIMILARITY\",\n                            \"description\": \"3 point alignment with similarity transform.\"\n                        },\n                        {\n                            \"id\": \"FIVE_POINT_SIMILARITY\",\n                            \"description\": \"5 point alignment with similarity transform.\"\n                        }\n                    ],\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.params.output_size\",\n                    \"field_type\": 3,\n                    \"default_value\": 112,\n                    \"description\": \"Image Alignment output size\",\n                    \"placeholder\": \"Image Alignment output size\",\n                    \"required\": true,\n                    \"model_type_range_info\": {\n                        \"min\": 32,\n                        \"max\": 1080\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": \"input-searcher\",\n            \"title\": \"Cross-App Input Searcher\",\n            \"description\": \"Triggers a visual search in another app based on the model configs if concept(s) are found in images and returns the matched search hits as regions.\",\n            \"input_fields\": [\n                \"concepts\",\n                \"image\",\n                \"text\"\n            ],\n            \"output_fields\": [\n                \"hits\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.key\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"A personal access token (PAT) or API Key to authenticate search requests.\",\n                    \"placeholder\": \"4bc27...\",\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.params.app_id\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"A unique ID indicating which application should be searched.\",\n                    \"placeholder\": \"bc45a3...\",\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.params.min_score\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"Minimum search score to forward search hit in results.\",\n                    \"placeholder\": \"Minimum search score.\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 0.01\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.max_results\",\n                    \"field_type\": 3,\n                    \"default_value\": 20,\n                    \"description\": \"Maximum number of search results to present in results.\",\n                    \"placeholder\": \"Max number of search results.\"\n                },\n                {\n                    \"path\": \"output_info.params.input_type\",\n                    \"field_type\": 2,\n                    \"default_value\": \"IMAGE\",\n                    \"description\": \"Whether to perform search on image or text.\",\n                    \"placeholder\": \"Input type to search on.\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"IMAGE\",\n                            \"description\": \"Input search on concepts and images.\"\n                        },\n                        {\n                            \"id\": \"TEXT\",\n                            \"description\": \"Input search on text.\"\n                        }\n                    ],\n                    \"required\": true\n                }\n            ]\n        },\n        {\n            \"id\": \"input-filter\",\n            \"title\": \"Input Filter\",\n            \"description\": \"If the input going through this model does not match those we are filtering for, it will not be passed on in the workflow branch.\",\n            \"input_fields\": [\n                \"any\"\n            ],\n            \"output_fields\": [\n                \"any\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.filter_for_image\",\n                    \"field_type\": 1,\n                    \"default_value\": false,\n                    \"description\": \"Whether we should allow image inputs to pass through\",\n                    \"placeholder\": \"Filter For Image\"\n                },\n                {\n                    \"path\": \"output_info.params.filter_for_text\",\n                    \"field_type\": 1,\n                    \"default_value\": false,\n                    \"description\": \"Whether we should allow text inputs to pass through\",\n                    \"placeholder\": \"Filter For Text\"\n                },\n                {\n                    \"path\": \"output_info.params.filter_for_audio\",\n                    \"field_type\": 1,\n                    \"default_value\": false,\n                    \"description\": \"Whether we should allow audio inputs to pass through\",\n                    \"placeholder\": \"Filter For Audio\"\n                }\n            ]\n        },\n        {\n            \"id\": \"text-to-audio\",\n            \"title\": \"Text to Audio\",\n            \"description\": \"Given text input, this model produces an audio file containing the spoken version of the input.\",\n            \"input_fields\": [\n                \"text\"\n            ],\n            \"output_fields\": [\n                \"audio\"\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"text\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"data_type\": 1,\n                            \"description\": \"The text string sent to the model.\"\n                        }\n                    ],\n                    \"description\": \"Text urls content or raw text passed in through the API are directly sent to the model.\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"audio\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"data_type\": 5,\n                            \"description\": \"Audio file with spoken verison of input. Audio samples returned should represent a wav file.\"\n                        }\n                    ]\n                },\n                {\n                    \"data_field_name\": \"audio.audio_info.sample_rate\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                1\n                            ],\n                            \"data_type\": 3,\n                            \"description\": \"The sample rate of the audio.\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"id\": \"regex-based-classifier\",\n            \"title\": \"Regex Based Classifier\",\n            \"description\": \"Classifies text using regex. If the regex matches, the text is classified as the provided concepts.\",\n            \"input_fields\": [\n                \"text\"\n            ],\n            \"output_fields\": [\n                \"concepts\"\n            ],\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.data.concepts\",\n                    \"field_type\": 4,\n                    \"default_value\": [],\n                    \"description\": \"Select the concepts that you want this model version to predict.\",\n                    \"placeholder\": \"List of concepts\",\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.params.regex\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"This is the regex that will be used to classify the text. If it matches, the text will be classified as the concepts selected defined for this model version.\",\n                    \"placeholder\": \"Regex\",\n                    \"required\": true\n                }\n            ]\n        },\n        {\n            \"id\": \"prompter\",\n            \"title\": \"Prompter\",\n            \"description\": \"Prompt template where inputted text will be inserted into placeholders marked with '{data.text.raw}'.\",\n            \"input_fields\": [\n                \"text\"\n            ],\n            \"output_fields\": [\n                \"text\"\n            ],\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.prompt_template\",\n                    \"field_type\": 2,\n                    \"default_value\": \"{data.text.raw}\",\n                    \"description\": \"Template used as a template for creating prompts with dynamic values. The prompt template must contain atleast one instance of '{data.text.raw}'. At inference time, all instances of '{data.text.raw}' in the prompt template will be replaced with the inputted text data.\",\n                    \"placeholder\": \"{data.text.raw}\",\n                    \"required\": true\n                }\n            ]\n        },\n        {\n            \"id\": \"remote-operator\",\n            \"title\": \"Remote Operator\",\n            \"description\": \"This model executes any code using a remote runner.\",\n            \"input_fields\": [\n                \"any\"\n            ],\n            \"output_fields\": [\n                \"any\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.runner_labels\",\n                    \"field_type\": 13,\n                    \"default_value\": [],\n                    \"description\": \"A list of runner labels to match on for this task. Ex: laptop, model-abc123\",\n                    \"required\": true\n                }\n            ]\n        },\n        {\n            \"id\": \"rag-prompter\",\n            \"title\": \"RAG Prompter\",\n            \"description\": \"A prompt template where we will perform a semantic search in the app with the incoming text. The inputted text will be inserted into placeholders marked with '{data.text.raw}' and search results will be inserted into placeholders with '{data.hits}', which will be new line separated.\",\n            \"input_fields\": [\n                \"text\"\n            ],\n            \"output_fields\": [\n                \"text\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.prompt_template\",\n                    \"field_type\": 2,\n                    \"default_value\": \"Answer the following question: {data.text.raw}\\nGiven the following context:\\n{data.hits}\",\n                    \"description\": \"Template used as a template for creating prompts with dynamic values. The prompt template must contain atleast one instance of '{data.text.raw}' and one instance of {data.hits}. At inference time, all instances of '{data.text.raw}' in the prompt template will be replaced with the inputted text data and '{data.hits}' will be replaced with new line separated hits.\",\n                    \"placeholder\": \"Answer the following question: {data.text.raw}\\nGiven the following context: {data.hits}\"\n                },\n                {\n                    \"path\": \"output_info.params.min_score\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"Minimum search score to forward search hit in results.\",\n                    \"placeholder\": \"Minimum search score.\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 0.01\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.max_results\",\n                    \"field_type\": 7,\n                    \"default_value\": 5,\n                    \"description\": \"Maximum number of search results to present in results.\",\n                    \"placeholder\": \"Max number of search results.\",\n                    \"model_type_range_info\": {\n                        \"min\": 1,\n                        \"max\": 128,\n                        \"step\": 1\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": \"keyword-filter-operator\",\n            \"title\": \"Keyword Filter Operator\",\n            \"description\": \"This operator is initialized with a set of words, and then determines which are found in the input text.\",\n            \"input_fields\": [\n                \"text\"\n            ],\n            \"output_fields\": [\n                \"concepts\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.keywords\",\n                    \"field_type\": 13,\n                    \"default_value\": [\n                        \"\"\n                    ],\n                    \"description\": \"A list of keywords to search for in the text.\",\n                    \"placeholder\": \"keywords\"\n                },\n                {\n                    \"path\": \"output_info.params.case_sensitive\",\n                    \"field_type\": 1,\n                    \"default_value\": false,\n                    \"description\": \"Match keywords only when the cases match.\",\n                    \"placeholder\": \"case_sensitive\"\n                }\n            ]\n        },\n        {\n            \"id\": \"language-id-operator\",\n            \"title\": \"Language Identification Operator\",\n            \"description\": \"Operator for language identification using the langdetect library.\",\n            \"input_fields\": [\n                \"text\"\n            ],\n            \"output_fields\": [\n                \"concepts\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.library\",\n                    \"field_type\": 8,\n                    \"default_value\": \"fasttext\",\n                    \"description\": \"The library to use for language identification. The available libraries are:\",\n                    \"placeholder\": \"library\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"fasttext\"\n                        },\n                        {\n                            \"id\": \"langdetect\"\n                        }\n                    ]\n                },\n                {\n                    \"path\": \"output_info.params.topk\",\n                    \"field_type\": 3,\n                    \"default_value\": 1,\n                    \"description\": \"Maximum number of predicted languages.\",\n                    \"placeholder\": \"topk\"\n                },\n                {\n                    \"path\": \"output_info.params.threshold\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.1,\n                    \"description\": \"Languages with confidence level above this value will be returned.\",\n                    \"placeholder\": \"threshold\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.lowercase\",\n                    \"field_type\": 1,\n                    \"default_value\": true,\n                    \"description\": \"Converts the text to lowercase letters if set True\",\n                    \"placeholder\": \"lowercase\"\n                }\n            ]\n        },\n        {\n            \"id\": \"text-aggregation-operator\",\n            \"title\": \"Text Aggregation Operator\",\n            \"description\": \"Operator that combines text detections into text body for the whole image. Detections are sorted from left to right first and then top to bottom, using the top-left corner of the bounding box as reference.\",\n            \"input_fields\": [\n                \"regions[...].data.text\"\n            ],\n            \"output_fields\": [\n                \"text\"\n            ],\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.avg_word_width_window_factor\",\n                    \"field_type\": 7,\n                    \"default_value\": 2,\n                    \"description\": \"Width of the window within which words are considered part of the same line, relative to the average word width\",\n                    \"placeholder\": \"avg_word_width_window_factor\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000000\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.avg_word_height_window_factor\",\n                    \"field_type\": 7,\n                    \"default_value\": 1,\n                    \"description\": \"Height of the window within which words are considered part of the same line, relative to the average word height.\",\n                    \"placeholder\": \"avg_word_height_window_factor\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000000\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": \"tiling-region-aggregator-operator\",\n            \"title\": \"Tiling Region Aggregator Operator\",\n            \"description\": \"Operator to be used as a follow up to the image-tiling-operator and visual detector. This operator will transform the detections on each of tiles back to the original image and perform non-maximum suppression. Only the top class prediction for each box is considered.\",\n            \"input_fields\": [\n                \"regions[...].region_info.bounding_box,regions[...].data.regions[...].region_info.bounding_box,regions[...].data.regions[...].data.concepts\",\n                \"image\"\n            ],\n            \"output_fields\": [\n                \"regions[...].data.concepts,regions[...].region_info.bounding_box\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.iou_threshold\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.5,\n                    \"description\": \"Determines the iou threshold in the nms step used after aggregating resulting detections from each tile since some tiles may overlap.\",\n                    \"placeholder\": \"iou_threshold\",\n                    \"model_type_range_info\": {\n                        \"min\": 0.01,\n                        \"max\": 1\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": \"tokens-to-entity-operator\",\n            \"title\": \"Tokens to Entity Operator\",\n            \"description\": \"Operator that combines text tokens into entities, e.g. `New` + `York` -> `New York`.\",\n            \"input_fields\": [\n                \"regions[...].data.text,regions[...].data.concepts\"\n            ],\n            \"output_fields\": [\n                \"regions[...].data.text,regions[...].data.concepts\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.aggregation_mode\",\n                    \"field_type\": 8,\n                    \"default_value\": \"MEAN\",\n                    \"description\": \"Token aggregation methods\",\n                    \"placeholder\": \"aggregation_mode\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"MEAN\"\n                        },\n                        {\n                            \"id\": \"MAX\"\n                        },\n                        {\n                            \"id\": \"FIRST\"\n                        }\n                    ]\n                },\n                {\n                    \"path\": \"output_info.params.annotation_type\",\n                    \"field_type\": 8,\n                    \"default_value\": \"BIO\",\n                    \"description\": \"Token annotation types\",\n                    \"placeholder\": \"annotation_type\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"IO\"\n                        },\n                        {\n                            \"id\": \"BIO\"\n                        },\n                        {\n                            \"id\": \"BMEWO\"\n                        },\n                        {\n                            \"id\": \"BMEWO+\"\n                        },\n                        {\n                            \"id\": \"OTHER\"\n                        }\n                    ]\n                },\n                {\n                    \"path\": \"output_info.params.subword_prefix\",\n                    \"field_type\": 2,\n                    \"default_value\": \"##\",\n                    \"description\": \"Prefix string for subword e.g. ##ing. Letters, numbers, and punctuations are not allowed to be subword prefix\",\n                    \"placeholder\": \"subword_prefix\"\n                }\n            ]\n        },\n        {\n            \"id\": \"barcode-operator\",\n            \"title\": \"Barcode Operator\",\n            \"description\": \"Operator that detects and recognizes barcodes from the image. It assigns regions with barcode text for each detected barcode. Supports EAN/UPC, Code 128, Code 39, Interleaved 2 of 5 and QR Code.\",\n            \"input_fields\": [\n                \"image\"\n            ],\n            \"output_fields\": [\n                \"regions[...].data.text\"\n            ],\n            \"creatable\": true\n        },\n        {\n            \"id\": \"isolation-operator\",\n            \"title\": \"Isolation Operator\",\n            \"description\": \"Operator that computes distance between detections and assigns isolation label.\",\n            \"input_fields\": [\n                \"regions[...].data.concepts,regions[...].region_info.bounding_box\"\n            ],\n            \"output_fields\": [\n                \"regions[...].data.concepts,regions[...].region_info.bounding_box\"\n            ],\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.size_diff_threshold\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.2,\n                    \"description\": \"This is the relative size difference threshold to consider detections to be of similar size.\",\n                    \"placeholder\": \"size_diff_threshold\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000000\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.isolation_threshold\",\n                    \"field_type\": 7,\n                    \"default_value\": 3,\n                    \"description\": \"Minimum distance relative to detection size to consider the detection isolated.\",\n                    \"placeholder\": \"isolation_threshold\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000000\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": \"tesseract-operator\",\n            \"title\": \"Tesseract Operator\",\n            \"description\": \"Operator for Optical Character Recognition using the Tesseract libraries\",\n            \"input_fields\": [\n                \"image\"\n            ],\n            \"output_fields\": [\n                \"text\"\n            ],\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.language\",\n                    \"field_type\": 8,\n                    \"default_value\": \"eng\",\n                    \"description\": \"The language model(s) to use for Optical Character Recognition (OCR). Multiple language models can be listed, separated by '+'.  The available languages are:\",\n                    \"placeholder\": \"language\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"afr\"\n                        },\n                        {\n                            \"id\": \"amh\"\n                        },\n                        {\n                            \"id\": \"ara\"\n                        },\n                        {\n                            \"id\": \"asm\"\n                        },\n                        {\n                            \"id\": \"aze\"\n                        },\n                        {\n                            \"id\": \"aze_cyrl\"\n                        },\n                        {\n                            \"id\": \"bel\"\n                        },\n                        {\n                            \"id\": \"ben\"\n                        },\n                        {\n                            \"id\": \"bod\"\n                        },\n                        {\n                            \"id\": \"bos\"\n                        },\n                        {\n                            \"id\": \"bre\"\n                        },\n                        {\n                            \"id\": \"bul\"\n                        },\n                        {\n                            \"id\": \"cat\"\n                        },\n                        {\n                            \"id\": \"ceb\"\n                        },\n                        {\n                            \"id\": \"ces\"\n                        },\n                        {\n                            \"id\": \"chi_sim\"\n                        },\n                        {\n                            \"id\": \"chi_sim_vert\"\n                        },\n                        {\n                            \"id\": \"chi_tra\"\n                        },\n                        {\n                            \"id\": \"chi_tra_vert\"\n                        },\n                        {\n                            \"id\": \"chr\"\n                        },\n                        {\n                            \"id\": \"cos\"\n                        },\n                        {\n                            \"id\": \"cym\"\n                        },\n                        {\n                            \"id\": \"dan\"\n                        },\n                        {\n                            \"id\": \"deu\"\n                        },\n                        {\n                            \"id\": \"div\"\n                        },\n                        {\n                            \"id\": \"dzo\"\n                        },\n                        {\n                            \"id\": \"ell\"\n                        },\n                        {\n                            \"id\": \"eng\"\n                        },\n                        {\n                            \"id\": \"enm\"\n                        },\n                        {\n                            \"id\": \"epo\"\n                        },\n                        {\n                            \"id\": \"est\"\n                        },\n                        {\n                            \"id\": \"eus\"\n                        },\n                        {\n                            \"id\": \"fao\"\n                        },\n                        {\n                            \"id\": \"fas\"\n                        },\n                        {\n                            \"id\": \"fil\"\n                        },\n                        {\n                            \"id\": \"fin\"\n                        },\n                        {\n                            \"id\": \"fra\"\n                        },\n                        {\n                            \"id\": \"frk\"\n                        },\n                        {\n                            \"id\": \"frm\"\n                        },\n                        {\n                            \"id\": \"fry\"\n                        },\n                        {\n                            \"id\": \"gla\"\n                        },\n                        {\n                            \"id\": \"gle\"\n                        },\n                        {\n                            \"id\": \"glg\"\n                        },\n                        {\n                            \"id\": \"grc\"\n                        },\n                        {\n                            \"id\": \"guj\"\n                        },\n                        {\n                            \"id\": \"hat\"\n                        },\n                        {\n                            \"id\": \"heb\"\n                        },\n                        {\n                            \"id\": \"hin\"\n                        },\n                        {\n                            \"id\": \"hrv\"\n                        },\n                        {\n                            \"id\": \"hun\"\n                        },\n                        {\n                            \"id\": \"hye\"\n                        },\n                        {\n                            \"id\": \"iku\"\n                        },\n                        {\n                            \"id\": \"ind\"\n                        },\n                        {\n                            \"id\": \"isl\"\n                        },\n                        {\n                            \"id\": \"ita\"\n                        },\n                        {\n                            \"id\": \"ita_old\"\n                        },\n                        {\n                            \"id\": \"jav\"\n                        },\n                        {\n                            \"id\": \"jpn\"\n                        },\n                        {\n                            \"id\": \"jpn_vert\"\n                        },\n                        {\n                            \"id\": \"kan\"\n                        },\n                        {\n                            \"id\": \"kat\"\n                        },\n                        {\n                            \"id\": \"kat_old\"\n                        },\n                        {\n                            \"id\": \"kaz\"\n                        },\n                        {\n                            \"id\": \"khm\"\n                        },\n                        {\n                            \"id\": \"kir\"\n                        },\n                        {\n                            \"id\": \"kmr\"\n                        },\n                        {\n                            \"id\": \"kor\"\n                        },\n                        {\n                            \"id\": \"kor_vert\"\n                        },\n                        {\n                            \"id\": \"lao\"\n                        },\n                        {\n                            \"id\": \"lat\"\n                        },\n                        {\n                            \"id\": \"lav\"\n                        },\n                        {\n                            \"id\": \"lit\"\n                        },\n                        {\n                            \"id\": \"ltz\"\n                        },\n                        {\n                            \"id\": \"mal\"\n                        },\n                        {\n                            \"id\": \"mar\"\n                        },\n                        {\n                            \"id\": \"mkd\"\n                        },\n                        {\n                            \"id\": \"mlt\"\n                        },\n                        {\n                            \"id\": \"mon\"\n                        },\n                        {\n                            \"id\": \"mri\"\n                        },\n                        {\n                            \"id\": \"msa\"\n                        },\n                        {\n                            \"id\": \"mya\"\n                        },\n                        {\n                            \"id\": \"nep\"\n                        },\n                        {\n                            \"id\": \"nld\"\n                        },\n                        {\n                            \"id\": \"nor\"\n                        },\n                        {\n                            \"id\": \"oci\"\n                        },\n                        {\n                            \"id\": \"ori\"\n                        },\n                        {\n                            \"id\": \"osd\"\n                        },\n                        {\n                            \"id\": \"pan\"\n                        },\n                        {\n                            \"id\": \"pol\"\n                        },\n                        {\n                            \"id\": \"por\"\n                        },\n                        {\n                            \"id\": \"pus\"\n                        },\n                        {\n                            \"id\": \"que\"\n                        },\n                        {\n                            \"id\": \"ron\"\n                        },\n                        {\n                            \"id\": \"rus\"\n                        },\n                        {\n                            \"id\": \"san\"\n                        },\n                        {\n                            \"id\": \"script/Arabic\"\n                        },\n                        {\n                            \"id\": \"script/Armenian\"\n                        },\n                        {\n                            \"id\": \"script/Bengali\"\n                        },\n                        {\n                            \"id\": \"script/Canadian_Aboriginal\"\n                        },\n                        {\n                            \"id\": \"script/Cherokee\"\n                        },\n                        {\n                            \"id\": \"script/Cyrillic\"\n                        },\n                        {\n                            \"id\": \"script/Devanagari\"\n                        },\n                        {\n                            \"id\": \"script/Ethiopic\"\n                        },\n                        {\n                            \"id\": \"script/Fraktur\"\n                        },\n                        {\n                            \"id\": \"script/Georgian\"\n                        },\n                        {\n                            \"id\": \"script/Greek\"\n                        },\n                        {\n                            \"id\": \"script/Gujarati\"\n                        },\n                        {\n                            \"id\": \"script/Gurmukhi\"\n                        },\n                        {\n                            \"id\": \"script/HanS\"\n                        },\n                        {\n                            \"id\": \"script/HanS_vert\"\n                        },\n                        {\n                            \"id\": \"script/HanT\"\n                        },\n                        {\n                            \"id\": \"script/HanT_vert\"\n                        },\n                        {\n                            \"id\": \"script/Hangul\"\n                        },\n                        {\n                            \"id\": \"script/Hangul_vert\"\n                        },\n                        {\n                            \"id\": \"script/Hebrew\"\n                        },\n                        {\n                            \"id\": \"script/Japanese\"\n                        },\n                        {\n                            \"id\": \"script/Japanese_vert\"\n                        },\n                        {\n                            \"id\": \"script/Kannada\"\n                        },\n                        {\n                            \"id\": \"script/Khmer\"\n                        },\n                        {\n                            \"id\": \"script/Lao\"\n                        },\n                        {\n                            \"id\": \"script/Latin\"\n                        },\n                        {\n                            \"id\": \"script/Malayalam\"\n                        },\n                        {\n                            \"id\": \"script/Myanmar\"\n                        },\n                        {\n                            \"id\": \"script/Oriya\"\n                        },\n                        {\n                            \"id\": \"script/Sinhala\"\n                        },\n                        {\n                            \"id\": \"script/Syriac\"\n                        },\n                        {\n                            \"id\": \"script/Tamil\"\n                        },\n                        {\n                            \"id\": \"script/Telugu\"\n                        },\n                        {\n                            \"id\": \"script/Thaana\"\n                        },\n                        {\n                            \"id\": \"script/Thai\"\n                        },\n                        {\n                            \"id\": \"script/Tibetan\"\n                        },\n                        {\n                            \"id\": \"script/Vietnamese\"\n                        },\n                        {\n                            \"id\": \"sin\"\n                        },\n                        {\n                            \"id\": \"slk\"\n                        },\n                        {\n                            \"id\": \"slv\"\n                        },\n                        {\n                            \"id\": \"snd\"\n                        },\n                        {\n                            \"id\": \"snum\"\n                        },\n                        {\n                            \"id\": \"spa\"\n                        },\n                        {\n                            \"id\": \"spa_old\"\n                        },\n                        {\n                            \"id\": \"sqi\"\n                        },\n                        {\n                            \"id\": \"srp\"\n                        },\n                        {\n                            \"id\": \"srp_latn\"\n                        },\n                        {\n                            \"id\": \"sun\"\n                        },\n                        {\n                            \"id\": \"swa\"\n                        },\n                        {\n                            \"id\": \"swe\"\n                        },\n                        {\n                            \"id\": \"syr\"\n                        },\n                        {\n                            \"id\": \"tam\"\n                        },\n                        {\n                            \"id\": \"tat\"\n                        },\n                        {\n                            \"id\": \"tel\"\n                        },\n                        {\n                            \"id\": \"tgk\"\n                        },\n                        {\n                            \"id\": \"tha\"\n                        },\n                        {\n                            \"id\": \"tir\"\n                        },\n                        {\n                            \"id\": \"ton\"\n                        },\n                        {\n                            \"id\": \"tur\"\n                        },\n                        {\n                            \"id\": \"uig\"\n                        },\n                        {\n                            \"id\": \"ukr\"\n                        },\n                        {\n                            \"id\": \"urd\"\n                        },\n                        {\n                            \"id\": \"uzb\"\n                        },\n                        {\n                            \"id\": \"uzb_cyrl\"\n                        },\n                        {\n                            \"id\": \"vie\"\n                        },\n                        {\n                            \"id\": \"yid\"\n                        },\n                        {\n                            \"id\": \"yor\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"id\": \"track-representation-operator\",\n            \"title\": \"Track Representation Operator\",\n            \"description\": \"The operator takes embedding of each track frame and aggregate them to form a track embedding.\",\n            \"input_fields\": [\n                \"frames[...].data.regions[...].track_id\",\n                \"frames[...].data.regions[...].data.embeddings\"\n            ],\n            \"output_fields\": [\n                \"tracks[...].data.embeddings\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.embedding_index\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"the i-th embedding of the embeddings\",\n                    \"placeholder\": \"embedding_index\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.normalize\",\n                    \"field_type\": 1,\n                    \"default_value\": true,\n                    \"description\": \"if true, normalize the embedding\",\n                    \"placeholder\": \"normalize\"\n                }\n            ]\n        },\n        {\n            \"id\": \"image-tiling-operator\",\n            \"title\": \"Image Tiling Operator\",\n            \"description\": \"Operator for tiling images into a fixed number of equal sized images.\",\n            \"input_fields\": [\n                \"image\"\n            ],\n            \"output_fields\": [\n                \"regions[...].data.image,regions[...].region_info.bounding_box\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.tile_size\",\n                    \"field_type\": 7,\n                    \"default_value\": 512,\n                    \"description\": \"Determines the number of pixels in each dimension of each square tile.\",\n                    \"placeholder\": \"tile_size\",\n                    \"model_type_range_info\": {\n                        \"min\": 32,\n                        \"max\": 1024,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.max_obj_size\",\n                    \"field_type\": 7,\n                    \"default_value\": 120,\n                    \"description\": \"Number of pixels you estimate the largest objects will be in either length or width. This number is used to calculate tile overlap (1.5 * max_obj_size) to ensure all objects are fully contained within a tile with some surrounding context. til_size must be grater than 1.5 * max_obj_size.\",\n                    \"placeholder\": \"max_obj_size\",\n                    \"model_type_range_info\": {\n                        \"min\": 32,\n                        \"max\": 1024,\n                        \"step\": 1\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": \"byte-tracker\",\n            \"title\": \"BYTE Tracker\",\n            \"description\": \"BYTE Track\",\n            \"input_fields\": [\n                \"frames[...].data.regions[...].data.concepts,frames[...].data.regions[...].region_info.bounding_box\"\n            ],\n            \"output_fields\": [\n                \"frames[...].data.regions[...].track_id\"\n            ],\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.min_confidence\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"This is the minimum confidence score for detections to be considered for tracking.\",\n                    \"placeholder\": \"min_confidence\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.min_visible_frames\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"only return tracks with minimum visible frames > min_visible_frames.\",\n                    \"placeholder\": \"min_visible_frames\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.track_id_prefix\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"Prefix to add on to track to eliminate conflicts\",\n                    \"placeholder\": \"track_id_prefix\"\n                },\n                {\n                    \"path\": \"output_info.params.max_disappeared\",\n                    \"field_type\": 7,\n                    \"default_value\": 15,\n                    \"description\": \"This is the number of maximum consecutive frames a given object is allowed to be marked as \\\"disappeared\\\" until we need to deregister the object from tracking.\",\n                    \"placeholder\": \"max_disappeared\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.new_track_confidence_thresh\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"Initilize new track if confidence score of new detection is greater than the setting.\",\n                    \"placeholder\": \"new_track_confidence_thresh\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.confidence_thresh\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"This is used to categorize high score detections for the first association if their scores are greater, and the second association if not.\",\n                    \"placeholder\": \"confidence_thresh\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.high_confidence_match_thresh\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.8,\n                    \"description\": \"The distance threshold for high score detection.\",\n                    \"placeholder\": \"high_confidence_match_thresh\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.low_confidence_match_thresh\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.7,\n                    \"description\": \"The distance threshold for low score detection.\",\n                    \"placeholder\": \"low_confidence_match_thresh\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.unconfirmed_match_thresh\",\n                    \"field_type\": 3,\n                    \"default_value\": 0.5,\n                    \"description\": \"The distance threshold for unconfirmed tracks, usually tracks with only one beginning frame. {\\\"min\\\": 0, \\\"max\\\": 1}     \",\n                    \"placeholder\": \"unconfirmed_match_thresh\"\n                },\n                {\n                    \"path\": \"output_info.params.min_confidence\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"This is the minimum confidence score for detections to be considered for tracking.\",\n                    \"placeholder\": \"min_confidence\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.max_disappeared\",\n                    \"field_type\": 7,\n                    \"default_value\": 15,\n                    \"description\": \"This is the number of maximum consecutive frames a given object is allowed to be marked as \\\"disappeared\\\" until we need to deregister the object from tracking.\",\n                    \"placeholder\": \"max_disappeared\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.min_visible_frames\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"only return tracks with minimum visible frames > min_visible_frames.\",\n                    \"placeholder\": \"min_visible_frames\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.max_distance\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.4,\n                    \"description\": \"associate tracks with detections only when their distance is below max_distance.\",\n                    \"placeholder\": \"max_distance\",\n                    \"model_type_range_info\": {\n                        \"max\": 1.41\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.track_id_prefix\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"Prefix to add on to track to eliminate conflicts\",\n                    \"placeholder\": \"track_id_prefix\"\n                }\n            ],\n            \"evaluation_type\": 5\n        },\n        {\n            \"id\": \"centroid-tracker\",\n            \"title\": \"Centroid Tracker\",\n            \"description\": \"Centroid trackers rely on the Euclidean distance between centroids of regions in different video frames to assign the same track ID to detections of the same object.\",\n            \"input_fields\": [\n                \"frames[...].data.regions[...].data.concepts,frames[...].data.regions[...].region_info.bounding_box\"\n            ],\n            \"output_fields\": [\n                \"frames[...].data.regions[...].track_id\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.min_confidence\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"This is the minimum confidence score for detections to be considered for tracking.\",\n                    \"placeholder\": \"min_confidence\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.max_disappeared\",\n                    \"field_type\": 7,\n                    \"default_value\": 15,\n                    \"description\": \"This is the number of maximum consecutive frames a given object is allowed to be marked as \\\"disappeared\\\" until we need to deregister the object from tracking.\",\n                    \"placeholder\": \"max_disappeared\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.min_visible_frames\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"only return tracks with minimum visible frames > min_visible_frames.\",\n                    \"placeholder\": \"min_visible_frames\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.max_distance\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.4,\n                    \"description\": \"associate tracks with detections only when their distance is below max_distance.\",\n                    \"placeholder\": \"max_distance\",\n                    \"model_type_range_info\": {\n                        \"max\": 1.41\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.track_id_prefix\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"Prefix to add on to track to eliminate conflicts\",\n                    \"placeholder\": \"track_id_prefix\"\n                }\n            ],\n            \"evaluation_type\": 5\n        },\n        {\n            \"id\": \"kalman-filter-tracker\",\n            \"title\": \"Kalman Filter Hungarian Tracker\",\n            \"description\": \"Kalman Filter trackers rely on the Kalman Filter algorithm to estimate the next position of an object based on its position and velocity in previous frames. Then detections are matched to predictions by using the Hungarian algorithm.\",\n            \"input_fields\": [\n                \"frames[...].data.regions[...].data.concepts,frames[...].data.regions[...].region_info.bounding_box\"\n            ],\n            \"output_fields\": [\n                \"frames[...].data.regions[...].track_id\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.min_confidence\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"This is the minimum confidence score for detections to be considered for tracking.\",\n                    \"placeholder\": \"min_confidence\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.association_confidence\",\n                    \"field_type\": 11,\n                    \"default_value\": [\n                        0\n                    ],\n                    \"description\": \"The list of association confidences to perform for each round.\",\n                    \"placeholder\": \"association_confidence\"\n                },\n                {\n                    \"path\": \"output_info.params.max_disappeared\",\n                    \"field_type\": 7,\n                    \"default_value\": 15,\n                    \"description\": \"This is the number of maximum consecutive frames a given object is allowed to be marked as \\\"disappeared\\\" until we need to deregister the object from tracking.\",\n                    \"placeholder\": \"max_disappeared\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.min_visible_frames\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"only return tracks with minimum visible frames > min_visible_frames.\",\n                    \"placeholder\": \"min_visible_frames\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.max_distance\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.4,\n                    \"description\": \"associate tracks with detections only when their distance is below max_distance.\",\n                    \"placeholder\": \"max_distance\",\n                    \"model_type_range_info\": {\n                        \"max\": 1.41\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.track_id_prefix\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"Prefix to add on to track to eliminate conflicts\",\n                    \"placeholder\": \"track_id_prefix\"\n                },\n                {\n                    \"path\": \"output_info.params.covariance_error\",\n                    \"field_type\": 7,\n                    \"default_value\": 1,\n                    \"description\": \"Magnitude of the uncertainty on the initial state.\",\n                    \"placeholder\": \"covariance_error\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000000\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.observation_error\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.1,\n                    \"description\": \"Magnitude of the uncertainty on detection coordinates.\",\n                    \"placeholder\": \"observation_error\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000000\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.distance_metric\",\n                    \"field_type\": 8,\n                    \"default_value\": \"centroid_distance\",\n                    \"description\": \"Distance metric for Hungarian matching\",\n                    \"placeholder\": \"distance_metric\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"centroid_distance\"\n                        },\n                        {\n                            \"id\": \"iou\"\n                        },\n                        {\n                            \"id\": \"visual_and_iou\"\n                        }\n                    ]\n                },\n                {\n                    \"path\": \"output_info.params.initialization_confidence\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"Confidence for starting a new track. must be > min_confidence to have an effect.\",\n                    \"placeholder\": \"initialization_confidence\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.project_track\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"How many frames in total to project box when detection isn't recorded for track.\",\n                    \"placeholder\": \"project_track\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.use_detect_box\",\n                    \"field_type\": 7,\n                    \"default_value\": 1,\n                    \"description\": \"How many frames to project the last detection box, should be less than project_track_frames (1 is current frame).\",\n                    \"placeholder\": \"use_detect_box\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.project_without_detect\",\n                    \"field_type\": 7,\n                    \"default_value\": 1,\n                    \"description\": \"Whether to keep projecting the box forward if no detect is matched.\",\n                    \"placeholder\": \"project_without_detect\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.project_fix_box_size\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"Whether to fix the box size when the track is in a project state\",\n                    \"placeholder\": \"project_fix_box_size\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.detect_box_fall_back\",\n                    \"field_type\": 7,\n                    \"default_value\": 2,\n                    \"description\": \"Rely on detect box if association error is above this value\",\n                    \"placeholder\": \"detect_box_fall_back\",\n                    \"model_type_range_info\": {\n                        \"max\": 2\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.keep_track_in_image\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"if this is 1, then push the tracker predict to stay inside image boundaries\",\n                    \"placeholder\": \"keep_track_in_image\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.match_limit_ratio\",\n                    \"field_type\": 7,\n                    \"default_value\": -1,\n                    \"description\": \"Multiplier to constrain association (< 1 is ignored) based on other associations\",\n                    \"placeholder\": \"match_limit_ratio\",\n                    \"model_type_range_info\": {\n                        \"min\": -1,\n                        \"max\": 10\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.match_limit_min_matches\",\n                    \"field_type\": 7,\n                    \"default_value\": 3,\n                    \"description\": \"Min Number of matched tracks needed to invoke match limit\",\n                    \"placeholder\": \"match_limit_min_matches\",\n                    \"model_type_range_info\": {\n                        \"min\": 1,\n                        \"max\": 10,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.optimal_assignment\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"If True, rule out pairs with distance > max_distance before assignment\",\n                    \"placeholder\": \"optimal_assignment\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.min_confidence\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"This is the minimum confidence score for detections to be considered for tracking.\",\n                    \"placeholder\": \"min_confidence\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.max_disappeared\",\n                    \"field_type\": 7,\n                    \"default_value\": 15,\n                    \"description\": \"This is the number of maximum consecutive frames a given object is allowed to be marked as \\\"disappeared\\\" until we need to deregister the object from tracking.\",\n                    \"placeholder\": \"max_disappeared\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.min_visible_frames\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"only return tracks with minimum visible frames > min_visible_frames.\",\n                    \"placeholder\": \"min_visible_frames\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.max_distance\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.4,\n                    \"description\": \"associate tracks with detections only when their distance is below max_distance.\",\n                    \"placeholder\": \"max_distance\",\n                    \"model_type_range_info\": {\n                        \"max\": 1.41\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.track_id_prefix\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"Prefix to add on to track to eliminate conflicts\",\n                    \"placeholder\": \"track_id_prefix\"\n                }\n            ],\n            \"evaluation_type\": 5\n        },\n        {\n            \"id\": \"kalman-reid-tracker\",\n            \"title\": \"Kalman Tracker w/ re-ID\",\n            \"description\": \"Kalman reid tracker is a kalman filter tracker that expects the Embedding proto field to be populated for detections, and reassigns track IDs based off of embedding distance\",\n            \"input_fields\": [\n                \"frames[...].data.regions[...].data.concepts\"\n            ],\n            \"output_fields\": [\n                \"frames[...].data.regions[...].track_id\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.max_emb_distance\",\n                    \"field_type\": 7,\n                    \"default_value\": 1,\n                    \"description\": \"Max embedding distance to be considered a re-identification\",\n                    \"placeholder\": \"max_emb_distance\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000000\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.max_dead\",\n                    \"field_type\": 7,\n                    \"default_value\": 100,\n                    \"description\": \"Max number of frames for track to be dead before we re-assign the ID\",\n                    \"placeholder\": \"max_dead\",\n                    \"model_type_range_info\": {\n                        \"min\": 1,\n                        \"max\": 1000000\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.var_tracker\",\n                    \"field_type\": 8,\n                    \"default_value\": \"na\",\n                    \"description\": \"String that determines how embeddings from multiple timesteps are aggregated, defaults to \\\"na\\\" (most recent embedding overwrites past embeddings)\",\n                    \"placeholder\": \"var_tracker\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"med\"\n                        },\n                        {\n                            \"id\": \"ma\"\n                        },\n                        {\n                            \"id\": \"ema\"\n                        },\n                        {\n                            \"id\": \"na\"\n                        }\n                    ]\n                },\n                {\n                    \"path\": \"output_info.params.reid_model_path\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"The path to the linker\",\n                    \"placeholder\": \"reid_model_path\"\n                },\n                {\n                    \"path\": \"output_info.params.min_confidence\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"This is the minimum confidence score for detections to be considered for tracking.\",\n                    \"placeholder\": \"min_confidence\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.association_confidence\",\n                    \"field_type\": 11,\n                    \"default_value\": [\n                        0\n                    ],\n                    \"description\": \"The list of association confidences to perform for each round.\",\n                    \"placeholder\": \"association_confidence\"\n                },\n                {\n                    \"path\": \"output_info.params.max_disappeared\",\n                    \"field_type\": 7,\n                    \"default_value\": 15,\n                    \"description\": \"This is the number of maximum consecutive frames a given object is allowed to be marked as \\\"disappeared\\\" until we need to deregister the object from tracking.\",\n                    \"placeholder\": \"max_disappeared\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.min_visible_frames\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"only return tracks with minimum visible frames > min_visible_frames.\",\n                    \"placeholder\": \"min_visible_frames\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.max_distance\",\n                    \"field_type\": 3,\n                    \"default_value\": 0.4,\n                    \"description\": \"associate tracks with detections only when their distance is below max_distance (per round if a List)\",\n                    \"placeholder\": \"max_distance\"\n                },\n                {\n                    \"path\": \"output_info.params.track_id_prefix\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"Prefix to add on to track to eliminate conflict\",\n                    \"placeholder\": \"track_id_prefix\"\n                },\n                {\n                    \"path\": \"output_info.params.covariance_error\",\n                    \"field_type\": 7,\n                    \"default_value\": 1,\n                    \"description\": \"Magnitude of the uncertainty on the initial state.\",\n                    \"placeholder\": \"covariance_error\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000000\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.observation_error\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.1,\n                    \"description\": \"Magnitude of the uncertainty on detection coordinates.\",\n                    \"placeholder\": \"observation_error\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000000\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.distance_metric\",\n                    \"field_type\": 8,\n                    \"default_value\": \"centroid_distance\",\n                    \"description\": \"Distance metric for Hungarian matching\",\n                    \"placeholder\": \"distance_metric\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"centroid_distance\"\n                        },\n                        {\n                            \"id\": \"iou\"\n                        },\n                        {\n                            \"id\": \"visual_and_iou\"\n                        }\n                    ]\n                },\n                {\n                    \"path\": \"output_info.params.initialization_confidence\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"Confidence for starting a new track. must be > min_confidence to have an effect.\",\n                    \"placeholder\": \"initialization_confidence\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.project_track\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"How many frames in total to project box when detection isn't recorded for track.\",\n                    \"placeholder\": \"project_track\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.use_detect_box\",\n                    \"field_type\": 7,\n                    \"default_value\": 1,\n                    \"description\": \"How many frames to project the last detection box, should be less than project_track_frames (1 is current frame).\",\n                    \"placeholder\": \"use_detect_box\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.project_without_detect\",\n                    \"field_type\": 7,\n                    \"default_value\": 1,\n                    \"description\": \"Whether to keep projecting the box forward if no detect is matched.\",\n                    \"placeholder\": \"project_without_detect\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.project_fix_box_size\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"Whether to fix the box size when the track is in a project state\",\n                    \"placeholder\": \"project_fix_box_size\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.detect_box_fall_back\",\n                    \"field_type\": 7,\n                    \"default_value\": 2,\n                    \"description\": \"Rely on detect box if association error is above this value\",\n                    \"placeholder\": \"detect_box_fall_back\",\n                    \"model_type_range_info\": {\n                        \"max\": 2\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.keep_track_in_image\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"if this is 1, then push the tracker predict to stay inside image boundaries\",\n                    \"placeholder\": \"keep_track_in_image\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.match_limit_ratio\",\n                    \"field_type\": 7,\n                    \"default_value\": -1,\n                    \"description\": \"Multiplier to constrain association (< 1 is ignored) based on other associations\",\n                    \"placeholder\": \"match_limit_ratio\",\n                    \"model_type_range_info\": {\n                        \"min\": -1,\n                        \"max\": 10\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.match_limit_min_matches\",\n                    \"field_type\": 7,\n                    \"default_value\": 3,\n                    \"description\": \"Min Number of matched tracks needed to invoke match limit\",\n                    \"placeholder\": \"match_limit_min_matches\",\n                    \"model_type_range_info\": {\n                        \"min\": 1,\n                        \"max\": 10,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.optimal_assignment\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"If True, rule out pairs with distance > max_distance before assignment\",\n                    \"placeholder\": \"optimal_assignment\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 1\n                    }\n                }\n            ],\n            \"evaluation_type\": 5\n        },\n        {\n            \"id\": \"neural-lite-tracker\",\n            \"title\": \"Neural Lite Tracker\",\n            \"description\": \"Neural Lite Tracker uses light-weight trainable graphical models to infer states of tracks and perform associations using hybrid similairty of IoU and centroid distance\",\n            \"input_fields\": [\n                \"frames[...].data.regions[...].data.concepts,frames[...].data.regions[...].region_info.bounding_box\"\n            ],\n            \"output_fields\": [\n                \"frames[...].data.regions[...].track_id\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.iou_dist_ratio\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"if 1.0 purely IoU similarity, if 0.0 purely centroid distance similarity\",\n                    \"placeholder\": \"iou_dist_ratio\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.mortal_th\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.9,\n                    \"description\": \"mortality threshold\",\n                    \"placeholder\": \"mortal_th\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.min_box_area\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.00001,\n                    \"description\": \"minimum area of a valid box\",\n                    \"placeholder\": \"min_box_area\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.min_activity\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"return only tracks with activities above min_activity\",\n                    \"placeholder\": \"min_activity\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.nms_iou_th\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.25,\n                    \"description\": \"NMS IoU threshold\",\n                    \"placeholder\": \"nms_iou_th\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.shrink_factor\",\n                    \"field_type\": 7,\n                    \"default_value\": 1,\n                    \"description\": \"change box size by `shrink_factor`\",\n                    \"placeholder\": \"shrink_factor\",\n                    \"model_type_range_info\": {\n                        \"max\": \"Infinity\"\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.min_confidence\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"This is the minimum confidence score for detections to be considered for tracking.\",\n                    \"placeholder\": \"min_confidence\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.max_disappeared\",\n                    \"field_type\": 7,\n                    \"default_value\": 15,\n                    \"description\": \"This is the number of maximum consecutive frames a given object is allowed to be marked as \\\"disappeared\\\" until we need to deregister the object from tracking.\",\n                    \"placeholder\": \"max_disappeared\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.min_visible_frames\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"only return tracks with minimum visible frames > min_visible_frames.\",\n                    \"placeholder\": \"min_visible_frames\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.max_distance\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.4,\n                    \"description\": \"associate tracks with detections only when their distance is below max_distance.\",\n                    \"placeholder\": \"max_distance\",\n                    \"model_type_range_info\": {\n                        \"max\": 1.41\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.track_id_prefix\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"Prefix to add on to track to eliminate conflicts\",\n                    \"placeholder\": \"track_id_prefix\"\n                }\n            ],\n            \"evaluation_type\": 5\n        },\n        {\n            \"id\": \"neural-tracker\",\n            \"title\": \"Neural Tracker\",\n            \"description\": \"Neural Tracker uses neural probabilistic models to perform filtering and association.\",\n            \"input_fields\": [\n                \"frames[...].data.regions[...].data.concepts,frames[...].data.regions[...].region_info.bounding_box\"\n            ],\n            \"output_fields\": [\n                \"frames[...].data.regions[...].track_id\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.filtered_probability\",\n                    \"field_type\": 1,\n                    \"default_value\": false,\n                    \"description\": \"if false, return original detection probability; if true return processed probability from the tracker\",\n                    \"placeholder\": \"filtered_probability\"\n                },\n                {\n                    \"path\": \"output_info.params.min_visible_frames\",\n                    \"field_type\": 3,\n                    \"default_value\": 0,\n                    \"description\": \"only return tracks with minimum visible frames > min_visible_frame\",\n                    \"placeholder\": \"min_visible_frames\"\n                },\n                {\n                    \"path\": \"output_info.params.min_confidence\",\n                    \"field_type\": 3,\n                    \"default_value\": 0.6,\n                    \"description\": \"only track detections with confidence > min_confidence; confidence is specified by the detector\",\n                    \"placeholder\": \"min_confidence\"\n                },\n                {\n                    \"path\": \"output_info.params.max_disappeared\",\n                    \"field_type\": 3,\n                    \"default_value\": 30,\n                    \"description\": \"max number of missed framed before deregistering the track\",\n                    \"placeholder\": \"max_disappeared\"\n                },\n                {\n                    \"path\": \"output_info.params.max_detection\",\n                    \"field_type\": 3,\n                    \"default_value\": 50,\n                    \"description\": \"max detection per frame\",\n                    \"placeholder\": \"max_detection\"\n                },\n                {\n                    \"path\": \"output_info.params.has_probability\",\n                    \"field_type\": 1,\n                    \"default_value\": true,\n                    \"placeholder\": \"has_probability\"\n                },\n                {\n                    \"path\": \"output_info.params.has_embedding\",\n                    \"field_type\": 1,\n                    \"default_value\": true,\n                    \"placeholder\": \"has_embedding\"\n                }\n            ],\n            \"evaluation_type\": 5\n        },\n        {\n            \"id\": \"audio-to-text\",\n            \"title\": \"Audio To Text\",\n            \"description\": \"Classify audio signal into string of text.\",\n            \"input_fields\": [\n                \"audio\"\n            ],\n            \"output_fields\": [\n                \"text\"\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"audio\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"max_dims\": [\n                                320000\n                            ],\n                            \"data_type\": 5,\n                            \"description\": \"The sampled audio\"\n                        }\n                    ],\n                    \"description\": \"Audio urls content or base64 passed in through the API are directly sent to the model\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"text\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                1\n                            ],\n                            \"data_type\": 1\n                        }\n                    ],\n                    \"description\": \"The text inferenced by the model.\"\n                }\n            ]\n        },\n        {\n            \"id\": \"visual-anomaly-heatmap\",\n            \"title\": \"Visual Anomaly\",\n            \"description\": \"Visual anomaly detection with image-level score and anomaly heatmap\",\n            \"input_fields\": [\n                \"image\"\n            ],\n            \"output_fields\": [\n                \"concepts,heatmaps\"\n            ],\n            \"trainable\": true,\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.data.concepts\",\n                    \"field_type\": 4,\n                    \"description\": \"Single-element list containing the anomaly concept\",\n                    \"placeholder\": \"Anomaly concept\",\n                    \"required\": true\n                },\n                {\n                    \"path\": \"train_info.params.invalid_data_tolerance_percent\",\n                    \"field_type\": 7,\n                    \"default_value\": 5,\n                    \"description\": \"Percentage value (0 to 100) of user's tolerance level to invalid inputs among all training inputs. Training will be stopped with error thrown if actual percent of invalid inputs is higher than this\",\n                    \"placeholder\": \"Invalid Data Tolerance Percentage\",\n                    \"model_type_range_info\": {\n                        \"max\": 100,\n                        \"step\": 0.1\n                    }\n                },\n                {\n                    \"path\": \"train_info.params.dataset_id\",\n                    \"field_type\": 16,\n                    \"default_value\": \"\",\n                    \"description\": \"Deprecated in favor of train_info.dataset\",\n                    \"placeholder\": \"DEPRECATED: Training Dataset ID\"\n                },\n                {\n                    \"path\": \"train_info.dataset\",\n                    \"field_type\": 19,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset to use for training this model\",\n                    \"placeholder\": \"Training Dataset\"\n                },\n                {\n                    \"path\": \"train_info.params.dataset_version_id\",\n                    \"field_type\": 17,\n                    \"default_value\": \"\",\n                    \"description\": \"Deprecated in favor of train_info.dataset.version\",\n                    \"placeholder\": \"DEPRECATED: Training Dataset Version ID\"\n                },\n                {\n                    \"path\": \"train_info.dataset.version\",\n                    \"field_type\": 20,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset version to use for training this model. If a dataset version is not specified but a dataset is, we will automatically generate a dataset version.\",\n                    \"placeholder\": \"Training Dataset Version\"\n                },\n                {\n                    \"path\": \"train_info.params.template\",\n                    \"field_type\": 14,\n                    \"default_value\": \"Anomalib_PatchCore\",\n                    \"description\": \"The template name is a pre-configured model template to train with on your data. Depending on your data you might want to try a few templates to see which yields optimal results.\",\n                    \"placeholder\": \"Training Template\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"Anomalib_PatchCore\",\n                            \"description\": \"A training template that uses the Anomalib toolkit and PatchCore configuration \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.anomalib_config_json\",\n                                    \"field_type\": 2,\n                                    \"default_value\": \"\",\n                                    \"description\": \"json with anomalib config to use over defaults\",\n                                    \"placeholder\": \"anomalib_config_json\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.gpu_enabled\",\n                                    \"field_type\": 1,\n                                    \"default_value\": true,\n                                    \"description\": \"whether to train using gpu\",\n                                    \"placeholder\": \"gpu_enabled\",\n                                    \"internal_only\": true\n                                }\n                            ],\n                            \"internal_only\": true,\n                            \"recommended\": true\n                        }\n                    ],\n                    \"required\": true\n                }\n            ]\n        },\n        {\n            \"id\": \"visual-classifier\",\n            \"title\": \"Visual Classifier\",\n            \"description\": \"Classify images and videos frames into set of concepts.\",\n            \"input_fields\": [\n                \"image\"\n            ],\n            \"output_fields\": [\n                \"concepts\"\n            ],\n            \"trainable\": true,\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"eval_info.params.dataset_id\",\n                    \"field_type\": 16,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset to use for evaluating this model.\",\n                    \"placeholder\": \"Eval Dataset ID\"\n                },\n                {\n                    \"path\": \"eval_info.params.dataset_version_id\",\n                    \"field_type\": 17,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset version to use for evaluating this model. If a dataset version is not specified but a dataset is, we will automatically generate a dataset version.\",\n                    \"placeholder\": \"Eval Dataset Version ID\"\n                },\n                {\n                    \"path\": \"output_info.data.concepts\",\n                    \"field_type\": 4,\n                    \"description\": \"List of concepts you want this model to predict from any existing concepts in your app.\",\n                    \"placeholder\": \"List of concepts\",\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.params.max_concepts\",\n                    \"field_type\": 3,\n                    \"default_value\": 20,\n                    \"description\": \"Maximum number of concepts in result\",\n                    \"placeholder\": \"Maximum concepts\"\n                },\n                {\n                    \"path\": \"output_info.params.min_value\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"Minimum value of concept's probability score in result. In other words, all concepts with a probability score less than this threshold will be filtered out.\",\n                    \"placeholder\": \"Min value\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 0.01\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.select_concepts\",\n                    \"field_type\": 18,\n                    \"default_value\": [],\n                    \"description\": \"Select concepts in result by name or by id\",\n                    \"placeholder\": \"Select Concepts\"\n                },\n                {\n                    \"path\": \"train_info.params.invalid_data_tolerance_percent\",\n                    \"field_type\": 7,\n                    \"default_value\": 5,\n                    \"description\": \"Percentage value (0 to 100) of user's tolerance level to invalid inputs among all training inputs. Training will be stopped with error thrown if actual percent of invalid inputs is higher than this\",\n                    \"placeholder\": \"Invalid Data Tolerance Percentage\",\n                    \"model_type_range_info\": {\n                        \"max\": 100,\n                        \"step\": 0.1\n                    }\n                },\n                {\n                    \"path\": \"train_info.params.dataset_id\",\n                    \"field_type\": 16,\n                    \"default_value\": \"\",\n                    \"description\": \"Deprecated in favor of train_info.dataset\",\n                    \"placeholder\": \"DEPRECATED: Training Dataset ID\"\n                },\n                {\n                    \"path\": \"train_info.dataset\",\n                    \"field_type\": 19,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset to use for training this model\",\n                    \"placeholder\": \"Training Dataset\"\n                },\n                {\n                    \"path\": \"train_info.params.dataset_version_id\",\n                    \"field_type\": 17,\n                    \"default_value\": \"\",\n                    \"description\": \"Deprecated in favor of train_info.dataset.version\",\n                    \"placeholder\": \"DEPRECATED: Training Dataset Version ID\"\n                },\n                {\n                    \"path\": \"train_info.dataset.version\",\n                    \"field_type\": 20,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset version to use for training this model. If a dataset version is not specified but a dataset is, we will automatically generate a dataset version.\",\n                    \"placeholder\": \"Training Dataset Version\"\n                },\n                {\n                    \"path\": \"train_info.params.template\",\n                    \"field_type\": 14,\n                    \"default_value\": \"MMClassification_ResNet_50_RSB_A1\",\n                    \"description\": \"The template name is a pre-configured model template to train with on your data. Depending on your data you might want to try a few templates to see which yields optimal results.\",\n                    \"placeholder\": \"Training Template\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"classification_inception_general_v1_3_transfer_embednorm\",\n                            \"description\": \"This is a private base class for our visual classifier models with optimizations for transfer\\nlearning on top of the embedding vectors. \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.logreg\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"Whether to use sigmoid units (logreg=1) or softmax (logreg=0).\",\n                                    \"placeholder\": \"logreg\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 256,\n                                    \"description\": \"Input image size (minimum side dimension).\",\n                                    \"placeholder\": \"image_size\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 32,\n                                        \"max\": 1024,\n                                        \"step\": 16\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 128,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 128,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.1,\n                                    \"description\": \"the learning rate (per minibatch)\",\n                                    \"placeholder\": \"lrate\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.base_gradient_multiplier\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.001,\n                                    \"description\": \"learning rate multipler applied to the pre-initialized backbone model weights\",\n                                    \"placeholder\": \"base_gradient_multiplier\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 20,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_items_per_epoch\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0,\n                                    \"description\": \"number of input images that constitute an \\\"epoch\\\".  Default is the number of images in the dataset.\",\n                                    \"placeholder\": \"num_items_per_epoch\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.embeddings_layer\",\n                                    \"field_type\": 2,\n                                    \"default_value\": \"mod5B.concat\",\n                                    \"description\": \"the embedding layer to use as output from this model.\",\n                                    \"placeholder\": \"embeddings_layer\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.average_horizontal_flips\",\n                                    \"field_type\": 1,\n                                    \"default_value\": true,\n                                    \"description\": \"if true then average the embeddings from the image and a horizontal flip of the image to get the final embedding vectors to output.\",\n                                    \"placeholder\": \"average_horizontal_flips\",\n                                    \"internal_only\": true\n                                }\n                            ],\n                            \"internal_only\": true\n                        },\n                        {\n                            \"id\": \"classification_basemodel_v1\",\n                            \"description\": \"A training template that uses Clarifais training implementation. \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.model_cfg\",\n                                    \"field_type\": 2,\n                                    \"default_value\": \"resnext\",\n                                    \"description\": \"the underlying model configuration to use.\",\n                                    \"placeholder\": \"model_cfg\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.preinit\",\n                                    \"field_type\": 2,\n                                    \"default_value\": \"general-v1.5\",\n                                    \"description\": \"specifies pre-initialized net to use.\",\n                                    \"placeholder\": \"preinit\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.logreg\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 1,\n                                    \"description\": \"Whether to use sigmoid units (logreg=1) or softmax (logreg=0).\",\n                                    \"placeholder\": \"logreg\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 256,\n                                    \"description\": \"Input image size (minimum side dimension).\",\n                                    \"placeholder\": \"image_size\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 32,\n                                        \"max\": 1024,\n                                        \"step\": 16\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 64,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 128,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.init_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 25,\n                                    \"description\": \"number of epochs to run at the initial learning rate.\",\n                                    \"placeholder\": \"init_epochs\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.step_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 7,\n                                    \"description\": \"the number of epochs between learning rate decreases.\",\n                                    \"placeholder\": \"step_epochs\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 65,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.000078125,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_items_per_epoch\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0,\n                                    \"description\": \"number of input images that constitute an \\\"epoch\\\".  Default is the number of images in the dataset.\",\n                                    \"placeholder\": \"num_items_per_epoch\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.inference_crop_type\",\n                                    \"field_type\": 2,\n                                    \"default_value\": \"sorta2\",\n                                    \"description\": \"the crop type to use for inference (used when evaluating the model).\",\n                                    \"placeholder\": \"inference_crop_type\",\n                                    \"internal_only\": true\n                                }\n                            ],\n                            \"internal_only\": true\n                        },\n                        {\n                            \"id\": \"classification_cifar10_v1\",\n                            \"description\": \"A runner optimized for cifar10 training. Not to be used in real use cases. \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 32,\n                                    \"description\": \"the image size to train on. This is for the minimum dimension.\",\n                                    \"placeholder\": \"image_size\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 32,\n                                        \"max\": 1024,\n                                        \"step\": 16\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 128,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 128,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 65,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.inference_crop_type\",\n                                    \"field_type\": 2,\n                                    \"default_value\": \"sorta2\",\n                                    \"description\": \"the crop type to use for inference (used when evaluating the model).\",\n                                    \"placeholder\": \"inference_crop_type\",\n                                    \"internal_only\": true\n                                }\n                            ],\n                            \"internal_only\": true\n                        },\n                        {\n                            \"id\": \"Clarifai_InceptionTransferEmbedNorm\",\n                            \"description\": \"A custom visual classifier template inspired by Inception networks and tuned for speed with\\nother optimizations for transfer learning. \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.logreg\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"Whether to use sigmoid units (logreg=1) or softmax (logreg=0).\",\n                                    \"placeholder\": \"logreg\",\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 256,\n                                    \"description\": \"Input image size (minimum side dimension).\",\n                                    \"placeholder\": \"image_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 32,\n                                        \"max\": 1024,\n                                        \"step\": 16\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 128,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 128,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.1,\n                                    \"description\": \"the learning rate (per minibatch)\",\n                                    \"placeholder\": \"lrate\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.base_gradient_multiplier\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.001,\n                                    \"description\": \"learning rate multipler applied to the pre-initialized backbone model weights\",\n                                    \"placeholder\": \"base_gradient_multiplier\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 20,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_items_per_epoch\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0,\n                                    \"description\": \"number of input images that constitute an \\\"epoch\\\".  Default is the number of images in the dataset.\",\n                                    \"placeholder\": \"num_items_per_epoch\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.average_horizontal_flips\",\n                                    \"field_type\": 1,\n                                    \"default_value\": true,\n                                    \"description\": \"if true then average the embeddings from the image and a horizontal flip of the image to get the final embedding vectors to output.\",\n                                    \"placeholder\": \"average_horizontal_flips\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"Clarifai_ResNext\",\n                            \"description\": \"A custom visual classifier template inspired by ResNext networks. \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.logreg\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"Whether to use sigmoid units (logreg=1) or softmax (logreg=0).\",\n                                    \"placeholder\": \"logreg\",\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 256,\n                                    \"description\": \"Input image size (minimum side dimension).\",\n                                    \"placeholder\": \"image_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 32,\n                                        \"max\": 1024,\n                                        \"step\": 16\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 64,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 128,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.init_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 25,\n                                    \"description\": \"number of epochs to run at the initial learning rate.\",\n                                    \"placeholder\": \"init_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.step_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 7,\n                                    \"description\": \"the number of epochs between learning rate decreases.\",\n                                    \"placeholder\": \"step_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 65,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.000078125,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_items_per_epoch\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0,\n                                    \"description\": \"number of input images that constitute an \\\"epoch\\\".  Default is the number of images in the dataset.\",\n                                    \"placeholder\": \"num_items_per_epoch\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"Clarifai_InceptionV2\",\n                            \"description\": \"A custom visual classifier template inspired by Inception-V2 networks. \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.logreg\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"Whether to use sigmoid units (logreg=1) or softmax (logreg=0).\",\n                                    \"placeholder\": \"logreg\",\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 256,\n                                    \"description\": \"Input image size (minimum side dimension).\",\n                                    \"placeholder\": \"image_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 32,\n                                        \"max\": 1024,\n                                        \"step\": 16\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 64,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 128,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.init_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 25,\n                                    \"description\": \"number of epochs to run at the initial learning rate.\",\n                                    \"placeholder\": \"init_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.step_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 7,\n                                    \"description\": \"the number of epochs between learning rate decreases.\",\n                                    \"placeholder\": \"step_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 65,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.000078125,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_items_per_epoch\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0,\n                                    \"description\": \"number of input images that constitute an \\\"epoch\\\".  Default is the number of images in the dataset.\",\n                                    \"placeholder\": \"num_items_per_epoch\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"Clarifai_InceptionBatchNorm\",\n                            \"description\": \"A custom visual classifier template inspired by Inception networks tuned for speed. \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.logreg\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"Whether to use sigmoid units (logreg=1) or softmax (logreg=0).\",\n                                    \"placeholder\": \"logreg\",\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 256,\n                                    \"description\": \"Input image size (minimum side dimension).\",\n                                    \"placeholder\": \"image_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 32,\n                                        \"max\": 1024,\n                                        \"step\": 16\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 64,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 128,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.init_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 25,\n                                    \"description\": \"number of epochs to run at the initial learning rate.\",\n                                    \"placeholder\": \"init_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.step_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 7,\n                                    \"description\": \"the number of epochs between learning rate decreases.\",\n                                    \"placeholder\": \"step_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 65,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.000078125,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_items_per_epoch\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0,\n                                    \"description\": \"number of input images that constitute an \\\"epoch\\\".  Default is the number of images in the dataset.\",\n                                    \"placeholder\": \"num_items_per_epoch\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"MMClassification\",\n                            \"description\": \"A training template that uses the MMClassification toolkit and a custom configuration \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.seed\",\n                                    \"field_type\": 3,\n                                    \"default_value\": -1,\n                                    \"description\": \"[internal_only] the random seed to init training. If seed < 0, it is not set\",\n                                    \"placeholder\": \"seed\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.custom_config\",\n                                    \"field_type\": 15,\n                                    \"default_value\": \"\\n_base_ = '/mmclassification/configs/resnext/resnext101_32x4d_b32x8_imagenet.py'\\nrunner = dict(type='EpochBasedRunner', max_epochs=60)\\ndata = dict(\\n    train=dict(\\n        data_prefix='',\\n        ann_file='',\\n        classes=''),\\n    val=dict(\\n        data_prefix='',\\n        ann_file='',\\n        classes=''))\\n\",\n                                    \"description\": \"custom mmclassification config, in python config file format. Note that the '_base_' field, if used, should be a config file relative to the parent directory '/mmclassification/', e.g. \\\"_base_ = '/mmclassification/configs/efficientnet/efficientnet-b8_8xb32-01norm_in1k.py'\\\". The 'num_classes' field must be included somewhere in the config. The 'data' section should include 'train' and 'val' sections, each with 'ann_file', 'data_prefix', and 'classes' fields with empty strings as values. These values will be overwritten to be compatible with Clarifai's system, but must be included in the imported config.\",\n                                    \"placeholder\": \"custom_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.concepts_mutually_exclusive\",\n                                    \"field_type\": 1,\n                                    \"default_value\": false,\n                                    \"description\": \"whether the concepts are mutually exclusive. If true then each input is expected to only be tagged with a single concept.\",\n                                    \"placeholder\": \"concepts_mutually_exclusive\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 11,\n                                    \"default_value\": [\n                                        320\n                                    ],\n                                    \"description\": \"the image size for inference (the training image size is defined in the mmcv config). If a single value, specifies the size of the min side.\",\n                                    \"placeholder\": \"image_size\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"MMClassification_EfficientNet\",\n                            \"description\": \"A training template that uses the MMClassification toolkit and EfficientNet-B8 configuration \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.seed\",\n                                    \"field_type\": 3,\n                                    \"default_value\": -1,\n                                    \"description\": \"[internal_only] the random seed to init training. If seed < 0, we will not set it.\",\n                                    \"placeholder\": \"seed\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 336,\n                                    \"description\": \"the image size for training and inference. EfficientNet works on square images.\",\n                                    \"placeholder\": \"image_size\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 4,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 256,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 30,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.000390625,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.weight_decay\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 0.0001,\n                                    \"description\": \"the weight decay value\",\n                                    \"placeholder\": \"weight_decay\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.momentum\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 0.9,\n                                    \"description\": \"the momentum value for the SGD optimizer\",\n                                    \"placeholder\": \"momentum\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.pretrained_weights\",\n                                    \"field_type\": 8,\n                                    \"default_value\": \"ImageNet-1k\",\n                                    \"description\": \"whether to use pretrained weights.\",\n                                    \"placeholder\": \"pretrained_weights\",\n                                    \"model_type_enum_options\": [\n                                        {\n                                            \"id\": \"None\"\n                                        },\n                                        {\n                                            \"id\": \"ImageNet-1k\"\n                                        }\n                                    ],\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.flip_probability\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 0.5,\n                                    \"description\": \"the probability an image will be flipped during training\",\n                                    \"placeholder\": \"flip_probability\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.flip_direction\",\n                                    \"field_type\": 8,\n                                    \"default_value\": \"horizontal\",\n                                    \"description\": \"the direction to randomly flip during training.\",\n                                    \"placeholder\": \"flip_direction\",\n                                    \"model_type_enum_options\": [\n                                        {\n                                            \"id\": \"horizontal\"\n                                        },\n                                        {\n                                            \"id\": \"vertical\"\n                                        }\n                                    ],\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.concepts_mutually_exclusive\",\n                                    \"field_type\": 1,\n                                    \"default_value\": false,\n                                    \"description\": \"whether the concepts are mutually exclusive. If true then each input is expected to only be tagged with a single concept.\",\n                                    \"placeholder\": \"concepts_mutually_exclusive\",\n                                    \"internal_only\": true\n                                }\n                            ],\n                            \"internal_only\": true\n                        },\n                        {\n                            \"id\": \"MMClassification_ResNet_50_RSB_A1\",\n                            \"description\": \"A training template that uses the MMClassification toolkit and ResNet-50 (rsb-a1) configuration \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.seed\",\n                                    \"field_type\": 3,\n                                    \"default_value\": -1,\n                                    \"description\": \"[internal_only] the random seed to init training. If seed < 0, we will not set it.\",\n                                    \"placeholder\": \"seed\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 224,\n                                    \"description\": \"the image size for training and inference. ResNet uses square images.\",\n                                    \"placeholder\": \"image_size\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 64,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 256,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 60,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 600,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.00001953125,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.weight_decay\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 0.01,\n                                    \"description\": \"the weight decay value\",\n                                    \"placeholder\": \"weight_decay\",\n                                    \"model_type_range_info\": {\n                                        \"max\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_min_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 1.5625e-08,\n                                    \"description\": \"The minimum learning (per item) at end of training using cosine schedule.\",\n                                    \"placeholder\": \"per_item_min_lrate\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.warmup_iters\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 100,\n                                    \"description\": \"The number of steps in the warmup phase\",\n                                    \"placeholder\": \"warmup_iters\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.warmup_ratio\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.0001,\n                                    \"description\": \" Warmup phase learning rate multiplier\",\n                                    \"placeholder\": \"warmup_ratio\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.pretrained_weights\",\n                                    \"field_type\": 8,\n                                    \"default_value\": \"ImageNet-1k\",\n                                    \"description\": \"whether to use pretrained weights.\",\n                                    \"placeholder\": \"pretrained_weights\",\n                                    \"model_type_enum_options\": [\n                                        {\n                                            \"id\": \"None\"\n                                        },\n                                        {\n                                            \"id\": \"ImageNet-1k\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"path\": \"train_info.params.flip_probability\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 0.5,\n                                    \"description\": \"the probability an image will be flipped during training\",\n                                    \"placeholder\": \"flip_probability\",\n                                    \"model_type_range_info\": {\n                                        \"max\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.flip_direction\",\n                                    \"field_type\": 8,\n                                    \"default_value\": \"horizontal\",\n                                    \"description\": \"the direction to randomly flip during training.\",\n                                    \"placeholder\": \"flip_direction\",\n                                    \"model_type_enum_options\": [\n                                        {\n                                            \"id\": \"horizontal\"\n                                        },\n                                        {\n                                            \"id\": \"vertical\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"path\": \"train_info.params.concepts_mutually_exclusive\",\n                                    \"field_type\": 1,\n                                    \"default_value\": false,\n                                    \"description\": \"whether the concepts are mutually exclusive. If true then each input is expected to only be tagged with a single concept.\",\n                                    \"placeholder\": \"concepts_mutually_exclusive\"\n                                }\n                            ],\n                            \"recommended\": true\n                        },\n                        {\n                            \"id\": \"MMClassification_ResNet_50\",\n                            \"description\": \"A training template that uses the MMClassification toolkit and ResNet-50 configuration \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.seed\",\n                                    \"field_type\": 3,\n                                    \"default_value\": -1,\n                                    \"description\": \"[internal_only] the random seed to init training. If seed < 0, we will not set it.\",\n                                    \"placeholder\": \"seed\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 224,\n                                    \"description\": \"the image size for training and inference. ResNet works on square images.\",\n                                    \"placeholder\": \"image_size\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 64,\n                                    \"description\": \"the batch size to use per gpu during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 256,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 60,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 600,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.000390625,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.learning_rate_steps\",\n                                    \"field_type\": 11,\n                                    \"default_value\": [\n                                        30,\n                                        40,\n                                        50\n                                    ],\n                                    \"description\": \"epoch schedule for stepping down learning rate\",\n                                    \"placeholder\": \"learning_rate_steps\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.weight_decay\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 0.0001,\n                                    \"description\": \"the weight decay value\",\n                                    \"placeholder\": \"weight_decay\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.momentum\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 0.9,\n                                    \"description\": \"the momentum value for the SGD optimizer\",\n                                    \"placeholder\": \"momentum\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.pretrained_weights\",\n                                    \"field_type\": 8,\n                                    \"default_value\": \"ImageNet-1k\",\n                                    \"description\": \"whether to use pretrained weights.\",\n                                    \"placeholder\": \"pretrained_weights\",\n                                    \"model_type_enum_options\": [\n                                        {\n                                            \"id\": \"None\"\n                                        },\n                                        {\n                                            \"id\": \"ImageNet-1k\"\n                                        }\n                                    ],\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.flip_probability\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 0.5,\n                                    \"description\": \"the probability an image will be flipped during training\",\n                                    \"placeholder\": \"flip_probability\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.flip_direction\",\n                                    \"field_type\": 8,\n                                    \"default_value\": \"horizontal\",\n                                    \"description\": \"the direction to randomly flip during training.\",\n                                    \"placeholder\": \"flip_direction\",\n                                    \"model_type_enum_options\": [\n                                        {\n                                            \"id\": \"horizontal\"\n                                        },\n                                        {\n                                            \"id\": \"vertical\"\n                                        }\n                                    ],\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.concepts_mutually_exclusive\",\n                                    \"field_type\": 1,\n                                    \"default_value\": false,\n                                    \"description\": \"whether the concepts are mutually exclusive. If true then each input is expected to only be tagged with a single concept.\",\n                                    \"placeholder\": \"concepts_mutually_exclusive\",\n                                    \"internal_only\": true\n                                }\n                            ],\n                            \"internal_only\": true\n                        }\n                    ],\n                    \"required\": true\n                }\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"image\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                -1,\n                                3\n                            ],\n                            \"max_dims\": [\n                                1024,\n                                1024,\n                                3\n                            ],\n                            \"data_type\": 2,\n                            \"description\": \"First two dimensions are the height and width, followed by the number of channels.\"\n                        }\n                    ],\n                    \"description\": \"Image urls or base64 are converted into numpy arrays of the specified size and forwarded to the model. If flexible dims are provided, inputs will be downsampled and padded to a default size.\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"concepts\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"data_type\": 5,\n                            \"description\": \"Length of the list is expected to be the number of concepts returned by this model, with each value being the confidence for the respective model output.\"\n                        }\n                    ],\n                    \"description\": \"Concepts defined in the model should be the same order as specified in the label file.\",\n                    \"requires_label_filename\": true\n                }\n            ],\n            \"evaluation_type\": 1\n        },\n        {\n            \"id\": \"visual-embedder\",\n            \"title\": \"Visual Embedder\",\n            \"description\": \"Embed images and videos frames into a vector representing a high level understanding from our AI models. These embeddings enable visual search and training on top of them.\",\n            \"input_fields\": [\n                \"image\"\n            ],\n            \"output_fields\": [\n                \"embeddings\"\n            ],\n            \"trainable\": true,\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.data.concepts\",\n                    \"field_type\": 4,\n                    \"description\": \"List of concepts you want this models embeddings to be learned on.\",\n                    \"placeholder\": \"List of concepts\",\n                    \"required\": true\n                },\n                {\n                    \"path\": \"train_info.params.invalid_data_tolerance_percent\",\n                    \"field_type\": 7,\n                    \"default_value\": 5,\n                    \"description\": \"Percentage value (0 to 100) of user's tolerance level to invalid inputs among all training inputs. Training will be stopped with error thrown if actual percent of invalid inputs is higher than this\",\n                    \"placeholder\": \"Invalid Data Tolerance Percentage\",\n                    \"model_type_range_info\": {\n                        \"max\": 100,\n                        \"step\": 0.1\n                    }\n                },\n                {\n                    \"path\": \"train_info.params.dataset_id\",\n                    \"field_type\": 16,\n                    \"default_value\": \"\",\n                    \"description\": \"Deprecated in favor of train_info.dataset\",\n                    \"placeholder\": \"DEPRECATED: Training Dataset ID\"\n                },\n                {\n                    \"path\": \"train_info.dataset\",\n                    \"field_type\": 19,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset to use for training this model\",\n                    \"placeholder\": \"Training Dataset\"\n                },\n                {\n                    \"path\": \"train_info.params.dataset_version_id\",\n                    \"field_type\": 17,\n                    \"default_value\": \"\",\n                    \"description\": \"Deprecated in favor of train_info.dataset.version\",\n                    \"placeholder\": \"DEPRECATED: Training Dataset Version ID\"\n                },\n                {\n                    \"path\": \"train_info.dataset.version\",\n                    \"field_type\": 20,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset version to use for training this model. If a dataset version is not specified but a dataset is, we will automatically generate a dataset version.\",\n                    \"placeholder\": \"Training Dataset Version\"\n                },\n                {\n                    \"path\": \"train_info.params.template\",\n                    \"field_type\": 14,\n                    \"default_value\": \"Clarifai_ResNext\",\n                    \"description\": \"The template name is a pre-configured model template to train with on your data. Depending on your data you might want to try a few templates to see which yields optimal results.\",\n                    \"placeholder\": \"Training Template\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"classification_basemodel_v1_embed\",\n                            \"description\": \"This is a private base class for our visual embedder models. \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.model_cfg\",\n                                    \"field_type\": 2,\n                                    \"default_value\": \"resnext\",\n                                    \"description\": \"the underlying model configuration to use.\",\n                                    \"placeholder\": \"model_cfg\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.preinit\",\n                                    \"field_type\": 2,\n                                    \"default_value\": \"general-v1.5\",\n                                    \"description\": \"model to start from to initialize weights\",\n                                    \"placeholder\": \"preinit\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.logreg\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 1,\n                                    \"description\": \"whether to use sigmoid units or softmax\",\n                                    \"placeholder\": \"logreg\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 256,\n                                    \"description\": \"Input image size (minimum side dimension).\",\n                                    \"placeholder\": \"image_size\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 32,\n                                        \"max\": 1024,\n                                        \"step\": 16\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 64,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 128,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.init_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 25,\n                                    \"description\": \"number of epochs to run at the initial learning rate.\",\n                                    \"placeholder\": \"init_epochs\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.step_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 7,\n                                    \"description\": \"the number of epochs between learning rate decreases.\",\n                                    \"placeholder\": \"step_epochs\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 65,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.000078125,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_items_per_epoch\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0,\n                                    \"description\": \"number of input images that constitute an \\\"epoch\\\".  Default is the number of images in the dataset.\",\n                                    \"placeholder\": \"num_items_per_epoch\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.inference_crop_type\",\n                                    \"field_type\": 2,\n                                    \"default_value\": \"sorta2\",\n                                    \"description\": \"[internal_only] the crop type to use for inference (used when evaluating the model).\",\n                                    \"placeholder\": \"inference_crop_type\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.embeddings_layer\",\n                                    \"field_type\": 2,\n                                    \"default_value\": \"fc_layers/Mean\",\n                                    \"description\": \"the embedding layer to use as output from this model.\",\n                                    \"placeholder\": \"embeddings_layer\",\n                                    \"internal_only\": true\n                                }\n                            ],\n                            \"internal_only\": true\n                        },\n                        {\n                            \"id\": \"Clarifai_ResNext\",\n                            \"description\": \"A custom visual embedder template inspired by Resnext. \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.logreg\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"Whether to use sigmoid units (logreg=1) or softmax (logreg=0) when comparing against training target labels.\",\n                                    \"placeholder\": \"logreg\",\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 256,\n                                    \"description\": \"Input image size (minimum side dimension).\",\n                                    \"placeholder\": \"image_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 32,\n                                        \"max\": 1024,\n                                        \"step\": 16\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 64,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 128,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.init_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 25,\n                                    \"description\": \"number of epochs to run at the initial learning rate.\",\n                                    \"placeholder\": \"init_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.step_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 7,\n                                    \"description\": \"the number of epochs between learning rate decreases.\",\n                                    \"placeholder\": \"step_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 65,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.000078125,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_items_per_epoch\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0,\n                                    \"description\": \"number of input images that constitute an \\\"epoch\\\".  Default is the number of images in the dataset.\",\n                                    \"placeholder\": \"num_items_per_epoch\"\n                                }\n                            ],\n                            \"recommended\": true\n                        },\n                        {\n                            \"id\": \"Clarifai_InceptionBatchNorm\",\n                            \"description\": \"A custom visual embedder template inspired by Inception networks tuned for speed. \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.logreg\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"Whether to use sigmoid units (logreg=1) or softmax (logreg=0) when comparing against training target labels.\",\n                                    \"placeholder\": \"logreg\",\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 256,\n                                    \"description\": \"Input image size (minimum side dimension).\",\n                                    \"placeholder\": \"image_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 32,\n                                        \"max\": 1024,\n                                        \"step\": 16\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 64,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 128,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.init_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 25,\n                                    \"description\": \"number of epochs to run at the initial learning rate.\",\n                                    \"placeholder\": \"init_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.step_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 7,\n                                    \"description\": \"the number of epochs between learning rate decreases.\",\n                                    \"placeholder\": \"step_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 65,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.000078125,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_items_per_epoch\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0,\n                                    \"description\": \"number of input images that constitute an \\\"epoch\\\".  Default is the number of images in the dataset.\",\n                                    \"placeholder\": \"num_items_per_epoch\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"classification_angular_margin_embed\",\n                            \"description\": \"This is a private base class for our visual embedder models with additive angular margin loss. \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 112,\n                                    \"description\": \"Input image size (minimum side dimension).\",\n                                    \"placeholder\": \"image_size\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 32,\n                                        \"max\": 1024,\n                                        \"step\": 16\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 64,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 128,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.init_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 20,\n                                    \"description\": \"number of epochs to run at the initial learning rate.\",\n                                    \"placeholder\": \"init_epochs\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.step_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 40,\n                                    \"description\": \"the number of epochs between learning rate decreases.\",\n                                    \"placeholder\": \"step_epochs\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 65,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.0000390625,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_items_per_epoch\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0,\n                                    \"description\": \"number of input images that constitute an \\\"epoch\\\".  Default is the number of images in the dataset.\",\n                                    \"placeholder\": \"num_items_per_epoch\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.inference_crop_type\",\n                                    \"field_type\": 2,\n                                    \"default_value\": \"center1\",\n                                    \"description\": \"[internal_only] the crop type to use for inference (used when evaluating the model).\",\n                                    \"placeholder\": \"inference_crop_type\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.embeddings_size\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 512,\n                                    \"description\": \"the embedding dimension to use as output from this model.\",\n                                    \"placeholder\": \"embeddings_size\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.angular_scale\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 64,\n                                    \"description\": \"radius hyperparam used in angular margin loss\",\n                                    \"placeholder\": \"angular_scale\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 16,\n                                        \"max\": 128,\n                                        \"step\": 16\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.angular_margin\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 0.2,\n                                    \"description\": \"margin hyperparam used in angular margin loss\",\n                                    \"placeholder\": \"angular_margin\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 0.1,\n                                        \"max\": 0.9\n                                    }\n                                }\n                            ],\n                            \"internal_only\": true\n                        },\n                        {\n                            \"id\": \"Clarifai_ResNet_AngularMargin\",\n                            \"description\": \"A custom visual embedder template inspired by ResNet101 with Additive Angular Margin loss. \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 112,\n                                    \"description\": \"Input image size (minimum side dimension).\",\n                                    \"placeholder\": \"image_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 32,\n                                        \"max\": 1024,\n                                        \"step\": 16\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 64,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 128,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.init_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 20,\n                                    \"description\": \"number of epochs to run at the initial learning rate.\",\n                                    \"placeholder\": \"init_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.step_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 40,\n                                    \"description\": \"the number of epochs between learning rate decreases.\",\n                                    \"placeholder\": \"step_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 65,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.0000390625,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_items_per_epoch\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0,\n                                    \"description\": \"number of input images that constitute an \\\"epoch\\\".  Default is the number of images in the dataset.\",\n                                    \"placeholder\": \"num_items_per_epoch\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.angular_scale\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 64,\n                                    \"description\": \"radius hyperparam used in angular margin loss\",\n                                    \"placeholder\": \"angular_scale\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 16,\n                                        \"max\": 128,\n                                        \"step\": 16\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.angular_margin\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 0.2,\n                                    \"description\": \"margin hyperparam used in angular margin loss\",\n                                    \"placeholder\": \"angular_margin\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 0.1,\n                                        \"max\": 0.9\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.embeddings_size\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 512,\n                                    \"description\": \"the embedding dimension to use as output from this model.\",\n                                    \"placeholder\": \"embeddings_size\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.inference_crop_type\",\n                                    \"field_type\": 2,\n                                    \"default_value\": \"center1\",\n                                    \"description\": \"[internal_only] the crop type to use for inference (used when evaluating the model).\",\n                                    \"placeholder\": \"inference_crop_type\",\n                                    \"internal_only\": true\n                                }\n                            ]\n                        }\n                    ],\n                    \"required\": true\n                }\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"image\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                -1,\n                                3\n                            ],\n                            \"max_dims\": [\n                                1024,\n                                1024,\n                                3\n                            ],\n                            \"data_type\": 2,\n                            \"description\": \"First two dimensions are the height and width, followed by the number of channels.\"\n                        }\n                    ],\n                    \"description\": \"Image urls or base64 are converted into numpy arrays of the specified size and forwarded to the model. If flexible dims are provided, inputs will be downsampled and padded to a default size.\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"embeddings\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"data_type\": 5\n                        }\n                    ],\n                    \"description\": \"The embedding vector returned by the model\"\n                }\n            ]\n        },\n        {\n            \"id\": \"audio-classifier\",\n            \"title\": \"Audio Classifier\",\n            \"description\": \"Classify audio into a set of concepts.\",\n            \"input_fields\": [\n                \"audio\"\n            ],\n            \"output_fields\": [\n                \"concepts\"\n            ],\n            \"model_type_fields\": [\n                {\n                    \"path\": \"eval_info.params.dataset_id\",\n                    \"field_type\": 16,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset to use for evaluating this model.\",\n                    \"placeholder\": \"Eval Dataset ID\"\n                },\n                {\n                    \"path\": \"eval_info.params.dataset_version_id\",\n                    \"field_type\": 17,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset version to use for evaluating this model. If a dataset version is not specified but a dataset is, we will automatically generate a dataset version.\",\n                    \"placeholder\": \"Eval Dataset Version ID\"\n                },\n                {\n                    \"path\": \"output_info.data.concepts\",\n                    \"field_type\": 4,\n                    \"description\": \"List of concepts you want this model to predict from any existing concepts in your app.\",\n                    \"placeholder\": \"List of concepts\",\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.params.max_concepts\",\n                    \"field_type\": 3,\n                    \"default_value\": 20,\n                    \"description\": \"Maximum number of concepts in result\",\n                    \"placeholder\": \"Maximum concepts\"\n                },\n                {\n                    \"path\": \"output_info.params.min_value\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"Minimum value of concept's probability score in result. In other words, all concepts with a probability score less than this threshold will be filtered out.\",\n                    \"placeholder\": \"Min value\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 0.01\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.select_concepts\",\n                    \"field_type\": 18,\n                    \"default_value\": [],\n                    \"description\": \"Select concepts in result by name or by id\",\n                    \"placeholder\": \"Select Concepts\"\n                }\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"audio\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"max_dims\": [\n                                320000\n                            ],\n                            \"data_type\": 5,\n                            \"description\": \"The sampled audio\"\n                        }\n                    ],\n                    \"description\": \"Audio urls content or base64 passed in through the API are directly sent to the model\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"concepts\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"data_type\": 5,\n                            \"description\": \"Length of the list is expected to be the number of concepts returned by this model, with each value being the confidence for the respective model output.\"\n                        }\n                    ],\n                    \"description\": \"Concepts defined in the model should be the same order as specified in the label file.\",\n                    \"requires_label_filename\": true\n                }\n            ],\n            \"evaluation_type\": 1\n        },\n        {\n            \"id\": \"text-classifier\",\n            \"title\": \"Text Classifier\",\n            \"description\": \"Classify text into a set of concepts.\",\n            \"input_fields\": [\n                \"text\"\n            ],\n            \"output_fields\": [\n                \"concepts\"\n            ],\n            \"trainable\": true,\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"eval_info.params.dataset_id\",\n                    \"field_type\": 16,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset to use for evaluating this model.\",\n                    \"placeholder\": \"Eval Dataset ID\"\n                },\n                {\n                    \"path\": \"eval_info.params.dataset_version_id\",\n                    \"field_type\": 17,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset version to use for evaluating this model. If a dataset version is not specified but a dataset is, we will automatically generate a dataset version.\",\n                    \"placeholder\": \"Eval Dataset Version ID\"\n                },\n                {\n                    \"path\": \"output_info.data.concepts\",\n                    \"field_type\": 4,\n                    \"description\": \"List of concepts you want this model to predict from any existing concepts in your app.\",\n                    \"placeholder\": \"List of concepts\",\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.params.max_concepts\",\n                    \"field_type\": 3,\n                    \"default_value\": 20,\n                    \"description\": \"Maximum number of concepts in result\",\n                    \"placeholder\": \"Maximum concepts\"\n                },\n                {\n                    \"path\": \"output_info.params.min_value\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"Minimum value of concept's probability score in result. In other words, all concepts with a probability score less than this threshold will be filtered out.\",\n                    \"placeholder\": \"Min value\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 0.01\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.select_concepts\",\n                    \"field_type\": 18,\n                    \"default_value\": [],\n                    \"description\": \"Select concepts in result by name or by id\",\n                    \"placeholder\": \"Select Concepts\"\n                },\n                {\n                    \"path\": \"train_info.params.invalid_data_tolerance_percent\",\n                    \"field_type\": 7,\n                    \"default_value\": 5,\n                    \"description\": \"Percentage value (0 to 100) of user's tolerance level to invalid inputs among all training inputs. Training will be stopped with error thrown if actual percent of invalid inputs is higher than this\",\n                    \"placeholder\": \"Invalid Data Tolerance Percentage\",\n                    \"model_type_range_info\": {\n                        \"max\": 100,\n                        \"step\": 0.1\n                    }\n                },\n                {\n                    \"path\": \"train_info.params.dataset_id\",\n                    \"field_type\": 16,\n                    \"default_value\": \"\",\n                    \"description\": \"Deprecated in favor of train_info.dataset\",\n                    \"placeholder\": \"DEPRECATED: Training Dataset ID\"\n                },\n                {\n                    \"path\": \"train_info.dataset\",\n                    \"field_type\": 19,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset to use for training this model\",\n                    \"placeholder\": \"Training Dataset\"\n                },\n                {\n                    \"path\": \"train_info.params.dataset_version_id\",\n                    \"field_type\": 17,\n                    \"default_value\": \"\",\n                    \"description\": \"Deprecated in favor of train_info.dataset.version\",\n                    \"placeholder\": \"DEPRECATED: Training Dataset Version ID\"\n                },\n                {\n                    \"path\": \"train_info.dataset.version\",\n                    \"field_type\": 20,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset version to use for training this model. If a dataset version is not specified but a dataset is, we will automatically generate a dataset version.\",\n                    \"placeholder\": \"Training Dataset Version\"\n                },\n                {\n                    \"path\": \"train_info.resume_from_model\",\n                    \"field_type\": 22,\n                    \"default_value\": \"\",\n                    \"description\": \"Model specifying the checkpoint to resume training from.\",\n                    \"placeholder\": \"This is the model and model version to resume training from. Model must be the same type.\",\n                    \"internal_only\": true\n                },\n                {\n                    \"path\": \"train_info.params.template\",\n                    \"field_type\": 14,\n                    \"default_value\": \"HF_GPTNeo_125m_lora\",\n                    \"description\": \"The template name is a pre-configured model template to train with on your data. Depending on your data you might want to try a few templates to see which yields optimal results.\",\n                    \"placeholder\": \"Training Template\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"HuggingFace\",\n                            \"description\": \"A text classification training template that uses the Huggingface toolkit\",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.model_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {\n                                        \"pretrained_model_name_or_path\": \"bert-base-cased\",\n                                        \"problem_type\": \"multi_label_classification\"\n                                    },\n                                    \"description\": \"keys and values are passed to transformers.AutoModelForSequenceClassification.from_pretrained(). Specifying a resume_from_model in the train_info of the PostModelVersions request overrides the pretrained_model_name_or_path.\",\n                                    \"placeholder\": \"model_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.tokenizer_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {},\n                                    \"description\": \"keys and values are passed to transformers.AutoTokenizer.from_pretrained().  If not specified, uses the model name from the model config.\",\n                                    \"placeholder\": \"tokenizer_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.trainer_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {\n                                        \"auto_find_batch_size\": true,\n                                        \"num_train_epochs\": 1,\n                                        \"output_dir\": \"checkpoint\"\n                                    },\n                                    \"description\": \"keys and values are passed to transformers.TrainingArguments()\",\n                                    \"placeholder\": \"trainer_config\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"HF_GPTNeo_125m_lora\",\n                            \"description\": \"A text classification training template that uses the Huggingface toolkit\",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.model_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {\n                                        \"pretrained_model_name\": \"EleutherAI/gpt-neo-125m\",\n                                        \"problem_type\": \"multi_label_classification\"\n                                    },\n                                    \"description\": \"keys and values are passed to transformers.AutoModelForSequenceClassification.from_pretrained(). Specifying a resume_from_model in the train_info of the PostModelVersions request overrides the pretrained_model_name_or_path.\",\n                                    \"placeholder\": \"model_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.peft_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {\n                                        \"peft_type\": \"LORA\"\n                                    },\n                                    \"description\": \"keys and values are passed to peft.get_peft_model(base_model, peft_config)\",\n                                    \"placeholder\": \"peft_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.tokenizer_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {},\n                                    \"description\": \"keys and values are passed to transformers.AutoTokenizer.from_pretrained().  If not specified, uses the model name from the model config.\",\n                                    \"placeholder\": \"tokenizer_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.trainer_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {\n                                        \"auto_find_batch_size\": true,\n                                        \"num_train_epochs\": 1\n                                    },\n                                    \"description\": \"keys and values are passed to transformers.TrainingArguments()\",\n                                    \"placeholder\": \"trainer_config\"\n                                }\n                            ],\n                            \"recommended\": true\n                        },\n                        {\n                            \"id\": \"HF_GPTNeo_2p7b_lora\",\n                            \"description\": \"A text classification training template that uses the Huggingface toolkit\",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.model_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {\n                                        \"pretrained_model_name\": \"EleutherAI/gpt-neo-2.7B\",\n                                        \"problem_type\": \"multi_label_classification\"\n                                    },\n                                    \"description\": \"keys and values are passed to transformers.AutoModelForSequenceClassification.from_pretrained(). Specifying a resume_from_model in the train_info of the PostModelVersions request overrides the pretrained_model_name_or_path.\",\n                                    \"placeholder\": \"model_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.peft_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {\n                                        \"peft_type\": \"LORA\"\n                                    },\n                                    \"description\": \"keys and values are passed to peft.get_peft_model(base_model, peft_config)\",\n                                    \"placeholder\": \"peft_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.tokenizer_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {},\n                                    \"description\": \"keys and values are passed to transformers.AutoTokenizer.from_pretrained().  If not specified, uses the model name from the model config.\",\n                                    \"placeholder\": \"tokenizer_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.trainer_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {\n                                        \"num_train_epochs\": 1,\n                                        \"per_device_train_batch_size\": 2\n                                    },\n                                    \"description\": \"keys and values are passed to transformers.TrainingArguments()\",\n                                    \"placeholder\": \"trainer_config\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"required\": true\n                }\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"text\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                1\n                            ],\n                            \"data_type\": 1,\n                            \"description\": \"The text string sent to the model\"\n                        }\n                    ],\n                    \"description\": \"Text urls content or raw text passed in through the API are directly sent to the model\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"concepts\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"data_type\": 5,\n                            \"description\": \"Length of the list is expected to be the number of concepts returned by this model, with each value being the confidence for the respective model output.\"\n                        }\n                    ],\n                    \"description\": \"Concepts defined in the model should be the same order as specified in the label file.\",\n                    \"requires_label_filename\": true\n                }\n            ],\n            \"evaluation_type\": 1\n        },\n        {\n            \"id\": \"text-to-text\",\n            \"title\": \"Text To Text\",\n            \"description\": \"Generate or convert text based on text input, e.g. prompt completion, translation or summarization\",\n            \"input_fields\": [\n                \"text\"\n            ],\n            \"output_fields\": [\n                \"text\"\n            ],\n            \"trainable\": true,\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"train_info.params.invalid_data_tolerance_percent\",\n                    \"field_type\": 7,\n                    \"default_value\": 5,\n                    \"description\": \"Percentage value (0 to 100) of user's tolerance level to invalid inputs among all training inputs. Training will be stopped with error thrown if actual percent of invalid inputs is higher than this\",\n                    \"placeholder\": \"Invalid Data Tolerance Percentage\",\n                    \"model_type_range_info\": {\n                        \"max\": 100,\n                        \"step\": 0.1\n                    }\n                },\n                {\n                    \"path\": \"train_info.params.dataset_id\",\n                    \"field_type\": 16,\n                    \"default_value\": \"\",\n                    \"description\": \"Deprecated in favor of train_info.dataset\",\n                    \"placeholder\": \"DEPRECATED: Training Dataset ID\"\n                },\n                {\n                    \"path\": \"train_info.dataset\",\n                    \"field_type\": 19,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset to use for training this model\",\n                    \"placeholder\": \"Training Dataset\"\n                },\n                {\n                    \"path\": \"train_info.params.dataset_version_id\",\n                    \"field_type\": 17,\n                    \"default_value\": \"\",\n                    \"description\": \"Deprecated in favor of train_info.dataset.version\",\n                    \"placeholder\": \"DEPRECATED: Training Dataset Version ID\"\n                },\n                {\n                    \"path\": \"train_info.dataset.version\",\n                    \"field_type\": 20,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset version to use for training this model. If a dataset version is not specified but a dataset is, we will automatically generate a dataset version.\",\n                    \"placeholder\": \"Training Dataset Version\"\n                },\n                {\n                    \"path\": \"train_info.resume_from_model\",\n                    \"field_type\": 22,\n                    \"default_value\": \"\",\n                    \"description\": \"Model specifying the checkpoint to resume training from.\",\n                    \"placeholder\": \"This is the model and model version to resume training from. Model must be the same type.\",\n                    \"internal_only\": true\n                },\n                {\n                    \"path\": \"train_info.params.template\",\n                    \"field_type\": 14,\n                    \"default_value\": \"HF_GPTNeo_2p7b_lora\",\n                    \"description\": \"The template name is a pre-configured model template to train with on your data. Depending on your data you might want to try a few templates to see which yields optimal results.\",\n                    \"placeholder\": \"Training Template\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"HuggingFace\",\n                            \"description\": \"A text classification training template that uses the Huggingface toolkit\",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.model_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {\n                                        \"pretrained_model_name_or_path\": \"facebook/opt-125m\"\n                                    },\n                                    \"description\": \"keys and values are passed to transformers.AutoModelForSequenceClassification.from_pretrained(). Specifying a resume_from_model in the train_info of the PostModelVersions request overrides the pretrained_model_name_or_path.\",\n                                    \"placeholder\": \"model_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.tokenizer_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {\n                                        \"model_max_length\": 512\n                                    },\n                                    \"description\": \"keys and values are passed to transformers.AutoTokenizer.from_pretrained().  If not specified, uses the model name from the model config. Specifying a resume_from_model in the train_info of the PostModelVersions request overrides the pretrained_model_name_or_path.\",\n                                    \"placeholder\": \"tokenizer_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.trainer_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {\n                                        \"auto_find_batch_size\": true,\n                                        \"num_train_epochs\": 1,\n                                        \"output_dir\": \"checkpoint\"\n                                    },\n                                    \"description\": \"keys and values are passed to transformers.TrainingArguments()\",\n                                    \"placeholder\": \"trainer_config\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"HF_GPTNeo_125m_lora\",\n                            \"description\": \"A text classification training template that uses the Huggingface toolkit\",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.model_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {\n                                        \"pretrained_model_name\": \"EleutherAI/gpt-neo-125m\"\n                                    },\n                                    \"description\": \"keys and values are passed to transformers.AutoModelForSequenceClassification.from_pretrained(). Specifying a resume_from_model in the train_info of the PostModelVersions request overrides the pretrained_model_name_or_path.\",\n                                    \"placeholder\": \"model_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.peft_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {\n                                        \"peft_type\": \"LORA\"\n                                    },\n                                    \"description\": \"keys and values are passed to peft.get_peft_model(base_model, peft_config)\",\n                                    \"placeholder\": \"peft_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.tokenizer_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {},\n                                    \"description\": \"keys and values are passed to transformers.AutoTokenizer.from_pretrained().  If not specified, uses the model name from the model config.\",\n                                    \"placeholder\": \"tokenizer_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.trainer_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {\n                                        \"auto_find_batch_size\": true,\n                                        \"num_train_epochs\": 1\n                                    },\n                                    \"description\": \"keys and values are passed to transformers.TrainingArguments()\",\n                                    \"placeholder\": \"trainer_config\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"HF_GPTNeo_2p7b_lora\",\n                            \"description\": \"A text classification training template that uses the Huggingface toolkit\",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.model_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {\n                                        \"pretrained_model_name\": \"EleutherAI/gpt-neo-2.7B\"\n                                    },\n                                    \"description\": \"keys and values are passed to transformers.AutoModelForSequenceClassification.from_pretrained(). Specifying a resume_from_model in the train_info of the PostModelVersions request overrides the pretrained_model_name_or_path. \",\n                                    \"placeholder\": \"model_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.peft_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {\n                                        \"peft_type\": \"LORA\"\n                                    },\n                                    \"description\": \"keys and values are passed to peft.get_peft_model(base_model, peft_config)\",\n                                    \"placeholder\": \"peft_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.tokenizer_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {},\n                                    \"description\": \"keys and values are passed to transformers.AutoTokenizer.from_pretrained().  If not specified, uses the model name from the model config.\",\n                                    \"placeholder\": \"tokenizer_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.trainer_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {\n                                        \"num_train_epochs\": 1,\n                                        \"per_device_train_batch_size\": 2\n                                    },\n                                    \"description\": \"keys and values are passed to transformers.TrainingArguments()\",\n                                    \"placeholder\": \"trainer_config\"\n                                }\n                            ],\n                            \"recommended\": true\n                        }\n                    ],\n                    \"required\": true\n                }\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"text\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                1\n                            ],\n                            \"data_type\": 1,\n                            \"description\": \"The text string sent to the model\"\n                        }\n                    ],\n                    \"description\": \"Text urls content or raw text passed in through the API are directly sent to the model\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"text\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                1\n                            ],\n                            \"data_type\": 1\n                        }\n                    ],\n                    \"description\": \"The text inferred by the model.\"\n                }\n            ]\n        },\n        {\n            \"id\": \"zero-shot-image-segmenter\",\n            \"title\": \"Zero Shot Image Segmenter\",\n            \"description\": \"Dynamically segment a per-pixel mask in images where things are and then classify objects, descriptive words or topics within the masks.\",\n            \"input_fields\": [\n                \"image\",\n                \"concepts\"\n            ],\n            \"output_fields\": [\n                \"regions[...].region_info.mask,regions[...].data.concepts\"\n            ],\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.data.concepts\",\n                    \"field_type\": 4,\n                    \"description\": \"List of concepts you want this model to predict from. The concept name will be sent to the model.\",\n                    \"placeholder\": \"List of concepts\"\n                }\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"image\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                -1,\n                                3\n                            ],\n                            \"max_dims\": [\n                                1024,\n                                1024,\n                                3\n                            ],\n                            \"data_type\": 2,\n                            \"description\": \"First two dimensions are the height and width, followed by the number of channels.\"\n                        }\n                    ],\n                    \"description\": \"Image urls or base64 are converted into numpy arrays of the specified size and forwarded to the model. If flexible dims are provided, inputs will be downsampled and padded to a default size.\"\n                },\n                {\n                    \"data_field_name\": \"concepts[...].name\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"max_dims\": [\n                                1000\n                            ],\n                            \"data_type\": 1\n                        }\n                    ],\n                    \"description\": \"A list of the concept names to forward to the model. Pixel values should use the concepts index values in the list.\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"regions[...].region_info.mask,regions[...].data.concepts\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                -1\n                            ],\n                            \"data_type\": 4,\n                            \"description\": \"The pixel class numbers of each image pixel. Pixel values should use the concepts index values in the list.\"\n                        }\n                    ],\n                    \"description\": \"The image mask returned by the model\",\n                    \"requires_label_filename\": true\n                }\n            ]\n        },\n        {\n            \"id\": \"text-token-classifier\",\n            \"title\": \"Text Token Classifier\",\n            \"description\": \"Classify tokens from a set of entity classes.\",\n            \"input_fields\": [\n                \"text\"\n            ],\n            \"output_fields\": [\n                \"regions[...].region_info.span,regions[...].data.concepts\"\n            ],\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.max_concepts\",\n                    \"field_type\": 3,\n                    \"default_value\": 20,\n                    \"description\": \"Maximum number of concepts in result\",\n                    \"placeholder\": \"Maximum concepts\"\n                },\n                {\n                    \"path\": \"output_info.params.select_concepts\",\n                    \"field_type\": 18,\n                    \"default_value\": [],\n                    \"description\": \"Select concepts in result by name or by id\",\n                    \"placeholder\": \"Select Concepts\"\n                },\n                {\n                    \"path\": \"output_info.params.min_value\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"Minimum value of concept's probability score in result. In other words, all concepts with a probability score less than this threshold will be filtered out.\",\n                    \"placeholder\": \"Min value\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 0.01\n                    }\n                }\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"text\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                1\n                            ],\n                            \"data_type\": 1,\n                            \"description\": \"The text string sent to the model\"\n                        }\n                    ],\n                    \"description\": \"Text urls content or raw text passed in through the API are directly sent to the model\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"regions[...].region_info.span.char_start\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                1\n                            ],\n                            \"data_type\": 3,\n                            \"description\": \"The starting character number for each entity.\"\n                        }\n                    ]\n                },\n                {\n                    \"data_field_name\": \"regions[...].region_info.span.char_end\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                1\n                            ],\n                            \"data_type\": 3,\n                            \"description\": \"The ending character number for each entity.\"\n                        }\n                    ]\n                },\n                {\n                    \"data_field_name\": \"regions[...].data.concepts[...].id\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                1\n                            ],\n                            \"data_type\": 3,\n                            \"description\": \"The concept number for each entity.\"\n                        }\n                    ],\n                    \"requires_label_filename\": true\n                },\n                {\n                    \"data_field_name\": \"regions[...].data.concepts[...].value\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                1\n                            ],\n                            \"data_type\": 5,\n                            \"description\": \"The confidence value for the predicted concept for each entity.\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"id\": \"visual-detector\",\n            \"title\": \"Visual Detector\",\n            \"description\": \"Detect bounding box regions in images or video frames where things and then classify objects, descriptive words or topics within the boxes.\",\n            \"input_fields\": [\n                \"image\"\n            ],\n            \"output_fields\": [\n                \"regions[...].data.concepts,regions[...].region_info.bounding_box\"\n            ],\n            \"trainable\": true,\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"eval_info.params.dataset_id\",\n                    \"field_type\": 16,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset to use for evaluating this model.\",\n                    \"placeholder\": \"Eval Dataset ID\"\n                },\n                {\n                    \"path\": \"eval_info.params.dataset_version_id\",\n                    \"field_type\": 17,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset version to use for evaluating this model. If a dataset version is not specified but a dataset is, we will automatically generate a dataset version.\",\n                    \"placeholder\": \"Eval Dataset Version ID\"\n                },\n                {\n                    \"path\": \"output_info.data.concepts\",\n                    \"field_type\": 4,\n                    \"description\": \"List of concepts you want this model to predict from any existing concepts in your app.\",\n                    \"placeholder\": \"List of concepts\",\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.params.max_concepts\",\n                    \"field_type\": 3,\n                    \"default_value\": 20,\n                    \"description\": \"Maximum number of concepts in result\",\n                    \"placeholder\": \"Maximum concepts\"\n                },\n                {\n                    \"path\": \"output_info.params.select_concepts\",\n                    \"field_type\": 18,\n                    \"default_value\": [],\n                    \"description\": \"Select concepts in result by name or by id\",\n                    \"placeholder\": \"Select Concepts\"\n                },\n                {\n                    \"path\": \"train_info.params.invalid_data_tolerance_percent\",\n                    \"field_type\": 7,\n                    \"default_value\": 5,\n                    \"description\": \"Percentage value (0 to 100) of user's tolerance level to invalid inputs among all training inputs. Training will be stopped with error thrown if actual percent of invalid inputs is higher than this\",\n                    \"placeholder\": \"Invalid Data Tolerance Percentage\",\n                    \"model_type_range_info\": {\n                        \"max\": 100,\n                        \"step\": 0.1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.detection_threshold\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"Percentage value (0 to 1.0) for the detection threshold. Detections with scores equal to or below this value will be filtered out.\",\n                    \"placeholder\": \"Detection Threshold\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"train_info.params.dataset_id\",\n                    \"field_type\": 16,\n                    \"default_value\": \"\",\n                    \"description\": \"Deprecated in favor of train_info.dataset\",\n                    \"placeholder\": \"DEPRECATED: Training Dataset ID\"\n                },\n                {\n                    \"path\": \"train_info.dataset\",\n                    \"field_type\": 19,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset to use for training this model\",\n                    \"placeholder\": \"Training Dataset\"\n                },\n                {\n                    \"path\": \"train_info.params.dataset_version_id\",\n                    \"field_type\": 17,\n                    \"default_value\": \"\",\n                    \"description\": \"Deprecated in favor of train_info.dataset.version\",\n                    \"placeholder\": \"DEPRECATED: Training Dataset Version ID\"\n                },\n                {\n                    \"path\": \"train_info.dataset.version\",\n                    \"field_type\": 20,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset version to use for training this model. If a dataset version is not specified but a dataset is, we will automatically generate a dataset version.\",\n                    \"placeholder\": \"Training Dataset Version\"\n                },\n                {\n                    \"path\": \"train_info.params.template\",\n                    \"field_type\": 14,\n                    \"default_value\": \"MMDetection_YoloF\",\n                    \"description\": \"The template name is a pre-configured model template to train with on your data. Depending on your data you might want to try a few templates to see which yields optimal results.\",\n                    \"placeholder\": \"Training Template\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"detection_msc10\",\n                            \"description\": \"A training template that uses Clarifais training implementation. \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 512,\n                                    \"description\": \"Input image size (minimum side dimension). Valid choices are: 320, 512, or 800.\",\n                                    \"placeholder\": \"image_size\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 4,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 128,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 9,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.pretrain_base_data\",\n                                    \"field_type\": 2,\n                                    \"default_value\": \"mscoco\",\n                                    \"description\": \"pre-initialization weights\",\n                                    \"placeholder\": \"pretrain_base_data\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.use_perclass_regression\",\n                                    \"field_type\": 1,\n                                    \"default_value\": true,\n                                    \"description\": \"whether to separate use box coorindate regressors for each class, or one set for all classes.\",\n                                    \"placeholder\": \"use_perclass_regression\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.base_model\",\n                                    \"field_type\": 2,\n                                    \"default_value\": \"InceptionV4\",\n                                    \"description\": \"the base model architecture to use for the detector.\",\n                                    \"placeholder\": \"base_model\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.anchor_ratios\",\n                                    \"field_type\": 11,\n                                    \"default_value\": [\n                                        1,\n                                        2,\n                                        0.5\n                                    ],\n                                    \"description\": \"the ratios w / h to use in anchor boxes of the detector.\",\n                                    \"placeholder\": \"anchor_ratios\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.use_focal_loss\",\n                                    \"field_type\": 1,\n                                    \"default_value\": true,\n                                    \"description\": \"whether use focal loss during training or online hard example mining\",\n                                    \"placeholder\": \"use_focal_loss\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.0004125,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.continue_from_eid\",\n                                    \"field_type\": 3,\n                                    \"default_value\": -1,\n                                    \"description\": \" if set, initialize with weights from this eid\",\n                                    \"placeholder\": \"continue_from_eid\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.trainer_type\",\n                                    \"field_type\": 2,\n                                    \"default_value\": \"tf_striate\",\n                                    \"description\": \"[internal_only] the trainer type to use. If set to mini_batch trainer then will only train for 10 minibatches\",\n                                    \"placeholder\": \"trainer_type\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.inference_crop_type\",\n                                    \"field_type\": 2,\n                                    \"default_value\": \"sortapad1\",\n                                    \"description\": \"[internal_only] the crop type to use for inference (used when evaluating the model).\",\n                                    \"placeholder\": \"inference_crop_type\",\n                                    \"internal_only\": true\n                                }\n                            ],\n                            \"internal_only\": true\n                        },\n                        {\n                            \"id\": \"Clarifai_InceptionV2\",\n                            \"description\": \"A custom visual detector template that uses a Inception-V2-like base. \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 512,\n                                    \"description\": \"Input image size (minimum side dimension). Valid choices are: 320, 512, or 800.\",\n                                    \"placeholder\": \"image_size\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 4,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 16,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 9,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.use_perclass_regression\",\n                                    \"field_type\": 1,\n                                    \"default_value\": true,\n                                    \"description\": \"whether to separate use box coorindate regressors for each class, or one set for all classes.\",\n                                    \"placeholder\": \"use_perclass_regression\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.anchor_ratios\",\n                                    \"field_type\": 11,\n                                    \"default_value\": [\n                                        1,\n                                        2,\n                                        0.5\n                                    ],\n                                    \"description\": \"the ratios w / h to use in anchor boxes of the detector.\",\n                                    \"placeholder\": \"anchor_ratios\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.use_focal_loss\",\n                                    \"field_type\": 1,\n                                    \"default_value\": true,\n                                    \"description\": \"whether use focal loss during training or online hard example mining\",\n                                    \"placeholder\": \"use_focal_loss\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.0004125,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"Clarifai_InceptionV4\",\n                            \"description\": \"A custom visual detector template that uses a Inception-V4-like base. \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 512,\n                                    \"description\": \"Input image size (minimum side dimension). Valid choices are: 320, 512, or 800.\",\n                                    \"placeholder\": \"image_size\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 4,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 16,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 9,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.use_perclass_regression\",\n                                    \"field_type\": 1,\n                                    \"default_value\": true,\n                                    \"description\": \"whether to separate use box coorindate regressors for each class, or one set for all classes.\",\n                                    \"placeholder\": \"use_perclass_regression\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.anchor_ratios\",\n                                    \"field_type\": 11,\n                                    \"default_value\": [\n                                        1,\n                                        2,\n                                        0.5\n                                    ],\n                                    \"description\": \"the ratios w / h to use in anchor boxes of the detector.\",\n                                    \"placeholder\": \"anchor_ratios\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.use_focal_loss\",\n                                    \"field_type\": 1,\n                                    \"default_value\": true,\n                                    \"description\": \"whether use focal loss during training or online hard example mining\",\n                                    \"placeholder\": \"use_focal_loss\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.0004125,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"MMDetection_FasterRCNN\",\n                            \"description\": \"A training template that uses the MMDetection toolkit and Faster R-CNN configuration \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.seed\",\n                                    \"field_type\": 3,\n                                    \"default_value\": -1,\n                                    \"description\": \"[internal_only] the random seed to init training. If seed < 0, we will not set it.\",\n                                    \"placeholder\": \"seed\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 11,\n                                    \"default_value\": [\n                                        800\n                                    ],\n                                    \"description\": \"the image size for training and inference. can be 1 or 2 elements. when a single value, specifies min side\",\n                                    \"placeholder\": \"image_size\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.random_resize_lower\",\n                                    \"field_type\": 11,\n                                    \"default_value\": [\n                                        640\n                                    ],\n                                    \"description\": \"lower limit of random resizes during training. same 1 or 2 element format as image_size (uses image_size if empty). \",\n                                    \"placeholder\": \"random_resize_lower\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.random_resize_upper\",\n                                    \"field_type\": 11,\n                                    \"default_value\": [],\n                                    \"description\": \"upper limit of random resizes during training. same 1 or 2 element format as image_size (uses image_size if empty)\",\n                                    \"placeholder\": \"random_resize_upper\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 2,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 32,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 12,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.00125,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.pretrained_weights\",\n                                    \"field_type\": 8,\n                                    \"default_value\": \"coco\",\n                                    \"description\": \"whether to init with pretrained weights.\",\n                                    \"placeholder\": \"pretrained_weights\",\n                                    \"model_type_enum_options\": [\n                                        {\n                                            \"id\": \"None\"\n                                        },\n                                        {\n                                            \"id\": \"coco\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"MMDetection_SSD\",\n                            \"description\": \"A training template that uses the MMDetection toolkit and SSD configuration \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.seed\",\n                                    \"field_type\": 3,\n                                    \"default_value\": -1,\n                                    \"description\": \"[internal_only] the random seed to init training. If seed < 0, we will not set it.\",\n                                    \"placeholder\": \"seed\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 11,\n                                    \"default_value\": [\n                                        320\n                                    ],\n                                    \"description\": \"the image size to train on.\",\n                                    \"placeholder\": \"image_size\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 24,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 32,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 120,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.000078125,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.pretrained_weights\",\n                                    \"field_type\": 8,\n                                    \"default_value\": \"coco\",\n                                    \"description\": \"whether to init with pretrained weights.\",\n                                    \"placeholder\": \"pretrained_weights\",\n                                    \"model_type_enum_options\": [\n                                        {\n                                            \"id\": \"None\"\n                                        },\n                                        {\n                                            \"id\": \"coco\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"MMDetection\",\n                            \"description\": \"A training template that uses the MMDetection toolkit and a custom configuration \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.seed\",\n                                    \"field_type\": 3,\n                                    \"default_value\": -1,\n                                    \"description\": \"[internal_only] the random seed to init training. If seed < 0, we will not set it.\",\n                                    \"placeholder\": \"seed\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.custom_config\",\n                                    \"field_type\": 15,\n                                    \"default_value\": \"\\n_base_ = '/mmdetection/configs/yolof/yolof_r50_c5_8x8_1x_coco.py'\\nrunner = dict(type='EpochBasedRunner', max_epochs=10)\\nmodel=dict(\\n  bbox_head=dict(num_classes=0),\\n  )\\ndata=dict(\\n  train=dict(\\n    ann_file='',\\n    img_prefix='',\\n    classes=''\\n    ),\\n  val=dict(\\n    ann_file='',\\n    img_prefix='',\\n    classes=''))\\n\",\n                                    \"description\": \"custom mmdetection config, in python config file format. Note that the '_base_' field, if used, should be a config file relative to the parent directory '/mmdetection/', e.g. \\\"_base_ = '/mmdetection/configs/yolof/yolof_r50_c5_8x8_1x_coco.py'\\\". The 'num_classes' field must be included somewhere in the config. The 'data' section should include 'train' and 'val' sections, each with 'ann_file', 'img_prefix', and 'classes' fields with empty strings as values. These values will be overwritten to be compatible with Clarifai's system, but must be included in the imported config.\",\n                                    \"placeholder\": \"custom_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 11,\n                                    \"default_value\": [\n                                        320\n                                    ],\n                                    \"description\": \"the image size for inference. can be 1 or 2 elements. when a single value, specifies min side\",\n                                    \"placeholder\": \"image_size\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"MMDetection_YoloF\",\n                            \"description\": \"A training template that uses the MMDetection toolkit and Yolof configuration \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.seed\",\n                                    \"field_type\": 3,\n                                    \"default_value\": -1,\n                                    \"description\": \"[internal_only] the random seed to init training. If seed < 0, we will not set it.\",\n                                    \"placeholder\": \"seed\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 11,\n                                    \"default_value\": [\n                                        512\n                                    ],\n                                    \"description\": \"the input image size. when a single value, specifies the minimum side. if more than one value, specifies exact (width, height) when combined with keep_aspect_ratio=False\",\n                                    \"placeholder\": \"image_size\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.max_aspect_ratio\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1.5,\n                                    \"description\": \"for keep_aspect_ratio=True, maximum length of longer side relative to shorter side\",\n                                    \"placeholder\": \"max_aspect_ratio\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 5\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.keep_aspect_ratio\",\n                                    \"field_type\": 1,\n                                    \"default_value\": true,\n                                    \"description\": \"whether to keep the original aspect ratio of the image (True, default), or use non-aspect-preserving resizes (False)\",\n                                    \"placeholder\": \"keep_aspect_ratio\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 16,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 32,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 10,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.min_samples_per_epoch\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 300,\n                                    \"description\": \"for very small datasets, minimum number of samples in one epoch (the dataset is repeated)\",\n                                    \"placeholder\": \"min_samples_per_epoch\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.001875,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.pretrained_weights\",\n                                    \"field_type\": 8,\n                                    \"default_value\": \"coco\",\n                                    \"description\": \"whether to init with pretrained weights.\",\n                                    \"placeholder\": \"pretrained_weights\",\n                                    \"model_type_enum_options\": [\n                                        {\n                                            \"id\": \"None\"\n                                        },\n                                        {\n                                            \"id\": \"coco\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"path\": \"train_info.params.frozen_stages\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"backbone network stages to keep frozen\",\n                                    \"placeholder\": \"frozen_stages\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 4,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.inference_max_batch_size\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 2,\n                                    \"description\": \"[internal_only] max batch size to use during inference\",\n                                    \"placeholder\": \"inference_max_batch_size\",\n                                    \"internal_only\": true\n                                }\n                            ],\n                            \"recommended\": true\n                        },\n                        {\n                            \"id\": \"_Ultralytics_YoloV5\",\n                            \"description\": \"A training template that uses the Ultrylatics YoloV5 implementation. \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.model\",\n                                    \"field_type\": 8,\n                                    \"default_value\": \"yolov5s\",\n                                    \"description\": \"which specific model architecture to use.\",\n                                    \"placeholder\": \"model\",\n                                    \"model_type_enum_options\": [\n                                        {\n                                            \"id\": \"yolov5n\"\n                                        },\n                                        {\n                                            \"id\": \"yolov5s\"\n                                        },\n                                        {\n                                            \"id\": \"yolov5m\"\n                                        },\n                                        {\n                                            \"id\": \"yolov5l\"\n                                        },\n                                        {\n                                            \"id\": \"yolov5x\"\n                                        }\n                                    ],\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 30,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 500,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.pretrained_weights\",\n                                    \"field_type\": 8,\n                                    \"default_value\": \"coco\",\n                                    \"description\": \"whether to init with pretrained weights.\",\n                                    \"placeholder\": \"pretrained_weights\",\n                                    \"model_type_enum_options\": [\n                                        {\n                                            \"id\": \"None\"\n                                        },\n                                        {\n                                            \"id\": \"coco\"\n                                        }\n                                    ],\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 640,\n                                    \"description\": \"the input image size. If rectangular training is true, this is the larger side.\",\n                                    \"placeholder\": \"image_size\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.rectangular_training\",\n                                    \"field_type\": 1,\n                                    \"default_value\": false,\n                                    \"description\": \"whether to train on rectangular images. Preserves image ratio.\",\n                                    \"placeholder\": \"rectangular_training\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.multi_scale\",\n                                    \"field_type\": 1,\n                                    \"default_value\": false,\n                                    \"description\": \"whether to vary the image size +/- 50%\",\n                                    \"placeholder\": \"multi_scale\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.single_cls\",\n                                    \"field_type\": 1,\n                                    \"default_value\": false,\n                                    \"description\": \"whether to train multi-class data as single-class\",\n                                    \"placeholder\": \"single_cls\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.optimizer\",\n                                    \"field_type\": 8,\n                                    \"default_value\": \"SGD\",\n                                    \"description\": \"which optimizer to use.\",\n                                    \"placeholder\": \"optimizer\",\n                                    \"model_type_enum_options\": [\n                                        {\n                                            \"id\": \"SGD\"\n                                        },\n                                        {\n                                            \"id\": \"Adam\"\n                                        },\n                                        {\n                                            \"id\": \"AdamW\"\n                                        }\n                                    ],\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.cosine_lr\",\n                                    \"field_type\": 1,\n                                    \"default_value\": false,\n                                    \"description\": \"whether to use a cosine LR scheduler\",\n                                    \"placeholder\": \"cosine_lr\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.label_smoothing\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0,\n                                    \"description\": \"If > `0` then smooth the labels.\",\n                                    \"placeholder\": \"label_smoothing\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.patience\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 100,\n                                    \"description\": \"EarlyStopping patience. After how many epochs to stop training when there is no improvement since the best epoch.\",\n                                    \"placeholder\": \"patience\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.seed\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0,\n                                    \"description\": \"the random seed to init training.\",\n                                    \"placeholder\": \"seed\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.use_best_checkpoint\",\n                                    \"field_type\": 1,\n                                    \"default_value\": false,\n                                    \"description\": \"whether you want to use the checkpoint that did the best on the validation set for inferencing. False means you will use the latest checkpoint.\",\n                                    \"placeholder\": \"use_best_checkpoint\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.hyperparameters\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {\n                                        \"anchor_t\": 4,\n                                        \"box\": 0.05,\n                                        \"cls\": 0.5,\n                                        \"cls_pw\": 1,\n                                        \"copy_paste\": 0,\n                                        \"degrees\": 0,\n                                        \"fl_gamma\": 0,\n                                        \"fliplr\": 0.5,\n                                        \"flipud\": 0,\n                                        \"hsv_h\": 0.015,\n                                        \"hsv_s\": 0.7,\n                                        \"hsv_v\": 0.4,\n                                        \"iou_t\": 0.2,\n                                        \"lr0\": 0.01,\n                                        \"lrf\": 0.01,\n                                        \"mixup\": 0,\n                                        \"momentum\": 0.937,\n                                        \"mosaic\": 1,\n                                        \"obj\": 1,\n                                        \"obj_pw\": 1,\n                                        \"perspective\": 0,\n                                        \"scale\": 0.5,\n                                        \"shear\": 0,\n                                        \"translate\": 0.1,\n                                        \"warmup_bias_lr\": 0.1,\n                                        \"warmup_epochs\": 3,\n                                        \"warmup_momentum\": 0.8,\n                                        \"weight_decay\": 0.0005\n                                    },\n                                    \"description\": \"dict of hyperparameters to pass to training. Defaults to values from https://github.com/ultralytics/yolov5/blob/ed887b5976d94dc61fa3f7e8e07170623dc7d6ee/data/hyps/hyp.scratch-low.yaml.\",\n                                    \"placeholder\": \"hyperparameters\",\n                                    \"internal_only\": true\n                                }\n                            ],\n                            \"internal_only\": true\n                        }\n                    ],\n                    \"required\": true\n                }\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"image\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                -1,\n                                3\n                            ],\n                            \"max_dims\": [\n                                1024,\n                                1024,\n                                3\n                            ],\n                            \"data_type\": 2,\n                            \"description\": \"First two dimensions are the height and width, followed by the number of channels.\"\n                        }\n                    ],\n                    \"description\": \"Image urls or base64 are converted into numpy arrays of the specified size and forwarded to the model. If flexible dims are provided, inputs will be downsampled and padded to a default size.\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"regions[...].region_info.bounding_box\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                4\n                            ],\n                            \"data_type\": 5,\n                            \"description\": \"The normalized bounding box coordinates in the order: top_row, left_col, bottom_row, right_col.\"\n                        }\n                    ]\n                },\n                {\n                    \"data_field_name\": \"regions[...].data.concepts[...].id\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                1\n                            ],\n                            \"data_type\": 3,\n                            \"description\": \"The concept number that belongs to the respective bounding box. Concept numbers should be in the same order of the concepts defined in the label file.\"\n                        }\n                    ],\n                    \"requires_label_filename\": true\n                },\n                {\n                    \"data_field_name\": \"regions[...].data.concepts[...].value\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                1\n                            ],\n                            \"data_type\": 5,\n                            \"description\": \"The confidence value for the predicted concept\"\n                        }\n                    ]\n                }\n            ],\n            \"evaluation_type\": 2\n        },\n        {\n            \"id\": \"zero-shot-image-classifier\",\n            \"title\": \"Zero Shot Image Classifier\",\n            \"description\": \"Classify image into a set of concepts provided by user using a pretrained model.\",\n            \"input_fields\": [\n                \"image\",\n                \"concepts\"\n            ],\n            \"output_fields\": [\n                \"concepts\"\n            ],\n            \"model_type_fields\": [\n                {\n                    \"path\": \"eval_info.params.dataset_id\",\n                    \"field_type\": 16,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset to use for evaluating this model.\",\n                    \"placeholder\": \"Eval Dataset ID\"\n                },\n                {\n                    \"path\": \"eval_info.params.dataset_version_id\",\n                    \"field_type\": 17,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset version to use for evaluating this model. If a dataset version is not specified but a dataset is, we will automatically generate a dataset version.\",\n                    \"placeholder\": \"Eval Dataset Version ID\"\n                },\n                {\n                    \"path\": \"output_info.data.concepts\",\n                    \"field_type\": 4,\n                    \"description\": \"List of concepts you want this model to predict from. The concept name will be sent to the model.\",\n                    \"placeholder\": \"List of concepts\"\n                },\n                {\n                    \"path\": \"output_info.params.max_concepts\",\n                    \"field_type\": 3,\n                    \"default_value\": 20,\n                    \"description\": \"Maximum number of concepts in result\",\n                    \"placeholder\": \"Maximum concepts\"\n                },\n                {\n                    \"path\": \"output_info.params.min_value\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"Minimum value of concept's probability score in result. In other words, all concepts with a probability score less than this threshold will be filtered out.\",\n                    \"placeholder\": \"Min value\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 0.01\n                    }\n                }\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"image\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                -1,\n                                3\n                            ],\n                            \"max_dims\": [\n                                1024,\n                                1024,\n                                3\n                            ],\n                            \"data_type\": 2,\n                            \"description\": \"First two dimensions are the height and width, followed by the number of channels.\"\n                        }\n                    ],\n                    \"description\": \"Image urls or base64 are converted into numpy arrays of the specified size and forwarded to the model. If flexible dims are provided, inputs will be downsampled and padded to a default size.\"\n                },\n                {\n                    \"data_field_name\": \"concepts[...].name\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"max_dims\": [\n                                1000\n                            ],\n                            \"data_type\": 1\n                        }\n                    ],\n                    \"description\": \"A list of the concept names to forward to the model\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"concepts[...].name\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"data_type\": 1\n                        }\n                    ],\n                    \"description\": \"A list of the concept names returned by the model\"\n                },\n                {\n                    \"data_field_name\": \"concepts[...].value\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"data_type\": 5,\n                            \"description\": \"The confidence value for the respective predicted concept.\"\n                        }\n                    ]\n                }\n            ],\n            \"evaluation_type\": 1\n        },\n        {\n            \"id\": \"zero-shot-text-classifier\",\n            \"title\": \"Zero Shot Text Classifier\",\n            \"description\": \"Classify text into a set of concepts provided by user using a pretrained model.\",\n            \"input_fields\": [\n                \"text\",\n                \"concepts\"\n            ],\n            \"output_fields\": [\n                \"concepts\"\n            ],\n            \"model_type_fields\": [\n                {\n                    \"path\": \"eval_info.params.dataset_id\",\n                    \"field_type\": 16,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset to use for evaluating this model.\",\n                    \"placeholder\": \"Eval Dataset ID\"\n                },\n                {\n                    \"path\": \"eval_info.params.dataset_version_id\",\n                    \"field_type\": 17,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset version to use for evaluating this model. If a dataset version is not specified but a dataset is, we will automatically generate a dataset version.\",\n                    \"placeholder\": \"Eval Dataset Version ID\"\n                },\n                {\n                    \"path\": \"output_info.data.concepts\",\n                    \"field_type\": 4,\n                    \"description\": \"List of concepts you want this model to predict from. The concept name will be sent to the model.\",\n                    \"placeholder\": \"List of concepts\"\n                },\n                {\n                    \"path\": \"output_info.params.max_concepts\",\n                    \"field_type\": 3,\n                    \"default_value\": 20,\n                    \"description\": \"Maximum number of concepts in result\",\n                    \"placeholder\": \"Maximum concepts\"\n                },\n                {\n                    \"path\": \"output_info.params.min_value\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"Minimum value of concept's probability score in result. In other words, all concepts with a probability score less than this threshold will be filtered out.\",\n                    \"placeholder\": \"Min value\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 0.01\n                    }\n                }\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"text\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                1\n                            ],\n                            \"data_type\": 1,\n                            \"description\": \"The text string sent to the model\"\n                        }\n                    ],\n                    \"description\": \"Text urls content or raw text passed in through the API are directly sent to the model\"\n                },\n                {\n                    \"data_field_name\": \"concepts[...].name\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"max_dims\": [\n                                1000\n                            ],\n                            \"data_type\": 1\n                        }\n                    ],\n                    \"description\": \"A list of the concept names to forward to the model\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"concepts[...].name\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"data_type\": 1\n                        }\n                    ],\n                    \"description\": \"A list of the concept names returned by the model\"\n                },\n                {\n                    \"data_field_name\": \"concepts[...].value\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"data_type\": 5,\n                            \"description\": \"The confidence value for the respective predicted concept.\"\n                        }\n                    ]\n                }\n            ],\n            \"evaluation_type\": 1\n        },\n        {\n            \"id\": \"multimodal-embedder\",\n            \"title\": \"Multimodal Embedder\",\n            \"description\": \"Embed text or image into a vector representing a high level understanding from our AI models, e.g. CLIP. These embeddings enable similarity search and training on top of them.\",\n            \"input_fields\": [\n                \"any\"\n            ],\n            \"output_fields\": [\n                \"embeddings\"\n            ],\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"input_info.params.text_token_max_count_warning\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"A warning to reflect model behaviour that text tokens beyond this limit will be truncated. For example, CLIP model is internally hardcoded to use up to 77 tokens. Note that changing this field value will not result in any actual changes to how the model processes the text inputs, since this field value does only have informational purpose, as we can not change the hardcoded behaviour in imported models like CLIP. Set this value to simply reflect the model behaviour. If you are not sure if the model has such a limitation, you may leave it empty.\",\n                    \"placeholder\": \"Text token max count warning\",\n                    \"model_type_range_info\": {\n                        \"max\": 5000,\n                        \"step\": 1\n                    }\n                }\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"image\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                -1,\n                                3\n                            ],\n                            \"max_dims\": [\n                                1024,\n                                1024,\n                                3\n                            ],\n                            \"data_type\": 2,\n                            \"description\": \"First two dimensions are the height and width, followed by the number of channels.\"\n                        }\n                    ],\n                    \"description\": \"Image urls or base64 are converted into numpy arrays of the specified size and forwarded to the model. If flexible dims are provided, inputs will be downsampled and padded to a default size.\"\n                },\n                {\n                    \"data_field_name\": \"text\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                1\n                            ],\n                            \"data_type\": 1,\n                            \"description\": \"The text string sent to the model\"\n                        }\n                    ],\n                    \"description\": \"Text urls content or raw text passed in through the API are directly sent to the model\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"embeddings\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"data_type\": 5\n                        }\n                    ],\n                    \"description\": \"The embedding vector returned by the model\"\n                }\n            ]\n        },\n        {\n            \"id\": \"text-embedder\",\n            \"title\": \"Text Embedder\",\n            \"description\": \"Embed text into a vector representing a high level understanding from our AI models. These embeddings enable similarity search and training on top of them.\",\n            \"input_fields\": [\n                \"text\"\n            ],\n            \"output_fields\": [\n                \"embeddings\"\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"text\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                1\n                            ],\n                            \"data_type\": 1,\n                            \"description\": \"The text string sent to the model\"\n                        }\n                    ],\n                    \"description\": \"Text urls content or raw text passed in through the API are directly sent to the model\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"embeddings\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"data_type\": 5\n                        }\n                    ],\n                    \"description\": \"The embedding vector returned by the model\"\n                }\n            ]\n        },\n        {\n            \"id\": \"visual-segmenter\",\n            \"title\": \"Visual Segmenter\",\n            \"description\": \"Segment a per-pixel mask in images where things are and then classify objects, descriptive words or topics within the masks.\",\n            \"input_fields\": [\n                \"image\"\n            ],\n            \"output_fields\": [\n                \"regions[...].region_info.mask,regions[...].data.concepts\"\n            ],\n            \"trainable\": true,\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.data.concepts\",\n                    \"field_type\": 4,\n                    \"description\": \"List of concepts you want this models embeddings to be learned on.\",\n                    \"placeholder\": \"List of concepts\",\n                    \"required\": true\n                },\n                {\n                    \"path\": \"train_info.params.invalid_data_tolerance_percent\",\n                    \"field_type\": 7,\n                    \"default_value\": 5,\n                    \"description\": \"Percentage value (0 to 100) of user's tolerance level to invalid inputs among all training inputs. Training will be stopped with error thrown if actual percent of invalid inputs is higher than this\",\n                    \"placeholder\": \"Invalid Data Tolerance Percentage\",\n                    \"model_type_range_info\": {\n                        \"max\": 100,\n                        \"step\": 0.1\n                    }\n                },\n                {\n                    \"path\": \"train_info.params.dataset_id\",\n                    \"field_type\": 16,\n                    \"default_value\": \"\",\n                    \"description\": \"Deprecated in favor of train_info.dataset\",\n                    \"placeholder\": \"DEPRECATED: Training Dataset ID\"\n                },\n                {\n                    \"path\": \"train_info.dataset\",\n                    \"field_type\": 19,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset to use for training this model\",\n                    \"placeholder\": \"Training Dataset\"\n                },\n                {\n                    \"path\": \"train_info.params.dataset_version_id\",\n                    \"field_type\": 17,\n                    \"default_value\": \"\",\n                    \"description\": \"Deprecated in favor of train_info.dataset.version\",\n                    \"placeholder\": \"DEPRECATED: Training Dataset Version ID\"\n                },\n                {\n                    \"path\": \"train_info.dataset.version\",\n                    \"field_type\": 20,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset version to use for training this model. If a dataset version is not specified but a dataset is, we will automatically generate a dataset version.\",\n                    \"placeholder\": \"Training Dataset Version\"\n                },\n                {\n                    \"path\": \"train_info.params.template\",\n                    \"field_type\": 14,\n                    \"default_value\": \"MMSegmentation_SegFormer\",\n                    \"description\": \"The template name is a pre-configured model template to train with on your data. Depending on your data you might want to try a few templates to see which yields optimal results.\",\n                    \"placeholder\": \"Training Template\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"MMSegmentation\",\n                            \"description\": \"A training template that uses the MMSegmentation toolkit and custom configuration \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.seed\",\n                                    \"field_type\": 3,\n                                    \"default_value\": -1,\n                                    \"description\": \"[internal_only] the random seed to init training. If seed < 0, we will not set it.\",\n                                    \"placeholder\": \"seed\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.custom_config\",\n                                    \"field_type\": 15,\n                                    \"default_value\": \"\\n_base_ = '/mmsegmentation/configs/segformer/segformer_mit-b2_512x512_160k_ade20k.py'\\nmodel = dict(\\n    pretrained=None,\\n    decode_head=dict(num_classes=0))\\noptimizer = dict(\\n    lr=1.5e-05)\\nrunner = dict(type='EpochBasedRunner', max_epochs=10, max_iters=None)\\ncrop_size = (520, 520)\\nimg_norm_cfg={'mean': [123.675, 116.28, 103.53],'std': [58.395, 57.12, 57.375],'to_rgb': True}\\ntrain_pipeline = [\\n    dict(type='LoadImageFromFile'),\\n    dict(type='LoadAnnotations', reduce_zero_label=False),\\n    dict(type='Resize', img_scale=(520, 520), ratio_range=(0.5, 2.0)),\\n    dict(type='RandomCrop', crop_size=crop_size, cat_max_ratio=0.75),\\n    dict(type='RandomFlip', prob=0.5),\\n    dict(type='PhotoMetricDistortion'),\\n    dict(type='Normalize', **img_norm_cfg),\\n    dict(type='Pad', size=crop_size, pad_val=0, seg_pad_val=255),\\n    dict(type='DefaultFormatBundle'),\\n    dict(type='Collect', keys=['img', 'gt_semantic_seg']),\\n]\\ntest_pipeline = [\\n    dict(type='LoadImageFromFile'),\\n    dict(\\n        type='MultiScaleFlipAug',\\n        img_scale=(520, 520),\\n        flip=False,\\n        transforms=[\\n            dict(type='Resize', keep_ratio=True),\\n            dict(type='RandomFlip'),\\n            dict(type='Normalize', **img_norm_cfg),\\n            dict(type='ImageToTensor', keys=['img']),\\n            dict(type='Collect', keys=['img']),\\n        ])\\n]\\ndata_root=None\\ndataset_type = 'CustomDataset'\\ndata = dict(\\n    samples_per_gpu=2,\\n    workers_per_gpu=2,\\n    train=dict(\\n        type=dataset_type,\\n        pipeline=train_pipeline,\\n        data_root=data_root,\\n        img_dir='',\\n        ann_dir='',\\n        classes=''),\\n    val=dict(\\n        type=dataset_type,\\n        pipeline=test_pipeline,\\n        data_root=data_root,\\n        img_dir='',\\n        ann_dir='',\\n        classes=''))\\nload_from='https://download.openmmlab.com/mmsegmentation/v0.5/segformer/segformer_mit-b2_512x512_160k_ade20k/segformer_mit-b2_512x512_160k_ade20k_20210726_112103-cbd414ac.pth'\\n\",\n                                    \"description\": \"custom mmsegmentation config, in python config file format. Note that the '_base_' field, if used, should be a config file relative to the parent directory '/mmsegmentation/', e.g. \\\"_base_ = '/mmsegmentation/configs/segformer/segformer_mit-b2_512x512_160k_ade20k.py'\\\". The 'num_classes' field must be included somewhere in the config. The 'data' section should include 'train' and 'val' sections, each with 'ann_dir', 'img_dir', and 'classes' fields with empty strings as values. These values will be overwritten to be compatible with Clarifai's system, but must be included in the imported config. 'reduce_zero_label' should be set to False. A background class will be automatically added to the training vocab.\",\n                                    \"placeholder\": \"custom_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 11,\n                                    \"default_value\": [\n                                        520\n                                    ],\n                                    \"description\": \"the image size for inference. can be 1 or 2 elements. when a single value, specifies min side\",\n                                    \"placeholder\": \"image_size\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"MMSegmentation_SegFormer\",\n                            \"description\": \"A training template that uses the MMSegmentation toolkit and SegFormer configuration \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.seed\",\n                                    \"field_type\": 3,\n                                    \"default_value\": -1,\n                                    \"description\": \"[internal_only] the random seed to init training. If seed < 0, we will not set it.\",\n                                    \"placeholder\": \"seed\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 11,\n                                    \"default_value\": [\n                                        520\n                                    ],\n                                    \"description\": \"the image size for training and inference. can be 1 or 2 elements. when a single value, specifies min side\",\n                                    \"placeholder\": \"image_size\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 2,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 16,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.0000075,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.pretrained_weights\",\n                                    \"field_type\": 8,\n                                    \"default_value\": \"ade20k\",\n                                    \"description\": \"whether to init with pretrained weights.\",\n                                    \"placeholder\": \"pretrained_weights\",\n                                    \"model_type_enum_options\": [\n                                        {\n                                            \"id\": \"None\"\n                                        },\n                                        {\n                                            \"id\": \"ade20k\"\n                                        }\n                                    ]\n                                }\n                            ],\n                            \"recommended\": true\n                        }\n                    ],\n                    \"required\": true\n                }\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"image\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                -1,\n                                3\n                            ],\n                            \"max_dims\": [\n                                1024,\n                                1024,\n                                3\n                            ],\n                            \"data_type\": 2,\n                            \"description\": \"First two dimensions are the height and width, followed by the number of channels.\"\n                        }\n                    ],\n                    \"description\": \"Image urls or base64 are converted into numpy arrays of the specified size and forwarded to the model. If flexible dims are provided, inputs will be downsampled and padded to a default size.\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"regions[...].region_info.mask,regions[...].data.concepts\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                -1\n                            ],\n                            \"data_type\": 4,\n                            \"description\": \"The pixel class numbers of each image pixel\"\n                        }\n                    ],\n                    \"description\": \"The image mask returned by the model\",\n                    \"requires_label_filename\": true\n                }\n            ]\n        }\n    ],\n    \"model_importers\": {\n        \"path\": \"import_info.params.toolkit\",\n        \"field_type\": 14,\n        \"description\": \"Third party toolkits to import models from.\",\n        \"placeholder\": \"Toolkit\",\n        \"model_type_enum_options\": [\n            {\n                \"id\": \"HuggingFace\",\n                \"description\": \"Importer for HuggingFace pipelines.\",\n                \"model_type_fields\": [\n                    {\n                        \"path\": \"import_info.params.use_gpu\",\n                        \"field_type\": 1,\n                        \"default_value\": true,\n                        \"description\": \"whether to import the model for usage on cpu or gpu.\",\n                        \"placeholder\": \"use_gpu\"\n                    },\n                    {\n                        \"path\": \"import_info.params.model_name\",\n                        \"field_type\": 2,\n                        \"default_value\": \"\",\n                        \"description\": \"[internal_only] This is the name of the model we want to import, e.g. 'bert-base-uncased'.\",\n                        \"placeholder\": \"model_name\",\n                        \"internal_only\": true\n                    },\n                    {\n                        \"path\": \"import_info.params.pipeline_name\",\n                        \"field_type\": 8,\n                        \"default_value\": \"\",\n                        \"description\": \"This is the name of the pipeline to deploy. The available pipelines are:\",\n                        \"placeholder\": \"pipeline_name\",\n                        \"model_type_enum_options\": [\n                            {\n                                \"id\": \"text2text-generation\",\n                                \"description\": \"If this model supports prompts, each text input should contain the prompt when inferencing.\"\n                            },\n                            {\n                                \"id\": \"summarization\"\n                            },\n                            {\n                                \"id\": \"text-generation\"\n                            },\n                            {\n                                \"id\": \"text-classification\"\n                            },\n                            {\n                                \"id\": \"feature-extraction\",\n                                \"description\": \"Extract feature embeddings from text.\"\n                            },\n                            {\n                                \"id\": \"ner\",\n                                \"description\": \"Token classification with entity aggregation (aggregation_strategy=`simple`).\"\n                            },\n                            {\n                                \"id\": \"sentiment-analysis\"\n                            },\n                            {\n                                \"id\": \"translation_xx_to_yy\",\n                                \"aliases\": [\n                                    {\n                                        \"wildcard_string\": \"^translation_.._to_..$\"\n                                    }\n                                ],\n                                \"description\": \"xx and yy should be replaced by language codes if this model is capable of translating between multiple pairs of languages.\"\n                            },\n                            {\n                                \"id\": \"automatic-speech-recognition\"\n                            },\n                            {\n                                \"id\": \"audio-classification\",\n                                \"description\": \"Tokenizers are not supported.\"\n                            },\n                            {\n                                \"id\": \"question-answering\",\n                                \"description\": \"Prompt must be in format 'question: QUESTION context: CONTEXT'\"\n                            },\n                            {\n                                \"id\": \"zero-shot-classification\",\n                                \"description\": \"Classify texts using custom labels without retraining.\"\n                            },\n                            {\n                                \"id\": \"zero-shot-image-classification\",\n                                \"description\": \"Classify images using custom labels without retraining.\"\n                            },\n                            {\n                                \"id\": \"object-detection\"\n                            },\n                            {\n                                \"id\": \"image-segmentation\"\n                            },\n                            {\n                                \"id\": \"image-classification\"\n                            }\n                        ]\n                    },\n                    {\n                        \"path\": \"import_info.params.tokenizer_config\",\n                        \"field_type\": 10,\n                        \"default_value\": {\n                            \"model_max_length\": 512\n                        },\n                        \"description\": \"Tokenizer configuration fields; by default, the tokenizer will use values saved with the model\",\n                        \"placeholder\": \"tokenizer_config\"\n                    }\n                ]\n            },\n            {\n                \"id\": \"MMDetection\",\n                \"description\": \"Importer for MMDetection models.\",\n                \"model_type_fields\": [\n                    {\n                        \"path\": \"import_info.params.checkpoint_file_url\",\n                        \"field_type\": 2,\n                        \"default_value\": \"\",\n                        \"description\": \"The url to the checkpoint file to be downloaded.\",\n                        \"placeholder\": \"checkpoint_file_url\"\n                    },\n                    {\n                        \"path\": \"import_info.params.mmdet_config_path\",\n                        \"field_type\": 2,\n                        \"default_value\": \"\",\n                        \"description\": \"The absolute path to the mmdet config inside the mmdet repo.\",\n                        \"placeholder\": \"mmdet_config_path\"\n                    },\n                    {\n                        \"path\": \"import_info.params.inference_image_size\",\n                        \"field_type\": 11,\n                        \"default_value\": [\n                            320\n                        ],\n                        \"description\": \"the image size for inference. can be 1 or 2 elements. when a single value, specifies min side\",\n                        \"placeholder\": \"inference_image_size\"\n                    },\n                    {\n                        \"path\": \"import_info.params.use_gpu\",\n                        \"field_type\": 1,\n                        \"default_value\": true,\n                        \"description\": \"[internal_only] Whether to deploy for inference on GPU.\",\n                        \"placeholder\": \"use_gpu\",\n                        \"internal_only\": true\n                    }\n                ]\n            }\n        ]\n    },\n    \"triton_conda_envs_info\": [\n        {\n            \"conda_pack_url\": \"s3://clarifai-api/triton-conda-envs/dev/triton_conda-cp3.8-torch1.13.1-19f97078.tar.gz\",\n            \"conda_yaml_url\": \"s3://clarifai-api/triton-conda-envs/dev/triton_conda-cp3.8-torch1.13.1-19f97078.yaml\"\n        },\n        {\n            \"conda_pack_url\": \"s3://clarifai-api/triton-conda-envs/dev/default.tar.gz\",\n            \"conda_yaml_url\": \"s3://clarifai-api/triton-conda-envs/dev/default.yaml\"\n        },\n        {\n            \"conda_pack_url\": \"s3://clarifai-api/triton-conda-envs/dev/triton_conda-cp3.8-torch2.0.0-ce980f28.tar.gz\",\n            \"conda_yaml_url\": \"s3://clarifai-api/triton-conda-envs/dev/triton_conda-cp3.8-torch2.0.0-ce980f28.yaml\"\n        }\n    ]\n}"}],"_postman_id":"020dfe64-1829-4158-995a-b85484a847d0"},{"name":"Get Model By Model ID","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"5cf78fec-d94a-4e3e-8562-a92b0ce15b63"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"5916ccae-3093-4076-8fe1-a188d2dfe01d"}}],"id":"f6f776a6-ea7f-4d3d-a33a-2c60cde873fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID","description":"<p>Retrieve a model's metadata and configuration by its ID.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>model_id</code></td>\n<td>string</td>\n<td>Model ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models","YOUR_MODEL_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"5fc206ca-da88-4f64-ad9c-a2604545b8b3","name":"Get Model by modelID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"27496a6fb2275dffcbcc6cf0d88ecca6\"\n    },\n    \"model\": {\n        \"id\": \"custom-config\",\n        \"name\": \"custom-config\",\n        \"created_at\": \"2023-11-23T09:41:08.002419Z\",\n        \"modified_at\": \"2023-11-23T09:41:08.002419Z\",\n        \"app_id\": \"test-app-1700638575-empty\",\n        \"model_version\": {\n            \"id\": \"1e4c121974f849209abb658cdf682585\",\n            \"created_at\": \"2023-11-23T09:41:18.470087Z\",\n            \"status\": {\n                \"code\": 21110,\n                \"description\": \"datasets.dataset.DataBatchEmpty: No databatch found in train set's file directory\\nFailed to create a training dataset, because there are no appropriately annotated inputs. Expected annotations with concepts for model type id text-classifier. \"\n            },\n            \"active_concept_count\": 6,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"metadata\": {},\n            \"output_info\": {\n                \"output_config\": {\n                    \"max_concepts\": 0,\n                    \"min_value\": 0\n                },\n                \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                \"params\": {\n                    \"max_concepts\": 20,\n                    \"min_value\": 0,\n                    \"select_concepts\": []\n                }\n            },\n            \"input_info\": {},\n            \"train_info\": {\n                \"params\": {\n                    \"dataset_id\": \"\",\n                    \"dataset_version_id\": \"\",\n                    \"invalid_data_tolerance_percent\": 5,\n                    \"model_config\": {\n                        \"pretrained_model_name\": \"EleutherAI/gpt-neo-125m\"\n                    },\n                    \"num_gpus\": 1,\n                    \"peft_config\": {\n                        \"peft_type\": \"LORA\"\n                    },\n                    \"template\": \"HF_GPTNeo_125m_lora\",\n                    \"tokenizer_config\": {},\n                    \"trainer_config\": {\n                        \"auto_find_batch_size\": true,\n                        \"num_train_epochs\": 20,\n                        \"output_dir\": \"checkpoint\"\n                    }\n                }\n            },\n            \"import_info\": {}\n        },\n        \"user_id\": \"a0btrubbaefn\",\n        \"model_type_id\": \"text-classifier\",\n        \"visibility\": {\n            \"gettable\": 10\n        },\n        \"metadata\": {},\n        \"toolkits\": [],\n        \"use_cases\": [],\n        \"languages\": [],\n        \"languages_full\": [],\n        \"check_consents\": [],\n        \"workflow_recommended\": false\n    }\n}"}],"_postman_id":"f6f776a6-ea7f-4d3d-a33a-2c60cde873fc"},{"name":"Get Model Output Info By Model ID","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"da28850a-7f62-44f6-b181-a26e20929d7a"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"ac569d33-75e7-4a17-b60d-a726e6dd207e"}}],"id":"b6fec7cf-a83b-411a-8ce9-ef9601f5551e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID/output_info","description":"<p>Retrieve the output configuration of a model, including its concept list, output type, and inference parameters.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>model_id</code></td>\n<td>string</td>\n<td>Model ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models","YOUR_MODEL_ID","output_info"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"4ea8e1b9-17cc-4f0d-9bd2-d29c0cdb57b4","name":"Get Model OutputInfo by modelID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID/output_info"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"39bd7343fe3a1fcc8f0a905d4b487932\"\n    },\n    \"model\": {\n        \"id\": \"custom-config\",\n        \"name\": \"custom-config\",\n        \"created_at\": \"2023-11-23T09:41:08.002419Z\",\n        \"modified_at\": \"2023-11-23T09:41:08.002419Z\",\n        \"app_id\": \"test-app-1700638575-empty\",\n        \"model_version\": {\n            \"id\": \"1e4c121974f849209abb658cdf682585\",\n            \"created_at\": \"2023-11-23T09:41:18.470087Z\",\n            \"status\": {\n                \"code\": 21110,\n                \"description\": \"datasets.dataset.DataBatchEmpty: No databatch found in train set's file directory\\nFailed to create a training dataset, because there are no appropriately annotated inputs. Expected annotations with concepts for model type id text-classifier. \"\n            },\n            \"active_concept_count\": 6,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"metadata\": {},\n            \"output_info\": {\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"id-identity_hate\",\n                            \"name\": \"id-identity_hate\",\n                            \"value\": 1,\n                            \"created_at\": \"2023-11-23T09:41:18.499731Z\",\n                            \"language\": \"en\",\n                            \"app_id\": \"test-app-1700638575-empty\",\n                            \"visibility\": {\n                                \"gettable\": 10\n                            },\n                            \"user_id\": \"a0btrubbaefn\"\n                        },\n                        {\n                            \"id\": \"id-insult\",\n                            \"name\": \"id-insult\",\n                            \"value\": 1,\n                            \"created_at\": \"2023-11-23T09:41:18.499734Z\",\n                            \"language\": \"en\",\n                            \"app_id\": \"test-app-1700638575-empty\",\n                            \"visibility\": {\n                                \"gettable\": 10\n                            },\n                            \"user_id\": \"a0btrubbaefn\"\n                        },\n                        {\n                            \"id\": \"id-obscene\",\n                            \"name\": \"id-obscene\",\n                            \"value\": 1,\n                            \"created_at\": \"2023-11-23T09:41:18.499741Z\",\n                            \"language\": \"en\",\n                            \"app_id\": \"test-app-1700638575-empty\",\n                            \"visibility\": {\n                                \"gettable\": 10\n                            },\n                            \"user_id\": \"a0btrubbaefn\"\n                        },\n                        {\n                            \"id\": \"id-severe_toxic\",\n                            \"name\": \"id-severe_toxic\",\n                            \"value\": 1,\n                            \"created_at\": \"2023-11-23T09:41:18.499743Z\",\n                            \"language\": \"en\",\n                            \"app_id\": \"test-app-1700638575-empty\",\n                            \"visibility\": {\n                                \"gettable\": 10\n                            },\n                            \"user_id\": \"a0btrubbaefn\"\n                        },\n                        {\n                            \"id\": \"id-threat\",\n                            \"name\": \"id-threat\",\n                            \"value\": 1,\n                            \"created_at\": \"2023-11-23T09:41:18.499738Z\",\n                            \"language\": \"en\",\n                            \"app_id\": \"test-app-1700638575-empty\",\n                            \"visibility\": {\n                                \"gettable\": 10\n                            },\n                            \"user_id\": \"a0btrubbaefn\"\n                        },\n                        {\n                            \"id\": \"id-toxic\",\n                            \"name\": \"id-toxic\",\n                            \"value\": 1,\n                            \"created_at\": \"2023-11-23T09:41:18.499746Z\",\n                            \"language\": \"en\",\n                            \"app_id\": \"test-app-1700638575-empty\",\n                            \"visibility\": {\n                                \"gettable\": 10\n                            },\n                            \"user_id\": \"a0btrubbaefn\"\n                        }\n                    ]\n                },\n                \"output_config\": {\n                    \"max_concepts\": 0,\n                    \"min_value\": 0\n                },\n                \"params\": {\n                    \"max_concepts\": 20,\n                    \"min_value\": 0,\n                    \"select_concepts\": []\n                }\n            },\n            \"input_info\": {},\n            \"train_info\": {\n                \"params\": {\n                    \"dataset_id\": \"\",\n                    \"dataset_version_id\": \"\",\n                    \"invalid_data_tolerance_percent\": 5,\n                    \"model_config\": {\n                        \"pretrained_model_name\": \"EleutherAI/gpt-neo-125m\"\n                    },\n                    \"num_gpus\": 1,\n                    \"peft_config\": {\n                        \"peft_type\": \"LORA\"\n                    },\n                    \"template\": \"HF_GPTNeo_125m_lora\",\n                    \"tokenizer_config\": {},\n                    \"trainer_config\": {\n                        \"auto_find_batch_size\": true,\n                        \"num_train_epochs\": 20,\n                        \"output_dir\": \"checkpoint\"\n                    }\n                }\n            },\n            \"import_info\": {}\n        },\n        \"user_id\": \"a0btrubbaefn\",\n        \"model_type_id\": \"text-classifier\",\n        \"visibility\": {\n            \"gettable\": 10\n        },\n        \"metadata\": {},\n        \"presets\": {},\n        \"toolkits\": [],\n        \"use_cases\": [],\n        \"languages\": [],\n        \"languages_full\": [],\n        \"check_consents\": [],\n        \"workflow_recommended\": false\n    }\n}"}],"_postman_id":"b6fec7cf-a83b-411a-8ce9-ef9601f5551e"},{"name":"List Versions By Concepts","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"a10b8615-138c-4696-a4e7-ff7d6d34b256"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"04eea148-5181-41f1-801b-152e667b0aac"}}],"id":"edfba709-3c04-49d2-a7eb-b83a8cf3ac27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID/versions?page=1&per_page=30","description":"<p>List model versions that were trained on a specific set of concepts. Useful for discovering which model versions can predict a given concept.</p>\n<h2 id=\"query-parameters\"><strong>Query Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>concept_ids</code></td>\n<td>array[string]</td>\n<td>Filter versions by these concept IDs</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models","YOUR_MODEL_ID","versions"],"host":["https://api.clarifai.com"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"30"}],"variable":[]}},"response":[{"id":"559a372b-4808-418a-8971-cd9bf8b5f10c","name":"List Versions by concepts","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":{"raw":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID/versions?page=1&per_page=30","host":["https://api.clarifai.com"],"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models","YOUR_MODEL_ID","versions"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"30"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"bf2ccc20d03a8f0a9405313e37971a5b\"\n    },\n    \"model_versions\": [\n        {\n            \"id\": \"1e4c121974f849209abb658cdf682585\",\n            \"created_at\": \"2023-11-23T09:41:18.470087Z\",\n            \"status\": {\n                \"code\": 21110,\n                \"description\": \"datasets.dataset.DataBatchEmpty: No databatch found in train set's file directory\\nFailed to create a training dataset, because there are no appropriately annotated inputs. Expected annotations with concepts for model type id text-classifier. \"\n            },\n            \"active_concept_count\": 6,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"metadata\": {},\n            \"output_info\": {\n                \"output_config\": {\n                    \"max_concepts\": 0,\n                    \"min_value\": 0\n                },\n                \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                \"params\": {\n                    \"max_concepts\": 20,\n                    \"min_value\": 0,\n                    \"select_concepts\": []\n                }\n            },\n            \"input_info\": {},\n            \"train_info\": {\n                \"params\": {\n                    \"dataset_id\": \"\",\n                    \"dataset_version_id\": \"\",\n                    \"invalid_data_tolerance_percent\": 5,\n                    \"model_config\": {\n                        \"pretrained_model_name\": \"EleutherAI/gpt-neo-125m\"\n                    },\n                    \"num_gpus\": 1,\n                    \"peft_config\": {\n                        \"peft_type\": \"LORA\"\n                    },\n                    \"template\": \"HF_GPTNeo_125m_lora\",\n                    \"tokenizer_config\": {},\n                    \"trainer_config\": {\n                        \"auto_find_batch_size\": true,\n                        \"num_train_epochs\": 20,\n                        \"output_dir\": \"checkpoint\"\n                    }\n                }\n            },\n            \"import_info\": {}\n        }\n    ]\n}"}],"_postman_id":"edfba709-3c04-49d2-a7eb-b83a8cf3ac27"},{"name":"List Training Inputs By Model ID","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"41a445b0-9ade-43e1-b5e3-a392efae691f"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"5a357164-1ceb-4112-8a16-e5e858e82328"}}],"id":"fd527d2b-dc2d-4dd8-8d10-f8ca1b8bb4e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID/inputs","description":"<p>List the inputs that were used to train a specific model. Requires the model to have been trained at least once. Returns the training dataset inputs.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>model_id</code></td>\n<td>string</td>\n<td>Model ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models","YOUR_MODEL_ID","inputs"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"dd5df652-06ab-44dc-afb3-8778d4dfcd9f","name":"List Training Inputs by modelID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/general-image-detection/inputs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"c9eb2c214ffd6e97eb7fb2999dff3502\"\n    },\n    \"inputs\": []\n}"}],"_postman_id":"fd527d2b-dc2d-4dd8-8d10-f8ca1b8bb4e0"},{"name":"Eval Metrics By Model Version","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"c658adf7-36ea-4b14-9531-456d50e726e9"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"ec08a649-c65b-4909-a82a-94bad70ea5a3"}}],"id":"41e8801e-5aac-4610-ac78-79913d6a59af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID/versions/YOUR_VERSION_ID/metrics","description":"<p>Retrieve or trigger evaluation metrics for a specific model version. Use GET to fetch existing metrics, POST to run a new evaluation.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>model_id</code></td>\n<td>string</td>\n<td>Model ID</td>\n</tr>\n<tr>\n<td><code>version_id</code></td>\n<td>string</td>\n<td>Model version ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models","YOUR_MODEL_ID","versions","YOUR_VERSION_ID","metrics"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"b1fb2531-7e61-4eda-858c-6faf0a2883d2","name":"Eval Metrics by Model Version","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/general-image-detection/versions/1586f39b8d8040dda41537f5e47d68f0/metrics"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"0242178db771f4797f4febb3153a81fc\"\n    },\n    \"model_version\": {\n        \"id\": \"00668896e0a64cf5b37302c000e96f23\",\n        \"created_at\": \"2023-11-23T08:06:12.577745Z\",\n        \"status\": {\n            \"code\": 21100,\n            \"description\": \"Model is trained and ready\"\n        },\n        \"active_concept_count\": 16,\n        \"metrics\": {\n            \"status\": {\n                \"code\": 21300,\n                \"description\": \"Model was successfully evaluated.\"\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"id\": \"356e26563e8d4da5b1fe5a8ff8710ab5\",\n            \"model\": {\n                \"id\": \"deep_cls_bg1\",\n                \"app_id\": \"test-app-1700638575-empty\",\n                \"model_version\": {\n                    \"id\": \"00668896e0a64cf5b37302c000e96f23\",\n                    \"created_at\": \"2023-11-23T08:06:12.577745Z\",\n                    \"status\": {\n                        \"code\": 21100,\n                        \"description\": \"Model is trained and ready\"\n                    },\n                    \"active_concept_count\": 16,\n                    \"metrics\": {\n                        \"status\": {\n                            \"code\": 21300,\n                            \"description\": \"Model was successfully evaluated.\"\n                        },\n                        \"summary\": {\n                            \"macro_avg_roc_auc\": 0.52151275,\n                            \"macro_std_roc_auc\": 0.34620512,\n                            \"macro_avg_f1_score\": 0.40380955,\n                            \"macro_std_f1_score\": 0.17236254,\n                            \"macro_avg_precision\": 0.09772728,\n                            \"macro_avg_recall\": 0.52380955\n                        }\n                    },\n                    \"completed_at\": \"2023-11-23T08:21:08.303040Z\",\n                    \"visibility\": {\n                        \"gettable\": 10\n                    },\n                    \"app_id\": \"test-app-1700638575-empty\",\n                    \"user_id\": \"a0btrubbaefn\",\n                    \"metadata\": {},\n                    \"output_info\": {\n                        \"output_config\": {\n                            \"max_concepts\": 0,\n                            \"min_value\": 0\n                        },\n                        \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                        \"fields_map\": {\n                            \"concepts\": \"probs\"\n                        },\n                        \"params\": {\n                            \"max_concepts\": 20,\n                            \"min_value\": 0,\n                            \"select_concepts\": []\n                        }\n                    },\n                    \"input_info\": {\n                        \"fields_map\": {\n                            \"image\": \"input\"\n                        }\n                    },\n                    \"train_info\": {\n                        \"params\": {\n                            \"batch_size\": 64,\n                            \"concepts_mutually_exclusive\": false,\n                            \"dataset_id\": \"\",\n                            \"dataset_version_id\": \"\",\n                            \"flip_direction\": \"horizontal\",\n                            \"flip_probability\": 0.5,\n                            \"image_size\": 224,\n                            \"invalid_data_tolerance_percent\": 5,\n                            \"num_epochs\": 60,\n                            \"num_gpus\": 1,\n                            \"per_item_lrate\": 0.00001953125,\n                            \"per_item_min_lrate\": 1.5625e-08,\n                            \"pretrained_weights\": \"ImageNet-1k\",\n                            \"seed\": -1,\n                            \"template\": \"MMClassification_ResNet_50_RSB_A1\",\n                            \"warmup_iters\": 100,\n                            \"warmup_ratio\": 0.0001,\n                            \"weight_decay\": 0.01\n                        }\n                    },\n                    \"import_info\": {}\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"model_type_id\": \"visual-classifier\",\n                \"toolkits\": [],\n                \"use_cases\": [],\n                \"languages\": [],\n                \"languages_full\": [],\n                \"check_consents\": []\n            },\n            \"summary\": {\n                \"macro_avg_roc_auc\": 0.52151275,\n                \"macro_std_roc_auc\": 0.34620512,\n                \"macro_avg_f1_score\": 0.40380955,\n                \"macro_std_f1_score\": 0.17236254,\n                \"macro_avg_precision\": 0.09772728,\n                \"macro_avg_recall\": 0.52380955\n            },\n            \"eval_info\": {\n                \"params\": {\n                    \"dataset_id\": \"\",\n                    \"dataset_version_id\": \"\"\n                }\n            }\n        },\n        \"completed_at\": \"2023-11-23T08:21:08.303040Z\",\n        \"visibility\": {\n            \"gettable\": 10\n        },\n        \"app_id\": \"test-app-1700638575-empty\",\n        \"user_id\": \"a0btrubbaefn\",\n        \"metadata\": {},\n        \"output_info\": {\n            \"output_config\": {\n                \"max_concepts\": 0,\n                \"min_value\": 0\n            },\n            \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n            \"fields_map\": {\n                \"concepts\": \"probs\"\n            },\n            \"params\": {\n                \"max_concepts\": 20,\n                \"min_value\": 0,\n                \"select_concepts\": []\n            }\n        },\n        \"input_info\": {\n            \"fields_map\": {\n                \"image\": \"input\"\n            }\n        },\n        \"train_info\": {\n            \"params\": {\n                \"batch_size\": 64,\n                \"concepts_mutually_exclusive\": false,\n                \"dataset_id\": \"\",\n                \"dataset_version_id\": \"\",\n                \"flip_direction\": \"horizontal\",\n                \"flip_probability\": 0.5,\n                \"image_size\": 224,\n                \"invalid_data_tolerance_percent\": 5,\n                \"num_epochs\": 60,\n                \"num_gpus\": 1,\n                \"per_item_lrate\": 0.00001953125,\n                \"per_item_min_lrate\": 1.5625e-08,\n                \"pretrained_weights\": \"ImageNet-1k\",\n                \"seed\": -1,\n                \"template\": \"MMClassification_ResNet_50_RSB_A1\",\n                \"warmup_iters\": 100,\n                \"warmup_ratio\": 0.0001,\n                \"weight_decay\": 0.01\n            }\n        },\n        \"import_info\": {},\n        \"train_log\": \"\"\n    }\n}"}],"_postman_id":"41e8801e-5aac-4610-ac78-79913d6a59af"},{"name":"List Training Templates","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"63b6c8d2-3105-456b-b5e1-2c35eda4b908"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"e0f0aec7-b170-4a65-9901-4e4b4b3eae40"}}],"id":"470da350-10ab-45a7-9b73-e76ae7b08d77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/types","description":"<p>List all available training templates for all model types. Each template defines a set of hyperparameters and architecture defaults for training.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models","types"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"0ae94350-f6f8-422b-aea5-ac0411d7f56e","name":"List Training Templates","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/templates"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"afd15c57c86ad17d539b579fa55a77cd\"\n    },\n    \"model_types\": [\n        {\n            \"id\": \"embedding-classifier\",\n            \"title\": \"Transfer Learning Classifier\",\n            \"description\": \"Classify images or texts based on the embedding model that has indexed them in your app. Transfer learning leverages feature representations from a pre-trained model based on massive amounts of data, so you don’t have to train a new model from scratch and can learn new things very quickly with minimal training data.\",\n            \"input_fields\": [\n                \"embeddings\"\n            ],\n            \"output_fields\": [\n                \"concepts\"\n            ],\n            \"trainable\": true,\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.data.concepts\",\n                    \"field_type\": 4,\n                    \"description\": \"Select the concepts that you want this model version to predict. These should be concepts that are in your training dataset with labels.\",\n                    \"placeholder\": \"List of concepts\",\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.output_config.concepts_mutually_exclusive\",\n                    \"field_type\": 1,\n                    \"default_value\": false,\n                    \"description\": \"Turn this on when there is no overlap between any of the model concepts, such as \\\"cat\\\" or \\\"dog\\\", \\\"car\\\" or \\\"bike\\\".\",\n                    \"placeholder\": \"Concepts Mutually Exclusive\"\n                },\n                {\n                    \"path\": \"input_info.base_embed_model\",\n                    \"field_type\": 12,\n                    \"description\": \"This is the base model version to use for embeddings. This has to be one of the embed models in the app workflow. This allows you to specify the specific model in case your default workflow of your app has multiple embedding models present in it.\",\n                    \"placeholder\": \"Base Model\"\n                },\n                {\n                    \"path\": \"output_info.output_config.training_timeout\",\n                    \"field_type\": 3,\n                    \"default_value\": 0,\n                    \"description\": \"The training timeout in seconds. Longer time allows for training to process more data before timing out.\",\n                    \"placeholder\": \"Training timeout\",\n                    \"internal_only\": true\n                },\n                {\n                    \"path\": \"output_info.output_config.hyper_params\",\n                    \"field_type\": 2,\n                    \"default_value\": null,\n                    \"description\": \"Additional hyperparameters to pass through to backend training service.\",\n                    \"placeholder\": \"Hyper params\",\n                    \"internal_only\": true\n                },\n                {\n                    \"path\": \"output_info.params.max_concepts\",\n                    \"field_type\": 3,\n                    \"default_value\": 20,\n                    \"description\": \"Maximum number of concepts in result.\",\n                    \"placeholder\": \"Maximum concepts\"\n                },\n                {\n                    \"path\": \"output_info.params.select_concepts\",\n                    \"field_type\": 18,\n                    \"default_value\": [],\n                    \"description\": \"Select concepts in result by name or by id.\",\n                    \"placeholder\": \"Select Concepts\"\n                },\n                {\n                    \"path\": \"output_info.params.min_value\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"Minimum value of concept's probability score in result. In other words, all concepts with a probability score less than this threshold will be filtered out.\",\n                    \"placeholder\": \"Min value\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 0.01\n                    }\n                },\n                {\n                    \"path\": \"train_info.dataset\",\n                    \"field_type\": 19,\n                    \"description\": \"Dataset to use for training this model.\",\n                    \"placeholder\": \"Training Dataset\"\n                },\n                {\n                    \"path\": \"train_info.params.dataset_id\",\n                    \"field_type\": 16,\n                    \"default_value\": \"\",\n                    \"description\": \"Deprecated in favor of train_info.dataset.\",\n                    \"placeholder\": \"DEPRECATED: Training Dataset ID\"\n                },\n                {\n                    \"path\": \"train_info.dataset.version\",\n                    \"field_type\": 20,\n                    \"description\": \"Dataset version to use for training this model. If a dataset version is not specified but a dataset is, we will automatically generate a dataset version.\",\n                    \"placeholder\": \"Training Dataset Version\"\n                },\n                {\n                    \"path\": \"train_info.params.dataset_version_id\",\n                    \"field_type\": 17,\n                    \"default_value\": \"\",\n                    \"description\": \"Deprecated in favor of train_info.dataset.version\",\n                    \"placeholder\": \"DEPRECATED: Training Dataset Version ID\"\n                },\n                {\n                    \"path\": \"train_info.params.enrich_dataset\",\n                    \"field_type\": 8,\n                    \"default_value\": \"Automatic\",\n                    \"description\": \"Enrich with supplemental data from pre-built dataset of negative embeddings to improve model accuracy.\",\n                    \"placeholder\": \"Enrich Dataset\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"Automatic\",\n                            \"description\": \"Enrich dataset if additional data is available from the base embeddings model.\"\n                        },\n                        {\n                            \"id\": \"Disabled\",\n                            \"description\": \"Do not enrich dataset.\"\n                        }\n                    ]\n                },\n                {\n                    \"path\": \"eval_info.params.use_kfold\",\n                    \"field_type\": 1,\n                    \"default_value\": true,\n                    \"description\": \"If true (default value), we will perform a k-fold evaluation using 2 separate splits of the app data, each holding out 20%. If false, we will evaluate the trained model against the provided holdout dataset. If no holdout set is provided, we will use all the app inputs that contain concepts, from the trained model version, in their annotations.\",\n                    \"placeholder\": \"Use K-Fold Cross Validation\"\n                },\n                {\n                    \"path\": \"eval_info.params.dataset_id\",\n                    \"field_type\": 16,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset to use for evaluating this model. This is only used if use_kfold is set to false\",\n                    \"placeholder\": \"Eval Dataset ID\"\n                },\n                {\n                    \"path\": \"eval_info.params.dataset_version_id\",\n                    \"field_type\": 17,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset version to use for evaluating this model. If a dataset version is not specified but a dataset is, we will automatically generate a dataset version. This is only used if use_kfold is set to false\",\n                    \"placeholder\": \"Eval Dataset Version ID\"\n                }\n            ],\n            \"evaluation_type\": 1\n        },\n        {\n            \"id\": \"audio-embedder\",\n            \"title\": \"Audio Embedder\",\n            \"description\": \"Embed audio signal into a vector representing a high level understanding from our AI models. These embeddings enable similarity search and training on top of them.\",\n            \"input_fields\": [\n                \"audio\"\n            ],\n            \"output_fields\": [\n                \"embeddings\"\n            ]\n        },\n        {\n            \"id\": \"visual-detector-embedder\",\n            \"title\": \"Visual Detector + Embedder\",\n            \"description\": \"Detect bounding box regions in images or video frames where things occur and then embed them into a high level understanding from our AI models to enable visual search and training on top of them.\",\n            \"input_fields\": [\n                \"image\"\n            ],\n            \"output_fields\": [\n                \"regions[...].data.embeddings\"\n            ]\n        },\n        {\n            \"id\": \"optical-character-recognizer\",\n            \"title\": \"Optical Character Recognizer (OCR)\",\n            \"description\": \"Detect bounding box regions in images or video frames where text is present and then output the text read with the score.\",\n            \"input_fields\": [\n                \"image\"\n            ],\n            \"output_fields\": [\n                \"regions[...].region_info.bounding_box,regions[...].data.text,regions[...].value\"\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"image\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                -1,\n                                3\n                            ],\n                            \"max_dims\": [\n                                1024,\n                                1024,\n                                3\n                            ],\n                            \"data_type\": 2,\n                            \"description\": \"First two dimensions are the height and width, followed by the number of channels.\"\n                        }\n                    ],\n                    \"description\": \"Image urls or base64 are converted into numpy arrays of the specified size and forwarded to the model. If flexible dims are provided, inputs will be downsampled and padded to a default size.\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"regions[...].region_info.bounding_box\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                4\n                            ],\n                            \"data_type\": 5,\n                            \"description\": \"The normalized bounding box coordinates in the order: top_row, left_col, bottom_row, right_col.\"\n                        }\n                    ]\n                },\n                {\n                    \"data_field_name\": \"regions[...].data.text\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"data_type\": 1,\n                            \"description\": \"Text that belongs to the respective bounding box.\"\n                        }\n                    ]\n                },\n                {\n                    \"data_field_name\": \"regions[...].value\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"data_type\": 5,\n                            \"description\": \"Score that belongs to the respective bounding box.\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"id\": \"image-to-image\",\n            \"title\": \"Image to Image\",\n            \"description\": \"Given an image, apply a transformation on the input and return the post-processed image as output.\",\n            \"input_fields\": [\n                \"image\"\n            ],\n            \"output_fields\": [\n                \"image\"\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"image\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                -1,\n                                3\n                            ],\n                            \"max_dims\": [\n                                1024,\n                                1024,\n                                3\n                            ],\n                            \"data_type\": 2,\n                            \"description\": \"First two dimensions are the height and width, followed by the number of channels.\"\n                        }\n                    ],\n                    \"description\": \"Image urls or base64 are converted into numpy arrays of the specified size and forwarded to the model. If flexible dims are provided, inputs will be downsampled and padded to a default size.\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"image\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                -1,\n                                3\n                            ],\n                            \"data_type\": 2,\n                            \"description\": \"First two dimensions are the height and width, followed by the number of channels.\"\n                        }\n                    ],\n                    \"description\": \"Image output.\"\n                }\n            ]\n        },\n        {\n            \"id\": \"image-to-text\",\n            \"title\": \"Image To Text\",\n            \"description\": \"Takes in cropped regions with text in them and returns the text it sees.\",\n            \"input_fields\": [\n                \"image\"\n            ],\n            \"output_fields\": [\n                \"text\"\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"image\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                -1,\n                                3\n                            ],\n                            \"max_dims\": [\n                                1024,\n                                1024,\n                                3\n                            ],\n                            \"data_type\": 2,\n                            \"description\": \"First two dimensions are the height and width, followed by the number of channels.\"\n                        }\n                    ],\n                    \"description\": \"Image urls or base64 are converted into numpy arrays of the specified size and forwarded to the model. If flexible dims are provided, inputs will be downsampled and padded to a default size.\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"text\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                1\n                            ],\n                            \"data_type\": 1,\n                            \"description\": \"Text output\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"id\": \"text-to-image\",\n            \"title\": \"Text To Image\",\n            \"description\": \"Takes in a prompt and generates an image.\",\n            \"input_fields\": [\n                \"text\"\n            ],\n            \"output_fields\": [\n                \"image\"\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"text\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"data_type\": 1,\n                            \"description\": \"The text string sent to the model.\"\n                        }\n                    ],\n                    \"description\": \"Text urls content or raw text passed in through the API are directly sent to the model.\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"image\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                -1,\n                                3\n                            ],\n                            \"data_type\": 2,\n                            \"description\": \"First two dimensions are the height and width, followed by the number of channels.\"\n                        }\n                    ],\n                    \"description\": \"Image output.\"\n                }\n            ]\n        },\n        {\n            \"id\": \"clusterer\",\n            \"title\": \"Clusterer\",\n            \"description\": \"Cluster semantically similar images and video frames together in embedding space. This is the basis for good visual search within your app at scale or for grouping your data together without the need for annotated concepts.\",\n            \"input_fields\": [\n                \"embeddings\"\n            ],\n            \"output_fields\": [\n                \"clusters\"\n            ],\n            \"trainable\": true,\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"input_info.base_embed_model\",\n                    \"field_type\": 12,\n                    \"description\": \"This is the base model to use for embeddings. This has to be one of the embed models in the app workflow. This allows you to specify the specific model in case your default workflow of your app has multiple embedding models present in it.\",\n                    \"placeholder\": \"Base Model\"\n                },\n                {\n                    \"path\": \"train_info.params.coarse_clusters\",\n                    \"field_type\": 3,\n                    \"default_value\": 32,\n                    \"description\": \"Each embedding vector is first split into a fixed amount of subgroups. This is the integer value k, in k-means clustering, used to determine the numbers of centroids each subgroup is split and clustered into.\",\n                    \"placeholder\": \"Coarse Clusters\",\n                    \"model_type_range_info\": {\n                        \"min\": 2,\n                        \"max\": 512,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"train_info.params.eval_holdout_fraction\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.2,\n                    \"description\": \"Percentage of all examples to hold out for evaluation when training.\",\n                    \"placeholder\": \"Evaluation Holdout Fraction\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 0.01\n                    }\n                },\n                {\n                    \"path\": \"train_info.params.query_holdout_fraction\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.1,\n                    \"description\": \"Deprecated, please use eval_info.params.query_holdout_fraction. \",\n                    \"placeholder\": \"Query Holdout Fraction\",\n                    \"model_type_range_info\": {\n                        \"min\": 0.01,\n                        \"max\": 1,\n                        \"step\": 0.01\n                    }\n                },\n                {\n                    \"path\": \"train_info.params.to_be_indexed_queries_fraction\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.25,\n                    \"description\": \"Deprecated, please use eval_info.params.to_be_indexed_queries_fraction. \",\n                    \"placeholder\": \"To Be Indexed Queries Fraction\",\n                    \"model_type_range_info\": {\n                        \"min\": 0.01,\n                        \"max\": 1,\n                        \"step\": 0.01\n                    }\n                },\n                {\n                    \"path\": \"train_info.params.max_num_query_embeddings\",\n                    \"field_type\": 3,\n                    \"default_value\": 100,\n                    \"description\": \"Deprecated, please use eval_info.params.max_num_query_embeddings. \",\n                    \"placeholder\": \"Max Number of Query Embeddings\"\n                },\n                {\n                    \"path\": \"train_info.params.num_results_per_query\",\n                    \"field_type\": 11,\n                    \"default_value\": [\n                        1,\n                        5,\n                        10,\n                        20\n                    ],\n                    \"description\": \"Deprecated, please use eval_info.params.num_results_per_query. \",\n                    \"placeholder\": \"Number of Results Per Query\"\n                },\n                {\n                    \"path\": \"train_info.params.max_visited\",\n                    \"field_type\": 3,\n                    \"default_value\": 32,\n                    \"description\": \"Deprecated, please use eval_info.params.max_visited. \",\n                    \"placeholder\": \"Max Visited\"\n                },\n                {\n                    \"path\": \"train_info.params.quota\",\n                    \"field_type\": 3,\n                    \"default_value\": 1000,\n                    \"description\": \"Deprecated, please use eval_info.params.quota. \",\n                    \"placeholder\": \"Quota\"\n                },\n                {\n                    \"path\": \"train_info.params.beta\",\n                    \"field_type\": 3,\n                    \"default_value\": 1,\n                    \"description\": \"Deprecated, please use eval_info.params.beta. \",\n                    \"placeholder\": \"Beta\"\n                },\n                {\n                    \"path\": \"train_info.params.training_timeout\",\n                    \"field_type\": 3,\n                    \"default_value\": 7200,\n                    \"description\": \"The training timeout in seconds. Longer time allows for training to process more data before timing out. default 2 hours.\",\n                    \"placeholder\": \"Training timeout\",\n                    \"internal_only\": true\n                },\n                {\n                    \"path\": \"train_info.params.dataset_id\",\n                    \"field_type\": 16,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset to use for training this model.\",\n                    \"placeholder\": \"Training Dataset ID\",\n                    \"internal_only\": true\n                },\n                {\n                    \"path\": \"train_info.params.train_iters\",\n                    \"field_type\": 3,\n                    \"default_value\": 10,\n                    \"description\": \"The number of training iterations.\",\n                    \"placeholder\": \"Training iterations\",\n                    \"internal_only\": true\n                },\n                {\n                    \"path\": \"train_info.dataset.version\",\n                    \"field_type\": 20,\n                    \"description\": \"Dataset version to use for training this model. If a dataset version is not specified but a dataset is, we will automatically generate a dataset version.\",\n                    \"placeholder\": \"Training Dataset Version\"\n                },\n                {\n                    \"path\": \"train_info.params.dataset_version_id\",\n                    \"field_type\": 17,\n                    \"default_value\": \"\",\n                    \"description\": \"Deprecated in favor of train_info.dataset.version\",\n                    \"placeholder\": \"DEPRECATED: Training Dataset Version ID\"\n                },\n                {\n                    \"path\": \"eval_info.params.dataset_id\",\n                    \"field_type\": 16,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset to use for evaluating this model. \",\n                    \"placeholder\": \"Eval Dataset ID\"\n                },\n                {\n                    \"path\": \"eval_info.params.dataset_version_id\",\n                    \"field_type\": 17,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset version to use for evaluating this model. If a dataset version is not specified but a dataset is, we will automatically generate a dataset version. \",\n                    \"placeholder\": \"Eval Dataset Version ID\"\n                },\n                {\n                    \"path\": \"eval_info.params.query_holdout_fraction\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.1,\n                    \"description\": \"When evaluating, the examples held out for evaluation are split into two, potentially overlapping subsets: indexed and query examples. The indexed subset is indexed in-memory as the original and new projected position are used to compare their distance from the query subset to produce evaluations. query_holdout_fraction is the data percentage used from the evaluation subset for querying.\",\n                    \"placeholder\": \"Query Holdout Fraction\",\n                    \"internal_only\": true,\n                    \"model_type_range_info\": {\n                        \"min\": 0.01,\n                        \"max\": 1,\n                        \"step\": 0.01\n                    }\n                },\n                {\n                    \"path\": \"eval_info.params.to_be_indexed_queries_fraction\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.25,\n                    \"description\": \"When evaluating, the examples held out for evaluation are split into two, potentially overlapping subsets: indexed and query examples. The indexed subset is indexed in-memory as their original and new projected position are used to compare their distance from the query subset to produce evaluations. to_be_indexed_queries_fraction is the data percentage used from the evaluation subset for indexing.\",\n                    \"placeholder\": \"To Be Indexed Queries Fraction\",\n                    \"internal_only\": true,\n                    \"model_type_range_info\": {\n                        \"min\": 0.01,\n                        \"max\": 1,\n                        \"step\": 0.01\n                    }\n                },\n                {\n                    \"path\": \"eval_info.params.max_num_query_embeddings\",\n                    \"field_type\": 3,\n                    \"default_value\": 100,\n                    \"description\": \"Max number of queries examples used when evaluating. The lesser value between max_num_query_embeddings or [query_holdout_fraction * hold out set size] will be used to decide the number of query embeddings used. Larger number of query embeddings will result in slower evaluations.\",\n                    \"placeholder\": \"Max Number of Query Embeddings\",\n                    \"internal_only\": true\n                },\n                {\n                    \"path\": \"eval_info.params.num_results_per_query\",\n                    \"field_type\": 11,\n                    \"default_value\": [\n                        1,\n                        5,\n                        10,\n                        20\n                    ],\n                    \"description\": \"A list of numbers, each representing the number of nearest examples to consider per query when evaluating recall. Max num_results_per_query should be less than or equal to quota.\",\n                    \"placeholder\": \"Number of Results Per Query\",\n                    \"internal_only\": true\n                },\n                {\n                    \"path\": \"eval_info.params.max_visited\",\n                    \"field_type\": 3,\n                    \"default_value\": 32,\n                    \"description\": \"A integer will be used for both evaluation and search. During both search and evaluation, it cuts off the number of centroids we are going to search against. We compare the distance to every example for each centroid searched against, up until the quota number of examples. Larger numbers will result in slower evaluations and search.\",\n                    \"placeholder\": \"Max Visited\",\n                    \"internal_only\": true\n                },\n                {\n                    \"path\": \"eval_info.params.quota\",\n                    \"field_type\": 3,\n                    \"default_value\": 1000,\n                    \"description\": \"During evaluations it cuts off the max number of examples we are going to search against. The max number of examples searched against is also limited by max_visited and the number of indexed examples. Larger numbers will result in slower evaluations.\",\n                    \"placeholder\": \"Quota\",\n                    \"internal_only\": true\n                },\n                {\n                    \"path\": \"eval_info.params.beta\",\n                    \"field_type\": 3,\n                    \"default_value\": 1,\n                    \"description\": \"Beta is a positive number which scales the importance of recall over precision. Beta < 1 lends more weight to precision, while beta > 1 favors recall. Beta = 1 results in standard f1 calculations.\",\n                    \"placeholder\": \"Beta\",\n                    \"internal_only\": true\n                }\n            ],\n            \"evaluation_type\": 4\n        },\n        {\n            \"id\": \"image-color-recognizer\",\n            \"title\": \"Image Color Recognizer\",\n            \"description\": \"Recognize standard color formats and the proportion each color that covers an image.\",\n            \"input_fields\": [\n                \"image\"\n            ],\n            \"output_fields\": [\n                \"colors\"\n            ]\n        },\n        {\n            \"id\": \"concept-thresholder\",\n            \"title\": \"Concept Thresholder\",\n            \"description\": \"Threshold input concepts according to both a threshold and an operator (>, >=, =, <=, or <). For example, assume the \\\" > \\\" threshold type is set for the model, then if the input concept.value is greater than the threshold for that concept, the input concept will be output from this model, otherwise it will not be output by the model.\",\n            \"input_fields\": [\n                \"concepts\"\n            ],\n            \"output_fields\": [\n                \"concepts\"\n            ],\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.data.concepts\",\n                    \"field_type\": 5,\n                    \"default_value\": [],\n                    \"description\": \"List of concepts and each concept has concept.value set to the threshold. If a concept is not specified here then that concept will be allowed through to the output always.\",\n                    \"placeholder\": \"List of concepts and each concept has concept.value set to the threshold.\",\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.params.concept_threshold_type\",\n                    \"field_type\": 8,\n                    \"default_value\": \"GREATER_THAN\",\n                    \"description\": \"This is the operation used to to compare such as input value {concept_threshold_type} concept.value where concept.value is defined in this model's config and represents the threshold for each concept. For example if this concept_threshold_type is GREATER_THAN_OR_EQUAL and the concept.value for the 'dog' concept is 0.75 then any data coming into this model with the concept of dog greater than or equal to 0.75 will be output from this model.\",\n                    \"placeholder\": \"Concept Threshold Type\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"GREATER_THAN\"\n                        },\n                        {\n                            \"id\": \"GREATER_THAN_OR_EQUAL\"\n                        },\n                        {\n                            \"id\": \"LESS_THAN\"\n                        },\n                        {\n                            \"id\": \"LESS_THAN_OR_EQUAL\"\n                        },\n                        {\n                            \"id\": \"EQUAL\"\n                        }\n                    ],\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.params.filter_other_concepts\",\n                    \"field_type\": 1,\n                    \"default_value\": false,\n                    \"description\": \"The default setting of False for this parameter means that the concepts found in the input data but that are NOT defined in output_info.data.concepts will be let through. Setting filter_other_concepts = True will filter out these additional concepts found in the input that are not defined in output_info.data.concepts.\",\n                    \"placeholder\": \"Keep other concepts found in input (default) or set to True to filter them out when not in the list of concepts for this model.\"\n                }\n            ]\n        },\n        {\n            \"id\": \"region-thresholder\",\n            \"title\": \"Region Thresholder\",\n            \"description\": \"Threshold regions based on the concepts that they contain using a threshold per concept and an overall operator (>, >=, =, <=, or <). For example, assume the \\\" > \\\" threshold type is set for the model, then if the input regions[...].data.concepts.value is greater than the threshold for that concept, the input concept will be output from this model, otherwise it will not be output by the model. If the entire list of concepts at regions[...].data.concepts is filtered out then the overall region will also be removed.\",\n            \"input_fields\": [\n                \"regions[...].data.concepts\"\n            ],\n            \"output_fields\": [\n                \"regions[...].data.concepts\"\n            ],\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.data.concepts\",\n                    \"field_type\": 5,\n                    \"default_value\": [],\n                    \"description\": \"List of concepts and each concept has concept.value set to the threshold. If a concept is not specified here then that concept will be allowed through to the output always.\",\n                    \"placeholder\": \"List of concepts and each concept has concept.value set to the threshold.\",\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.params.concept_threshold_type\",\n                    \"field_type\": 8,\n                    \"default_value\": \"GREATER_THAN\",\n                    \"description\": \"This is the operation used to to compare such as input value {concept_threshold_type} concept.value where concept.value is defined in this model's config and represents the threshold for each concept. For example if this concept_threshold_type is GREATER_THAN_OR_EQUAL and the concept.value for the 'dog' concept is 0.75 then any data coming into this model with the concept of dog greater than or equal to 0.75 will be output from this model.\",\n                    \"placeholder\": \"Concept Threshold Type\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"GREATER_THAN\"\n                        },\n                        {\n                            \"id\": \"GREATER_THAN_OR_EQUAL\"\n                        },\n                        {\n                            \"id\": \"LESS_THAN\"\n                        },\n                        {\n                            \"id\": \"LESS_THAN_OR_EQUAL\"\n                        },\n                        {\n                            \"id\": \"EQUAL\"\n                        }\n                    ],\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.params.filter_other_concepts\",\n                    \"field_type\": 1,\n                    \"default_value\": false,\n                    \"description\": \"The default setting of False for this parameter means that the concepts found in the input data but that are NOT defined in output_info.data.concepts will be let through. Setting filter_other_concepts = True will filter out these additional concepts found in the input that are not defined in output_info.data.concepts.\",\n                    \"placeholder\": \"Keep other concepts found in input (default) or set to True to filter them out when not in the list of concepts for this model.\"\n                },\n                {\n                    \"path\": \"output_info.params.filter_empty_input_regions\",\n                    \"field_type\": 1,\n                    \"default_value\": false,\n                    \"description\": \"This controls regions that originally had no concepts in them. If filter_empty_input_regions is True then we will remove those regions. If False (default) we will let those regions through.\",\n                    \"placeholder\": \"Filter out empty regions in input.\"\n                }\n            ]\n        },\n        {\n            \"id\": \"concept-synonym-mapper\",\n            \"title\": \"Concept Synonym Mapper\",\n            \"description\": \"Map the input concepts to output concepts by following synonym concept relations in the knowledge graph of your app. \",\n            \"input_fields\": [\n                \"concepts\"\n            ],\n            \"output_fields\": [\n                \"concepts\"\n            ],\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.knowledge_graph_id\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"An optional knowledge graph id that is present in your app's concept relations. This allows you to carve out a subset of all the concept relations in your app and use a subset for mapping with this model.\",\n                    \"placeholder\": \"Knowledge graph ID\"\n                }\n            ]\n        },\n        {\n            \"id\": \"annotation-writer\",\n            \"title\": \"Annotation Writer\",\n            \"description\": \"Write the input data to the database in the form of an annotation with a specified status as if a specific user created the annotation.\",\n            \"input_fields\": [\n                \"any\"\n            ],\n            \"output_fields\": [\n                \"any\"\n            ],\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.annotation_status\",\n                    \"field_type\": 8,\n                    \"default_value\": \"ANNOTATION_SUCCESS\",\n                    \"description\": \"This is the status for the annotations created by annotation-writer model.\",\n                    \"placeholder\": \"Model metadata annotation status\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"ANNOTATION_SUCCESS\",\n                            \"aliases\": [\n                                {\n                                    \"id_int\": \"24150\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"ANNOTATION_PENDING\",\n                            \"aliases\": [\n                                {\n                                    \"id_int\": \"24151\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"ANNOTATION_AWAITING_REVIEW\",\n                            \"aliases\": [\n                                {\n                                    \"id_int\": \"24157\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"ANNOTATION_AWAITING_CONSENSUS_REVIEW\",\n                            \"aliases\": [\n                                {\n                                    \"id_int\": \"24159\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.params.annotation_user_id\",\n                    \"field_type\": 9,\n                    \"default_value\": \"\",\n                    \"description\": \"This is the user_id for which to write the annotation on their behalf as if they manually did the work themselves.\",\n                    \"placeholder\": \"user_id to write that annotation as\",\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.params.annotation_info\",\n                    \"field_type\": 10,\n                    \"default_value\": {},\n                    \"description\": \"Additional JSON annotation information to attach to each annotation written by this model. For example, if you use {\\\"task_id\\\": \\\"my-task-id\\\"} and make annotation_status PENDING with annotation_user_id set to a labeler worker, you can have a never ending set of annotations for that user to work on.\",\n                    \"placeholder\": \"Annotation Info\"\n                },\n                {\n                    \"path\": \"output_info.params.task_id\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"The id of the task annotation belongs to\",\n                    \"placeholder\": \"Task id\"\n                }\n            ]\n        },\n        {\n            \"id\": \"image-crop\",\n            \"title\": \"Image Cropper\",\n            \"description\": \"Crop the input image according to each input region that is present in the input. When used in a workflow this model can look back along the graph of the workflow to find the input image if the preceding model does not output an image itself so that you can do image -> detector -> cropper type of workflow easily.\",\n            \"input_fields\": [\n                \"image\",\n                \"regions\"\n            ],\n            \"output_fields\": [\n                \"regions[...].data.image\"\n            ],\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.margin\",\n                    \"field_type\": 7,\n                    \"default_value\": 1,\n                    \"description\": \"A margin to increase/decrease around the bounding boxes before doing the crop. A 2.0 margin would mean making a bounding box 2x larger with the same center location and conducting crop using that box.\",\n                    \"placeholder\": \"Margin around the image\",\n                    \"model_type_range_info\": {\n                        \"max\": 10\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": \"random-sample\",\n            \"title\": \"Random Sampler\",\n            \"description\": \"Randomly sample allowing the input to pass to the output. This is done with the conditional keep_fraction > rand() where keep_fraction is the fraction to allow through on average.\",\n            \"input_fields\": [\n                \"any\"\n            ],\n            \"output_fields\": [\n                \"any\"\n            ],\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.keep_fraction\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.5,\n                    \"description\": \"This is the fraction of input to randomly keep. This is implemented as simply: if keep_fraction > rand() { then output this input from the model }. This is applied independently for each input sent in a batch to the model.\",\n                    \"placeholder\": \"Sampling fraction\",\n                    \"required\": true,\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 0.01\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": \"knn-concept\",\n            \"title\": \"KNN Classifier\",\n            \"description\": \"Use k nearest neighbor search and plurality voting amongst the nearest neighbors to classify new instances. Recommended when you only have a small dataset like one image per concept.\",\n            \"input_fields\": [\n                \"embeddings\"\n            ],\n            \"output_fields\": [\n                \"concepts\"\n            ],\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.min_value\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"Minimum value of concept's probability score in result. In other words, all concepts with a probability score less than this threshold will be filtered out.\",\n                    \"placeholder\": \"Min value\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 0.01\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.max_concepts\",\n                    \"field_type\": 3,\n                    \"default_value\": 20,\n                    \"description\": \"Maximum number of concepts in result.\",\n                    \"placeholder\": \"Maximum concepts\"\n                }\n            ]\n        },\n        {\n            \"id\": \"visual-keypointer\",\n            \"title\": \"Visual Keypoint\",\n            \"description\": \"This model detects keypoints in images or video frames.\",\n            \"input_fields\": [\n                \"image\"\n            ],\n            \"output_fields\": [\n                \"regions[...].data.concepts,regions[...].region_info.keypoint_locations\"\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"image\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                -1,\n                                3\n                            ],\n                            \"max_dims\": [\n                                1024,\n                                1024,\n                                3\n                            ],\n                            \"data_type\": 2,\n                            \"description\": \"First two dimensions are the height and width, followed by the number of channels.\"\n                        }\n                    ],\n                    \"description\": \"Image urls or base64 are converted into numpy arrays of the specified size and forwarded to the model. If flexible dims are provided, inputs will be downsampled and padded to a default size.\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"regions[...].data.concepts,regions[...].region_info.keypoint_locations\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                3\n                            ],\n                            \"data_type\": 5,\n                            \"description\": \"First dimension corresponds to each models ordered keypoint as specified in the keypoint names of the concept, and the second dimensions corresponds to the x, y, and z location of that keypoint in the image.\"\n                        },\n                        {\n                            \"dims\": [\n                                -1,\n                                2\n                            ],\n                            \"data_type\": 5,\n                            \"description\": \"First dimension corresponds to each models ordered keypoint as specified in the keypoint names of the concept, and the second dimensions corresponds to the x and y location of that keypoint in the image.\"\n                        }\n                    ],\n                    \"requires_label_filename\": true\n                }\n            ]\n        },\n        {\n            \"id\": \"status-push\",\n            \"title\": \"Status Push\",\n            \"description\": \"This model pushes processing status of a batch of inputs ingested through vendor/inputs endpoint in one request.\",\n            \"input_fields\": [\n                \"any\"\n            ],\n            \"output_fields\": [\n                \"any\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true\n        },\n        {\n            \"id\": \"results-push\",\n            \"title\": \"Results Push\",\n            \"description\": \"This model pushes clarifai prediction results in an external format.\",\n            \"input_fields\": [\n                \"any\"\n            ],\n            \"output_fields\": [\n                \"any\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true\n        },\n        {\n            \"id\": \"email\",\n            \"title\": \"Email Alert\",\n            \"description\": \"Email alert model will send an email if there are any data fields input to this model.\",\n            \"input_fields\": [\n                \"any\"\n            ],\n            \"output_fields\": [\n                \"any\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.to\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"A comma separated list of up to 3 different emails to send to. For example \\\"Bob <bob@example.com>, Stacy <stacy@example.com>\\\"\",\n                    \"placeholder\": \"Bob <bob@example.com>, Stacy <stacy@example.com>\",\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.params.subject\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"Subject of your email.\",\n                    \"placeholder\": \"Subject of your email here...\",\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.params.html\",\n                    \"field_type\": 2,\n                    \"default_value\": \"<html><body>Wrapped html body of your email.</body></html>\",\n                    \"description\": \"Formatted html body. This must be provided as valid HTML including the <html></html> tags.\",\n                    \"placeholder\": \"<html><body>Wrapped html body of your email.</body></html>\",\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.params.text\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"Text body as fallback in case the email client of recipient can't read HTML.\",\n                    \"placeholder\": \"Fallback text body for older email clients goes here...\",\n                    \"required\": true\n                }\n            ]\n        },\n        {\n            \"id\": \"sms\",\n            \"title\": \"SMS Alert\",\n            \"description\": \"SMS alert model will send a SMS if there are any data fields input to this model.\",\n            \"input_fields\": [\n                \"any\"\n            ],\n            \"output_fields\": [\n                \"any\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.to\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"A comma separated list of up to 3 different phone numbers to send to.\",\n                    \"placeholder\": \"123-456-7890, 1-987-654-3210\",\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.params.body\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"The text body of your SMS message.\",\n                    \"placeholder\": \"Body of your SMS message here...\",\n                    \"required\": true\n                }\n            ]\n        },\n        {\n            \"id\": \"aws-lambda\",\n            \"title\": \"AWS Lambda\",\n            \"description\": \"This model sends data to an AWS lambda function so you can implement any arbitrary logic to be handled within a model predict or workflow. The request our API sends is a PostModelOutputsRequest in the 'request' field and the response we expect is a MultiOutputResponse response in the 'response' field.\",\n            \"input_fields\": [\n                \"any\"\n            ],\n            \"output_fields\": [\n                \"any\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.arn\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"The ARN for the lambda function.\",\n                    \"placeholder\": \"arn:aws:lambda:us-east-1:{AWS_ACCOUNT_ID}:function:{FUNC_NAME}\",\n                    \"required\": true\n                }\n            ]\n        },\n        {\n            \"id\": \"custom-code-operator\",\n            \"title\": \"Custom Code Operator\",\n            \"description\": \"This model expects a Python 3.9 driver function with the following signature: \\\"def main(req):\\\". Here, \\\"req\\\" is a dictionary with a single key \\\"inputs\\\" that holds a list of \\\"Input\\\" objects from \\\"clarifai_grpc.grpc.api.service_pb2\\\"; these inputs are normally sent in API prediction requests.\\nThe available libraries for importing are: numpy, scipy, PIL and clarifai_grpc.\\nThe response should either be a python dictionary whose nested structure mirrors that of MultiOutputResponse in clarifai_grpc.grpc.api.service_pb2.\\nIDs in inputs should be forwared to outputs 1-to-1. You can also provide helpers to reference in your main implementation.\\nAll the code must be passed in via output_info.params.operator_code.\\nEach Execution can last up to 50 seconds and consume 256 MBs of memory.\",\n            \"input_fields\": [\n                \"any\"\n            ],\n            \"output_fields\": [\n                \"any\"\n            ],\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.operator_code\",\n                    \"field_type\": 15,\n                    \"default_value\": \"# Example code to geotag image inputs\\n# If you're sending this using JSON, you must replace newlines with '\\\\n'\\nfrom clarifai_grpc.grpc.api import resources_pb2, service_pb2\\nfrom clarifai_grpc.grpc.api.status import status_code_pb2, status_pb2\\nfrom google.protobuf.json_format import MessageToDict, ParseDict\\n\\n# Define commonly used constants outside functions to increase performance.\\nNYC_LAT, NYC_LON = 40.7128, 74.0060\\nNYC_GEO_POINT = resources_pb2.GeoPoint(latitude=NYC_LAT, longitude=NYC_LON)\\n\\n# checks if the input contained an image\\ndef validate_image_is_present(image_pbf, input_id):\\n    if image_pbf.ByteSize() == 0: # image is not set\\n        err_status = status_pb2.Status(code=status_code_pb2.INPUT_INVALID_ARGUMENT,\\n            description=f'No Image Received for Input with ID {input_id}')\\n        err_resp = service_pb2.MultiOutputResponse(status=err_status)\\n        return err_resp\\n    return\\n\\n\\n# extract inputs to operator from request, and report error if none are present.\\ndef get_inputs_from_req(req):\\n    req_inputs = req.get('inputs', None)\\n    if not req_inputs:\\n      err_status = status_pb2.Status(code=status_code_pb2.INPUT_INVALID_ARGUMENT,\\n        description='No Inputs Received')\\n      err_resp = service_pb2.MultiOutputResponse(status=err_status)\\n      return None, err_resp\\n    return req_inputs, None\\n\\n# add a geo-tag to the data if it contains an image, if no image is present return error.\\ndef build_geotagged_image_from_input_image(input_pbf):\\n    data_pbf = input_pbf.data\\n    image_pbf = data_pbf.image\\n    input_id = input_pbf.id # id is just a string\\n    # verify there is an image to geo-tag\\n    err_resp = validate_image_is_present(image_pbf, input_id)\\n    if err_resp != None:\\n      return None, err_resp\\n    req_output = resources_pb2.Output(id=input_id) # we must forward the ID, otherwise errors will occur.\\n    # Here, we copy the original data, which includes the input image to tag, into the output.\\n    req_output.data.CopyFrom(data_pbf)\\n    # Now, we add a geo-tag to the input.\\n    req_output.data.geo.geo_point.CopyFrom(NYC_GEO_POINT)\\n\\n    return req_output, None\\n\\ndef main(req):\\n  inputs, err_resp = get_inputs_from_req(req)\\n  if err_resp != None:\\n      return MessageToDict(err_resp, preserving_proto_field_name=True)\\n  resp_outputs = []\\n  for inp in inputs:\\n      input_pbf = ParseDict(inp, resources_pb2.Input())\\n      output, err_resp = build_geotagged_image_from_input_image(input_pbf)\\n      if err_resp != None:\\n          return MessageToDict(err_resp, preserving_proto_field_name=True)\\n      resp_outputs.append(output)\\n  resp = service_pb2.MultiOutputResponse(outputs=resp_outputs,\\n    status=status_pb2.Status(code=status_code_pb2.SUCCESS)) # expected format of the response\\n  return MessageToDict(resp, preserving_proto_field_name=True)\\n\",\n                    \"description\": \"Custom Python 3.9 code to be executed\",\n                    \"placeholder\": \"Custom Python 3.9 code to be executed\",\n                    \"required\": true\n                }\n            ]\n        },\n        {\n            \"id\": \"object-counter\",\n            \"title\": \"Object Counter\",\n            \"description\": \"count number of regions that match this model's active concepts frame by frame.\",\n            \"input_fields\": [\n                \"regions[...].data.concepts\"\n            ],\n            \"output_fields\": [\n                \"metadata\"\n            ],\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.data.concepts\",\n                    \"field_type\": 4,\n                    \"description\": \"List of concepts you want this model to use to count regions with matching concepts from each frame.  if none are specified, all regions with any concepts will be counted\",\n                    \"placeholder\": \"List of concepts\"\n                }\n            ]\n        },\n        {\n            \"id\": \"image-align\",\n            \"title\": \"Image Align\",\n            \"description\": \"Aligns images using keypoints\",\n            \"input_fields\": [\n                \"image\",\n                \"regions[...].data.concepts,regions[...].region_info.keypoint_locations\"\n            ],\n            \"output_fields\": [\n                \"image\"\n            ],\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.alignment_type\",\n                    \"field_type\": 2,\n                    \"default_value\": \"SIMILARITY\",\n                    \"description\": \"Image Alignment transform type\",\n                    \"placeholder\": \"Image Alignment transform type\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"SIMILARITY\",\n                            \"description\": \"Deprecated, please use THREE_POINT_SIMILARITY.\"\n                        },\n                        {\n                            \"id\": \"THREE_POINT_SIMILARITY\",\n                            \"description\": \"3 point alignment with similarity transform.\"\n                        },\n                        {\n                            \"id\": \"FIVE_POINT_SIMILARITY\",\n                            \"description\": \"5 point alignment with similarity transform.\"\n                        }\n                    ],\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.params.output_size\",\n                    \"field_type\": 3,\n                    \"default_value\": 112,\n                    \"description\": \"Image Alignment output size\",\n                    \"placeholder\": \"Image Alignment output size\",\n                    \"required\": true,\n                    \"model_type_range_info\": {\n                        \"min\": 32,\n                        \"max\": 1080\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": \"input-searcher\",\n            \"title\": \"Cross-App Input Searcher\",\n            \"description\": \"Triggers a visual search in another app based on the model configs if concept(s) are found in images and returns the matched search hits as regions.\",\n            \"input_fields\": [\n                \"concepts\",\n                \"image\",\n                \"text\"\n            ],\n            \"output_fields\": [\n                \"hits\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.key\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"A personal access token (PAT) or API Key to authenticate search requests.\",\n                    \"placeholder\": \"4bc27...\",\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.params.app_id\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"A unique ID indicating which application should be searched.\",\n                    \"placeholder\": \"bc45a3...\",\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.params.min_score\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"Minimum search score to forward search hit in results.\",\n                    \"placeholder\": \"Minimum search score.\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 0.01\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.max_results\",\n                    \"field_type\": 3,\n                    \"default_value\": 20,\n                    \"description\": \"Maximum number of search results to present in results.\",\n                    \"placeholder\": \"Max number of search results.\"\n                },\n                {\n                    \"path\": \"output_info.params.input_type\",\n                    \"field_type\": 2,\n                    \"default_value\": \"IMAGE\",\n                    \"description\": \"Whether to perform search on image or text.\",\n                    \"placeholder\": \"Input type to search on.\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"IMAGE\",\n                            \"description\": \"Input search on concepts and images.\"\n                        },\n                        {\n                            \"id\": \"TEXT\",\n                            \"description\": \"Input search on text.\"\n                        }\n                    ],\n                    \"required\": true\n                }\n            ]\n        },\n        {\n            \"id\": \"input-filter\",\n            \"title\": \"Input Filter\",\n            \"description\": \"If the input going through this model does not match those we are filtering for, it will not be passed on in the workflow branch.\",\n            \"input_fields\": [\n                \"any\"\n            ],\n            \"output_fields\": [\n                \"any\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.filter_for_image\",\n                    \"field_type\": 1,\n                    \"default_value\": false,\n                    \"description\": \"Whether we should allow image inputs to pass through\",\n                    \"placeholder\": \"Filter For Image\"\n                },\n                {\n                    \"path\": \"output_info.params.filter_for_text\",\n                    \"field_type\": 1,\n                    \"default_value\": false,\n                    \"description\": \"Whether we should allow text inputs to pass through\",\n                    \"placeholder\": \"Filter For Text\"\n                },\n                {\n                    \"path\": \"output_info.params.filter_for_audio\",\n                    \"field_type\": 1,\n                    \"default_value\": false,\n                    \"description\": \"Whether we should allow audio inputs to pass through\",\n                    \"placeholder\": \"Filter For Audio\"\n                }\n            ]\n        },\n        {\n            \"id\": \"text-to-audio\",\n            \"title\": \"Text to Audio\",\n            \"description\": \"Given text input, this model produces an audio file containing the spoken version of the input.\",\n            \"input_fields\": [\n                \"text\"\n            ],\n            \"output_fields\": [\n                \"audio\"\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"text\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"data_type\": 1,\n                            \"description\": \"The text string sent to the model.\"\n                        }\n                    ],\n                    \"description\": \"Text urls content or raw text passed in through the API are directly sent to the model.\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"audio\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"data_type\": 5,\n                            \"description\": \"Audio file with spoken verison of input. Audio samples returned should represent a wav file.\"\n                        }\n                    ]\n                },\n                {\n                    \"data_field_name\": \"audio.audio_info.sample_rate\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                1\n                            ],\n                            \"data_type\": 3,\n                            \"description\": \"The sample rate of the audio.\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"id\": \"regex-based-classifier\",\n            \"title\": \"Regex Based Classifier\",\n            \"description\": \"Classifies text using regex. If the regex matches, the text is classified as the provided concepts.\",\n            \"input_fields\": [\n                \"text\"\n            ],\n            \"output_fields\": [\n                \"concepts\"\n            ],\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.data.concepts\",\n                    \"field_type\": 4,\n                    \"default_value\": [],\n                    \"description\": \"Select the concepts that you want this model version to predict.\",\n                    \"placeholder\": \"List of concepts\",\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.params.regex\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"This is the regex that will be used to classify the text. If it matches, the text will be classified as the concepts selected defined for this model version.\",\n                    \"placeholder\": \"Regex\",\n                    \"required\": true\n                }\n            ]\n        },\n        {\n            \"id\": \"prompter\",\n            \"title\": \"Prompter\",\n            \"description\": \"Prompt template where inputted text will be inserted into placeholders marked with '{data.text.raw}'.\",\n            \"input_fields\": [\n                \"text\"\n            ],\n            \"output_fields\": [\n                \"text\"\n            ],\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.prompt_template\",\n                    \"field_type\": 2,\n                    \"default_value\": \"{data.text.raw}\",\n                    \"description\": \"Template used as a template for creating prompts with dynamic values. The prompt template must contain atleast one instance of '{data.text.raw}'. At inference time, all instances of '{data.text.raw}' in the prompt template will be replaced with the inputted text data.\",\n                    \"placeholder\": \"{data.text.raw}\",\n                    \"required\": true\n                }\n            ]\n        },\n        {\n            \"id\": \"remote-operator\",\n            \"title\": \"Remote Operator\",\n            \"description\": \"This model executes any code using a remote runner.\",\n            \"input_fields\": [\n                \"any\"\n            ],\n            \"output_fields\": [\n                \"any\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.runner_labels\",\n                    \"field_type\": 13,\n                    \"default_value\": [],\n                    \"description\": \"A list of runner labels to match on for this task. Ex: laptop, model-abc123\",\n                    \"required\": true\n                }\n            ]\n        },\n        {\n            \"id\": \"rag-prompter\",\n            \"title\": \"RAG Prompter\",\n            \"description\": \"A prompt template where we will perform a semantic search in the app with the incoming text. The inputted text will be inserted into placeholders marked with '{data.text.raw}' and search results will be inserted into placeholders with '{data.hits}', which will be new line separated.\",\n            \"input_fields\": [\n                \"text\"\n            ],\n            \"output_fields\": [\n                \"text\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.prompt_template\",\n                    \"field_type\": 2,\n                    \"default_value\": \"Answer the following question: {data.text.raw}\\nGiven the following context:\\n{data.hits}\",\n                    \"description\": \"Template used as a template for creating prompts with dynamic values. The prompt template must contain atleast one instance of '{data.text.raw}' and one instance of {data.hits}. At inference time, all instances of '{data.text.raw}' in the prompt template will be replaced with the inputted text data and '{data.hits}' will be replaced with new line separated hits.\",\n                    \"placeholder\": \"Answer the following question: {data.text.raw}\\nGiven the following context: {data.hits}\"\n                },\n                {\n                    \"path\": \"output_info.params.min_score\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"Minimum search score to forward search hit in results.\",\n                    \"placeholder\": \"Minimum search score.\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 0.01\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.max_results\",\n                    \"field_type\": 7,\n                    \"default_value\": 5,\n                    \"description\": \"Maximum number of search results to present in results.\",\n                    \"placeholder\": \"Max number of search results.\",\n                    \"model_type_range_info\": {\n                        \"min\": 1,\n                        \"max\": 128,\n                        \"step\": 1\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": \"isolation-operator\",\n            \"title\": \"Isolation Operator\",\n            \"description\": \"Operator that computes distance between detections and assigns isolation label.\",\n            \"input_fields\": [\n                \"regions[...].data.concepts,regions[...].region_info.bounding_box\"\n            ],\n            \"output_fields\": [\n                \"regions[...].data.concepts,regions[...].region_info.bounding_box\"\n            ],\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.size_diff_threshold\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.2,\n                    \"description\": \"This is the relative size difference threshold to consider detections to be of similar size.\",\n                    \"placeholder\": \"size_diff_threshold\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000000\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.isolation_threshold\",\n                    \"field_type\": 7,\n                    \"default_value\": 3,\n                    \"description\": \"Minimum distance relative to detection size to consider the detection isolated.\",\n                    \"placeholder\": \"isolation_threshold\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000000\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": \"barcode-operator\",\n            \"title\": \"Barcode Operator\",\n            \"description\": \"Operator that detects and recognizes barcodes from the image. It assigns regions with barcode text for each detected barcode. Supports EAN/UPC, Code 128, Code 39, Interleaved 2 of 5 and QR Code.\",\n            \"input_fields\": [\n                \"image\"\n            ],\n            \"output_fields\": [\n                \"regions[...].data.text\"\n            ],\n            \"creatable\": true\n        },\n        {\n            \"id\": \"image-tiling-operator\",\n            \"title\": \"Image Tiling Operator\",\n            \"description\": \"Operator for tiling images into a fixed number of equal sized images.\",\n            \"input_fields\": [\n                \"image\"\n            ],\n            \"output_fields\": [\n                \"regions[...].data.image,regions[...].region_info.bounding_box\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.tile_size\",\n                    \"field_type\": 7,\n                    \"default_value\": 512,\n                    \"description\": \"Determines the number of pixels in each dimension of each square tile.\",\n                    \"placeholder\": \"tile_size\",\n                    \"model_type_range_info\": {\n                        \"min\": 32,\n                        \"max\": 1024,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.max_obj_size\",\n                    \"field_type\": 7,\n                    \"default_value\": 120,\n                    \"description\": \"Number of pixels you estimate the largest objects will be in either length or width. This number is used to calculate tile overlap (1.5 * max_obj_size) to ensure all objects are fully contained within a tile with some surrounding context. til_size must be grater than 1.5 * max_obj_size.\",\n                    \"placeholder\": \"max_obj_size\",\n                    \"model_type_range_info\": {\n                        \"min\": 32,\n                        \"max\": 1024,\n                        \"step\": 1\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": \"language-id-operator\",\n            \"title\": \"Language Identification Operator\",\n            \"description\": \"Operator for language identification using the langdetect library.\",\n            \"input_fields\": [\n                \"text\"\n            ],\n            \"output_fields\": [\n                \"concepts\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.library\",\n                    \"field_type\": 8,\n                    \"default_value\": \"fasttext\",\n                    \"description\": \"The library to use for language identification. The available libraries are:\",\n                    \"placeholder\": \"library\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"fasttext\"\n                        },\n                        {\n                            \"id\": \"langdetect\"\n                        }\n                    ]\n                },\n                {\n                    \"path\": \"output_info.params.topk\",\n                    \"field_type\": 3,\n                    \"default_value\": 1,\n                    \"description\": \"Maximum number of predicted languages.\",\n                    \"placeholder\": \"topk\"\n                },\n                {\n                    \"path\": \"output_info.params.threshold\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.1,\n                    \"description\": \"Languages with confidence level above this value will be returned.\",\n                    \"placeholder\": \"threshold\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.lowercase\",\n                    \"field_type\": 1,\n                    \"default_value\": true,\n                    \"description\": \"Converts the text to lowercase letters if set True\",\n                    \"placeholder\": \"lowercase\"\n                }\n            ]\n        },\n        {\n            \"id\": \"tesseract-operator\",\n            \"title\": \"Tesseract Operator\",\n            \"description\": \"Operator for Optical Character Recognition using the Tesseract libraries\",\n            \"input_fields\": [\n                \"image\"\n            ],\n            \"output_fields\": [\n                \"text\"\n            ],\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.language\",\n                    \"field_type\": 8,\n                    \"default_value\": \"eng\",\n                    \"description\": \"The language model(s) to use for Optical Character Recognition (OCR). Multiple language models can be listed, separated by '+'.  The available languages are:\",\n                    \"placeholder\": \"language\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"afr\"\n                        },\n                        {\n                            \"id\": \"amh\"\n                        },\n                        {\n                            \"id\": \"ara\"\n                        },\n                        {\n                            \"id\": \"asm\"\n                        },\n                        {\n                            \"id\": \"aze\"\n                        },\n                        {\n                            \"id\": \"aze_cyrl\"\n                        },\n                        {\n                            \"id\": \"bel\"\n                        },\n                        {\n                            \"id\": \"ben\"\n                        },\n                        {\n                            \"id\": \"bod\"\n                        },\n                        {\n                            \"id\": \"bos\"\n                        },\n                        {\n                            \"id\": \"bre\"\n                        },\n                        {\n                            \"id\": \"bul\"\n                        },\n                        {\n                            \"id\": \"cat\"\n                        },\n                        {\n                            \"id\": \"ceb\"\n                        },\n                        {\n                            \"id\": \"ces\"\n                        },\n                        {\n                            \"id\": \"chi_sim\"\n                        },\n                        {\n                            \"id\": \"chi_sim_vert\"\n                        },\n                        {\n                            \"id\": \"chi_tra\"\n                        },\n                        {\n                            \"id\": \"chi_tra_vert\"\n                        },\n                        {\n                            \"id\": \"chr\"\n                        },\n                        {\n                            \"id\": \"cos\"\n                        },\n                        {\n                            \"id\": \"cym\"\n                        },\n                        {\n                            \"id\": \"dan\"\n                        },\n                        {\n                            \"id\": \"deu\"\n                        },\n                        {\n                            \"id\": \"div\"\n                        },\n                        {\n                            \"id\": \"dzo\"\n                        },\n                        {\n                            \"id\": \"ell\"\n                        },\n                        {\n                            \"id\": \"eng\"\n                        },\n                        {\n                            \"id\": \"enm\"\n                        },\n                        {\n                            \"id\": \"epo\"\n                        },\n                        {\n                            \"id\": \"est\"\n                        },\n                        {\n                            \"id\": \"eus\"\n                        },\n                        {\n                            \"id\": \"fao\"\n                        },\n                        {\n                            \"id\": \"fas\"\n                        },\n                        {\n                            \"id\": \"fil\"\n                        },\n                        {\n                            \"id\": \"fin\"\n                        },\n                        {\n                            \"id\": \"fra\"\n                        },\n                        {\n                            \"id\": \"frk\"\n                        },\n                        {\n                            \"id\": \"frm\"\n                        },\n                        {\n                            \"id\": \"fry\"\n                        },\n                        {\n                            \"id\": \"gla\"\n                        },\n                        {\n                            \"id\": \"gle\"\n                        },\n                        {\n                            \"id\": \"glg\"\n                        },\n                        {\n                            \"id\": \"grc\"\n                        },\n                        {\n                            \"id\": \"guj\"\n                        },\n                        {\n                            \"id\": \"hat\"\n                        },\n                        {\n                            \"id\": \"heb\"\n                        },\n                        {\n                            \"id\": \"hin\"\n                        },\n                        {\n                            \"id\": \"hrv\"\n                        },\n                        {\n                            \"id\": \"hun\"\n                        },\n                        {\n                            \"id\": \"hye\"\n                        },\n                        {\n                            \"id\": \"iku\"\n                        },\n                        {\n                            \"id\": \"ind\"\n                        },\n                        {\n                            \"id\": \"isl\"\n                        },\n                        {\n                            \"id\": \"ita\"\n                        },\n                        {\n                            \"id\": \"ita_old\"\n                        },\n                        {\n                            \"id\": \"jav\"\n                        },\n                        {\n                            \"id\": \"jpn\"\n                        },\n                        {\n                            \"id\": \"jpn_vert\"\n                        },\n                        {\n                            \"id\": \"kan\"\n                        },\n                        {\n                            \"id\": \"kat\"\n                        },\n                        {\n                            \"id\": \"kat_old\"\n                        },\n                        {\n                            \"id\": \"kaz\"\n                        },\n                        {\n                            \"id\": \"khm\"\n                        },\n                        {\n                            \"id\": \"kir\"\n                        },\n                        {\n                            \"id\": \"kmr\"\n                        },\n                        {\n                            \"id\": \"kor\"\n                        },\n                        {\n                            \"id\": \"kor_vert\"\n                        },\n                        {\n                            \"id\": \"lao\"\n                        },\n                        {\n                            \"id\": \"lat\"\n                        },\n                        {\n                            \"id\": \"lav\"\n                        },\n                        {\n                            \"id\": \"lit\"\n                        },\n                        {\n                            \"id\": \"ltz\"\n                        },\n                        {\n                            \"id\": \"mal\"\n                        },\n                        {\n                            \"id\": \"mar\"\n                        },\n                        {\n                            \"id\": \"mkd\"\n                        },\n                        {\n                            \"id\": \"mlt\"\n                        },\n                        {\n                            \"id\": \"mon\"\n                        },\n                        {\n                            \"id\": \"mri\"\n                        },\n                        {\n                            \"id\": \"msa\"\n                        },\n                        {\n                            \"id\": \"mya\"\n                        },\n                        {\n                            \"id\": \"nep\"\n                        },\n                        {\n                            \"id\": \"nld\"\n                        },\n                        {\n                            \"id\": \"nor\"\n                        },\n                        {\n                            \"id\": \"oci\"\n                        },\n                        {\n                            \"id\": \"ori\"\n                        },\n                        {\n                            \"id\": \"osd\"\n                        },\n                        {\n                            \"id\": \"pan\"\n                        },\n                        {\n                            \"id\": \"pol\"\n                        },\n                        {\n                            \"id\": \"por\"\n                        },\n                        {\n                            \"id\": \"pus\"\n                        },\n                        {\n                            \"id\": \"que\"\n                        },\n                        {\n                            \"id\": \"ron\"\n                        },\n                        {\n                            \"id\": \"rus\"\n                        },\n                        {\n                            \"id\": \"san\"\n                        },\n                        {\n                            \"id\": \"script/Arabic\"\n                        },\n                        {\n                            \"id\": \"script/Armenian\"\n                        },\n                        {\n                            \"id\": \"script/Bengali\"\n                        },\n                        {\n                            \"id\": \"script/Canadian_Aboriginal\"\n                        },\n                        {\n                            \"id\": \"script/Cherokee\"\n                        },\n                        {\n                            \"id\": \"script/Cyrillic\"\n                        },\n                        {\n                            \"id\": \"script/Devanagari\"\n                        },\n                        {\n                            \"id\": \"script/Ethiopic\"\n                        },\n                        {\n                            \"id\": \"script/Fraktur\"\n                        },\n                        {\n                            \"id\": \"script/Georgian\"\n                        },\n                        {\n                            \"id\": \"script/Greek\"\n                        },\n                        {\n                            \"id\": \"script/Gujarati\"\n                        },\n                        {\n                            \"id\": \"script/Gurmukhi\"\n                        },\n                        {\n                            \"id\": \"script/HanS\"\n                        },\n                        {\n                            \"id\": \"script/HanS_vert\"\n                        },\n                        {\n                            \"id\": \"script/HanT\"\n                        },\n                        {\n                            \"id\": \"script/HanT_vert\"\n                        },\n                        {\n                            \"id\": \"script/Hangul\"\n                        },\n                        {\n                            \"id\": \"script/Hangul_vert\"\n                        },\n                        {\n                            \"id\": \"script/Hebrew\"\n                        },\n                        {\n                            \"id\": \"script/Japanese\"\n                        },\n                        {\n                            \"id\": \"script/Japanese_vert\"\n                        },\n                        {\n                            \"id\": \"script/Kannada\"\n                        },\n                        {\n                            \"id\": \"script/Khmer\"\n                        },\n                        {\n                            \"id\": \"script/Lao\"\n                        },\n                        {\n                            \"id\": \"script/Latin\"\n                        },\n                        {\n                            \"id\": \"script/Malayalam\"\n                        },\n                        {\n                            \"id\": \"script/Myanmar\"\n                        },\n                        {\n                            \"id\": \"script/Oriya\"\n                        },\n                        {\n                            \"id\": \"script/Sinhala\"\n                        },\n                        {\n                            \"id\": \"script/Syriac\"\n                        },\n                        {\n                            \"id\": \"script/Tamil\"\n                        },\n                        {\n                            \"id\": \"script/Telugu\"\n                        },\n                        {\n                            \"id\": \"script/Thaana\"\n                        },\n                        {\n                            \"id\": \"script/Thai\"\n                        },\n                        {\n                            \"id\": \"script/Tibetan\"\n                        },\n                        {\n                            \"id\": \"script/Vietnamese\"\n                        },\n                        {\n                            \"id\": \"sin\"\n                        },\n                        {\n                            \"id\": \"slk\"\n                        },\n                        {\n                            \"id\": \"slv\"\n                        },\n                        {\n                            \"id\": \"snd\"\n                        },\n                        {\n                            \"id\": \"snum\"\n                        },\n                        {\n                            \"id\": \"spa\"\n                        },\n                        {\n                            \"id\": \"spa_old\"\n                        },\n                        {\n                            \"id\": \"sqi\"\n                        },\n                        {\n                            \"id\": \"srp\"\n                        },\n                        {\n                            \"id\": \"srp_latn\"\n                        },\n                        {\n                            \"id\": \"sun\"\n                        },\n                        {\n                            \"id\": \"swa\"\n                        },\n                        {\n                            \"id\": \"swe\"\n                        },\n                        {\n                            \"id\": \"syr\"\n                        },\n                        {\n                            \"id\": \"tam\"\n                        },\n                        {\n                            \"id\": \"tat\"\n                        },\n                        {\n                            \"id\": \"tel\"\n                        },\n                        {\n                            \"id\": \"tgk\"\n                        },\n                        {\n                            \"id\": \"tha\"\n                        },\n                        {\n                            \"id\": \"tir\"\n                        },\n                        {\n                            \"id\": \"ton\"\n                        },\n                        {\n                            \"id\": \"tur\"\n                        },\n                        {\n                            \"id\": \"uig\"\n                        },\n                        {\n                            \"id\": \"ukr\"\n                        },\n                        {\n                            \"id\": \"urd\"\n                        },\n                        {\n                            \"id\": \"uzb\"\n                        },\n                        {\n                            \"id\": \"uzb_cyrl\"\n                        },\n                        {\n                            \"id\": \"vie\"\n                        },\n                        {\n                            \"id\": \"yid\"\n                        },\n                        {\n                            \"id\": \"yor\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"id\": \"text-aggregation-operator\",\n            \"title\": \"Text Aggregation Operator\",\n            \"description\": \"Operator that combines text detections into text body for the whole image. Detections are sorted from left to right first and then top to bottom, using the top-left corner of the bounding box as reference.\",\n            \"input_fields\": [\n                \"regions[...].data.text\"\n            ],\n            \"output_fields\": [\n                \"text\"\n            ],\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.avg_word_width_window_factor\",\n                    \"field_type\": 7,\n                    \"default_value\": 2,\n                    \"description\": \"Width of the window within which words are considered part of the same line, relative to the average word width\",\n                    \"placeholder\": \"avg_word_width_window_factor\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000000\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.avg_word_height_window_factor\",\n                    \"field_type\": 7,\n                    \"default_value\": 1,\n                    \"description\": \"Height of the window within which words are considered part of the same line, relative to the average word height.\",\n                    \"placeholder\": \"avg_word_height_window_factor\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000000\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": \"tiling-region-aggregator-operator\",\n            \"title\": \"Tiling Region Aggregator Operator\",\n            \"description\": \"Operator to be used as a follow up to the image-tiling-operator and visual detector. This operator will transform the detections on each of tiles back to the original image and perform non-maximum suppression. Only the top class prediction for each box is considered.\",\n            \"input_fields\": [\n                \"regions[...].region_info.bounding_box,regions[...].data.regions[...].region_info.bounding_box,regions[...].data.regions[...].data.concepts\",\n                \"image\"\n            ],\n            \"output_fields\": [\n                \"regions[...].data.concepts,regions[...].region_info.bounding_box\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.iou_threshold\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.5,\n                    \"description\": \"Determines the iou threshold in the nms step used after aggregating resulting detections from each tile since some tiles may overlap.\",\n                    \"placeholder\": \"iou_threshold\",\n                    \"model_type_range_info\": {\n                        \"min\": 0.01,\n                        \"max\": 1\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": \"tokens-to-entity-operator\",\n            \"title\": \"Tokens to Entity Operator\",\n            \"description\": \"Operator that combines text tokens into entities, e.g. `New` + `York` -> `New York`.\",\n            \"input_fields\": [\n                \"regions[...].data.text,regions[...].data.concepts\"\n            ],\n            \"output_fields\": [\n                \"regions[...].data.text,regions[...].data.concepts\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.aggregation_mode\",\n                    \"field_type\": 8,\n                    \"default_value\": \"MEAN\",\n                    \"description\": \"Token aggregation methods\",\n                    \"placeholder\": \"aggregation_mode\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"MEAN\"\n                        },\n                        {\n                            \"id\": \"MAX\"\n                        },\n                        {\n                            \"id\": \"FIRST\"\n                        }\n                    ]\n                },\n                {\n                    \"path\": \"output_info.params.annotation_type\",\n                    \"field_type\": 8,\n                    \"default_value\": \"BIO\",\n                    \"description\": \"Token annotation types\",\n                    \"placeholder\": \"annotation_type\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"IO\"\n                        },\n                        {\n                            \"id\": \"BIO\"\n                        },\n                        {\n                            \"id\": \"BMEWO\"\n                        },\n                        {\n                            \"id\": \"BMEWO+\"\n                        },\n                        {\n                            \"id\": \"OTHER\"\n                        }\n                    ]\n                },\n                {\n                    \"path\": \"output_info.params.subword_prefix\",\n                    \"field_type\": 2,\n                    \"default_value\": \"##\",\n                    \"description\": \"Prefix string for subword e.g. ##ing. Letters, numbers, and punctuations are not allowed to be subword prefix\",\n                    \"placeholder\": \"subword_prefix\"\n                }\n            ]\n        },\n        {\n            \"id\": \"track-representation-operator\",\n            \"title\": \"Track Representation Operator\",\n            \"description\": \"The operator takes embedding of each track frame and aggregate them to form a track embedding.\",\n            \"input_fields\": [\n                \"frames[...].data.regions[...].track_id\",\n                \"frames[...].data.regions[...].data.embeddings\"\n            ],\n            \"output_fields\": [\n                \"tracks[...].data.embeddings\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.embedding_index\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"the i-th embedding of the embeddings\",\n                    \"placeholder\": \"embedding_index\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.normalize\",\n                    \"field_type\": 1,\n                    \"default_value\": true,\n                    \"description\": \"if true, normalize the embedding\",\n                    \"placeholder\": \"normalize\"\n                }\n            ]\n        },\n        {\n            \"id\": \"keyword-filter-operator\",\n            \"title\": \"Keyword Filter Operator\",\n            \"description\": \"This operator is initialized with a set of words, and then determines which are found in the input text.\",\n            \"input_fields\": [\n                \"text\"\n            ],\n            \"output_fields\": [\n                \"concepts\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.keywords\",\n                    \"field_type\": 13,\n                    \"default_value\": [\n                        \"\"\n                    ],\n                    \"description\": \"A list of keywords to search for in the text.\",\n                    \"placeholder\": \"keywords\"\n                },\n                {\n                    \"path\": \"output_info.params.case_sensitive\",\n                    \"field_type\": 1,\n                    \"default_value\": false,\n                    \"description\": \"Match keywords only when the cases match.\",\n                    \"placeholder\": \"case_sensitive\"\n                }\n            ]\n        },\n        {\n            \"id\": \"neural-lite-tracker\",\n            \"title\": \"Neural Lite Tracker\",\n            \"description\": \"Neural Lite Tracker uses light-weight trainable graphical models to infer states of tracks and perform associations using hybrid similairty of IoU and centroid distance\",\n            \"input_fields\": [\n                \"frames[...].data.regions[...].data.concepts,frames[...].data.regions[...].region_info.bounding_box\"\n            ],\n            \"output_fields\": [\n                \"frames[...].data.regions[...].track_id\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.iou_dist_ratio\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"if 1.0 purely IoU similarity, if 0.0 purely centroid distance similarity\",\n                    \"placeholder\": \"iou_dist_ratio\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.mortal_th\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.9,\n                    \"description\": \"mortality threshold\",\n                    \"placeholder\": \"mortal_th\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.min_box_area\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.00001,\n                    \"description\": \"minimum area of a valid box\",\n                    \"placeholder\": \"min_box_area\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.min_activity\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"return only tracks with activities above min_activity\",\n                    \"placeholder\": \"min_activity\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.nms_iou_th\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.25,\n                    \"description\": \"NMS IoU threshold\",\n                    \"placeholder\": \"nms_iou_th\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.shrink_factor\",\n                    \"field_type\": 7,\n                    \"default_value\": 1,\n                    \"description\": \"change box size by `shrink_factor`\",\n                    \"placeholder\": \"shrink_factor\",\n                    \"model_type_range_info\": {\n                        \"max\": \"Infinity\"\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.min_confidence\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"This is the minimum confidence score for detections to be considered for tracking.\",\n                    \"placeholder\": \"min_confidence\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.max_disappeared\",\n                    \"field_type\": 7,\n                    \"default_value\": 15,\n                    \"description\": \"This is the number of maximum consecutive frames a given object is allowed to be marked as \\\"disappeared\\\" until we need to deregister the object from tracking.\",\n                    \"placeholder\": \"max_disappeared\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.min_visible_frames\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"only return tracks with minimum visible frames > min_visible_frames.\",\n                    \"placeholder\": \"min_visible_frames\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.max_distance\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.4,\n                    \"description\": \"associate tracks with detections only when their distance is below max_distance.\",\n                    \"placeholder\": \"max_distance\",\n                    \"model_type_range_info\": {\n                        \"max\": 1.41\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.track_id_prefix\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"Prefix to add on to track to eliminate conflicts\",\n                    \"placeholder\": \"track_id_prefix\"\n                }\n            ],\n            \"evaluation_type\": 5\n        },\n        {\n            \"id\": \"neural-tracker\",\n            \"title\": \"Neural Tracker\",\n            \"description\": \"Neural Tracker uses neural probabilistic models to perform filtering and association.\",\n            \"input_fields\": [\n                \"frames[...].data.regions[...].data.concepts,frames[...].data.regions[...].region_info.bounding_box\"\n            ],\n            \"output_fields\": [\n                \"frames[...].data.regions[...].track_id\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.filtered_probability\",\n                    \"field_type\": 1,\n                    \"default_value\": false,\n                    \"description\": \"if false, return original detection probability; if true return processed probability from the tracker\",\n                    \"placeholder\": \"filtered_probability\"\n                },\n                {\n                    \"path\": \"output_info.params.min_visible_frames\",\n                    \"field_type\": 3,\n                    \"default_value\": 0,\n                    \"description\": \"only return tracks with minimum visible frames > min_visible_frame\",\n                    \"placeholder\": \"min_visible_frames\"\n                },\n                {\n                    \"path\": \"output_info.params.min_confidence\",\n                    \"field_type\": 3,\n                    \"default_value\": 0.6,\n                    \"description\": \"only track detections with confidence > min_confidence; confidence is specified by the detector\",\n                    \"placeholder\": \"min_confidence\"\n                },\n                {\n                    \"path\": \"output_info.params.max_disappeared\",\n                    \"field_type\": 3,\n                    \"default_value\": 30,\n                    \"description\": \"max number of missed framed before deregistering the track\",\n                    \"placeholder\": \"max_disappeared\"\n                },\n                {\n                    \"path\": \"output_info.params.max_detection\",\n                    \"field_type\": 3,\n                    \"default_value\": 50,\n                    \"description\": \"max detection per frame\",\n                    \"placeholder\": \"max_detection\"\n                },\n                {\n                    \"path\": \"output_info.params.has_probability\",\n                    \"field_type\": 1,\n                    \"default_value\": true,\n                    \"placeholder\": \"has_probability\"\n                },\n                {\n                    \"path\": \"output_info.params.has_embedding\",\n                    \"field_type\": 1,\n                    \"default_value\": true,\n                    \"placeholder\": \"has_embedding\"\n                }\n            ],\n            \"evaluation_type\": 5\n        },\n        {\n            \"id\": \"byte-tracker\",\n            \"title\": \"BYTE Tracker\",\n            \"description\": \"BYTE Track\",\n            \"input_fields\": [\n                \"frames[...].data.regions[...].data.concepts,frames[...].data.regions[...].region_info.bounding_box\"\n            ],\n            \"output_fields\": [\n                \"frames[...].data.regions[...].track_id\"\n            ],\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.min_confidence\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"This is the minimum confidence score for detections to be considered for tracking.\",\n                    \"placeholder\": \"min_confidence\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.min_visible_frames\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"only return tracks with minimum visible frames > min_visible_frames.\",\n                    \"placeholder\": \"min_visible_frames\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.track_id_prefix\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"Prefix to add on to track to eliminate conflicts\",\n                    \"placeholder\": \"track_id_prefix\"\n                },\n                {\n                    \"path\": \"output_info.params.max_disappeared\",\n                    \"field_type\": 7,\n                    \"default_value\": 15,\n                    \"description\": \"This is the number of maximum consecutive frames a given object is allowed to be marked as \\\"disappeared\\\" until we need to deregister the object from tracking.\",\n                    \"placeholder\": \"max_disappeared\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.new_track_confidence_thresh\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"Initilize new track if confidence score of new detection is greater than the setting.\",\n                    \"placeholder\": \"new_track_confidence_thresh\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.confidence_thresh\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"This is used to categorize high score detections for the first association if their scores are greater, and the second association if not.\",\n                    \"placeholder\": \"confidence_thresh\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.high_confidence_match_thresh\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.8,\n                    \"description\": \"The distance threshold for high score detection.\",\n                    \"placeholder\": \"high_confidence_match_thresh\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.low_confidence_match_thresh\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.7,\n                    \"description\": \"The distance threshold for low score detection.\",\n                    \"placeholder\": \"low_confidence_match_thresh\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.unconfirmed_match_thresh\",\n                    \"field_type\": 3,\n                    \"default_value\": 0.5,\n                    \"description\": \"The distance threshold for unconfirmed tracks, usually tracks with only one beginning frame. {\\\"min\\\": 0, \\\"max\\\": 1}     \",\n                    \"placeholder\": \"unconfirmed_match_thresh\"\n                },\n                {\n                    \"path\": \"output_info.params.min_confidence\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"This is the minimum confidence score for detections to be considered for tracking.\",\n                    \"placeholder\": \"min_confidence\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.max_disappeared\",\n                    \"field_type\": 7,\n                    \"default_value\": 15,\n                    \"description\": \"This is the number of maximum consecutive frames a given object is allowed to be marked as \\\"disappeared\\\" until we need to deregister the object from tracking.\",\n                    \"placeholder\": \"max_disappeared\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.min_visible_frames\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"only return tracks with minimum visible frames > min_visible_frames.\",\n                    \"placeholder\": \"min_visible_frames\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.max_distance\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.4,\n                    \"description\": \"associate tracks with detections only when their distance is below max_distance.\",\n                    \"placeholder\": \"max_distance\",\n                    \"model_type_range_info\": {\n                        \"max\": 1.41\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.track_id_prefix\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"Prefix to add on to track to eliminate conflicts\",\n                    \"placeholder\": \"track_id_prefix\"\n                }\n            ],\n            \"evaluation_type\": 5\n        },\n        {\n            \"id\": \"centroid-tracker\",\n            \"title\": \"Centroid Tracker\",\n            \"description\": \"Centroid trackers rely on the Euclidean distance between centroids of regions in different video frames to assign the same track ID to detections of the same object.\",\n            \"input_fields\": [\n                \"frames[...].data.regions[...].data.concepts,frames[...].data.regions[...].region_info.bounding_box\"\n            ],\n            \"output_fields\": [\n                \"frames[...].data.regions[...].track_id\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.min_confidence\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"This is the minimum confidence score for detections to be considered for tracking.\",\n                    \"placeholder\": \"min_confidence\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.max_disappeared\",\n                    \"field_type\": 7,\n                    \"default_value\": 15,\n                    \"description\": \"This is the number of maximum consecutive frames a given object is allowed to be marked as \\\"disappeared\\\" until we need to deregister the object from tracking.\",\n                    \"placeholder\": \"max_disappeared\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.min_visible_frames\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"only return tracks with minimum visible frames > min_visible_frames.\",\n                    \"placeholder\": \"min_visible_frames\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.max_distance\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.4,\n                    \"description\": \"associate tracks with detections only when their distance is below max_distance.\",\n                    \"placeholder\": \"max_distance\",\n                    \"model_type_range_info\": {\n                        \"max\": 1.41\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.track_id_prefix\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"Prefix to add on to track to eliminate conflicts\",\n                    \"placeholder\": \"track_id_prefix\"\n                }\n            ],\n            \"evaluation_type\": 5\n        },\n        {\n            \"id\": \"kalman-filter-tracker\",\n            \"title\": \"Kalman Filter Hungarian Tracker\",\n            \"description\": \"Kalman Filter trackers rely on the Kalman Filter algorithm to estimate the next position of an object based on its position and velocity in previous frames. Then detections are matched to predictions by using the Hungarian algorithm.\",\n            \"input_fields\": [\n                \"frames[...].data.regions[...].data.concepts,frames[...].data.regions[...].region_info.bounding_box\"\n            ],\n            \"output_fields\": [\n                \"frames[...].data.regions[...].track_id\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.min_confidence\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"This is the minimum confidence score for detections to be considered for tracking.\",\n                    \"placeholder\": \"min_confidence\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.association_confidence\",\n                    \"field_type\": 11,\n                    \"default_value\": [\n                        0\n                    ],\n                    \"description\": \"The list of association confidences to perform for each round.\",\n                    \"placeholder\": \"association_confidence\"\n                },\n                {\n                    \"path\": \"output_info.params.max_disappeared\",\n                    \"field_type\": 7,\n                    \"default_value\": 15,\n                    \"description\": \"This is the number of maximum consecutive frames a given object is allowed to be marked as \\\"disappeared\\\" until we need to deregister the object from tracking.\",\n                    \"placeholder\": \"max_disappeared\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.min_visible_frames\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"only return tracks with minimum visible frames > min_visible_frames.\",\n                    \"placeholder\": \"min_visible_frames\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.max_distance\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.4,\n                    \"description\": \"associate tracks with detections only when their distance is below max_distance.\",\n                    \"placeholder\": \"max_distance\",\n                    \"model_type_range_info\": {\n                        \"max\": 1.41\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.track_id_prefix\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"Prefix to add on to track to eliminate conflicts\",\n                    \"placeholder\": \"track_id_prefix\"\n                },\n                {\n                    \"path\": \"output_info.params.covariance_error\",\n                    \"field_type\": 7,\n                    \"default_value\": 1,\n                    \"description\": \"Magnitude of the uncertainty on the initial state.\",\n                    \"placeholder\": \"covariance_error\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000000\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.observation_error\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.1,\n                    \"description\": \"Magnitude of the uncertainty on detection coordinates.\",\n                    \"placeholder\": \"observation_error\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000000\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.distance_metric\",\n                    \"field_type\": 8,\n                    \"default_value\": \"centroid_distance\",\n                    \"description\": \"Distance metric for Hungarian matching\",\n                    \"placeholder\": \"distance_metric\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"centroid_distance\"\n                        },\n                        {\n                            \"id\": \"iou\"\n                        },\n                        {\n                            \"id\": \"visual_and_iou\"\n                        }\n                    ]\n                },\n                {\n                    \"path\": \"output_info.params.initialization_confidence\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"Confidence for starting a new track. must be > min_confidence to have an effect.\",\n                    \"placeholder\": \"initialization_confidence\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.project_track\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"How many frames in total to project box when detection isn't recorded for track.\",\n                    \"placeholder\": \"project_track\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.use_detect_box\",\n                    \"field_type\": 7,\n                    \"default_value\": 1,\n                    \"description\": \"How many frames to project the last detection box, should be less than project_track_frames (1 is current frame).\",\n                    \"placeholder\": \"use_detect_box\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.project_without_detect\",\n                    \"field_type\": 7,\n                    \"default_value\": 1,\n                    \"description\": \"Whether to keep projecting the box forward if no detect is matched.\",\n                    \"placeholder\": \"project_without_detect\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.project_fix_box_size\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"Whether to fix the box size when the track is in a project state\",\n                    \"placeholder\": \"project_fix_box_size\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.detect_box_fall_back\",\n                    \"field_type\": 7,\n                    \"default_value\": 2,\n                    \"description\": \"Rely on detect box if association error is above this value\",\n                    \"placeholder\": \"detect_box_fall_back\",\n                    \"model_type_range_info\": {\n                        \"max\": 2\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.keep_track_in_image\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"if this is 1, then push the tracker predict to stay inside image boundaries\",\n                    \"placeholder\": \"keep_track_in_image\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.match_limit_ratio\",\n                    \"field_type\": 7,\n                    \"default_value\": -1,\n                    \"description\": \"Multiplier to constrain association (< 1 is ignored) based on other associations\",\n                    \"placeholder\": \"match_limit_ratio\",\n                    \"model_type_range_info\": {\n                        \"min\": -1,\n                        \"max\": 10\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.match_limit_min_matches\",\n                    \"field_type\": 7,\n                    \"default_value\": 3,\n                    \"description\": \"Min Number of matched tracks needed to invoke match limit\",\n                    \"placeholder\": \"match_limit_min_matches\",\n                    \"model_type_range_info\": {\n                        \"min\": 1,\n                        \"max\": 10,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.optimal_assignment\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"If True, rule out pairs with distance > max_distance before assignment\",\n                    \"placeholder\": \"optimal_assignment\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.min_confidence\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"This is the minimum confidence score for detections to be considered for tracking.\",\n                    \"placeholder\": \"min_confidence\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.max_disappeared\",\n                    \"field_type\": 7,\n                    \"default_value\": 15,\n                    \"description\": \"This is the number of maximum consecutive frames a given object is allowed to be marked as \\\"disappeared\\\" until we need to deregister the object from tracking.\",\n                    \"placeholder\": \"max_disappeared\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.min_visible_frames\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"only return tracks with minimum visible frames > min_visible_frames.\",\n                    \"placeholder\": \"min_visible_frames\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.max_distance\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.4,\n                    \"description\": \"associate tracks with detections only when their distance is below max_distance.\",\n                    \"placeholder\": \"max_distance\",\n                    \"model_type_range_info\": {\n                        \"max\": 1.41\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.track_id_prefix\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"Prefix to add on to track to eliminate conflicts\",\n                    \"placeholder\": \"track_id_prefix\"\n                }\n            ],\n            \"evaluation_type\": 5\n        },\n        {\n            \"id\": \"kalman-reid-tracker\",\n            \"title\": \"Kalman Tracker w/ re-ID\",\n            \"description\": \"Kalman reid tracker is a kalman filter tracker that expects the Embedding proto field to be populated for detections, and reassigns track IDs based off of embedding distance\",\n            \"input_fields\": [\n                \"frames[...].data.regions[...].data.concepts\"\n            ],\n            \"output_fields\": [\n                \"frames[...].data.regions[...].track_id\"\n            ],\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.max_emb_distance\",\n                    \"field_type\": 7,\n                    \"default_value\": 1,\n                    \"description\": \"Max embedding distance to be considered a re-identification\",\n                    \"placeholder\": \"max_emb_distance\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000000\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.max_dead\",\n                    \"field_type\": 7,\n                    \"default_value\": 100,\n                    \"description\": \"Max number of frames for track to be dead before we re-assign the ID\",\n                    \"placeholder\": \"max_dead\",\n                    \"model_type_range_info\": {\n                        \"min\": 1,\n                        \"max\": 1000000\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.var_tracker\",\n                    \"field_type\": 8,\n                    \"default_value\": \"na\",\n                    \"description\": \"String that determines how embeddings from multiple timesteps are aggregated, defaults to \\\"na\\\" (most recent embedding overwrites past embeddings)\",\n                    \"placeholder\": \"var_tracker\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"med\"\n                        },\n                        {\n                            \"id\": \"ma\"\n                        },\n                        {\n                            \"id\": \"ema\"\n                        },\n                        {\n                            \"id\": \"na\"\n                        }\n                    ]\n                },\n                {\n                    \"path\": \"output_info.params.reid_model_path\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"The path to the linker\",\n                    \"placeholder\": \"reid_model_path\"\n                },\n                {\n                    \"path\": \"output_info.params.min_confidence\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"This is the minimum confidence score for detections to be considered for tracking.\",\n                    \"placeholder\": \"min_confidence\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.association_confidence\",\n                    \"field_type\": 11,\n                    \"default_value\": [\n                        0\n                    ],\n                    \"description\": \"The list of association confidences to perform for each round.\",\n                    \"placeholder\": \"association_confidence\"\n                },\n                {\n                    \"path\": \"output_info.params.max_disappeared\",\n                    \"field_type\": 7,\n                    \"default_value\": 15,\n                    \"description\": \"This is the number of maximum consecutive frames a given object is allowed to be marked as \\\"disappeared\\\" until we need to deregister the object from tracking.\",\n                    \"placeholder\": \"max_disappeared\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.min_visible_frames\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"only return tracks with minimum visible frames > min_visible_frames.\",\n                    \"placeholder\": \"min_visible_frames\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.max_distance\",\n                    \"field_type\": 3,\n                    \"default_value\": 0.4,\n                    \"description\": \"associate tracks with detections only when their distance is below max_distance (per round if a List)\",\n                    \"placeholder\": \"max_distance\"\n                },\n                {\n                    \"path\": \"output_info.params.track_id_prefix\",\n                    \"field_type\": 2,\n                    \"default_value\": \"\",\n                    \"description\": \"Prefix to add on to track to eliminate conflict\",\n                    \"placeholder\": \"track_id_prefix\"\n                },\n                {\n                    \"path\": \"output_info.params.covariance_error\",\n                    \"field_type\": 7,\n                    \"default_value\": 1,\n                    \"description\": \"Magnitude of the uncertainty on the initial state.\",\n                    \"placeholder\": \"covariance_error\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000000\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.observation_error\",\n                    \"field_type\": 7,\n                    \"default_value\": 0.1,\n                    \"description\": \"Magnitude of the uncertainty on detection coordinates.\",\n                    \"placeholder\": \"observation_error\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000000\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.distance_metric\",\n                    \"field_type\": 8,\n                    \"default_value\": \"centroid_distance\",\n                    \"description\": \"Distance metric for Hungarian matching\",\n                    \"placeholder\": \"distance_metric\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"centroid_distance\"\n                        },\n                        {\n                            \"id\": \"iou\"\n                        },\n                        {\n                            \"id\": \"visual_and_iou\"\n                        }\n                    ]\n                },\n                {\n                    \"path\": \"output_info.params.initialization_confidence\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"Confidence for starting a new track. must be > min_confidence to have an effect.\",\n                    \"placeholder\": \"initialization_confidence\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.project_track\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"How many frames in total to project box when detection isn't recorded for track.\",\n                    \"placeholder\": \"project_track\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.use_detect_box\",\n                    \"field_type\": 7,\n                    \"default_value\": 1,\n                    \"description\": \"How many frames to project the last detection box, should be less than project_track_frames (1 is current frame).\",\n                    \"placeholder\": \"use_detect_box\",\n                    \"model_type_range_info\": {\n                        \"max\": 1000,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.project_without_detect\",\n                    \"field_type\": 7,\n                    \"default_value\": 1,\n                    \"description\": \"Whether to keep projecting the box forward if no detect is matched.\",\n                    \"placeholder\": \"project_without_detect\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.project_fix_box_size\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"Whether to fix the box size when the track is in a project state\",\n                    \"placeholder\": \"project_fix_box_size\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.detect_box_fall_back\",\n                    \"field_type\": 7,\n                    \"default_value\": 2,\n                    \"description\": \"Rely on detect box if association error is above this value\",\n                    \"placeholder\": \"detect_box_fall_back\",\n                    \"model_type_range_info\": {\n                        \"max\": 2\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.keep_track_in_image\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"if this is 1, then push the tracker predict to stay inside image boundaries\",\n                    \"placeholder\": \"keep_track_in_image\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.match_limit_ratio\",\n                    \"field_type\": 7,\n                    \"default_value\": -1,\n                    \"description\": \"Multiplier to constrain association (< 1 is ignored) based on other associations\",\n                    \"placeholder\": \"match_limit_ratio\",\n                    \"model_type_range_info\": {\n                        \"min\": -1,\n                        \"max\": 10\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.match_limit_min_matches\",\n                    \"field_type\": 7,\n                    \"default_value\": 3,\n                    \"description\": \"Min Number of matched tracks needed to invoke match limit\",\n                    \"placeholder\": \"match_limit_min_matches\",\n                    \"model_type_range_info\": {\n                        \"min\": 1,\n                        \"max\": 10,\n                        \"step\": 1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.optimal_assignment\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"If True, rule out pairs with distance > max_distance before assignment\",\n                    \"placeholder\": \"optimal_assignment\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 1\n                    }\n                }\n            ],\n            \"evaluation_type\": 5\n        },\n        {\n            \"id\": \"text-embedder\",\n            \"title\": \"Text Embedder\",\n            \"description\": \"Embed text into a vector representing a high level understanding from our AI models. These embeddings enable similarity search and training on top of them.\",\n            \"input_fields\": [\n                \"text\"\n            ],\n            \"output_fields\": [\n                \"embeddings\"\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"text\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                1\n                            ],\n                            \"data_type\": 1,\n                            \"description\": \"The text string sent to the model\"\n                        }\n                    ],\n                    \"description\": \"Text urls content or raw text passed in through the API are directly sent to the model\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"embeddings\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"data_type\": 5\n                        }\n                    ],\n                    \"description\": \"The embedding vector returned by the model\"\n                }\n            ]\n        },\n        {\n            \"id\": \"text-token-classifier\",\n            \"title\": \"Text Token Classifier\",\n            \"description\": \"Classify tokens from a set of entity classes.\",\n            \"input_fields\": [\n                \"text\"\n            ],\n            \"output_fields\": [\n                \"regions[...].region_info.span,regions[...].data.concepts\"\n            ],\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.params.max_concepts\",\n                    \"field_type\": 3,\n                    \"default_value\": 20,\n                    \"description\": \"Maximum number of concepts in result\",\n                    \"placeholder\": \"Maximum concepts\"\n                },\n                {\n                    \"path\": \"output_info.params.select_concepts\",\n                    \"field_type\": 18,\n                    \"default_value\": [],\n                    \"description\": \"Select concepts in result by name or by id\",\n                    \"placeholder\": \"Select Concepts\"\n                },\n                {\n                    \"path\": \"output_info.params.min_value\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"Minimum value of concept's probability score in result. In other words, all concepts with a probability score less than this threshold will be filtered out.\",\n                    \"placeholder\": \"Min value\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 0.01\n                    }\n                }\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"text\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                1\n                            ],\n                            \"data_type\": 1,\n                            \"description\": \"The text string sent to the model\"\n                        }\n                    ],\n                    \"description\": \"Text urls content or raw text passed in through the API are directly sent to the model\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"regions[...].region_info.span.char_start\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                1\n                            ],\n                            \"data_type\": 3,\n                            \"description\": \"The starting character number for each entity.\"\n                        }\n                    ]\n                },\n                {\n                    \"data_field_name\": \"regions[...].region_info.span.char_end\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                1\n                            ],\n                            \"data_type\": 3,\n                            \"description\": \"The ending character number for each entity.\"\n                        }\n                    ]\n                },\n                {\n                    \"data_field_name\": \"regions[...].data.concepts[...].id\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                1\n                            ],\n                            \"data_type\": 3,\n                            \"description\": \"The concept number for each entity.\"\n                        }\n                    ],\n                    \"requires_label_filename\": true\n                },\n                {\n                    \"data_field_name\": \"regions[...].data.concepts[...].value\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                1\n                            ],\n                            \"data_type\": 5,\n                            \"description\": \"The confidence value for the predicted concept for each entity.\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"id\": \"visual-anomaly-heatmap\",\n            \"title\": \"Visual Anomaly\",\n            \"description\": \"Visual anomaly detection with image-level score and anomaly heatmap\",\n            \"input_fields\": [\n                \"image\"\n            ],\n            \"output_fields\": [\n                \"concepts,heatmaps\"\n            ],\n            \"trainable\": true,\n            \"creatable\": true,\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.data.concepts\",\n                    \"field_type\": 4,\n                    \"description\": \"Single-element list containing the anomaly concept\",\n                    \"placeholder\": \"Anomaly concept\",\n                    \"required\": true\n                },\n                {\n                    \"path\": \"train_info.params.invalid_data_tolerance_percent\",\n                    \"field_type\": 7,\n                    \"default_value\": 5,\n                    \"description\": \"Percentage value (0 to 100) of user's tolerance level to invalid inputs among all training inputs. Training will be stopped with error thrown if actual percent of invalid inputs is higher than this\",\n                    \"placeholder\": \"Invalid Data Tolerance Percentage\",\n                    \"model_type_range_info\": {\n                        \"max\": 100,\n                        \"step\": 0.1\n                    }\n                },\n                {\n                    \"path\": \"train_info.params.dataset_id\",\n                    \"field_type\": 16,\n                    \"default_value\": \"\",\n                    \"description\": \"Deprecated in favor of train_info.dataset\",\n                    \"placeholder\": \"DEPRECATED: Training Dataset ID\"\n                },\n                {\n                    \"path\": \"train_info.dataset\",\n                    \"field_type\": 19,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset to use for training this model\",\n                    \"placeholder\": \"Training Dataset\"\n                },\n                {\n                    \"path\": \"train_info.params.dataset_version_id\",\n                    \"field_type\": 17,\n                    \"default_value\": \"\",\n                    \"description\": \"Deprecated in favor of train_info.dataset.version\",\n                    \"placeholder\": \"DEPRECATED: Training Dataset Version ID\"\n                },\n                {\n                    \"path\": \"train_info.dataset.version\",\n                    \"field_type\": 20,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset version to use for training this model. If a dataset version is not specified but a dataset is, we will automatically generate a dataset version.\",\n                    \"placeholder\": \"Training Dataset Version\"\n                },\n                {\n                    \"path\": \"train_info.params.template\",\n                    \"field_type\": 14,\n                    \"default_value\": \"Anomalib_PatchCore\",\n                    \"description\": \"The template name is a pre-configured model template to train with on your data. Depending on your data you might want to try a few templates to see which yields optimal results.\",\n                    \"placeholder\": \"Training Template\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"Anomalib_PatchCore\",\n                            \"description\": \"A training template that uses the Anomalib toolkit and PatchCore configuration \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.anomalib_config_json\",\n                                    \"field_type\": 2,\n                                    \"default_value\": \"\",\n                                    \"description\": \"json with anomalib config to use over defaults\",\n                                    \"placeholder\": \"anomalib_config_json\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.gpu_enabled\",\n                                    \"field_type\": 1,\n                                    \"default_value\": true,\n                                    \"description\": \"whether to train using gpu\",\n                                    \"placeholder\": \"gpu_enabled\",\n                                    \"internal_only\": true\n                                }\n                            ],\n                            \"internal_only\": true,\n                            \"recommended\": true\n                        }\n                    ],\n                    \"required\": true\n                }\n            ]\n        },\n        {\n            \"id\": \"zero-shot-image-segmenter\",\n            \"title\": \"Zero Shot Image Segmenter\",\n            \"description\": \"Dynamically segment a per-pixel mask in images where things are and then classify objects, descriptive words or topics within the masks.\",\n            \"input_fields\": [\n                \"image\",\n                \"concepts\"\n            ],\n            \"output_fields\": [\n                \"regions[...].region_info.mask,regions[...].data.concepts\"\n            ],\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.data.concepts\",\n                    \"field_type\": 4,\n                    \"description\": \"List of concepts you want this model to predict from. The concept name will be sent to the model.\",\n                    \"placeholder\": \"List of concepts\"\n                }\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"image\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                -1,\n                                3\n                            ],\n                            \"max_dims\": [\n                                1024,\n                                1024,\n                                3\n                            ],\n                            \"data_type\": 2,\n                            \"description\": \"First two dimensions are the height and width, followed by the number of channels.\"\n                        }\n                    ],\n                    \"description\": \"Image urls or base64 are converted into numpy arrays of the specified size and forwarded to the model. If flexible dims are provided, inputs will be downsampled and padded to a default size.\"\n                },\n                {\n                    \"data_field_name\": \"concepts[...].name\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"max_dims\": [\n                                1000\n                            ],\n                            \"data_type\": 1\n                        }\n                    ],\n                    \"description\": \"A list of the concept names to forward to the model. Pixel values should use the concepts index values in the list.\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"regions[...].region_info.mask,regions[...].data.concepts\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                -1\n                            ],\n                            \"data_type\": 4,\n                            \"description\": \"The pixel class numbers of each image pixel. Pixel values should use the concepts index values in the list.\"\n                        }\n                    ],\n                    \"description\": \"The image mask returned by the model\",\n                    \"requires_label_filename\": true\n                }\n            ]\n        },\n        {\n            \"id\": \"zero-shot-text-classifier\",\n            \"title\": \"Zero Shot Text Classifier\",\n            \"description\": \"Classify text into a set of concepts provided by user using a pretrained model.\",\n            \"input_fields\": [\n                \"text\",\n                \"concepts\"\n            ],\n            \"output_fields\": [\n                \"concepts\"\n            ],\n            \"model_type_fields\": [\n                {\n                    \"path\": \"eval_info.params.dataset_id\",\n                    \"field_type\": 16,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset to use for evaluating this model.\",\n                    \"placeholder\": \"Eval Dataset ID\"\n                },\n                {\n                    \"path\": \"eval_info.params.dataset_version_id\",\n                    \"field_type\": 17,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset version to use for evaluating this model. If a dataset version is not specified but a dataset is, we will automatically generate a dataset version.\",\n                    \"placeholder\": \"Eval Dataset Version ID\"\n                },\n                {\n                    \"path\": \"output_info.data.concepts\",\n                    \"field_type\": 4,\n                    \"description\": \"List of concepts you want this model to predict from. The concept name will be sent to the model.\",\n                    \"placeholder\": \"List of concepts\"\n                },\n                {\n                    \"path\": \"output_info.params.max_concepts\",\n                    \"field_type\": 3,\n                    \"default_value\": 20,\n                    \"description\": \"Maximum number of concepts in result\",\n                    \"placeholder\": \"Maximum concepts\"\n                },\n                {\n                    \"path\": \"output_info.params.min_value\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"Minimum value of concept's probability score in result. In other words, all concepts with a probability score less than this threshold will be filtered out.\",\n                    \"placeholder\": \"Min value\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 0.01\n                    }\n                }\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"text\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                1\n                            ],\n                            \"data_type\": 1,\n                            \"description\": \"The text string sent to the model\"\n                        }\n                    ],\n                    \"description\": \"Text urls content or raw text passed in through the API are directly sent to the model\"\n                },\n                {\n                    \"data_field_name\": \"concepts[...].name\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"max_dims\": [\n                                1000\n                            ],\n                            \"data_type\": 1\n                        }\n                    ],\n                    \"description\": \"A list of the concept names to forward to the model\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"concepts[...].name\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"data_type\": 1\n                        }\n                    ],\n                    \"description\": \"A list of the concept names returned by the model\"\n                },\n                {\n                    \"data_field_name\": \"concepts[...].value\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"data_type\": 5,\n                            \"description\": \"The confidence value for the respective predicted concept.\"\n                        }\n                    ]\n                }\n            ],\n            \"evaluation_type\": 1\n        },\n        {\n            \"id\": \"audio-classifier\",\n            \"title\": \"Audio Classifier\",\n            \"description\": \"Classify audio into a set of concepts.\",\n            \"input_fields\": [\n                \"audio\"\n            ],\n            \"output_fields\": [\n                \"concepts\"\n            ],\n            \"model_type_fields\": [\n                {\n                    \"path\": \"eval_info.params.dataset_id\",\n                    \"field_type\": 16,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset to use for evaluating this model.\",\n                    \"placeholder\": \"Eval Dataset ID\"\n                },\n                {\n                    \"path\": \"eval_info.params.dataset_version_id\",\n                    \"field_type\": 17,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset version to use for evaluating this model. If a dataset version is not specified but a dataset is, we will automatically generate a dataset version.\",\n                    \"placeholder\": \"Eval Dataset Version ID\"\n                },\n                {\n                    \"path\": \"output_info.data.concepts\",\n                    \"field_type\": 4,\n                    \"description\": \"List of concepts you want this model to predict from any existing concepts in your app.\",\n                    \"placeholder\": \"List of concepts\",\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.params.max_concepts\",\n                    \"field_type\": 3,\n                    \"default_value\": 20,\n                    \"description\": \"Maximum number of concepts in result\",\n                    \"placeholder\": \"Maximum concepts\"\n                },\n                {\n                    \"path\": \"output_info.params.min_value\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"Minimum value of concept's probability score in result. In other words, all concepts with a probability score less than this threshold will be filtered out.\",\n                    \"placeholder\": \"Min value\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 0.01\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.select_concepts\",\n                    \"field_type\": 18,\n                    \"default_value\": [],\n                    \"description\": \"Select concepts in result by name or by id\",\n                    \"placeholder\": \"Select Concepts\"\n                }\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"audio\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"max_dims\": [\n                                320000\n                            ],\n                            \"data_type\": 5,\n                            \"description\": \"The sampled audio\"\n                        }\n                    ],\n                    \"description\": \"Audio urls content or base64 passed in through the API are directly sent to the model\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"concepts\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"data_type\": 5,\n                            \"description\": \"Length of the list is expected to be the number of concepts returned by this model, with each value being the confidence for the respective model output.\"\n                        }\n                    ],\n                    \"description\": \"Concepts defined in the model should be the same order as specified in the label file.\",\n                    \"requires_label_filename\": true\n                }\n            ],\n            \"evaluation_type\": 1\n        },\n        {\n            \"id\": \"audio-to-text\",\n            \"title\": \"Audio To Text\",\n            \"description\": \"Classify audio signal into string of text.\",\n            \"input_fields\": [\n                \"audio\"\n            ],\n            \"output_fields\": [\n                \"text\"\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"audio\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"max_dims\": [\n                                320000\n                            ],\n                            \"data_type\": 5,\n                            \"description\": \"The sampled audio\"\n                        }\n                    ],\n                    \"description\": \"Audio urls content or base64 passed in through the API are directly sent to the model\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"text\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                1\n                            ],\n                            \"data_type\": 1\n                        }\n                    ],\n                    \"description\": \"The text inferenced by the model.\"\n                }\n            ]\n        },\n        {\n            \"id\": \"text-classifier\",\n            \"title\": \"Text Classifier\",\n            \"description\": \"Classify text into a set of concepts.\",\n            \"input_fields\": [\n                \"text\"\n            ],\n            \"output_fields\": [\n                \"concepts\"\n            ],\n            \"trainable\": true,\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"eval_info.params.dataset_id\",\n                    \"field_type\": 16,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset to use for evaluating this model.\",\n                    \"placeholder\": \"Eval Dataset ID\"\n                },\n                {\n                    \"path\": \"eval_info.params.dataset_version_id\",\n                    \"field_type\": 17,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset version to use for evaluating this model. If a dataset version is not specified but a dataset is, we will automatically generate a dataset version.\",\n                    \"placeholder\": \"Eval Dataset Version ID\"\n                },\n                {\n                    \"path\": \"output_info.data.concepts\",\n                    \"field_type\": 4,\n                    \"description\": \"List of concepts you want this model to predict from any existing concepts in your app.\",\n                    \"placeholder\": \"List of concepts\",\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.params.max_concepts\",\n                    \"field_type\": 3,\n                    \"default_value\": 20,\n                    \"description\": \"Maximum number of concepts in result\",\n                    \"placeholder\": \"Maximum concepts\"\n                },\n                {\n                    \"path\": \"output_info.params.min_value\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"Minimum value of concept's probability score in result. In other words, all concepts with a probability score less than this threshold will be filtered out.\",\n                    \"placeholder\": \"Min value\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 0.01\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.select_concepts\",\n                    \"field_type\": 18,\n                    \"default_value\": [],\n                    \"description\": \"Select concepts in result by name or by id\",\n                    \"placeholder\": \"Select Concepts\"\n                },\n                {\n                    \"path\": \"train_info.params.invalid_data_tolerance_percent\",\n                    \"field_type\": 7,\n                    \"default_value\": 5,\n                    \"description\": \"Percentage value (0 to 100) of user's tolerance level to invalid inputs among all training inputs. Training will be stopped with error thrown if actual percent of invalid inputs is higher than this\",\n                    \"placeholder\": \"Invalid Data Tolerance Percentage\",\n                    \"model_type_range_info\": {\n                        \"max\": 100,\n                        \"step\": 0.1\n                    }\n                },\n                {\n                    \"path\": \"train_info.params.dataset_id\",\n                    \"field_type\": 16,\n                    \"default_value\": \"\",\n                    \"description\": \"Deprecated in favor of train_info.dataset\",\n                    \"placeholder\": \"DEPRECATED: Training Dataset ID\"\n                },\n                {\n                    \"path\": \"train_info.dataset\",\n                    \"field_type\": 19,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset to use for training this model\",\n                    \"placeholder\": \"Training Dataset\"\n                },\n                {\n                    \"path\": \"train_info.params.dataset_version_id\",\n                    \"field_type\": 17,\n                    \"default_value\": \"\",\n                    \"description\": \"Deprecated in favor of train_info.dataset.version\",\n                    \"placeholder\": \"DEPRECATED: Training Dataset Version ID\"\n                },\n                {\n                    \"path\": \"train_info.dataset.version\",\n                    \"field_type\": 20,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset version to use for training this model. If a dataset version is not specified but a dataset is, we will automatically generate a dataset version.\",\n                    \"placeholder\": \"Training Dataset Version\"\n                },\n                {\n                    \"path\": \"train_info.resume_from_model\",\n                    \"field_type\": 22,\n                    \"default_value\": \"\",\n                    \"description\": \"Model specifying the checkpoint to resume training from.\",\n                    \"placeholder\": \"This is the model and model version to resume training from. Model must be the same type.\",\n                    \"internal_only\": true\n                },\n                {\n                    \"path\": \"train_info.params.template\",\n                    \"field_type\": 14,\n                    \"default_value\": \"HF_GPTNeo_125m_lora\",\n                    \"description\": \"The template name is a pre-configured model template to train with on your data. Depending on your data you might want to try a few templates to see which yields optimal results.\",\n                    \"placeholder\": \"Training Template\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"HuggingFace\",\n                            \"description\": \"A text classification training template that uses the Huggingface toolkit\",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.model_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {\n                                        \"pretrained_model_name_or_path\": \"bert-base-cased\",\n                                        \"problem_type\": \"multi_label_classification\"\n                                    },\n                                    \"description\": \"keys and values are passed to transformers.AutoModelForSequenceClassification.from_pretrained(). Specifying a resume_from_model in the train_info of the PostModelVersions request overrides the pretrained_model_name_or_path.\",\n                                    \"placeholder\": \"model_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.tokenizer_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {},\n                                    \"description\": \"keys and values are passed to transformers.AutoTokenizer.from_pretrained().  If not specified, uses the model name from the model config.\",\n                                    \"placeholder\": \"tokenizer_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.trainer_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {\n                                        \"auto_find_batch_size\": true,\n                                        \"num_train_epochs\": 1,\n                                        \"output_dir\": \"checkpoint\"\n                                    },\n                                    \"description\": \"keys and values are passed to transformers.TrainingArguments()\",\n                                    \"placeholder\": \"trainer_config\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"HF_GPTNeo_125m_lora\",\n                            \"description\": \"A text classification training template that uses the Huggingface toolkit\",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.model_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {\n                                        \"pretrained_model_name\": \"EleutherAI/gpt-neo-125m\",\n                                        \"problem_type\": \"multi_label_classification\"\n                                    },\n                                    \"description\": \"keys and values are passed to transformers.AutoModelForSequenceClassification.from_pretrained(). Specifying a resume_from_model in the train_info of the PostModelVersions request overrides the pretrained_model_name_or_path.\",\n                                    \"placeholder\": \"model_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.peft_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {\n                                        \"peft_type\": \"LORA\"\n                                    },\n                                    \"description\": \"keys and values are passed to peft.get_peft_model(base_model, peft_config)\",\n                                    \"placeholder\": \"peft_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.tokenizer_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {},\n                                    \"description\": \"keys and values are passed to transformers.AutoTokenizer.from_pretrained().  If not specified, uses the model name from the model config.\",\n                                    \"placeholder\": \"tokenizer_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.trainer_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {\n                                        \"auto_find_batch_size\": true,\n                                        \"num_train_epochs\": 1\n                                    },\n                                    \"description\": \"keys and values are passed to transformers.TrainingArguments()\",\n                                    \"placeholder\": \"trainer_config\"\n                                }\n                            ],\n                            \"recommended\": true\n                        },\n                        {\n                            \"id\": \"HF_GPTNeo_2p7b_lora\",\n                            \"description\": \"A text classification training template that uses the Huggingface toolkit\",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.model_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {\n                                        \"pretrained_model_name\": \"EleutherAI/gpt-neo-2.7B\",\n                                        \"problem_type\": \"multi_label_classification\"\n                                    },\n                                    \"description\": \"keys and values are passed to transformers.AutoModelForSequenceClassification.from_pretrained(). Specifying a resume_from_model in the train_info of the PostModelVersions request overrides the pretrained_model_name_or_path.\",\n                                    \"placeholder\": \"model_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.peft_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {\n                                        \"peft_type\": \"LORA\"\n                                    },\n                                    \"description\": \"keys and values are passed to peft.get_peft_model(base_model, peft_config)\",\n                                    \"placeholder\": \"peft_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.tokenizer_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {},\n                                    \"description\": \"keys and values are passed to transformers.AutoTokenizer.from_pretrained().  If not specified, uses the model name from the model config.\",\n                                    \"placeholder\": \"tokenizer_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.trainer_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {\n                                        \"num_train_epochs\": 1,\n                                        \"per_device_train_batch_size\": 2\n                                    },\n                                    \"description\": \"keys and values are passed to transformers.TrainingArguments()\",\n                                    \"placeholder\": \"trainer_config\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"required\": true\n                }\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"text\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                1\n                            ],\n                            \"data_type\": 1,\n                            \"description\": \"The text string sent to the model\"\n                        }\n                    ],\n                    \"description\": \"Text urls content or raw text passed in through the API are directly sent to the model\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"concepts\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"data_type\": 5,\n                            \"description\": \"Length of the list is expected to be the number of concepts returned by this model, with each value being the confidence for the respective model output.\"\n                        }\n                    ],\n                    \"description\": \"Concepts defined in the model should be the same order as specified in the label file.\",\n                    \"requires_label_filename\": true\n                }\n            ],\n            \"evaluation_type\": 1\n        },\n        {\n            \"id\": \"zero-shot-image-classifier\",\n            \"title\": \"Zero Shot Image Classifier\",\n            \"description\": \"Classify image into a set of concepts provided by user using a pretrained model.\",\n            \"input_fields\": [\n                \"image\",\n                \"concepts\"\n            ],\n            \"output_fields\": [\n                \"concepts\"\n            ],\n            \"model_type_fields\": [\n                {\n                    \"path\": \"eval_info.params.dataset_id\",\n                    \"field_type\": 16,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset to use for evaluating this model.\",\n                    \"placeholder\": \"Eval Dataset ID\"\n                },\n                {\n                    \"path\": \"eval_info.params.dataset_version_id\",\n                    \"field_type\": 17,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset version to use for evaluating this model. If a dataset version is not specified but a dataset is, we will automatically generate a dataset version.\",\n                    \"placeholder\": \"Eval Dataset Version ID\"\n                },\n                {\n                    \"path\": \"output_info.data.concepts\",\n                    \"field_type\": 4,\n                    \"description\": \"List of concepts you want this model to predict from. The concept name will be sent to the model.\",\n                    \"placeholder\": \"List of concepts\"\n                },\n                {\n                    \"path\": \"output_info.params.max_concepts\",\n                    \"field_type\": 3,\n                    \"default_value\": 20,\n                    \"description\": \"Maximum number of concepts in result\",\n                    \"placeholder\": \"Maximum concepts\"\n                },\n                {\n                    \"path\": \"output_info.params.min_value\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"Minimum value of concept's probability score in result. In other words, all concepts with a probability score less than this threshold will be filtered out.\",\n                    \"placeholder\": \"Min value\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 0.01\n                    }\n                }\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"image\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                -1,\n                                3\n                            ],\n                            \"max_dims\": [\n                                1024,\n                                1024,\n                                3\n                            ],\n                            \"data_type\": 2,\n                            \"description\": \"First two dimensions are the height and width, followed by the number of channels.\"\n                        }\n                    ],\n                    \"description\": \"Image urls or base64 are converted into numpy arrays of the specified size and forwarded to the model. If flexible dims are provided, inputs will be downsampled and padded to a default size.\"\n                },\n                {\n                    \"data_field_name\": \"concepts[...].name\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"max_dims\": [\n                                1000\n                            ],\n                            \"data_type\": 1\n                        }\n                    ],\n                    \"description\": \"A list of the concept names to forward to the model\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"concepts[...].name\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"data_type\": 1\n                        }\n                    ],\n                    \"description\": \"A list of the concept names returned by the model\"\n                },\n                {\n                    \"data_field_name\": \"concepts[...].value\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"data_type\": 5,\n                            \"description\": \"The confidence value for the respective predicted concept.\"\n                        }\n                    ]\n                }\n            ],\n            \"evaluation_type\": 1\n        },\n        {\n            \"id\": \"multimodal-to-text\",\n            \"title\": \"Multimodal To Text\",\n            \"description\": \"Generate text from either text or images or both as input, allowing it to understand and respond to questions about those images\",\n            \"input_fields\": [\n                \"any\"\n            ],\n            \"output_fields\": [\n                \"text\"\n            ],\n            \"model_type_fields\": [\n                {\n                    \"path\": \"input_info.params.text_token_max_count_warning\",\n                    \"field_type\": 7,\n                    \"default_value\": 4096,\n                    \"description\": \"A warning to reflect model behaviour that text tokens beyond this limit will be truncated. Note that changing this field value will not result in any actual changes to how the model processes the text inputs, since this field value does only have informational purpose. Set this value to simply reflect the model behaviour. If you are not sure if the model has such a limitation, you may leave it empty.\",\n                    \"placeholder\": \"Text token max count warning\",\n                    \"model_type_range_info\": {\n                        \"max\": 5000,\n                        \"step\": 1\n                    }\n                }\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"image\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                -1,\n                                3\n                            ],\n                            \"max_dims\": [\n                                1024,\n                                1024,\n                                3\n                            ],\n                            \"data_type\": 2,\n                            \"description\": \"First two dimensions are the height and width, followed by the number of channels.\"\n                        }\n                    ],\n                    \"description\": \"Image urls or base64 are converted into numpy arrays of the specified size and forwarded to the model. If flexible dims are provided, inputs will be downsampled and padded to a default size.\"\n                },\n                {\n                    \"data_field_name\": \"text\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                1\n                            ],\n                            \"data_type\": 1,\n                            \"description\": \"The text string sent to the model\"\n                        }\n                    ],\n                    \"description\": \"Text urls content or raw text passed in through the API are directly sent to the model\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"text\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                1\n                            ],\n                            \"data_type\": 1\n                        }\n                    ],\n                    \"description\": \"The text output returned by the model\"\n                }\n            ]\n        },\n        {\n            \"id\": \"visual-classifier\",\n            \"title\": \"Visual Classifier\",\n            \"description\": \"Classify images and videos frames into set of concepts.\",\n            \"input_fields\": [\n                \"image\"\n            ],\n            \"output_fields\": [\n                \"concepts\"\n            ],\n            \"trainable\": true,\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"eval_info.params.dataset_id\",\n                    \"field_type\": 16,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset to use for evaluating this model.\",\n                    \"placeholder\": \"Eval Dataset ID\"\n                },\n                {\n                    \"path\": \"eval_info.params.dataset_version_id\",\n                    \"field_type\": 17,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset version to use for evaluating this model. If a dataset version is not specified but a dataset is, we will automatically generate a dataset version.\",\n                    \"placeholder\": \"Eval Dataset Version ID\"\n                },\n                {\n                    \"path\": \"output_info.data.concepts\",\n                    \"field_type\": 4,\n                    \"description\": \"List of concepts you want this model to predict from any existing concepts in your app.\",\n                    \"placeholder\": \"List of concepts\",\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.params.max_concepts\",\n                    \"field_type\": 3,\n                    \"default_value\": 20,\n                    \"description\": \"Maximum number of concepts in result\",\n                    \"placeholder\": \"Maximum concepts\"\n                },\n                {\n                    \"path\": \"output_info.params.min_value\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"Minimum value of concept's probability score in result. In other words, all concepts with a probability score less than this threshold will be filtered out.\",\n                    \"placeholder\": \"Min value\",\n                    \"model_type_range_info\": {\n                        \"max\": 1,\n                        \"step\": 0.01\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.select_concepts\",\n                    \"field_type\": 18,\n                    \"default_value\": [],\n                    \"description\": \"Select concepts in result by name or by id\",\n                    \"placeholder\": \"Select Concepts\"\n                },\n                {\n                    \"path\": \"train_info.params.invalid_data_tolerance_percent\",\n                    \"field_type\": 7,\n                    \"default_value\": 5,\n                    \"description\": \"Percentage value (0 to 100) of user's tolerance level to invalid inputs among all training inputs. Training will be stopped with error thrown if actual percent of invalid inputs is higher than this\",\n                    \"placeholder\": \"Invalid Data Tolerance Percentage\",\n                    \"model_type_range_info\": {\n                        \"max\": 100,\n                        \"step\": 0.1\n                    }\n                },\n                {\n                    \"path\": \"train_info.params.dataset_id\",\n                    \"field_type\": 16,\n                    \"default_value\": \"\",\n                    \"description\": \"Deprecated in favor of train_info.dataset\",\n                    \"placeholder\": \"DEPRECATED: Training Dataset ID\"\n                },\n                {\n                    \"path\": \"train_info.dataset\",\n                    \"field_type\": 19,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset to use for training this model\",\n                    \"placeholder\": \"Training Dataset\"\n                },\n                {\n                    \"path\": \"train_info.params.dataset_version_id\",\n                    \"field_type\": 17,\n                    \"default_value\": \"\",\n                    \"description\": \"Deprecated in favor of train_info.dataset.version\",\n                    \"placeholder\": \"DEPRECATED: Training Dataset Version ID\"\n                },\n                {\n                    \"path\": \"train_info.dataset.version\",\n                    \"field_type\": 20,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset version to use for training this model. If a dataset version is not specified but a dataset is, we will automatically generate a dataset version.\",\n                    \"placeholder\": \"Training Dataset Version\"\n                },\n                {\n                    \"path\": \"train_info.params.template\",\n                    \"field_type\": 14,\n                    \"default_value\": \"MMClassification_ResNet_50_RSB_A1\",\n                    \"description\": \"The template name is a pre-configured model template to train with on your data. Depending on your data you might want to try a few templates to see which yields optimal results.\",\n                    \"placeholder\": \"Training Template\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"classification_inception_general_v1_3_transfer_embednorm\",\n                            \"description\": \"This is a private base class for our visual classifier models with optimizations for transfer\\nlearning on top of the embedding vectors. \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.logreg\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"Whether to use sigmoid units (logreg=1) or softmax (logreg=0).\",\n                                    \"placeholder\": \"logreg\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 256,\n                                    \"description\": \"Input image size (minimum side dimension).\",\n                                    \"placeholder\": \"image_size\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 32,\n                                        \"max\": 1024,\n                                        \"step\": 16\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 128,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 128,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.1,\n                                    \"description\": \"the learning rate (per minibatch)\",\n                                    \"placeholder\": \"lrate\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.base_gradient_multiplier\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.001,\n                                    \"description\": \"learning rate multipler applied to the pre-initialized backbone model weights\",\n                                    \"placeholder\": \"base_gradient_multiplier\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 20,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_items_per_epoch\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0,\n                                    \"description\": \"number of input images that constitute an \\\"epoch\\\".  Default is the number of images in the dataset.\",\n                                    \"placeholder\": \"num_items_per_epoch\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.embeddings_layer\",\n                                    \"field_type\": 2,\n                                    \"default_value\": \"mod5B.concat\",\n                                    \"description\": \"the embedding layer to use as output from this model.\",\n                                    \"placeholder\": \"embeddings_layer\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.average_horizontal_flips\",\n                                    \"field_type\": 1,\n                                    \"default_value\": true,\n                                    \"description\": \"if true then average the embeddings from the image and a horizontal flip of the image to get the final embedding vectors to output.\",\n                                    \"placeholder\": \"average_horizontal_flips\",\n                                    \"internal_only\": true\n                                }\n                            ],\n                            \"internal_only\": true\n                        },\n                        {\n                            \"id\": \"classification_basemodel_v1\",\n                            \"description\": \"A training template that uses Clarifais training implementation. \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.model_cfg\",\n                                    \"field_type\": 2,\n                                    \"default_value\": \"resnext\",\n                                    \"description\": \"the underlying model configuration to use.\",\n                                    \"placeholder\": \"model_cfg\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.preinit\",\n                                    \"field_type\": 2,\n                                    \"default_value\": \"general-v1.5\",\n                                    \"description\": \"specifies pre-initialized net to use.\",\n                                    \"placeholder\": \"preinit\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.logreg\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 1,\n                                    \"description\": \"Whether to use sigmoid units (logreg=1) or softmax (logreg=0).\",\n                                    \"placeholder\": \"logreg\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 256,\n                                    \"description\": \"Input image size (minimum side dimension).\",\n                                    \"placeholder\": \"image_size\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 32,\n                                        \"max\": 1024,\n                                        \"step\": 16\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 64,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 128,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.init_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 25,\n                                    \"description\": \"number of epochs to run at the initial learning rate.\",\n                                    \"placeholder\": \"init_epochs\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.step_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 7,\n                                    \"description\": \"the number of epochs between learning rate decreases.\",\n                                    \"placeholder\": \"step_epochs\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 65,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.000078125,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_items_per_epoch\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0,\n                                    \"description\": \"number of input images that constitute an \\\"epoch\\\".  Default is the number of images in the dataset.\",\n                                    \"placeholder\": \"num_items_per_epoch\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.inference_crop_type\",\n                                    \"field_type\": 2,\n                                    \"default_value\": \"sorta2\",\n                                    \"description\": \"the crop type to use for inference (used when evaluating the model).\",\n                                    \"placeholder\": \"inference_crop_type\",\n                                    \"internal_only\": true\n                                }\n                            ],\n                            \"internal_only\": true\n                        },\n                        {\n                            \"id\": \"classification_cifar10_v1\",\n                            \"description\": \"A runner optimized for cifar10 training. Not to be used in real use cases. \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 32,\n                                    \"description\": \"the image size to train on. This is for the minimum dimension.\",\n                                    \"placeholder\": \"image_size\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 32,\n                                        \"max\": 1024,\n                                        \"step\": 16\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 128,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 128,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 65,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.inference_crop_type\",\n                                    \"field_type\": 2,\n                                    \"default_value\": \"sorta2\",\n                                    \"description\": \"the crop type to use for inference (used when evaluating the model).\",\n                                    \"placeholder\": \"inference_crop_type\",\n                                    \"internal_only\": true\n                                }\n                            ],\n                            \"internal_only\": true\n                        },\n                        {\n                            \"id\": \"Clarifai_InceptionTransferEmbedNorm\",\n                            \"description\": \"A custom visual classifier template inspired by Inception networks and tuned for speed with\\nother optimizations for transfer learning. \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.logreg\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"Whether to use sigmoid units (logreg=1) or softmax (logreg=0).\",\n                                    \"placeholder\": \"logreg\",\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 256,\n                                    \"description\": \"Input image size (minimum side dimension).\",\n                                    \"placeholder\": \"image_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 32,\n                                        \"max\": 1024,\n                                        \"step\": 16\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 128,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 128,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.1,\n                                    \"description\": \"the learning rate (per minibatch)\",\n                                    \"placeholder\": \"lrate\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.base_gradient_multiplier\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.001,\n                                    \"description\": \"learning rate multipler applied to the pre-initialized backbone model weights\",\n                                    \"placeholder\": \"base_gradient_multiplier\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 20,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_items_per_epoch\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0,\n                                    \"description\": \"number of input images that constitute an \\\"epoch\\\".  Default is the number of images in the dataset.\",\n                                    \"placeholder\": \"num_items_per_epoch\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.average_horizontal_flips\",\n                                    \"field_type\": 1,\n                                    \"default_value\": true,\n                                    \"description\": \"if true then average the embeddings from the image and a horizontal flip of the image to get the final embedding vectors to output.\",\n                                    \"placeholder\": \"average_horizontal_flips\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"Clarifai_ResNext\",\n                            \"description\": \"A custom visual classifier template inspired by ResNext networks. \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.logreg\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"Whether to use sigmoid units (logreg=1) or softmax (logreg=0).\",\n                                    \"placeholder\": \"logreg\",\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 256,\n                                    \"description\": \"Input image size (minimum side dimension).\",\n                                    \"placeholder\": \"image_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 32,\n                                        \"max\": 1024,\n                                        \"step\": 16\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 64,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 128,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.init_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 25,\n                                    \"description\": \"number of epochs to run at the initial learning rate.\",\n                                    \"placeholder\": \"init_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.step_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 7,\n                                    \"description\": \"the number of epochs between learning rate decreases.\",\n                                    \"placeholder\": \"step_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 65,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.000078125,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_items_per_epoch\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0,\n                                    \"description\": \"number of input images that constitute an \\\"epoch\\\".  Default is the number of images in the dataset.\",\n                                    \"placeholder\": \"num_items_per_epoch\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"Clarifai_InceptionV2\",\n                            \"description\": \"A custom visual classifier template inspired by Inception-V2 networks. \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.logreg\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"Whether to use sigmoid units (logreg=1) or softmax (logreg=0).\",\n                                    \"placeholder\": \"logreg\",\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 256,\n                                    \"description\": \"Input image size (minimum side dimension).\",\n                                    \"placeholder\": \"image_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 32,\n                                        \"max\": 1024,\n                                        \"step\": 16\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 64,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 128,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.init_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 25,\n                                    \"description\": \"number of epochs to run at the initial learning rate.\",\n                                    \"placeholder\": \"init_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.step_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 7,\n                                    \"description\": \"the number of epochs between learning rate decreases.\",\n                                    \"placeholder\": \"step_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 65,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.000078125,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_items_per_epoch\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0,\n                                    \"description\": \"number of input images that constitute an \\\"epoch\\\".  Default is the number of images in the dataset.\",\n                                    \"placeholder\": \"num_items_per_epoch\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"Clarifai_InceptionBatchNorm\",\n                            \"description\": \"A custom visual classifier template inspired by Inception networks tuned for speed. \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.logreg\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"Whether to use sigmoid units (logreg=1) or softmax (logreg=0).\",\n                                    \"placeholder\": \"logreg\",\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 256,\n                                    \"description\": \"Input image size (minimum side dimension).\",\n                                    \"placeholder\": \"image_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 32,\n                                        \"max\": 1024,\n                                        \"step\": 16\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 64,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 128,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.init_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 25,\n                                    \"description\": \"number of epochs to run at the initial learning rate.\",\n                                    \"placeholder\": \"init_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.step_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 7,\n                                    \"description\": \"the number of epochs between learning rate decreases.\",\n                                    \"placeholder\": \"step_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 65,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.000078125,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_items_per_epoch\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0,\n                                    \"description\": \"number of input images that constitute an \\\"epoch\\\".  Default is the number of images in the dataset.\",\n                                    \"placeholder\": \"num_items_per_epoch\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"MMClassification\",\n                            \"description\": \"A training template that uses the MMClassification toolkit and a custom configuration \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.seed\",\n                                    \"field_type\": 3,\n                                    \"default_value\": -1,\n                                    \"description\": \"[internal_only] the random seed to init training. If seed < 0, it is not set\",\n                                    \"placeholder\": \"seed\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.custom_config\",\n                                    \"field_type\": 15,\n                                    \"default_value\": \"\\n_base_ = '/mmclassification/configs/resnext/resnext101_32x4d_b32x8_imagenet.py'\\nrunner = dict(type='EpochBasedRunner', max_epochs=60)\\ndata = dict(\\n    train=dict(\\n        data_prefix='',\\n        ann_file='',\\n        classes=''),\\n    val=dict(\\n        data_prefix='',\\n        ann_file='',\\n        classes=''))\\n\",\n                                    \"description\": \"custom mmclassification config, in python config file format. Note that the '_base_' field, if used, should be a config file relative to the parent directory '/mmclassification/', e.g. \\\"_base_ = '/mmclassification/configs/efficientnet/efficientnet-b8_8xb32-01norm_in1k.py'\\\". The 'num_classes' field must be included somewhere in the config. The 'data' section should include 'train' and 'val' sections, each with 'ann_file', 'data_prefix', and 'classes' fields with empty strings as values. These values will be overwritten to be compatible with Clarifai's system, but must be included in the imported config.\",\n                                    \"placeholder\": \"custom_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.concepts_mutually_exclusive\",\n                                    \"field_type\": 1,\n                                    \"default_value\": false,\n                                    \"description\": \"whether the concepts are mutually exclusive. If true then each input is expected to only be tagged with a single concept.\",\n                                    \"placeholder\": \"concepts_mutually_exclusive\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 11,\n                                    \"default_value\": [\n                                        320\n                                    ],\n                                    \"description\": \"the image size for inference (the training image size is defined in the mmcv config). If a single value, specifies the size of the min side.\",\n                                    \"placeholder\": \"image_size\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"MMClassification_EfficientNet\",\n                            \"description\": \"A training template that uses the MMClassification toolkit and EfficientNet-B8 configuration \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.seed\",\n                                    \"field_type\": 3,\n                                    \"default_value\": -1,\n                                    \"description\": \"[internal_only] the random seed to init training. If seed < 0, we will not set it.\",\n                                    \"placeholder\": \"seed\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 336,\n                                    \"description\": \"the image size for training and inference. EfficientNet works on square images.\",\n                                    \"placeholder\": \"image_size\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 4,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 256,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 30,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.000390625,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.weight_decay\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 0.0001,\n                                    \"description\": \"the weight decay value\",\n                                    \"placeholder\": \"weight_decay\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.momentum\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 0.9,\n                                    \"description\": \"the momentum value for the SGD optimizer\",\n                                    \"placeholder\": \"momentum\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.pretrained_weights\",\n                                    \"field_type\": 8,\n                                    \"default_value\": \"ImageNet-1k\",\n                                    \"description\": \"whether to use pretrained weights.\",\n                                    \"placeholder\": \"pretrained_weights\",\n                                    \"model_type_enum_options\": [\n                                        {\n                                            \"id\": \"None\"\n                                        },\n                                        {\n                                            \"id\": \"ImageNet-1k\"\n                                        }\n                                    ],\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.flip_probability\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 0.5,\n                                    \"description\": \"the probability an image will be flipped during training\",\n                                    \"placeholder\": \"flip_probability\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.flip_direction\",\n                                    \"field_type\": 8,\n                                    \"default_value\": \"horizontal\",\n                                    \"description\": \"the direction to randomly flip during training.\",\n                                    \"placeholder\": \"flip_direction\",\n                                    \"model_type_enum_options\": [\n                                        {\n                                            \"id\": \"horizontal\"\n                                        },\n                                        {\n                                            \"id\": \"vertical\"\n                                        }\n                                    ],\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.concepts_mutually_exclusive\",\n                                    \"field_type\": 1,\n                                    \"default_value\": false,\n                                    \"description\": \"whether the concepts are mutually exclusive. If true then each input is expected to only be tagged with a single concept.\",\n                                    \"placeholder\": \"concepts_mutually_exclusive\",\n                                    \"internal_only\": true\n                                }\n                            ],\n                            \"internal_only\": true\n                        },\n                        {\n                            \"id\": \"MMClassification_ResNet_50_RSB_A1\",\n                            \"description\": \"A training template that uses the MMClassification toolkit and ResNet-50 (rsb-a1) configuration \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.seed\",\n                                    \"field_type\": 3,\n                                    \"default_value\": -1,\n                                    \"description\": \"[internal_only] the random seed to init training. If seed < 0, we will not set it.\",\n                                    \"placeholder\": \"seed\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 224,\n                                    \"description\": \"the image size for training and inference. ResNet uses square images.\",\n                                    \"placeholder\": \"image_size\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 64,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 256,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 60,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 600,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.00001953125,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.weight_decay\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 0.01,\n                                    \"description\": \"the weight decay value\",\n                                    \"placeholder\": \"weight_decay\",\n                                    \"model_type_range_info\": {\n                                        \"max\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_min_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 1.5625e-08,\n                                    \"description\": \"The minimum learning (per item) at end of training using cosine schedule.\",\n                                    \"placeholder\": \"per_item_min_lrate\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.warmup_iters\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 100,\n                                    \"description\": \"The number of steps in the warmup phase\",\n                                    \"placeholder\": \"warmup_iters\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.warmup_ratio\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.0001,\n                                    \"description\": \" Warmup phase learning rate multiplier\",\n                                    \"placeholder\": \"warmup_ratio\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.pretrained_weights\",\n                                    \"field_type\": 8,\n                                    \"default_value\": \"ImageNet-1k\",\n                                    \"description\": \"whether to use pretrained weights.\",\n                                    \"placeholder\": \"pretrained_weights\",\n                                    \"model_type_enum_options\": [\n                                        {\n                                            \"id\": \"None\"\n                                        },\n                                        {\n                                            \"id\": \"ImageNet-1k\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"path\": \"train_info.params.flip_probability\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 0.5,\n                                    \"description\": \"the probability an image will be flipped during training\",\n                                    \"placeholder\": \"flip_probability\",\n                                    \"model_type_range_info\": {\n                                        \"max\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.flip_direction\",\n                                    \"field_type\": 8,\n                                    \"default_value\": \"horizontal\",\n                                    \"description\": \"the direction to randomly flip during training.\",\n                                    \"placeholder\": \"flip_direction\",\n                                    \"model_type_enum_options\": [\n                                        {\n                                            \"id\": \"horizontal\"\n                                        },\n                                        {\n                                            \"id\": \"vertical\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"path\": \"train_info.params.concepts_mutually_exclusive\",\n                                    \"field_type\": 1,\n                                    \"default_value\": false,\n                                    \"description\": \"whether the concepts are mutually exclusive. If true then each input is expected to only be tagged with a single concept.\",\n                                    \"placeholder\": \"concepts_mutually_exclusive\"\n                                }\n                            ],\n                            \"recommended\": true\n                        },\n                        {\n                            \"id\": \"MMClassification_ResNet_50\",\n                            \"description\": \"A training template that uses the MMClassification toolkit and ResNet-50 configuration \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.seed\",\n                                    \"field_type\": 3,\n                                    \"default_value\": -1,\n                                    \"description\": \"[internal_only] the random seed to init training. If seed < 0, we will not set it.\",\n                                    \"placeholder\": \"seed\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 224,\n                                    \"description\": \"the image size for training and inference. ResNet works on square images.\",\n                                    \"placeholder\": \"image_size\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 64,\n                                    \"description\": \"the batch size to use per gpu during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 256,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 60,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 600,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.000390625,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.learning_rate_steps\",\n                                    \"field_type\": 11,\n                                    \"default_value\": [\n                                        30,\n                                        40,\n                                        50\n                                    ],\n                                    \"description\": \"epoch schedule for stepping down learning rate\",\n                                    \"placeholder\": \"learning_rate_steps\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.weight_decay\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 0.0001,\n                                    \"description\": \"the weight decay value\",\n                                    \"placeholder\": \"weight_decay\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.momentum\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 0.9,\n                                    \"description\": \"the momentum value for the SGD optimizer\",\n                                    \"placeholder\": \"momentum\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.pretrained_weights\",\n                                    \"field_type\": 8,\n                                    \"default_value\": \"ImageNet-1k\",\n                                    \"description\": \"whether to use pretrained weights.\",\n                                    \"placeholder\": \"pretrained_weights\",\n                                    \"model_type_enum_options\": [\n                                        {\n                                            \"id\": \"None\"\n                                        },\n                                        {\n                                            \"id\": \"ImageNet-1k\"\n                                        }\n                                    ],\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.flip_probability\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 0.5,\n                                    \"description\": \"the probability an image will be flipped during training\",\n                                    \"placeholder\": \"flip_probability\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.flip_direction\",\n                                    \"field_type\": 8,\n                                    \"default_value\": \"horizontal\",\n                                    \"description\": \"the direction to randomly flip during training.\",\n                                    \"placeholder\": \"flip_direction\",\n                                    \"model_type_enum_options\": [\n                                        {\n                                            \"id\": \"horizontal\"\n                                        },\n                                        {\n                                            \"id\": \"vertical\"\n                                        }\n                                    ],\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.concepts_mutually_exclusive\",\n                                    \"field_type\": 1,\n                                    \"default_value\": false,\n                                    \"description\": \"whether the concepts are mutually exclusive. If true then each input is expected to only be tagged with a single concept.\",\n                                    \"placeholder\": \"concepts_mutually_exclusive\",\n                                    \"internal_only\": true\n                                }\n                            ],\n                            \"internal_only\": true\n                        }\n                    ],\n                    \"required\": true\n                }\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"image\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                -1,\n                                3\n                            ],\n                            \"max_dims\": [\n                                1024,\n                                1024,\n                                3\n                            ],\n                            \"data_type\": 2,\n                            \"description\": \"First two dimensions are the height and width, followed by the number of channels.\"\n                        }\n                    ],\n                    \"description\": \"Image urls or base64 are converted into numpy arrays of the specified size and forwarded to the model. If flexible dims are provided, inputs will be downsampled and padded to a default size.\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"concepts\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"data_type\": 5,\n                            \"description\": \"Length of the list is expected to be the number of concepts returned by this model, with each value being the confidence for the respective model output.\"\n                        }\n                    ],\n                    \"description\": \"Concepts defined in the model should be the same order as specified in the label file.\",\n                    \"requires_label_filename\": true\n                }\n            ],\n            \"evaluation_type\": 1\n        },\n        {\n            \"id\": \"visual-embedder\",\n            \"title\": \"Visual Embedder\",\n            \"description\": \"Embed images and videos frames into a vector representing a high level understanding from our AI models. These embeddings enable visual search and training on top of them.\",\n            \"input_fields\": [\n                \"image\"\n            ],\n            \"output_fields\": [\n                \"embeddings\"\n            ],\n            \"trainable\": true,\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.data.concepts\",\n                    \"field_type\": 4,\n                    \"description\": \"List of concepts you want this models embeddings to be learned on.\",\n                    \"placeholder\": \"List of concepts\",\n                    \"required\": true\n                },\n                {\n                    \"path\": \"train_info.params.invalid_data_tolerance_percent\",\n                    \"field_type\": 7,\n                    \"default_value\": 5,\n                    \"description\": \"Percentage value (0 to 100) of user's tolerance level to invalid inputs among all training inputs. Training will be stopped with error thrown if actual percent of invalid inputs is higher than this\",\n                    \"placeholder\": \"Invalid Data Tolerance Percentage\",\n                    \"model_type_range_info\": {\n                        \"max\": 100,\n                        \"step\": 0.1\n                    }\n                },\n                {\n                    \"path\": \"train_info.params.dataset_id\",\n                    \"field_type\": 16,\n                    \"default_value\": \"\",\n                    \"description\": \"Deprecated in favor of train_info.dataset\",\n                    \"placeholder\": \"DEPRECATED: Training Dataset ID\"\n                },\n                {\n                    \"path\": \"train_info.dataset\",\n                    \"field_type\": 19,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset to use for training this model\",\n                    \"placeholder\": \"Training Dataset\"\n                },\n                {\n                    \"path\": \"train_info.params.dataset_version_id\",\n                    \"field_type\": 17,\n                    \"default_value\": \"\",\n                    \"description\": \"Deprecated in favor of train_info.dataset.version\",\n                    \"placeholder\": \"DEPRECATED: Training Dataset Version ID\"\n                },\n                {\n                    \"path\": \"train_info.dataset.version\",\n                    \"field_type\": 20,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset version to use for training this model. If a dataset version is not specified but a dataset is, we will automatically generate a dataset version.\",\n                    \"placeholder\": \"Training Dataset Version\"\n                },\n                {\n                    \"path\": \"train_info.params.template\",\n                    \"field_type\": 14,\n                    \"default_value\": \"Clarifai_ResNext\",\n                    \"description\": \"The template name is a pre-configured model template to train with on your data. Depending on your data you might want to try a few templates to see which yields optimal results.\",\n                    \"placeholder\": \"Training Template\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"classification_basemodel_v1_embed\",\n                            \"description\": \"This is a private base class for our visual embedder models. \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.model_cfg\",\n                                    \"field_type\": 2,\n                                    \"default_value\": \"resnext\",\n                                    \"description\": \"the underlying model configuration to use.\",\n                                    \"placeholder\": \"model_cfg\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.preinit\",\n                                    \"field_type\": 2,\n                                    \"default_value\": \"general-v1.5\",\n                                    \"description\": \"model to start from to initialize weights\",\n                                    \"placeholder\": \"preinit\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.logreg\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 1,\n                                    \"description\": \"whether to use sigmoid units or softmax\",\n                                    \"placeholder\": \"logreg\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 256,\n                                    \"description\": \"Input image size (minimum side dimension).\",\n                                    \"placeholder\": \"image_size\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 32,\n                                        \"max\": 1024,\n                                        \"step\": 16\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 64,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 128,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.init_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 25,\n                                    \"description\": \"number of epochs to run at the initial learning rate.\",\n                                    \"placeholder\": \"init_epochs\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.step_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 7,\n                                    \"description\": \"the number of epochs between learning rate decreases.\",\n                                    \"placeholder\": \"step_epochs\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 65,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.000078125,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_items_per_epoch\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0,\n                                    \"description\": \"number of input images that constitute an \\\"epoch\\\".  Default is the number of images in the dataset.\",\n                                    \"placeholder\": \"num_items_per_epoch\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.inference_crop_type\",\n                                    \"field_type\": 2,\n                                    \"default_value\": \"sorta2\",\n                                    \"description\": \"[internal_only] the crop type to use for inference (used when evaluating the model).\",\n                                    \"placeholder\": \"inference_crop_type\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.embeddings_layer\",\n                                    \"field_type\": 2,\n                                    \"default_value\": \"fc_layers/Mean\",\n                                    \"description\": \"the embedding layer to use as output from this model.\",\n                                    \"placeholder\": \"embeddings_layer\",\n                                    \"internal_only\": true\n                                }\n                            ],\n                            \"internal_only\": true\n                        },\n                        {\n                            \"id\": \"Clarifai_ResNext\",\n                            \"description\": \"A custom visual embedder template inspired by Resnext. \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.logreg\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"Whether to use sigmoid units (logreg=1) or softmax (logreg=0) when comparing against training target labels.\",\n                                    \"placeholder\": \"logreg\",\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 256,\n                                    \"description\": \"Input image size (minimum side dimension).\",\n                                    \"placeholder\": \"image_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 32,\n                                        \"max\": 1024,\n                                        \"step\": 16\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 64,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 128,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.init_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 25,\n                                    \"description\": \"number of epochs to run at the initial learning rate.\",\n                                    \"placeholder\": \"init_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.step_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 7,\n                                    \"description\": \"the number of epochs between learning rate decreases.\",\n                                    \"placeholder\": \"step_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 65,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.000078125,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_items_per_epoch\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0,\n                                    \"description\": \"number of input images that constitute an \\\"epoch\\\".  Default is the number of images in the dataset.\",\n                                    \"placeholder\": \"num_items_per_epoch\"\n                                }\n                            ],\n                            \"recommended\": true\n                        },\n                        {\n                            \"id\": \"Clarifai_InceptionBatchNorm\",\n                            \"description\": \"A custom visual embedder template inspired by Inception networks tuned for speed. \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.logreg\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"Whether to use sigmoid units (logreg=1) or softmax (logreg=0) when comparing against training target labels.\",\n                                    \"placeholder\": \"logreg\",\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 256,\n                                    \"description\": \"Input image size (minimum side dimension).\",\n                                    \"placeholder\": \"image_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 32,\n                                        \"max\": 1024,\n                                        \"step\": 16\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 64,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 128,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.init_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 25,\n                                    \"description\": \"number of epochs to run at the initial learning rate.\",\n                                    \"placeholder\": \"init_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.step_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 7,\n                                    \"description\": \"the number of epochs between learning rate decreases.\",\n                                    \"placeholder\": \"step_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 65,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.000078125,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_items_per_epoch\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0,\n                                    \"description\": \"number of input images that constitute an \\\"epoch\\\".  Default is the number of images in the dataset.\",\n                                    \"placeholder\": \"num_items_per_epoch\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"classification_angular_margin_embed\",\n                            \"description\": \"This is a private base class for our visual embedder models with additive angular margin loss. \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 112,\n                                    \"description\": \"Input image size (minimum side dimension).\",\n                                    \"placeholder\": \"image_size\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 32,\n                                        \"max\": 1024,\n                                        \"step\": 16\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 64,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 128,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.init_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 20,\n                                    \"description\": \"number of epochs to run at the initial learning rate.\",\n                                    \"placeholder\": \"init_epochs\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.step_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 40,\n                                    \"description\": \"the number of epochs between learning rate decreases.\",\n                                    \"placeholder\": \"step_epochs\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 65,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.0000390625,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_items_per_epoch\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0,\n                                    \"description\": \"number of input images that constitute an \\\"epoch\\\".  Default is the number of images in the dataset.\",\n                                    \"placeholder\": \"num_items_per_epoch\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.inference_crop_type\",\n                                    \"field_type\": 2,\n                                    \"default_value\": \"center1\",\n                                    \"description\": \"[internal_only] the crop type to use for inference (used when evaluating the model).\",\n                                    \"placeholder\": \"inference_crop_type\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.embeddings_size\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 512,\n                                    \"description\": \"the embedding dimension to use as output from this model.\",\n                                    \"placeholder\": \"embeddings_size\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.angular_scale\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 64,\n                                    \"description\": \"radius hyperparam used in angular margin loss\",\n                                    \"placeholder\": \"angular_scale\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 16,\n                                        \"max\": 128,\n                                        \"step\": 16\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.angular_margin\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 0.2,\n                                    \"description\": \"margin hyperparam used in angular margin loss\",\n                                    \"placeholder\": \"angular_margin\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 0.1,\n                                        \"max\": 0.9\n                                    }\n                                }\n                            ],\n                            \"internal_only\": true\n                        },\n                        {\n                            \"id\": \"Clarifai_ResNet_AngularMargin\",\n                            \"description\": \"A custom visual embedder template inspired by ResNet101 with Additive Angular Margin loss. \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 112,\n                                    \"description\": \"Input image size (minimum side dimension).\",\n                                    \"placeholder\": \"image_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 32,\n                                        \"max\": 1024,\n                                        \"step\": 16\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 64,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 128,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.init_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 20,\n                                    \"description\": \"number of epochs to run at the initial learning rate.\",\n                                    \"placeholder\": \"init_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.step_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 40,\n                                    \"description\": \"the number of epochs between learning rate decreases.\",\n                                    \"placeholder\": \"step_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 65,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.0000390625,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_items_per_epoch\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0,\n                                    \"description\": \"number of input images that constitute an \\\"epoch\\\".  Default is the number of images in the dataset.\",\n                                    \"placeholder\": \"num_items_per_epoch\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.angular_scale\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 64,\n                                    \"description\": \"radius hyperparam used in angular margin loss\",\n                                    \"placeholder\": \"angular_scale\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 16,\n                                        \"max\": 128,\n                                        \"step\": 16\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.angular_margin\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 0.2,\n                                    \"description\": \"margin hyperparam used in angular margin loss\",\n                                    \"placeholder\": \"angular_margin\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 0.1,\n                                        \"max\": 0.9\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.embeddings_size\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 512,\n                                    \"description\": \"the embedding dimension to use as output from this model.\",\n                                    \"placeholder\": \"embeddings_size\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.inference_crop_type\",\n                                    \"field_type\": 2,\n                                    \"default_value\": \"center1\",\n                                    \"description\": \"[internal_only] the crop type to use for inference (used when evaluating the model).\",\n                                    \"placeholder\": \"inference_crop_type\",\n                                    \"internal_only\": true\n                                }\n                            ]\n                        }\n                    ],\n                    \"required\": true\n                }\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"image\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                -1,\n                                3\n                            ],\n                            \"max_dims\": [\n                                1024,\n                                1024,\n                                3\n                            ],\n                            \"data_type\": 2,\n                            \"description\": \"First two dimensions are the height and width, followed by the number of channels.\"\n                        }\n                    ],\n                    \"description\": \"Image urls or base64 are converted into numpy arrays of the specified size and forwarded to the model. If flexible dims are provided, inputs will be downsampled and padded to a default size.\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"embeddings\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"data_type\": 5\n                        }\n                    ],\n                    \"description\": \"The embedding vector returned by the model\"\n                }\n            ]\n        },\n        {\n            \"id\": \"visual-segmenter\",\n            \"title\": \"Visual Segmenter\",\n            \"description\": \"Segment a per-pixel mask in images where things are and then classify objects, descriptive words or topics within the masks.\",\n            \"input_fields\": [\n                \"image\"\n            ],\n            \"output_fields\": [\n                \"regions[...].region_info.mask,regions[...].data.concepts\"\n            ],\n            \"trainable\": true,\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"output_info.data.concepts\",\n                    \"field_type\": 4,\n                    \"description\": \"List of concepts you want this models embeddings to be learned on.\",\n                    \"placeholder\": \"List of concepts\",\n                    \"required\": true\n                },\n                {\n                    \"path\": \"train_info.params.invalid_data_tolerance_percent\",\n                    \"field_type\": 7,\n                    \"default_value\": 5,\n                    \"description\": \"Percentage value (0 to 100) of user's tolerance level to invalid inputs among all training inputs. Training will be stopped with error thrown if actual percent of invalid inputs is higher than this\",\n                    \"placeholder\": \"Invalid Data Tolerance Percentage\",\n                    \"model_type_range_info\": {\n                        \"max\": 100,\n                        \"step\": 0.1\n                    }\n                },\n                {\n                    \"path\": \"train_info.params.dataset_id\",\n                    \"field_type\": 16,\n                    \"default_value\": \"\",\n                    \"description\": \"Deprecated in favor of train_info.dataset\",\n                    \"placeholder\": \"DEPRECATED: Training Dataset ID\"\n                },\n                {\n                    \"path\": \"train_info.dataset\",\n                    \"field_type\": 19,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset to use for training this model\",\n                    \"placeholder\": \"Training Dataset\"\n                },\n                {\n                    \"path\": \"train_info.params.dataset_version_id\",\n                    \"field_type\": 17,\n                    \"default_value\": \"\",\n                    \"description\": \"Deprecated in favor of train_info.dataset.version\",\n                    \"placeholder\": \"DEPRECATED: Training Dataset Version ID\"\n                },\n                {\n                    \"path\": \"train_info.dataset.version\",\n                    \"field_type\": 20,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset version to use for training this model. If a dataset version is not specified but a dataset is, we will automatically generate a dataset version.\",\n                    \"placeholder\": \"Training Dataset Version\"\n                },\n                {\n                    \"path\": \"train_info.params.template\",\n                    \"field_type\": 14,\n                    \"default_value\": \"MMSegmentation_SegFormer\",\n                    \"description\": \"The template name is a pre-configured model template to train with on your data. Depending on your data you might want to try a few templates to see which yields optimal results.\",\n                    \"placeholder\": \"Training Template\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"MMSegmentation\",\n                            \"description\": \"A training template that uses the MMSegmentation toolkit and custom configuration \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.seed\",\n                                    \"field_type\": 3,\n                                    \"default_value\": -1,\n                                    \"description\": \"[internal_only] the random seed to init training. If seed < 0, we will not set it.\",\n                                    \"placeholder\": \"seed\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.custom_config\",\n                                    \"field_type\": 15,\n                                    \"default_value\": \"\\n_base_ = '/mmsegmentation/configs/segformer/segformer_mit-b2_512x512_160k_ade20k.py'\\nmodel = dict(\\n    pretrained=None,\\n    decode_head=dict(num_classes=0))\\noptimizer = dict(\\n    lr=1.5e-05)\\nrunner = dict(type='EpochBasedRunner', max_epochs=10, max_iters=None)\\ncrop_size = (520, 520)\\nimg_norm_cfg={'mean': [123.675, 116.28, 103.53],'std': [58.395, 57.12, 57.375],'to_rgb': True}\\ntrain_pipeline = [\\n    dict(type='LoadImageFromFile'),\\n    dict(type='LoadAnnotations', reduce_zero_label=False),\\n    dict(type='Resize', img_scale=(520, 520), ratio_range=(0.5, 2.0)),\\n    dict(type='RandomCrop', crop_size=crop_size, cat_max_ratio=0.75),\\n    dict(type='RandomFlip', prob=0.5),\\n    dict(type='PhotoMetricDistortion'),\\n    dict(type='Normalize', **img_norm_cfg),\\n    dict(type='Pad', size=crop_size, pad_val=0, seg_pad_val=255),\\n    dict(type='DefaultFormatBundle'),\\n    dict(type='Collect', keys=['img', 'gt_semantic_seg']),\\n]\\ntest_pipeline = [\\n    dict(type='LoadImageFromFile'),\\n    dict(\\n        type='MultiScaleFlipAug',\\n        img_scale=(520, 520),\\n        flip=False,\\n        transforms=[\\n            dict(type='Resize', keep_ratio=True),\\n            dict(type='RandomFlip'),\\n            dict(type='Normalize', **img_norm_cfg),\\n            dict(type='ImageToTensor', keys=['img']),\\n            dict(type='Collect', keys=['img']),\\n        ])\\n]\\ndata_root=None\\ndataset_type = 'CustomDataset'\\ndata = dict(\\n    samples_per_gpu=2,\\n    workers_per_gpu=2,\\n    train=dict(\\n        type=dataset_type,\\n        pipeline=train_pipeline,\\n        data_root=data_root,\\n        img_dir='',\\n        ann_dir='',\\n        classes=''),\\n    val=dict(\\n        type=dataset_type,\\n        pipeline=test_pipeline,\\n        data_root=data_root,\\n        img_dir='',\\n        ann_dir='',\\n        classes=''))\\nload_from='https://download.openmmlab.com/mmsegmentation/v0.5/segformer/segformer_mit-b2_512x512_160k_ade20k/segformer_mit-b2_512x512_160k_ade20k_20210726_112103-cbd414ac.pth'\\n\",\n                                    \"description\": \"custom mmsegmentation config, in python config file format. Note that the '_base_' field, if used, should be a config file relative to the parent directory '/mmsegmentation/', e.g. \\\"_base_ = '/mmsegmentation/configs/segformer/segformer_mit-b2_512x512_160k_ade20k.py'\\\". The 'num_classes' field must be included somewhere in the config. The 'data' section should include 'train' and 'val' sections, each with 'ann_dir', 'img_dir', and 'classes' fields with empty strings as values. These values will be overwritten to be compatible with Clarifai's system, but must be included in the imported config. 'reduce_zero_label' should be set to False. A background class will be automatically added to the training vocab.\",\n                                    \"placeholder\": \"custom_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 11,\n                                    \"default_value\": [\n                                        520\n                                    ],\n                                    \"description\": \"the image size for inference. can be 1 or 2 elements. when a single value, specifies min side\",\n                                    \"placeholder\": \"image_size\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"MMSegmentation_SegFormer\",\n                            \"description\": \"A training template that uses the MMSegmentation toolkit and SegFormer configuration \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.seed\",\n                                    \"field_type\": 3,\n                                    \"default_value\": -1,\n                                    \"description\": \"[internal_only] the random seed to init training. If seed < 0, we will not set it.\",\n                                    \"placeholder\": \"seed\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 11,\n                                    \"default_value\": [\n                                        520\n                                    ],\n                                    \"description\": \"the image size for training and inference. can be 1 or 2 elements. when a single value, specifies min side\",\n                                    \"placeholder\": \"image_size\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 2,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 16,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.0000075,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.pretrained_weights\",\n                                    \"field_type\": 8,\n                                    \"default_value\": \"ade20k\",\n                                    \"description\": \"whether to init with pretrained weights.\",\n                                    \"placeholder\": \"pretrained_weights\",\n                                    \"model_type_enum_options\": [\n                                        {\n                                            \"id\": \"None\"\n                                        },\n                                        {\n                                            \"id\": \"ade20k\"\n                                        }\n                                    ]\n                                }\n                            ],\n                            \"recommended\": true\n                        }\n                    ],\n                    \"required\": true\n                }\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"image\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                -1,\n                                3\n                            ],\n                            \"max_dims\": [\n                                1024,\n                                1024,\n                                3\n                            ],\n                            \"data_type\": 2,\n                            \"description\": \"First two dimensions are the height and width, followed by the number of channels.\"\n                        }\n                    ],\n                    \"description\": \"Image urls or base64 are converted into numpy arrays of the specified size and forwarded to the model. If flexible dims are provided, inputs will be downsampled and padded to a default size.\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"regions[...].region_info.mask,regions[...].data.concepts\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                -1\n                            ],\n                            \"data_type\": 4,\n                            \"description\": \"The pixel class numbers of each image pixel\"\n                        }\n                    ],\n                    \"description\": \"The image mask returned by the model\",\n                    \"requires_label_filename\": true\n                }\n            ]\n        },\n        {\n            \"id\": \"multimodal-embedder\",\n            \"title\": \"Multimodal Embedder\",\n            \"description\": \"Embed text or image into a vector representing a high level understanding from our AI models, e.g. CLIP. These embeddings enable similarity search and training on top of them.\",\n            \"input_fields\": [\n                \"any\"\n            ],\n            \"output_fields\": [\n                \"embeddings\"\n            ],\n            \"internal_only\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"input_info.params.text_token_max_count_warning\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"A warning to reflect model behaviour that text tokens beyond this limit will be truncated. For example, CLIP model is internally hardcoded to use up to 77 tokens. Note that changing this field value will not result in any actual changes to how the model processes the text inputs, since this field value does only have informational purpose, as we can not change the hardcoded behaviour in imported models like CLIP. Set this value to simply reflect the model behaviour. If you are not sure if the model has such a limitation, you may leave it empty.\",\n                    \"placeholder\": \"Text token max count warning\",\n                    \"model_type_range_info\": {\n                        \"max\": 5000,\n                        \"step\": 1\n                    }\n                }\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"image\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                -1,\n                                3\n                            ],\n                            \"max_dims\": [\n                                1024,\n                                1024,\n                                3\n                            ],\n                            \"data_type\": 2,\n                            \"description\": \"First two dimensions are the height and width, followed by the number of channels.\"\n                        }\n                    ],\n                    \"description\": \"Image urls or base64 are converted into numpy arrays of the specified size and forwarded to the model. If flexible dims are provided, inputs will be downsampled and padded to a default size.\"\n                },\n                {\n                    \"data_field_name\": \"text\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                1\n                            ],\n                            \"data_type\": 1,\n                            \"description\": \"The text string sent to the model\"\n                        }\n                    ],\n                    \"description\": \"Text urls content or raw text passed in through the API are directly sent to the model\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"embeddings\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1\n                            ],\n                            \"data_type\": 5\n                        }\n                    ],\n                    \"description\": \"The embedding vector returned by the model\"\n                }\n            ]\n        },\n        {\n            \"id\": \"text-to-text\",\n            \"title\": \"Text To Text\",\n            \"description\": \"Generate or convert text based on text input, e.g. prompt completion, translation or summarization\",\n            \"input_fields\": [\n                \"text\"\n            ],\n            \"output_fields\": [\n                \"text\"\n            ],\n            \"trainable\": true,\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"train_info.params.invalid_data_tolerance_percent\",\n                    \"field_type\": 7,\n                    \"default_value\": 5,\n                    \"description\": \"Percentage value (0 to 100) of user's tolerance level to invalid inputs among all training inputs. Training will be stopped with error thrown if actual percent of invalid inputs is higher than this\",\n                    \"placeholder\": \"Invalid Data Tolerance Percentage\",\n                    \"model_type_range_info\": {\n                        \"max\": 100,\n                        \"step\": 0.1\n                    }\n                },\n                {\n                    \"path\": \"train_info.params.dataset_id\",\n                    \"field_type\": 16,\n                    \"default_value\": \"\",\n                    \"description\": \"Deprecated in favor of train_info.dataset\",\n                    \"placeholder\": \"DEPRECATED: Training Dataset ID\"\n                },\n                {\n                    \"path\": \"train_info.dataset\",\n                    \"field_type\": 19,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset to use for training this model\",\n                    \"placeholder\": \"Training Dataset\"\n                },\n                {\n                    \"path\": \"train_info.params.dataset_version_id\",\n                    \"field_type\": 17,\n                    \"default_value\": \"\",\n                    \"description\": \"Deprecated in favor of train_info.dataset.version\",\n                    \"placeholder\": \"DEPRECATED: Training Dataset Version ID\"\n                },\n                {\n                    \"path\": \"train_info.dataset.version\",\n                    \"field_type\": 20,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset version to use for training this model. If a dataset version is not specified but a dataset is, we will automatically generate a dataset version.\",\n                    \"placeholder\": \"Training Dataset Version\"\n                },\n                {\n                    \"path\": \"train_info.resume_from_model\",\n                    \"field_type\": 22,\n                    \"default_value\": \"\",\n                    \"description\": \"Model specifying the checkpoint to resume training from.\",\n                    \"placeholder\": \"This is the model and model version to resume training from. Model must be the same type.\",\n                    \"internal_only\": true\n                },\n                {\n                    \"path\": \"train_info.params.template\",\n                    \"field_type\": 14,\n                    \"default_value\": \"HF_GPTNeo_2p7b_lora\",\n                    \"description\": \"The template name is a pre-configured model template to train with on your data. Depending on your data you might want to try a few templates to see which yields optimal results.\",\n                    \"placeholder\": \"Training Template\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"HuggingFace\",\n                            \"description\": \"A text classification training template that uses the Huggingface toolkit\",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.model_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {\n                                        \"pretrained_model_name_or_path\": \"facebook/opt-125m\"\n                                    },\n                                    \"description\": \"keys and values are passed to transformers.AutoModelForSequenceClassification.from_pretrained(). Specifying a resume_from_model in the train_info of the PostModelVersions request overrides the pretrained_model_name_or_path.\",\n                                    \"placeholder\": \"model_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.tokenizer_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {\n                                        \"model_max_length\": 512\n                                    },\n                                    \"description\": \"keys and values are passed to transformers.AutoTokenizer.from_pretrained().  If not specified, uses the model name from the model config. Specifying a resume_from_model in the train_info of the PostModelVersions request overrides the pretrained_model_name_or_path.\",\n                                    \"placeholder\": \"tokenizer_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.trainer_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {\n                                        \"auto_find_batch_size\": true,\n                                        \"num_train_epochs\": 1,\n                                        \"output_dir\": \"checkpoint\"\n                                    },\n                                    \"description\": \"keys and values are passed to transformers.TrainingArguments()\",\n                                    \"placeholder\": \"trainer_config\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"HF_GPTNeo_125m_lora\",\n                            \"description\": \"A text classification training template that uses the Huggingface toolkit\",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.model_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {\n                                        \"pretrained_model_name\": \"EleutherAI/gpt-neo-125m\"\n                                    },\n                                    \"description\": \"keys and values are passed to transformers.AutoModelForSequenceClassification.from_pretrained(). Specifying a resume_from_model in the train_info of the PostModelVersions request overrides the pretrained_model_name_or_path.\",\n                                    \"placeholder\": \"model_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.peft_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {\n                                        \"peft_type\": \"LORA\"\n                                    },\n                                    \"description\": \"keys and values are passed to peft.get_peft_model(base_model, peft_config)\",\n                                    \"placeholder\": \"peft_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.tokenizer_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {},\n                                    \"description\": \"keys and values are passed to transformers.AutoTokenizer.from_pretrained().  If not specified, uses the model name from the model config.\",\n                                    \"placeholder\": \"tokenizer_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.trainer_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {\n                                        \"auto_find_batch_size\": true,\n                                        \"num_train_epochs\": 1\n                                    },\n                                    \"description\": \"keys and values are passed to transformers.TrainingArguments()\",\n                                    \"placeholder\": \"trainer_config\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"HF_GPTNeo_2p7b_lora\",\n                            \"description\": \"A text classification training template that uses the Huggingface toolkit\",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.model_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {\n                                        \"pretrained_model_name\": \"EleutherAI/gpt-neo-2.7B\"\n                                    },\n                                    \"description\": \"keys and values are passed to transformers.AutoModelForSequenceClassification.from_pretrained(). Specifying a resume_from_model in the train_info of the PostModelVersions request overrides the pretrained_model_name_or_path. \",\n                                    \"placeholder\": \"model_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.peft_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {\n                                        \"peft_type\": \"LORA\"\n                                    },\n                                    \"description\": \"keys and values are passed to peft.get_peft_model(base_model, peft_config)\",\n                                    \"placeholder\": \"peft_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.tokenizer_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {},\n                                    \"description\": \"keys and values are passed to transformers.AutoTokenizer.from_pretrained().  If not specified, uses the model name from the model config.\",\n                                    \"placeholder\": \"tokenizer_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.trainer_config\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {\n                                        \"num_train_epochs\": 1,\n                                        \"per_device_train_batch_size\": 2\n                                    },\n                                    \"description\": \"keys and values are passed to transformers.TrainingArguments()\",\n                                    \"placeholder\": \"trainer_config\"\n                                }\n                            ],\n                            \"recommended\": true\n                        }\n                    ],\n                    \"required\": true\n                }\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"text\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                1\n                            ],\n                            \"data_type\": 1,\n                            \"description\": \"The text string sent to the model\"\n                        }\n                    ],\n                    \"description\": \"Text urls content or raw text passed in through the API are directly sent to the model\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"text\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                1\n                            ],\n                            \"data_type\": 1\n                        }\n                    ],\n                    \"description\": \"The text inferred by the model.\"\n                }\n            ]\n        },\n        {\n            \"id\": \"visual-detector\",\n            \"title\": \"Visual Detector\",\n            \"description\": \"Detect bounding box regions in images or video frames where things and then classify objects, descriptive words or topics within the boxes.\",\n            \"input_fields\": [\n                \"image\"\n            ],\n            \"output_fields\": [\n                \"regions[...].data.concepts,regions[...].region_info.bounding_box\"\n            ],\n            \"trainable\": true,\n            \"creatable\": true,\n            \"model_type_fields\": [\n                {\n                    \"path\": \"eval_info.params.dataset_id\",\n                    \"field_type\": 16,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset to use for evaluating this model.\",\n                    \"placeholder\": \"Eval Dataset ID\"\n                },\n                {\n                    \"path\": \"eval_info.params.dataset_version_id\",\n                    \"field_type\": 17,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset version to use for evaluating this model. If a dataset version is not specified but a dataset is, we will automatically generate a dataset version.\",\n                    \"placeholder\": \"Eval Dataset Version ID\"\n                },\n                {\n                    \"path\": \"output_info.data.concepts\",\n                    \"field_type\": 4,\n                    \"description\": \"List of concepts you want this model to predict from any existing concepts in your app.\",\n                    \"placeholder\": \"List of concepts\",\n                    \"required\": true\n                },\n                {\n                    \"path\": \"output_info.params.max_concepts\",\n                    \"field_type\": 3,\n                    \"default_value\": 20,\n                    \"description\": \"Maximum number of concepts in result\",\n                    \"placeholder\": \"Maximum concepts\"\n                },\n                {\n                    \"path\": \"output_info.params.select_concepts\",\n                    \"field_type\": 18,\n                    \"default_value\": [],\n                    \"description\": \"Select concepts in result by name or by id\",\n                    \"placeholder\": \"Select Concepts\"\n                },\n                {\n                    \"path\": \"train_info.params.invalid_data_tolerance_percent\",\n                    \"field_type\": 7,\n                    \"default_value\": 5,\n                    \"description\": \"Percentage value (0 to 100) of user's tolerance level to invalid inputs among all training inputs. Training will be stopped with error thrown if actual percent of invalid inputs is higher than this\",\n                    \"placeholder\": \"Invalid Data Tolerance Percentage\",\n                    \"model_type_range_info\": {\n                        \"max\": 100,\n                        \"step\": 0.1\n                    }\n                },\n                {\n                    \"path\": \"output_info.params.detection_threshold\",\n                    \"field_type\": 7,\n                    \"default_value\": 0,\n                    \"description\": \"Percentage value (0 to 1.0) for the detection threshold. Detections with scores equal to or below this value will be filtered out.\",\n                    \"placeholder\": \"Detection Threshold\",\n                    \"model_type_range_info\": {\n                        \"max\": 1\n                    }\n                },\n                {\n                    \"path\": \"train_info.params.dataset_id\",\n                    \"field_type\": 16,\n                    \"default_value\": \"\",\n                    \"description\": \"Deprecated in favor of train_info.dataset\",\n                    \"placeholder\": \"DEPRECATED: Training Dataset ID\"\n                },\n                {\n                    \"path\": \"train_info.dataset\",\n                    \"field_type\": 19,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset to use for training this model\",\n                    \"placeholder\": \"Training Dataset\"\n                },\n                {\n                    \"path\": \"train_info.params.dataset_version_id\",\n                    \"field_type\": 17,\n                    \"default_value\": \"\",\n                    \"description\": \"Deprecated in favor of train_info.dataset.version\",\n                    \"placeholder\": \"DEPRECATED: Training Dataset Version ID\"\n                },\n                {\n                    \"path\": \"train_info.dataset.version\",\n                    \"field_type\": 20,\n                    \"default_value\": \"\",\n                    \"description\": \"Dataset version to use for training this model. If a dataset version is not specified but a dataset is, we will automatically generate a dataset version.\",\n                    \"placeholder\": \"Training Dataset Version\"\n                },\n                {\n                    \"path\": \"train_info.params.template\",\n                    \"field_type\": 14,\n                    \"default_value\": \"MMDetection_YoloF\",\n                    \"description\": \"The template name is a pre-configured model template to train with on your data. Depending on your data you might want to try a few templates to see which yields optimal results.\",\n                    \"placeholder\": \"Training Template\",\n                    \"model_type_enum_options\": [\n                        {\n                            \"id\": \"detection_msc10\",\n                            \"description\": \"A training template that uses Clarifais training implementation. \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 512,\n                                    \"description\": \"Input image size (minimum side dimension). Valid choices are: 320, 512, or 800.\",\n                                    \"placeholder\": \"image_size\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 4,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 128,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 9,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.pretrain_base_data\",\n                                    \"field_type\": 2,\n                                    \"default_value\": \"mscoco\",\n                                    \"description\": \"pre-initialization weights\",\n                                    \"placeholder\": \"pretrain_base_data\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.use_perclass_regression\",\n                                    \"field_type\": 1,\n                                    \"default_value\": true,\n                                    \"description\": \"whether to separate use box coorindate regressors for each class, or one set for all classes.\",\n                                    \"placeholder\": \"use_perclass_regression\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.base_model\",\n                                    \"field_type\": 2,\n                                    \"default_value\": \"InceptionV4\",\n                                    \"description\": \"the base model architecture to use for the detector.\",\n                                    \"placeholder\": \"base_model\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.anchor_ratios\",\n                                    \"field_type\": 11,\n                                    \"default_value\": [\n                                        1,\n                                        2,\n                                        0.5\n                                    ],\n                                    \"description\": \"the ratios w / h to use in anchor boxes of the detector.\",\n                                    \"placeholder\": \"anchor_ratios\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.use_focal_loss\",\n                                    \"field_type\": 1,\n                                    \"default_value\": true,\n                                    \"description\": \"whether use focal loss during training or online hard example mining\",\n                                    \"placeholder\": \"use_focal_loss\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.0004125,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.continue_from_eid\",\n                                    \"field_type\": 3,\n                                    \"default_value\": -1,\n                                    \"description\": \" if set, initialize with weights from this eid\",\n                                    \"placeholder\": \"continue_from_eid\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.trainer_type\",\n                                    \"field_type\": 2,\n                                    \"default_value\": \"tf_striate\",\n                                    \"description\": \"[internal_only] the trainer type to use. If set to mini_batch trainer then will only train for 10 minibatches\",\n                                    \"placeholder\": \"trainer_type\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.inference_crop_type\",\n                                    \"field_type\": 2,\n                                    \"default_value\": \"sortapad1\",\n                                    \"description\": \"[internal_only] the crop type to use for inference (used when evaluating the model).\",\n                                    \"placeholder\": \"inference_crop_type\",\n                                    \"internal_only\": true\n                                }\n                            ],\n                            \"internal_only\": true\n                        },\n                        {\n                            \"id\": \"Clarifai_InceptionV2\",\n                            \"description\": \"A custom visual detector template that uses a Inception-V2-like base. \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 512,\n                                    \"description\": \"Input image size (minimum side dimension). Valid choices are: 320, 512, or 800.\",\n                                    \"placeholder\": \"image_size\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 4,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 16,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 9,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.use_perclass_regression\",\n                                    \"field_type\": 1,\n                                    \"default_value\": true,\n                                    \"description\": \"whether to separate use box coorindate regressors for each class, or one set for all classes.\",\n                                    \"placeholder\": \"use_perclass_regression\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.anchor_ratios\",\n                                    \"field_type\": 11,\n                                    \"default_value\": [\n                                        1,\n                                        2,\n                                        0.5\n                                    ],\n                                    \"description\": \"the ratios w / h to use in anchor boxes of the detector.\",\n                                    \"placeholder\": \"anchor_ratios\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.use_focal_loss\",\n                                    \"field_type\": 1,\n                                    \"default_value\": true,\n                                    \"description\": \"whether use focal loss during training or online hard example mining\",\n                                    \"placeholder\": \"use_focal_loss\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.0004125,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"Clarifai_InceptionV4\",\n                            \"description\": \"A custom visual detector template that uses a Inception-V4-like base. \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 512,\n                                    \"description\": \"Input image size (minimum side dimension). Valid choices are: 320, 512, or 800.\",\n                                    \"placeholder\": \"image_size\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 4,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 16,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 9,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.use_perclass_regression\",\n                                    \"field_type\": 1,\n                                    \"default_value\": true,\n                                    \"description\": \"whether to separate use box coorindate regressors for each class, or one set for all classes.\",\n                                    \"placeholder\": \"use_perclass_regression\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.anchor_ratios\",\n                                    \"field_type\": 11,\n                                    \"default_value\": [\n                                        1,\n                                        2,\n                                        0.5\n                                    ],\n                                    \"description\": \"the ratios w / h to use in anchor boxes of the detector.\",\n                                    \"placeholder\": \"anchor_ratios\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.use_focal_loss\",\n                                    \"field_type\": 1,\n                                    \"default_value\": true,\n                                    \"description\": \"whether use focal loss during training or online hard example mining\",\n                                    \"placeholder\": \"use_focal_loss\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.0004125,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"MMDetection_FasterRCNN\",\n                            \"description\": \"A training template that uses the MMDetection toolkit and Faster R-CNN configuration \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.seed\",\n                                    \"field_type\": 3,\n                                    \"default_value\": -1,\n                                    \"description\": \"[internal_only] the random seed to init training. If seed < 0, we will not set it.\",\n                                    \"placeholder\": \"seed\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 11,\n                                    \"default_value\": [\n                                        800\n                                    ],\n                                    \"description\": \"the image size for training and inference. can be 1 or 2 elements. when a single value, specifies min side\",\n                                    \"placeholder\": \"image_size\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.random_resize_lower\",\n                                    \"field_type\": 11,\n                                    \"default_value\": [\n                                        640\n                                    ],\n                                    \"description\": \"lower limit of random resizes during training. same 1 or 2 element format as image_size (uses image_size if empty). \",\n                                    \"placeholder\": \"random_resize_lower\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.random_resize_upper\",\n                                    \"field_type\": 11,\n                                    \"default_value\": [],\n                                    \"description\": \"upper limit of random resizes during training. same 1 or 2 element format as image_size (uses image_size if empty)\",\n                                    \"placeholder\": \"random_resize_upper\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 2,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 32,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 12,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.00125,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.pretrained_weights\",\n                                    \"field_type\": 8,\n                                    \"default_value\": \"coco\",\n                                    \"description\": \"whether to init with pretrained weights.\",\n                                    \"placeholder\": \"pretrained_weights\",\n                                    \"model_type_enum_options\": [\n                                        {\n                                            \"id\": \"None\"\n                                        },\n                                        {\n                                            \"id\": \"coco\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"MMDetection_SSD\",\n                            \"description\": \"A training template that uses the MMDetection toolkit and SSD configuration \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.seed\",\n                                    \"field_type\": 3,\n                                    \"default_value\": -1,\n                                    \"description\": \"[internal_only] the random seed to init training. If seed < 0, we will not set it.\",\n                                    \"placeholder\": \"seed\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 11,\n                                    \"default_value\": [\n                                        320\n                                    ],\n                                    \"description\": \"the image size to train on.\",\n                                    \"placeholder\": \"image_size\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 24,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 32,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 120,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.000078125,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.pretrained_weights\",\n                                    \"field_type\": 8,\n                                    \"default_value\": \"coco\",\n                                    \"description\": \"whether to init with pretrained weights.\",\n                                    \"placeholder\": \"pretrained_weights\",\n                                    \"model_type_enum_options\": [\n                                        {\n                                            \"id\": \"None\"\n                                        },\n                                        {\n                                            \"id\": \"coco\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"MMDetection\",\n                            \"description\": \"A training template that uses the MMDetection toolkit and a custom configuration \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.seed\",\n                                    \"field_type\": 3,\n                                    \"default_value\": -1,\n                                    \"description\": \"[internal_only] the random seed to init training. If seed < 0, we will not set it.\",\n                                    \"placeholder\": \"seed\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.custom_config\",\n                                    \"field_type\": 15,\n                                    \"default_value\": \"\\n_base_ = '/mmdetection/configs/yolof/yolof_r50_c5_8x8_1x_coco.py'\\nrunner = dict(type='EpochBasedRunner', max_epochs=10)\\nmodel=dict(\\n  bbox_head=dict(num_classes=0),\\n  )\\ndata=dict(\\n  train=dict(\\n    ann_file='',\\n    img_prefix='',\\n    classes=''\\n    ),\\n  val=dict(\\n    ann_file='',\\n    img_prefix='',\\n    classes=''))\\n\",\n                                    \"description\": \"custom mmdetection config, in python config file format. Note that the '_base_' field, if used, should be a config file relative to the parent directory '/mmdetection/', e.g. \\\"_base_ = '/mmdetection/configs/yolof/yolof_r50_c5_8x8_1x_coco.py'\\\". The 'num_classes' field must be included somewhere in the config. The 'data' section should include 'train' and 'val' sections, each with 'ann_file', 'img_prefix', and 'classes' fields with empty strings as values. These values will be overwritten to be compatible with Clarifai's system, but must be included in the imported config.\",\n                                    \"placeholder\": \"custom_config\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 11,\n                                    \"default_value\": [\n                                        320\n                                    ],\n                                    \"description\": \"the image size for inference. can be 1 or 2 elements. when a single value, specifies min side\",\n                                    \"placeholder\": \"image_size\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"MMDetection_YoloF\",\n                            \"description\": \"A training template that uses the MMDetection toolkit and Yolof configuration \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.seed\",\n                                    \"field_type\": 3,\n                                    \"default_value\": -1,\n                                    \"description\": \"[internal_only] the random seed to init training. If seed < 0, we will not set it.\",\n                                    \"placeholder\": \"seed\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 11,\n                                    \"default_value\": [\n                                        512\n                                    ],\n                                    \"description\": \"the input image size. when a single value, specifies the minimum side. if more than one value, specifies exact (width, height) when combined with keep_aspect_ratio=False\",\n                                    \"placeholder\": \"image_size\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.max_aspect_ratio\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1.5,\n                                    \"description\": \"for keep_aspect_ratio=True, maximum length of longer side relative to shorter side\",\n                                    \"placeholder\": \"max_aspect_ratio\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 5\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.keep_aspect_ratio\",\n                                    \"field_type\": 1,\n                                    \"default_value\": true,\n                                    \"description\": \"whether to keep the original aspect ratio of the image (True, default), or use non-aspect-preserving resizes (False)\",\n                                    \"placeholder\": \"keep_aspect_ratio\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.batch_size\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 16,\n                                    \"description\": \"the batch size to use during training.\",\n                                    \"placeholder\": \"batch_size\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 32,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 10,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 200,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.min_samples_per_epoch\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 300,\n                                    \"description\": \"for very small datasets, minimum number of samples in one epoch (the dataset is repeated)\",\n                                    \"placeholder\": \"min_samples_per_epoch\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.per_item_lrate\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0.001875,\n                                    \"description\": \"the initial learning rate per item. The overall learning rate (per step) is set to lrate = batch_size * per_item_lrate\",\n                                    \"placeholder\": \"per_item_lrate\"\n                                },\n                                {\n                                    \"path\": \"train_info.params.pretrained_weights\",\n                                    \"field_type\": 8,\n                                    \"default_value\": \"coco\",\n                                    \"description\": \"whether to init with pretrained weights.\",\n                                    \"placeholder\": \"pretrained_weights\",\n                                    \"model_type_enum_options\": [\n                                        {\n                                            \"id\": \"None\"\n                                        },\n                                        {\n                                            \"id\": \"coco\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"path\": \"train_info.params.frozen_stages\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"backbone network stages to keep frozen\",\n                                    \"placeholder\": \"frozen_stages\",\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 4,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.inference_max_batch_size\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 2,\n                                    \"description\": \"[internal_only] max batch size to use during inference\",\n                                    \"placeholder\": \"inference_max_batch_size\",\n                                    \"internal_only\": true\n                                }\n                            ],\n                            \"recommended\": true\n                        },\n                        {\n                            \"id\": \"_Ultralytics_YoloV5\",\n                            \"description\": \"A training template that uses the Ultrylatics YoloV5 implementation. \",\n                            \"model_type_fields\": [\n                                {\n                                    \"path\": \"train_info.params.num_gpus\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 1,\n                                    \"description\": \"[internal_only] the number of gpus to train with.\",\n                                    \"placeholder\": \"num_gpus\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"max\": 1,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.model\",\n                                    \"field_type\": 8,\n                                    \"default_value\": \"yolov5s\",\n                                    \"description\": \"which specific model architecture to use.\",\n                                    \"placeholder\": \"model\",\n                                    \"model_type_enum_options\": [\n                                        {\n                                            \"id\": \"yolov5n\"\n                                        },\n                                        {\n                                            \"id\": \"yolov5s\"\n                                        },\n                                        {\n                                            \"id\": \"yolov5m\"\n                                        },\n                                        {\n                                            \"id\": \"yolov5l\"\n                                        },\n                                        {\n                                            \"id\": \"yolov5x\"\n                                        }\n                                    ],\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.num_epochs\",\n                                    \"field_type\": 7,\n                                    \"default_value\": 30,\n                                    \"description\": \"the total number of epochs to train for.\",\n                                    \"placeholder\": \"num_epochs\",\n                                    \"internal_only\": true,\n                                    \"model_type_range_info\": {\n                                        \"min\": 1,\n                                        \"max\": 500,\n                                        \"step\": 1\n                                    }\n                                },\n                                {\n                                    \"path\": \"train_info.params.pretrained_weights\",\n                                    \"field_type\": 8,\n                                    \"default_value\": \"coco\",\n                                    \"description\": \"whether to init with pretrained weights.\",\n                                    \"placeholder\": \"pretrained_weights\",\n                                    \"model_type_enum_options\": [\n                                        {\n                                            \"id\": \"None\"\n                                        },\n                                        {\n                                            \"id\": \"coco\"\n                                        }\n                                    ],\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.image_size\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 640,\n                                    \"description\": \"the input image size. If rectangular training is true, this is the larger side.\",\n                                    \"placeholder\": \"image_size\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.rectangular_training\",\n                                    \"field_type\": 1,\n                                    \"default_value\": false,\n                                    \"description\": \"whether to train on rectangular images. Preserves image ratio.\",\n                                    \"placeholder\": \"rectangular_training\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.multi_scale\",\n                                    \"field_type\": 1,\n                                    \"default_value\": false,\n                                    \"description\": \"whether to vary the image size +/- 50%\",\n                                    \"placeholder\": \"multi_scale\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.single_cls\",\n                                    \"field_type\": 1,\n                                    \"default_value\": false,\n                                    \"description\": \"whether to train multi-class data as single-class\",\n                                    \"placeholder\": \"single_cls\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.optimizer\",\n                                    \"field_type\": 8,\n                                    \"default_value\": \"SGD\",\n                                    \"description\": \"which optimizer to use.\",\n                                    \"placeholder\": \"optimizer\",\n                                    \"model_type_enum_options\": [\n                                        {\n                                            \"id\": \"SGD\"\n                                        },\n                                        {\n                                            \"id\": \"Adam\"\n                                        },\n                                        {\n                                            \"id\": \"AdamW\"\n                                        }\n                                    ],\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.cosine_lr\",\n                                    \"field_type\": 1,\n                                    \"default_value\": false,\n                                    \"description\": \"whether to use a cosine LR scheduler\",\n                                    \"placeholder\": \"cosine_lr\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.label_smoothing\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0,\n                                    \"description\": \"If > `0` then smooth the labels.\",\n                                    \"placeholder\": \"label_smoothing\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.patience\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 100,\n                                    \"description\": \"EarlyStopping patience. After how many epochs to stop training when there is no improvement since the best epoch.\",\n                                    \"placeholder\": \"patience\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.seed\",\n                                    \"field_type\": 3,\n                                    \"default_value\": 0,\n                                    \"description\": \"the random seed to init training.\",\n                                    \"placeholder\": \"seed\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.use_best_checkpoint\",\n                                    \"field_type\": 1,\n                                    \"default_value\": false,\n                                    \"description\": \"whether you want to use the checkpoint that did the best on the validation set for inferencing. False means you will use the latest checkpoint.\",\n                                    \"placeholder\": \"use_best_checkpoint\",\n                                    \"internal_only\": true\n                                },\n                                {\n                                    \"path\": \"train_info.params.hyperparameters\",\n                                    \"field_type\": 10,\n                                    \"default_value\": {\n                                        \"anchor_t\": 4,\n                                        \"box\": 0.05,\n                                        \"cls\": 0.5,\n                                        \"cls_pw\": 1,\n                                        \"copy_paste\": 0,\n                                        \"degrees\": 0,\n                                        \"fl_gamma\": 0,\n                                        \"fliplr\": 0.5,\n                                        \"flipud\": 0,\n                                        \"hsv_h\": 0.015,\n                                        \"hsv_s\": 0.7,\n                                        \"hsv_v\": 0.4,\n                                        \"iou_t\": 0.2,\n                                        \"lr0\": 0.01,\n                                        \"lrf\": 0.01,\n                                        \"mixup\": 0,\n                                        \"momentum\": 0.937,\n                                        \"mosaic\": 1,\n                                        \"obj\": 1,\n                                        \"obj_pw\": 1,\n                                        \"perspective\": 0,\n                                        \"scale\": 0.5,\n                                        \"shear\": 0,\n                                        \"translate\": 0.1,\n                                        \"warmup_bias_lr\": 0.1,\n                                        \"warmup_epochs\": 3,\n                                        \"warmup_momentum\": 0.8,\n                                        \"weight_decay\": 0.0005\n                                    },\n                                    \"description\": \"dict of hyperparameters to pass to training. Defaults to values from https://github.com/ultralytics/yolov5/blob/ed887b5976d94dc61fa3f7e8e07170623dc7d6ee/data/hyps/hyp.scratch-low.yaml.\",\n                                    \"placeholder\": \"hyperparameters\",\n                                    \"internal_only\": true\n                                }\n                            ],\n                            \"internal_only\": true\n                        }\n                    ],\n                    \"required\": true\n                }\n            ],\n            \"expected_input_layers\": [\n                {\n                    \"data_field_name\": \"image\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                -1,\n                                3\n                            ],\n                            \"max_dims\": [\n                                1024,\n                                1024,\n                                3\n                            ],\n                            \"data_type\": 2,\n                            \"description\": \"First two dimensions are the height and width, followed by the number of channels.\"\n                        }\n                    ],\n                    \"description\": \"Image urls or base64 are converted into numpy arrays of the specified size and forwarded to the model. If flexible dims are provided, inputs will be downsampled and padded to a default size.\"\n                }\n            ],\n            \"expected_output_layers\": [\n                {\n                    \"data_field_name\": \"regions[...].region_info.bounding_box\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                4\n                            ],\n                            \"data_type\": 5,\n                            \"description\": \"The normalized bounding box coordinates in the order: top_row, left_col, bottom_row, right_col.\"\n                        }\n                    ]\n                },\n                {\n                    \"data_field_name\": \"regions[...].data.concepts[...].id\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                1\n                            ],\n                            \"data_type\": 3,\n                            \"description\": \"The concept number that belongs to the respective bounding box. Concept numbers should be in the same order of the concepts defined in the label file.\"\n                        }\n                    ],\n                    \"requires_label_filename\": true\n                },\n                {\n                    \"data_field_name\": \"regions[...].data.concepts[...].value\",\n                    \"shapes\": [\n                        {\n                            \"dims\": [\n                                -1,\n                                1\n                            ],\n                            \"data_type\": 5,\n                            \"description\": \"The confidence value for the predicted concept\"\n                        }\n                    ]\n                }\n            ],\n            \"evaluation_type\": 2\n        }\n    ],\n    \"model_importers\": {\n        \"path\": \"import_info.params.toolkit\",\n        \"field_type\": 14,\n        \"description\": \"Third party toolkits to import models from.\",\n        \"placeholder\": \"Toolkit\",\n        \"model_type_enum_options\": [\n            {\n                \"id\": \"HuggingFace\",\n                \"description\": \"Importer for HuggingFace pipelines.\",\n                \"model_type_fields\": [\n                    {\n                        \"path\": \"import_info.params.use_gpu\",\n                        \"field_type\": 1,\n                        \"default_value\": true,\n                        \"description\": \"whether to import the model for usage on cpu or gpu.\",\n                        \"placeholder\": \"use_gpu\"\n                    },\n                    {\n                        \"path\": \"import_info.params.model_name\",\n                        \"field_type\": 2,\n                        \"default_value\": \"\",\n                        \"description\": \"[internal_only] This is the name of the model we want to import, e.g. 'bert-base-uncased'.\",\n                        \"placeholder\": \"model_name\",\n                        \"internal_only\": true\n                    },\n                    {\n                        \"path\": \"import_info.params.pipeline_name\",\n                        \"field_type\": 8,\n                        \"default_value\": \"\",\n                        \"description\": \"This is the name of the pipeline to deploy. The available pipelines are:\",\n                        \"placeholder\": \"pipeline_name\",\n                        \"model_type_enum_options\": [\n                            {\n                                \"id\": \"text2text-generation\",\n                                \"description\": \"If this model supports prompts, each text input should contain the prompt when inferencing.\"\n                            },\n                            {\n                                \"id\": \"summarization\"\n                            },\n                            {\n                                \"id\": \"text-generation\"\n                            },\n                            {\n                                \"id\": \"text-classification\"\n                            },\n                            {\n                                \"id\": \"feature-extraction\",\n                                \"description\": \"Extract feature embeddings from text.\"\n                            },\n                            {\n                                \"id\": \"ner\",\n                                \"description\": \"Token classification with entity aggregation (aggregation_strategy=`simple`).\"\n                            },\n                            {\n                                \"id\": \"sentiment-analysis\"\n                            },\n                            {\n                                \"id\": \"translation_xx_to_yy\",\n                                \"aliases\": [\n                                    {\n                                        \"wildcard_string\": \"^translation_.._to_..$\"\n                                    }\n                                ],\n                                \"description\": \"xx and yy should be replaced by language codes if this model is capable of translating between multiple pairs of languages.\"\n                            },\n                            {\n                                \"id\": \"automatic-speech-recognition\"\n                            },\n                            {\n                                \"id\": \"audio-classification\",\n                                \"description\": \"Tokenizers are not supported.\"\n                            },\n                            {\n                                \"id\": \"question-answering\",\n                                \"description\": \"Prompt must be in format 'question: QUESTION context: CONTEXT'\"\n                            },\n                            {\n                                \"id\": \"zero-shot-classification\",\n                                \"description\": \"Classify texts using custom labels without retraining.\"\n                            },\n                            {\n                                \"id\": \"zero-shot-image-classification\",\n                                \"description\": \"Classify images using custom labels without retraining.\"\n                            },\n                            {\n                                \"id\": \"object-detection\"\n                            },\n                            {\n                                \"id\": \"image-segmentation\"\n                            },\n                            {\n                                \"id\": \"image-classification\"\n                            }\n                        ]\n                    },\n                    {\n                        \"path\": \"import_info.params.tokenizer_config\",\n                        \"field_type\": 10,\n                        \"default_value\": {\n                            \"model_max_length\": 512\n                        },\n                        \"description\": \"Tokenizer configuration fields; by default, the tokenizer will use values saved with the model\",\n                        \"placeholder\": \"tokenizer_config\"\n                    }\n                ]\n            },\n            {\n                \"id\": \"MMDetection\",\n                \"description\": \"Importer for MMDetection models.\",\n                \"model_type_fields\": [\n                    {\n                        \"path\": \"import_info.params.checkpoint_file_url\",\n                        \"field_type\": 2,\n                        \"default_value\": \"\",\n                        \"description\": \"The url to the checkpoint file to be downloaded.\",\n                        \"placeholder\": \"checkpoint_file_url\"\n                    },\n                    {\n                        \"path\": \"import_info.params.mmdet_config_path\",\n                        \"field_type\": 2,\n                        \"default_value\": \"\",\n                        \"description\": \"The absolute path to the mmdet config inside the mmdet repo.\",\n                        \"placeholder\": \"mmdet_config_path\"\n                    },\n                    {\n                        \"path\": \"import_info.params.inference_image_size\",\n                        \"field_type\": 11,\n                        \"default_value\": [\n                            320\n                        ],\n                        \"description\": \"the image size for inference. can be 1 or 2 elements. when a single value, specifies min side\",\n                        \"placeholder\": \"inference_image_size\"\n                    },\n                    {\n                        \"path\": \"import_info.params.use_gpu\",\n                        \"field_type\": 1,\n                        \"default_value\": true,\n                        \"description\": \"[internal_only] Whether to deploy for inference on GPU.\",\n                        \"placeholder\": \"use_gpu\",\n                        \"internal_only\": true\n                    }\n                ]\n            }\n        ]\n    },\n    \"triton_conda_envs_info\": [\n        {\n            \"conda_pack_url\": \"s3://clarifai-api/triton-conda-envs/dev/triton_conda-cp3.8-torch1.13.1-19f97078.tar.gz\",\n            \"conda_yaml_url\": \"s3://clarifai-api/triton-conda-envs/dev/triton_conda-cp3.8-torch1.13.1-19f97078.yaml\"\n        },\n        {\n            \"conda_pack_url\": \"s3://clarifai-api/triton-conda-envs/dev/default.tar.gz\",\n            \"conda_yaml_url\": \"s3://clarifai-api/triton-conda-envs/dev/default.yaml\"\n        },\n        {\n            \"conda_pack_url\": \"s3://clarifai-api/triton-conda-envs/dev/triton_conda-cp3.8-torch2.0.0-ce980f28.tar.gz\",\n            \"conda_yaml_url\": \"s3://clarifai-api/triton-conda-envs/dev/triton_conda-cp3.8-torch2.0.0-ce980f28.yaml\"\n        }\n    ]\n}"}],"_postman_id":"470da350-10ab-45a7-9b73-e76ae7b08d77"},{"name":"Delete Model","event":[{"listen":"prerequest","script":{"exec":["",""],"type":"text/javascript","packages":{},"id":"4da8c193-f759-4559-8fe6-fa983d9600b0"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"7761b26c-b33d-4017-a1ea-4c73e7c2c845"}}],"id":"5a75c7bf-28f2-4107-a0ca-d17cbdcc18e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID","description":"<p>Permanently delete a model and all its versions.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>model_id</code></td>\n<td>string</td>\n<td>Model ID to delete</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models","YOUR_MODEL_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"9df4ea98-56e4-4ae9-9552-ff1df7500e17","name":"Delete Model By modelID","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"4d6112a93a9fe7c8ab1e5914ceadfefa\"\n    }\n}"},{"id":"7f9e30e5-8e65-4643-bf7c-1f29a2d05bbe","name":"Delete batch by ids (async)","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"ids\":[\"bdcedc0f8da58c396b7df12f634ef923\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"335e601fdec0dfddfc7fdc088dbdbd21\"\n    }\n}"}],"_postman_id":"5a75c7bf-28f2-4107-a0ca-d17cbdcc18e9"},{"name":"Delete Model Version","event":[{"listen":"prerequest","script":{"exec":["",""],"type":"text/javascript","packages":{},"id":"dc32b4f0-07c6-49a0-961d-57c12c854269"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"5541391a-49bc-4d85-8505-a0e1e97cca4a"}}],"id":"98298d7e-a9f6-4133-bfbb-3a3dcb290958","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID/versions/YOUR_VERSION_ID","description":"<p>Delete a specific model version. The model itself and other versions remain intact.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>model_id</code></td>\n<td>string</td>\n<td>Model ID</td>\n</tr>\n<tr>\n<td><code>version_id</code></td>\n<td>string</td>\n<td>Version ID to delete</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models","YOUR_MODEL_ID","versions","YOUR_VERSION_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"bb3ec6db-234b-4f44-bd78-cc08fa2f5182","name":"Delete By model version id","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID/versions/YOUR_VERSION_ID"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"8aa9e4631e731e0b5d4245e9804aa549\"\n    }\n}"}],"_postman_id":"98298d7e-a9f6-4133-bfbb-3a3dcb290958"},{"name":"Patch Model Version","id":"71199506-849c-45dc-84b1-dc54f2a1a076","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"merge\",\n    \"model_versions\": [\n        {\n            \"id\": \"YOUR_VERSION_ID\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID/versions","description":"<p>Update properties of one or more model versions, such as description and inference compute settings.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>model_id</code></td>\n<td>string</td>\n<td>Model ID</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>model_versions[].id</code></td>\n<td>string</td>\n<td>Version ID to update</td>\n</tr>\n<tr>\n<td><code>model_versions[].description</code></td>\n<td>string</td>\n<td>Updated description</td>\n</tr>\n<tr>\n<td><code>action</code></td>\n<td>string</td>\n<td><code>merge</code> or <code>overwrite</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models","YOUR_MODEL_ID","versions"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"71199506-849c-45dc-84b1-dc54f2a1a076"},{"name":"Eval Metrics By Model Version","id":"a5667869-ab9c-4594-afdf-b08a540dc11c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID/versions/YOUR_VERSION_ID/metrics","description":"<p>Retrieve or trigger evaluation metrics for a specific model version. Use GET to fetch existing metrics, POST to run a new evaluation.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>model_id</code></td>\n<td>string</td>\n<td>Model ID</td>\n</tr>\n<tr>\n<td><code>version_id</code></td>\n<td>string</td>\n<td>Model version ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models","YOUR_MODEL_ID","versions","YOUR_VERSION_ID","metrics"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"69e5e36a-a26e-447c-aaa6-567d30d81c95","name":"Eval Metrics by Model Version","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID/versions/YOUR_VERSION_ID/metrics"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"5b02a1d821b84630bec1811917d415e1\"\n    },\n    \"model_version\": {\n        \"id\": \"00668896e0a64cf5b37302c000e96f23\",\n        \"created_at\": \"2023-11-23T08:06:12.577745Z\",\n        \"status\": {\n            \"code\": 21100,\n            \"description\": \"Model is trained and ready\"\n        },\n        \"active_concept_count\": 16,\n        \"metrics\": {\n            \"status\": {\n                \"code\": 21303,\n                \"description\": \"Model is queued for evaluation.\"\n            }\n        },\n        \"completed_at\": \"2023-11-23T08:21:08.303040Z\",\n        \"visibility\": {\n            \"gettable\": 10\n        },\n        \"app_id\": \"test-app-1700638575-empty\",\n        \"user_id\": \"a0btrubbaefn\",\n        \"metadata\": {},\n        \"output_info\": {\n            \"output_config\": {\n                \"max_concepts\": 0,\n                \"min_value\": 0\n            },\n            \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n            \"fields_map\": {\n                \"concepts\": \"probs\"\n            },\n            \"params\": {\n                \"max_concepts\": 20,\n                \"min_value\": 0,\n                \"select_concepts\": []\n            }\n        },\n        \"input_info\": {\n            \"fields_map\": {\n                \"image\": \"input\"\n            }\n        },\n        \"train_info\": {\n            \"params\": {\n                \"batch_size\": 64,\n                \"concepts_mutually_exclusive\": false,\n                \"dataset_id\": \"\",\n                \"dataset_version_id\": \"\",\n                \"flip_direction\": \"horizontal\",\n                \"flip_probability\": 0.5,\n                \"image_size\": 224,\n                \"invalid_data_tolerance_percent\": 5,\n                \"num_epochs\": 60,\n                \"num_gpus\": 1,\n                \"per_item_lrate\": 0.00001953125,\n                \"per_item_min_lrate\": 1.5625e-08,\n                \"pretrained_weights\": \"ImageNet-1k\",\n                \"seed\": -1,\n                \"template\": \"MMClassification_ResNet_50_RSB_A1\",\n                \"warmup_iters\": 100,\n                \"warmup_ratio\": 0.0001,\n                \"weight_decay\": 0.01\n            }\n        },\n        \"import_info\": {}\n    }\n}"}],"_postman_id":"a5667869-ab9c-4594-afdf-b08a540dc11c"},{"name":"Post Model Evaluations","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"e83e7da7-1b51-4a0d-9bf8-9c0796f2c30b"}}],"id":"a4b1a671-63ac-4d61-b54f-262629202eca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"eval_metrics\": [\n        {\n            \"model\": {\n                \"id\": \"YOUR_MODEL_ID\",\n                \"model_version\": {\n                    \"id\": \"YOUR_VERSION_ID\"\n                },\n                \"user_id\": \"YOUR_USER_ID\",\n                \"app_id\": \"YOUR_APP_ID\"\n            },\n            \"ground_truth_dataset\": {\n                \"id\": \"YOUR_DATASET_ID\",\n                \"user_id\": \"YOUR_USER_ID\",\n                \"app_id\": \"YOUR_APP_ID\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/evaluations","description":"<p>Run a new evaluation of a model version against a ground-truth dataset. Evaluation computes metrics such as precision, recall, F1, and confusion matrices.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>eval_metrics[].model.id</code></td>\n<td>string</td>\n<td>Model ID to evaluate</td>\n</tr>\n<tr>\n<td><code>eval_metrics[].model.model_version.id</code></td>\n<td>string</td>\n<td>Version ID to evaluate</td>\n</tr>\n<tr>\n<td><code>eval_metrics[].ground_truth_dataset.id</code></td>\n<td>string</td>\n<td>Dataset ID containing ground-truth annotations</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","evaluations"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"ab110361-ee4b-4931-bcb1-f600e3f87ecf","name":"model evaluations","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"user_app_id\": {\n        \"user_id\": \"YOUR_USER_ID\",\n        \"app_id\": \"test-app-1700638575-empty\"\n    },\n    \"eval_metrics\": [\n        {\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"model\": {\n                \"id\": \"deep_cls_bg1\",\n                \"model_version\": {\n                    \"id\": \"00668896e0a64cf5b37302c000e96f23\"\n                },\n                \"user_id\": \"YOUR_USER_ID\",\n                \"app_id\": \"test-app-1700638575-empty\"\n            },\n            \"ground_truth_dataset\": {\n                \"id\": \"dataset-1700752059\",\n                \"user_id\": \"YOUR_USER_ID\",\n                \"app_id\": \"test-app-1700638575-empty\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/evaluations"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"e40e62394f269812f019da87f77dbb57\"\n    },\n    \"eval_metrics\": [\n        {\n            \"status\": {\n                \"code\": 21303,\n                \"description\": \"Model is queued for evaluation.\"\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"id\": \"a9751e189c8c466b8273e7a45197728b\"\n        }\n    ]\n}"}],"_postman_id":"a4b1a671-63ac-4d61-b54f-262629202eca"},{"name":"Get Evaluation","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"11e6931d-b8e3-4313-86be-fa14f2c7ba01"}}],"id":"13b3bbc5-de85-4366-a3d6-eea26d756b1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/evaluations/YOUR_EVALUATION_ID","description":"<p>Retrieve the results of a specific model evaluation by evaluation ID.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>evaluation_id</code></td>\n<td>string</td>\n<td>Evaluation ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","evaluations","YOUR_EVALUATION_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"025f606b-d325-40c4-b01d-496eaf7d6b3a","name":"Get Evaluation","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/evaluations/a9751e189c8c466b8273e7a45197728b"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"d361b8b0dcf89adb7c19c312219c6c47\"\n    },\n    \"eval_metrics\": {\n        \"status\": {\n            \"code\": 21317,\n            \"description\": \"No data found for evaluation.\"\n        },\n        \"user_id\": \"a0btrubbaefn\",\n        \"app_id\": \"test-app-1700638575-empty\",\n        \"id\": \"a9751e189c8c466b8273e7a45197728b\"\n    }\n}"}],"_postman_id":"13b3bbc5-de85-4366-a3d6-eea26d756b1b"},{"name":"List Evaluation","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"83c0c894-87d6-4043-b58c-e094636dfafd"}}],"id":"2c1ce9c3-5bee-4e14-b758-7afa350ef95f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/evaluations","description":"<p>List all evaluations that have been run in the app.</p>\n<h2 id=\"query-parameters\"><strong>Query Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td>integer</td>\n<td>Page number</td>\n</tr>\n<tr>\n<td><code>per_page</code></td>\n<td>integer</td>\n<td>Results per page</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","evaluations"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"a40f0588-940c-4d07-bd2a-4e2a05ad8c7a","name":"List Evaluation","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/evaluations"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"4f9601520b81a13a9fb4c3918c5dc9e5\"\n    },\n    \"eval_metrics\": [\n        {\n            \"status\": {\n                \"code\": 21300,\n                \"description\": \"Model was successfully evaluated.\"\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"id\": \"356e26563e8d4da5b1fe5a8ff8710ab5\",\n            \"model\": {\n                \"id\": \"deep_cls_bg1\",\n                \"app_id\": \"test-app-1700638575-empty\",\n                \"model_version\": {\n                    \"id\": \"00668896e0a64cf5b37302c000e96f23\",\n                    \"created_at\": \"2023-11-23T08:06:12.577745Z\",\n                    \"status\": {\n                        \"code\": 21100,\n                        \"description\": \"Model is trained and ready\"\n                    },\n                    \"active_concept_count\": 16,\n                    \"metrics\": {\n                        \"status\": {\n                            \"code\": 21317,\n                            \"description\": \"Model evaluation failed.\"\n                        },\n                        \"summary\": {\n                            \"macro_avg_roc_auc\": 0,\n                            \"macro_std_roc_auc\": 0,\n                            \"macro_avg_f1_score\": 0,\n                            \"macro_std_f1_score\": 0,\n                            \"macro_avg_precision\": 0,\n                            \"macro_avg_recall\": 0\n                        }\n                    },\n                    \"completed_at\": \"2023-11-23T08:21:08.303040Z\",\n                    \"visibility\": {\n                        \"gettable\": 10\n                    },\n                    \"app_id\": \"test-app-1700638575-empty\",\n                    \"user_id\": \"a0btrubbaefn\",\n                    \"metadata\": {},\n                    \"output_info\": {\n                        \"output_config\": {\n                            \"max_concepts\": 0,\n                            \"min_value\": 0\n                        },\n                        \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                        \"fields_map\": {\n                            \"concepts\": \"probs\"\n                        },\n                        \"params\": {\n                            \"max_concepts\": 20,\n                            \"min_value\": 0,\n                            \"select_concepts\": []\n                        }\n                    },\n                    \"input_info\": {\n                        \"fields_map\": {\n                            \"image\": \"input\"\n                        }\n                    },\n                    \"train_info\": {\n                        \"params\": {\n                            \"batch_size\": 64,\n                            \"concepts_mutually_exclusive\": false,\n                            \"dataset_id\": \"\",\n                            \"dataset_version_id\": \"\",\n                            \"flip_direction\": \"horizontal\",\n                            \"flip_probability\": 0.5,\n                            \"image_size\": 224,\n                            \"invalid_data_tolerance_percent\": 5,\n                            \"num_epochs\": 60,\n                            \"num_gpus\": 1,\n                            \"per_item_lrate\": 0.00001953125,\n                            \"per_item_min_lrate\": 1.5625e-08,\n                            \"pretrained_weights\": \"ImageNet-1k\",\n                            \"seed\": -1,\n                            \"template\": \"MMClassification_ResNet_50_RSB_A1\",\n                            \"warmup_iters\": 100,\n                            \"warmup_ratio\": 0.0001,\n                            \"weight_decay\": 0.01\n                        }\n                    },\n                    \"import_info\": {}\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"model_type_id\": \"visual-classifier\",\n                \"toolkits\": [],\n                \"use_cases\": [],\n                \"languages\": [],\n                \"languages_full\": [],\n                \"check_consents\": []\n            },\n            \"summary\": {\n                \"macro_avg_roc_auc\": 0.52151275,\n                \"macro_std_roc_auc\": 0.34620512,\n                \"macro_avg_f1_score\": 0.40380955,\n                \"macro_std_f1_score\": 0.17236254,\n                \"macro_avg_precision\": 0.09772728,\n                \"macro_avg_recall\": 0.52380955\n            },\n            \"eval_info\": {\n                \"params\": {\n                    \"dataset_id\": \"\",\n                    \"dataset_version_id\": \"\"\n                }\n            }\n        },\n        {\n            \"status\": {\n                \"code\": 21300,\n                \"description\": \"Model was successfully evaluated.\"\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"id\": \"4c78090f47fe4d6688db7128263b7dd1\",\n            \"model\": {\n                \"id\": \"deep_cls_bg1\",\n                \"app_id\": \"test-app-1700638575-empty\",\n                \"model_version\": {\n                    \"id\": \"00668896e0a64cf5b37302c000e96f23\",\n                    \"created_at\": \"2023-11-23T08:06:12.577745Z\",\n                    \"status\": {\n                        \"code\": 21100,\n                        \"description\": \"Model is trained and ready\"\n                    },\n                    \"active_concept_count\": 16,\n                    \"metrics\": {\n                        \"status\": {\n                            \"code\": 21317,\n                            \"description\": \"Model evaluation failed.\"\n                        },\n                        \"summary\": {\n                            \"macro_avg_roc_auc\": 0,\n                            \"macro_std_roc_auc\": 0,\n                            \"macro_avg_f1_score\": 0,\n                            \"macro_std_f1_score\": 0,\n                            \"macro_avg_precision\": 0,\n                            \"macro_avg_recall\": 0\n                        }\n                    },\n                    \"completed_at\": \"2023-11-23T08:21:08.303040Z\",\n                    \"visibility\": {\n                        \"gettable\": 10\n                    },\n                    \"app_id\": \"test-app-1700638575-empty\",\n                    \"user_id\": \"a0btrubbaefn\",\n                    \"metadata\": {},\n                    \"output_info\": {\n                        \"output_config\": {\n                            \"max_concepts\": 0,\n                            \"min_value\": 0\n                        },\n                        \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                        \"fields_map\": {\n                            \"concepts\": \"probs\"\n                        },\n                        \"params\": {\n                            \"max_concepts\": 20,\n                            \"min_value\": 0,\n                            \"select_concepts\": []\n                        }\n                    },\n                    \"input_info\": {\n                        \"fields_map\": {\n                            \"image\": \"input\"\n                        }\n                    },\n                    \"train_info\": {\n                        \"params\": {\n                            \"batch_size\": 64,\n                            \"concepts_mutually_exclusive\": false,\n                            \"dataset_id\": \"\",\n                            \"dataset_version_id\": \"\",\n                            \"flip_direction\": \"horizontal\",\n                            \"flip_probability\": 0.5,\n                            \"image_size\": 224,\n                            \"invalid_data_tolerance_percent\": 5,\n                            \"num_epochs\": 60,\n                            \"num_gpus\": 1,\n                            \"per_item_lrate\": 0.00001953125,\n                            \"per_item_min_lrate\": 1.5625e-08,\n                            \"pretrained_weights\": \"ImageNet-1k\",\n                            \"seed\": -1,\n                            \"template\": \"MMClassification_ResNet_50_RSB_A1\",\n                            \"warmup_iters\": 100,\n                            \"warmup_ratio\": 0.0001,\n                            \"weight_decay\": 0.01\n                        }\n                    },\n                    \"import_info\": {}\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"model_type_id\": \"visual-classifier\",\n                \"toolkits\": [],\n                \"use_cases\": [],\n                \"languages\": [],\n                \"languages_full\": [],\n                \"check_consents\": []\n            },\n            \"ground_truth_dataset\": {\n                \"id\": \"image-data\",\n                \"app_id\": \"test-app-1700638575-empty\",\n                \"user_id\": \"a0btrubbaefn\",\n                \"version\": {\n                    \"id\": \"auto-generated-khqjmznboouydyrb\"\n                }\n            },\n            \"summary\": {\n                \"macro_avg_roc_auc\": 0,\n                \"macro_std_roc_auc\": 0,\n                \"macro_avg_f1_score\": 0,\n                \"macro_std_f1_score\": 0,\n                \"macro_avg_precision\": 0,\n                \"macro_avg_recall\": 0\n            },\n            \"eval_info\": {\n                \"params\": {\n                    \"dataset_id\": \"image-data\",\n                    \"dataset_version_id\": \"auto-generated-khqjmznboouydyrb\"\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"2c1ce9c3-5bee-4e14-b758-7afa350ef95f"},{"name":"Model Export","id":"ac84e6ea-7675-481b-a6e0-e3241ceb0ea3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID/versions/YOUR_VERSION_ID/exports","description":"<p>Trigger an export of a trained model version. The model is packaged for deployment or offline use. Export runs asynchronously — use GET to poll for completion.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>model_id</code></td>\n<td>string</td>\n<td>Model ID</td>\n</tr>\n<tr>\n<td><code>version_id</code></td>\n<td>string</td>\n<td>Version ID to export</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models","YOUR_MODEL_ID","versions","YOUR_VERSION_ID","exports"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"2d1712c1-ef34-42ca-8875-6ffdced03bab","name":"Model Export","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Key YOUR_PAT"}],"body":{"mode":"raw","raw":"{\n    \"model_id\" : YOUR_MODEL_ID,\n    \"version_id\" : YOUR_VERSION_ID\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID/versions/YOUR_VERSION_ID/exports"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"c5337bc2b7424ad8b19b1ce47e2be433\"\n    },\n    \"export\": {\n        \"status\": {\n            \"code\": 21503,\n            \"description\": \"Model export is currently in queue for processing\"\n        }\n    }\n}"}],"_postman_id":"ac84e6ea-7675-481b-a6e0-e3241ceb0ea3"},{"name":"Get Model Export","id":"c1470679-5aa4-4e94-9809-1829f0b95a85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID/versions/YOUR_VERSION_ID/exports","description":"<p>Retrieve the export status and download URL for a previously triggered model export.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>model_id</code></td>\n<td>string</td>\n<td>Model ID</td>\n</tr>\n<tr>\n<td><code>version_id</code></td>\n<td>string</td>\n<td>Version ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models","YOUR_MODEL_ID","versions","YOUR_VERSION_ID","exports"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"d990d75f-1eab-4fba-ad8e-fa5d1611ae7f","name":"Get Model Export","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID/versions/YOUR_VERSION_ID/exports"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"5074f1d28899448b847f43261fc5148f\"\n    },\n    \"export\": {\n        \"status\": {\n            \"code\": 21500,\n            \"description\": \"Model is exported\"\n        },\n        \"url\": \"<URL_GOES_HERE\",\n        \"size\": \"668057600\"\n    }\n}"}],"_postman_id":"c1470679-5aa4-4e94-9809-1829f0b95a85"}],"id":"db59e4ea-c0d7-4405-8d59-7862aa1efa61","description":"<p>The Models folder covers the full lifecycle of Clarifai models — creation, training, prediction, evaluation, and export. Model types include visual classifiers, object detectors, text-to-text LLMs, keyword filters, image crop models, and more.</p>\n<p><strong>Subfolders:</strong></p>\n<ul>\n<li><strong>Custom Config</strong> — Create a model and version with a fully custom output configuration</li>\n<li><strong>Create Transfer Learned Model</strong> — Fine-tune using transfer learning on your own labeled data</li>\n<li><strong>Create Visual Classifier Model Copy</strong> — End-to-end walkthrough: add images, train, and predict</li>\n<li><strong>Create Text to Text LLM Model</strong> — Create and run a text-generation LLM model</li>\n<li><strong>Create Keyword Filter Model</strong> — Filter inputs by matching keywords in text</li>\n<li><strong>Create Image Crop Model</strong> — Crop images to detected regions</li>\n</ul>\n<p><strong>Key operations:</strong> create model, create version, list, get, patch, predict, evaluate, export, delete.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code>, <code>YOUR_MODEL_ID</code>, <code>YOUR_VERSION_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/create/models/\">Models Documentation</a> | <a href=\"https://docs.clarifai.com/create/models/model-versions/\">Model Versions</a> | <a href=\"https://docs.clarifai.com/create/models/manage\">Manage Models</a> | <a href=\"https://docs.clarifai.com/create/models/evaluate/\">Evaluations</a> | <a href=\"https://docs.clarifai.com/create/models/export\">Model Export</a></p>\n","_postman_id":"db59e4ea-c0d7-4405-8d59-7862aa1efa61","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Search","item":[{"name":"Basic Search Walkthrough","item":[{"name":"Create Application (General1.5)","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"app_id\", encodeURIComponent(JSON.parse(responseBody).apps[0].id));"],"type":"text/javascript","id":"024c6087-c83d-470c-b6ce-5e292ccd0549"}}],"id":"38252ede-01ca-4366-863e-793616114174","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apps\": [\n    {\n      \"id\": \"test-app-1777931642\",\n      \"default_workflow\": {\n        \"user_id\": \"clarifai\",\n        \"app_id\": \"main\",\n        \"id\": \"General\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps","description":"<p>Create a new application using the General-1.5 base workflow. This is the first step in the basic search walkthrough — the app uses General-1.5 embeddings for visual similarity search.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>apps[].id</code></td>\n<td>string</td>\n<td>Application ID</td>\n</tr>\n<tr>\n<td><code>apps[].default_workflow</code></td>\n<td>object</td>\n<td>Set <code>id</code> to <code>General</code> and reference <code>clarifai/main</code> for General-1.5 embeddings</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"719c62ac-654b-4d6c-b603-93ad6fa87a32","name":"Create Application (General1.5)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"apps\": [\n    {\n      \"id\": \"test-app-1777931642\",\n      \"default_workflow_id\": \"General\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"ed81130c8826c66e09737bdfbc5c9d00\"\n    },\n    \"apps\": [\n        {\n            \"id\": \"test-app-1701866015\",\n            \"name\": \"test-app-1701866015\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"General\",\n            \"user_id\": \"a0btrubbaefn\",\n            \"created_at\": \"2023-12-06T12:33:35.608770314Z\",\n            \"modified_at\": \"2023-12-06T12:33:35.608770314Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"data_tier_id\": \"rds\",\n            \"is_template\": false\n        }\n    ]\n}"}],"_postman_id":"38252ede-01ca-4366-863e-793616114174"},{"name":"Add Inputs","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"input_id\", encodeURIComponent(JSON.parse(responseBody).inputs[0].id));"],"type":"text/javascript","packages":{},"id":"8d4649ed-eaa9-4370-aff6-c6b242ce0a7b"}}],"id":"b363ad72-b618-4d5b-b0b4-d9e98fd18cfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"inputs\": [\n        {\n        \t\"id\": \"1\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/HEoT5xR.png\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        },\n        {\n        \t\"id\": \"2\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/It5JRaj.jpg\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        },\n        {\n        \t\"id\":\"3\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/9Knw6RS.jpg\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        },\n        {\n        \t\"id\":\"4\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/GeMQsiQ.jpg\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        },\n        {\n        \t\"id\":\"5\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/eXCE9mf.jpg\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        },\n        {\n        \t\"id\":\"6\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/EnrVc0B.jpg\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        },\n        {\n        \t\"id\":\"7\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://s7d1.scene7.com/is/image/BedBathandBeyond/56879143899890p\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs","description":"<p>Add images to the app. Once processed, these inputs can be searched by visual similarity or concept.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>inputs[].data.image.url</code></td>\n<td>string</td>\n<td>Public image URL</td>\n</tr>\n<tr>\n<td><code>inputs[].data.image.allow_duplicate_url</code></td>\n<td>boolean</td>\n<td>Allow re-adding the same URL</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","inputs"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"c392885f-a43a-4d16-b2af-de6594882040","name":"Add Bulk","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"inputs\": [\n        {\n        \t\"id\": \"1\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/HEoT5xR.png\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        },\n        {\n        \t\"id\": \"2\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/It5JRaj.jpg\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        },\n        {\n        \t\"id\":\"3\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/9Knw6RS.jpg\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        },\n        {\n        \t\"id\":\"4\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/GeMQsiQ.jpg\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        },\n        {\n        \t\"id\":\"5\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/eXCE9mf.jpg\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        },\n        {\n        \t\"id\":\"6\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/EnrVc0B.jpg\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        },\n        {\n        \t\"id\":\"7\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://s7d1.scene7.com/is/image/BedBathandBeyond/56879143899890p\",\n                    \"allow_duplicate_url\": true\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"details\": \"All inputs successfully added\",\n        \"req_id\": \"5e722d793e841c3d025d15bdf27aa8b3\"\n    },\n    \"inputs\": [\n        {\n            \"id\": \"1\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/HEoT5xR.png\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-12-06T12:34:45.593192544Z\",\n            \"modified_at\": \"2023-12-06T12:34:45.593192544Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"2\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/It5JRaj.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-12-06T12:34:45.593192544Z\",\n            \"modified_at\": \"2023-12-06T12:34:45.593192544Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"3\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/9Knw6RS.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-12-06T12:34:45.593192544Z\",\n            \"modified_at\": \"2023-12-06T12:34:45.593192544Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"4\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/GeMQsiQ.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-12-06T12:34:45.593192544Z\",\n            \"modified_at\": \"2023-12-06T12:34:45.593192544Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"5\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/eXCE9mf.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-12-06T12:34:45.593192544Z\",\n            \"modified_at\": \"2023-12-06T12:34:45.593192544Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"6\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/EnrVc0B.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-12-06T12:34:45.593192544Z\",\n            \"modified_at\": \"2023-12-06T12:34:45.593192544Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        },\n        {\n            \"id\": \"7\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://s7d1.scene7.com/is/image/BedBathandBeyond/56879143899890p\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-12-06T12:34:45.593192544Z\",\n            \"modified_at\": \"2023-12-06T12:34:45.593192544Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        }\n    ]\n}"}],"_postman_id":"b363ad72-b618-4d5b-b0b4-d9e98fd18cfb"},{"name":"Get All Inputs","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"asset_id\", JSON.parse(responseBody).inputs[0].id);"],"type":"text/javascript","id":"f64eadf6-fdfe-47e3-abf2-8280dc859746"}}],"id":"d9237573-f6ce-41a0-8013-c2f7aab7ed88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs?per_page=1000&page=1","description":"<p>List all inputs in the app for verification before running searches.</p>\n<h2 id=\"query-parameters\"><strong>Query Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>per_page</code></td>\n<td>integer</td>\n<td>Results per page</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>integer</td>\n<td>Page number</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","inputs"],"host":["https://api.clarifai.com"],"query":[{"key":"per_page","value":"1000"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"00457624-6df3-4b77-8700-006256762363","name":"Get All Inputs","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs/?per_page=1000&page=1","host":["https://api.clarifai.com"],"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","inputs",""],"query":[{"key":"per_page","value":"1000"},{"key":"page","value":"1"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"2893fa9601755ef816d503607cf4fcbb\"\n    },\n    \"inputs\": [\n        {\n            \"id\": \"7\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://s7d1.scene7.com/is/image/BedBathandBeyond/56879143899890p\",\n                    \"hosted\": {\n                        \"prefix\": \"https://data-dev.clarifai.com\",\n                        \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/151ba0b95ded7054437f44a7595e3736\",\n                        \"sizes\": [\n                            \"orig\",\n                            \"tiny\",\n                            \"small\",\n                            \"large\"\n                        ],\n                        \"crossorigin\": \"use-credentials\"\n                    },\n                    \"image_info\": {\n                        \"width\": 400,\n                        \"height\": 400,\n                        \"format\": \"JPEG\",\n                        \"color_mode\": \"YUV\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n            \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n            \"status\": {\n                \"code\": 30000,\n                \"description\": \"Download complete\"\n            }\n        },\n        {\n            \"id\": \"6\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/EnrVc0B.jpg\",\n                    \"hosted\": {\n                        \"prefix\": \"https://data-dev.clarifai.com\",\n                        \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/5fcff2ae1739cd5964d75bd258cc4388\",\n                        \"sizes\": [\n                            \"orig\",\n                            \"tiny\",\n                            \"small\",\n                            \"large\"\n                        ],\n                        \"crossorigin\": \"use-credentials\"\n                    },\n                    \"image_info\": {\n                        \"width\": 1200,\n                        \"height\": 900,\n                        \"format\": \"JPEG\",\n                        \"color_mode\": \"YUV\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n            \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n            \"status\": {\n                \"code\": 30000,\n                \"description\": \"Download complete\"\n            }\n        },\n        {\n            \"id\": \"5\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/eXCE9mf.jpg\",\n                    \"hosted\": {\n                        \"prefix\": \"https://data-dev.clarifai.com\",\n                        \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/a6f72e75368bdc556b82d829417c53b1\",\n                        \"sizes\": [\n                            \"orig\",\n                            \"tiny\",\n                            \"small\",\n                            \"large\"\n                        ],\n                        \"crossorigin\": \"use-credentials\"\n                    },\n                    \"image_info\": {\n                        \"width\": 1280,\n                        \"height\": 720,\n                        \"format\": \"JPEG\",\n                        \"color_mode\": \"YUV\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n            \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n            \"status\": {\n                \"code\": 30000,\n                \"description\": \"Download complete\"\n            }\n        },\n        {\n            \"id\": \"4\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/GeMQsiQ.jpg\",\n                    \"hosted\": {\n                        \"prefix\": \"https://data-dev.clarifai.com\",\n                        \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/ce718f0ca1bdcac7f36bcc871fa68001\",\n                        \"sizes\": [\n                            \"orig\",\n                            \"tiny\",\n                            \"small\",\n                            \"large\"\n                        ],\n                        \"crossorigin\": \"use-credentials\"\n                    },\n                    \"image_info\": {\n                        \"width\": 4096,\n                        \"height\": 3040,\n                        \"format\": \"JPEG\",\n                        \"color_mode\": \"YUV\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n            \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n            \"status\": {\n                \"code\": 30000,\n                \"description\": \"Download complete\"\n            }\n        },\n        {\n            \"id\": \"3\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/9Knw6RS.jpg\",\n                    \"hosted\": {\n                        \"prefix\": \"https://data-dev.clarifai.com\",\n                        \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/d9b6a576e9f5975db07556c882d32dc7\",\n                        \"sizes\": [\n                            \"orig\",\n                            \"tiny\",\n                            \"small\",\n                            \"large\"\n                        ],\n                        \"crossorigin\": \"use-credentials\"\n                    },\n                    \"image_info\": {\n                        \"width\": 1600,\n                        \"height\": 1032,\n                        \"format\": \"JPEG\",\n                        \"color_mode\": \"YUV\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n            \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n            \"status\": {\n                \"code\": 30000,\n                \"description\": \"Download complete\"\n            }\n        },\n        {\n            \"id\": \"2\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/It5JRaj.jpg\",\n                    \"hosted\": {\n                        \"prefix\": \"https://data-dev.clarifai.com\",\n                        \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/2ef6a4da17cdd348a5166fd6f30db3e2\",\n                        \"sizes\": [\n                            \"orig\",\n                            \"tiny\",\n                            \"small\",\n                            \"large\"\n                        ],\n                        \"crossorigin\": \"use-credentials\"\n                    },\n                    \"image_info\": {\n                        \"width\": 768,\n                        \"height\": 1024,\n                        \"format\": \"JPEG\",\n                        \"color_mode\": \"YUV\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n            \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n            \"status\": {\n                \"code\": 30000,\n                \"description\": \"Download complete\"\n            }\n        },\n        {\n            \"id\": \"1\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"http://i.imgur.com/HEoT5xR.png\",\n                    \"hosted\": {\n                        \"prefix\": \"https://data-dev.clarifai.com\",\n                        \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/89f4b090a85df4802d6cf5b767a66f37\",\n                        \"sizes\": [\n                            \"orig\",\n                            \"tiny\",\n                            \"small\",\n                            \"large\"\n                        ],\n                        \"crossorigin\": \"use-credentials\"\n                    },\n                    \"image_info\": {\n                        \"width\": 934,\n                        \"height\": 587,\n                        \"format\": \"PNG\",\n                        \"color_mode\": \"RGB\"\n                    }\n                }\n            },\n            \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n            \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n            \"status\": {\n                \"code\": 30000,\n                \"description\": \"Download complete\"\n            }\n        }\n    ]\n}"}],"_postman_id":"d9237573-f6ce-41a0-8013-c2f7aab7ed88"},{"name":"Post Annotations With Bounding Boxes","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"dc34e2fb-7053-411a-a49a-04340fc240c7"}}],"id":"52a10f35-7f54-4609-b03d-b0745d6fd31f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"annotations\": [{\n\t\t\"data\": {\n\t\t\t\"regions\": [{\n\t\t\t\t\"region_info\": {\n\t\t\t\t\t\"bounding_box\": {\n\t\t\t\t\t\t\t\t\"top_row\": 0,\n\t\t\t\t\t\t\t\t\"left_col\": 0,\n\t\t\t\t\t\t\t\t\"bottom_row\": 0.5,\n\t\t\t\t\t\t\t\t\"right_col\": 0.5\n\t\t\t\t\t}\t\n\t\t\t\t},\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"concepts\": [{\n\t\t\t\t\t\t\"id\": \"test-concept\",\n\t\t\t\t\t\t\"name\": \"test-concept\"\n\t\t\t\t\t}]\n\t\t\t\t}\n\t\t\t}]\n\t\t},\n\t\t\"input_id\": \"1\",\n\t\t\"annotation_info\": {\"set\":\"ground_truth\"},\n\t\t\"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\"\n\t},\n\t{\n\t\t\"data\": {\n\t\t\t\"regions\": [{\n\t\t\t\t\"region_info\": {\n\t\t\t\t\t\"bounding_box\": {\n\t\t\t\t\t\t\t\t\"top_row\": 0,\n\t\t\t\t\t\t\t\t\"left_col\": 0,\n\t\t\t\t\t\t\t\t\"bottom_row\": 0.5,\n\t\t\t\t\t\t\t\t\"right_col\": 0.5\n\t\t\t\t\t}\t\n\t\t\t\t},\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"concepts\": [{\n\t\t\t\t\t\t\"id\": \"test-concept\",\n\t\t\t\t\t\t\"name\": \"test-concept\"\n\t\t\t\t\t}]\n\t\t\t\t}\n\t\t\t}]\n\t\t},\n\t\t\"input_id\": \"1\",\n\t\t\"annotation_info\": {\"set\":\"set_to_eval\"},\n\t\t\"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\"\n\t},\n\t{\n\t\t\"data\": {\n\t\t\t\"regions\": [{\n\t\t\t\t\"region_info\": {\n\t\t\t\t\t\"bounding_box\": {\n\t\t\t\t\t\t\t\t\"top_row\": 0,\n\t\t\t\t\t\t\t\t\"left_col\": 0,\n\t\t\t\t\t\t\t\t\"bottom_row\": 0.4,\n\t\t\t\t\t\t\t\t\"right_col\": 0.5\n\t\t\t\t\t}\t\n\t\t\t\t},\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"concepts\": [{\n\t\t\t\t\t\t\"id\": \"test-concept\",\n\t\t\t\t\t\t\"name\": \"test-concept\"\n\t\t\t\t\t}]\n\t\t\t\t}\n\t\t\t}]\n\t\t},\n\t\t\"input_id\": \"2\",\n\t\t\"annotation_info\": {\"set\":\"ground_truth\"},\n\t\t\"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\"\n\t},\n\t{\n\t\t\"data\": {\n\t\t\t\"regions\": [{\n\t\t\t\t\"region_info\": {\n\t\t\t\t\t\"bounding_box\": {\n\t\t\t\t\t\t\t\t\"top_row\": 0,\n\t\t\t\t\t\t\t\t\"left_col\": 0,\n\t\t\t\t\t\t\t\t\"bottom_row\": 0.5,\n\t\t\t\t\t\t\t\t\"right_col\": 0.5\n\t\t\t\t\t}\t\n\t\t\t\t},\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"concepts\": [{\n\t\t\t\t\t\t\"id\": \"test-concept\",\n\t\t\t\t\t\t\"name\": \"test-concept\"\n\t\t\t\t\t}]\n\t\t\t\t}\n\t\t\t}]\n\t\t},\n\t\t\"input_id\": \"2\",\n\t\t\"annotation_info\": {\"set\":\"set_to_eval\"},\n\t\t\"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\"\n\t},\n\t{\n\t\t\"data\": {\n\t\t\t\"regions\": [{\n\t\t\t\t\"region_info\": {\n\t\t\t\t\t\"bounding_box\": {\n\t\t\t\t\t\t\t\t\"top_row\": 0,\n\t\t\t\t\t\t\t\t\"left_col\": 0,\n\t\t\t\t\t\t\t\t\"bottom_row\": 0.5,\n\t\t\t\t\t\t\t\t\"right_col\": 0.5\n\t\t\t\t\t}\t\n\t\t\t\t},\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"concepts\": [{\n\t\t\t\t\t\t\"id\": \"test-concept\",\n\t\t\t\t\t\t\"name\": \"test-concept\"\n\t\t\t\t\t}]\n\t\t\t\t}\n\t\t\t}]\n\t\t},\n\t\t\"input_id\": \"3\",\n\t\t\"annotation_info\": {\"set\":\"ground_truth\"},\n\t\t\"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\"\n\t}, {\n\t\t\"data\": {\n\t\t\t\"regions\": [{\n\t\t\t\t\"region_info\": {\n\t\t\t\t\t\"bounding_box\": {\n\t\t\t\t\t\t\t\t\"top_row\": 0,\n\t\t\t\t\t\t\t\t\"left_col\": 0,\n\t\t\t\t\t\t\t\t\"bottom_row\": 0.5,\n\t\t\t\t\t\t\t\t\"right_col\": 0.5\n\t\t\t\t\t}\t\n\t\t\t\t},\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"concepts\": [{\n\t\t\t\t\t\t\"id\": \"test-concept-1\",\n\t\t\t\t\t\t\"name\": \"test-concept-1\"\n\t\t\t\t\t}]\n\t\t\t\t}\n\t\t\t}]\n\t\t},\n\t\t\"input_id\": \"3\",\n\t\t\"annotation_info\": {\"set\":\"set_to_eval\"},\n\t\t\"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\"\n\t},{\n\t\t\"data\": {\n\t\t\t\"regions\": [{\n\t\t\t\t\"region_info\": {\n\t\t\t\t\t\"bounding_box\": {\n\t\t\t\t\t\t\t\t\"top_row\": 0,\n\t\t\t\t\t\t\t\t\"left_col\": 0,\n\t\t\t\t\t\t\t\t\"bottom_row\": 0.5,\n\t\t\t\t\t\t\t\t\"right_col\": 0.5\n\t\t\t\t\t}\t\n\t\t\t\t},\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"concepts\": [{\n\t\t\t\t\t\t\"id\": \"test-concept-1\",\n\t\t\t\t\t\t\"name\": \"test-concept-1\"\n\t\t\t\t\t}]\n\t\t\t\t}\n\t\t\t}]\n\t\t},\n\t\t\"input_id\": \"4\",\n\t\t\"annotation_info\": {\"set\":\"ground_truth\"},\n\t\t\"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\"\n\t},\n\t{\n\t\t\"data\": {\n\t\t\t\"regions\": [{\n\t\t\t\t\"region_info\": {\n\t\t\t\t\t\"bounding_box\": {\n\t\t\t\t\t\t\t\t\"top_row\": 0,\n\t\t\t\t\t\t\t\t\"left_col\": 0.1,\n\t\t\t\t\t\t\t\t\"bottom_row\": 0.5,\n\t\t\t\t\t\t\t\t\"right_col\": 0.5\n\t\t\t\t\t}\t\n\t\t\t\t},\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"concepts\": [{\n\t\t\t\t\t\t\"id\": \"test-concept-1\",\n\t\t\t\t\t\t\"name\": \"test-concept-1\"\n\t\t\t\t\t}]\n\t\t\t\t}\n\t\t\t}]\n\t\t},\n\t\t\"input_id\": \"4\",\n\t\t\"annotation_info\": {\"set\":\"set_to_eval\"},\n\t\t\"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\"\n\t},\n\t{\n\t\t\"data\": {\n\t\t\t\"regions\": [{\n\t\t\t\t\"region_info\": {\n\t\t\t\t\t\"bounding_box\": {\n\t\t\t\t\t\t\t\t\"top_row\": 0,\n\t\t\t\t\t\t\t\t\"left_col\": 0,\n\t\t\t\t\t\t\t\t\"bottom_row\": 0.5,\n\t\t\t\t\t\t\t\t\"right_col\": 0.5\n\t\t\t\t\t}\t\n\t\t\t\t},\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"concepts\": [{\n\t\t\t\t\t\t\"id\": \"test-concept\",\n\t\t\t\t\t\t\"name\": \"test-concept\"\n\t\t\t\t\t}]\n\t\t\t\t}\n\t\t\t}]\n\t\t},\n\t\t\"input_id\": \"5\",\n\t\t\"annotation_info\": {\"set\":\"set_to_eval\"},\n\t\t\"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\"\n\t},\n\t{\n\t\t\"data\": {\n\t\t\t\"regions\": [{\n\t\t\t\t\"region_info\": {\n\t\t\t\t\t\"bounding_box\": {\n\t\t\t\t\t\t\t\t\"top_row\": 0,\n\t\t\t\t\t\t\t\t\"left_col\": 0,\n\t\t\t\t\t\t\t\t\"bottom_row\": 0.5,\n\t\t\t\t\t\t\t\t\"right_col\": 0.5\n\t\t\t\t\t}\t\n\t\t\t\t},\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"concepts\": [{\n\t\t\t\t\t\t\"id\": \"test-concept\",\n\t\t\t\t\t\t\"name\": \"test-concept\"\n\t\t\t\t\t}]\n\t\t\t\t}\n\t\t\t}]\n\t\t},\n\t\t\"input_id\": \"6\",\n\t\t\"annotation_info\": {\"set\":\"ground_truth\"},\n\t\t\"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\"\n\t},\n\t{\n\t\t\"data\": {\n\t\t\t\"regions\": [{\n\t\t\t\t\"region_info\": {\n\t\t\t\t\t\"bounding_box\": {\n\t\t\t\t\t\t\t\t\"top_row\": 0,\n\t\t\t\t\t\t\t\t\"left_col\": 0,\n\t\t\t\t\t\t\t\t\"bottom_row\": 0.5,\n\t\t\t\t\t\t\t\t\"right_col\": 0.5\n\t\t\t\t\t}\t\n\t\t\t\t},\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"concepts\": [{\n\t\t\t\t\t\t\"id\": \"test-concept\",\n\t\t\t\t\t\t\"name\": \"test-concept\"\n\t\t\t\t\t}]\n\t\t\t\t}\n\t\t\t}]\n\t\t},\n\t\t\"input_id\": \"6\",\n\t\t\"annotation_info\": {\"set\":\"set_to_eval\"},\n\t\t\"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\"\n\t},\n\t{\n\t\t\"data\": {\n\t\t\t\"regions\": [{\n\t\t\t\t\"region_info\": {\n\t\t\t\t\t\"bounding_box\": {\n\t\t\t\t\t\t\t\t\"top_row\": 0,\n\t\t\t\t\t\t\t\t\"left_col\": 0,\n\t\t\t\t\t\t\t\t\"bottom_row\": 0.5,\n\t\t\t\t\t\t\t\t\"right_col\": 0.5\n\t\t\t\t\t}\t\n\t\t\t\t},\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"concepts\": [{\n\t\t\t\t\t\t\"id\": \"test-concept-1\",\n\t\t\t\t\t\t\"name\": \"test-concept-1\"\n\t\t\t\t\t}]\n\t\t\t\t}\n\t\t\t}]\n\t\t},\n\t\t\"input_id\": \"7\",\n\t\t\"annotation_info\": {\"set\":\"ground_truth\"},\n\t\t\"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\"\n\t},\n\t{\n\t\t\"data\": {\n\t\t\t\"regions\": [{\n\t\t\t\t\"region_info\": {\n\t\t\t\t\t\"bounding_box\": {\n\t\t\t\t\t\t\t\t\"top_row\": 0,\n\t\t\t\t\t\t\t\t\"left_col\": 0,\n\t\t\t\t\t\t\t\t\"bottom_row\": 0.5,\n\t\t\t\t\t\t\t\t\"right_col\": 0.6\n\t\t\t\t\t}\t\n\t\t\t\t},\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"concepts\": [{\n\t\t\t\t\t\t\"id\": \"test-concept\",\n\t\t\t\t\t\t\"name\": \"test-concept\"\n\t\t\t\t\t}]\n\t\t\t\t}\n\t\t\t}]\n\t\t},\n\t\t\"input_id\": \"7\",\n\t\t\"annotation_info\": {\"set\":\"set_to_eval\"},\n\t\t\"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\"\n\t}\n\t]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations","description":"<p>Add bounding box annotations to images. These annotations define labeled regions within images and can be used as anchors for visual similarity search.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>annotations[].input_id</code></td>\n<td>string</td>\n<td>Input ID to annotate</td>\n</tr>\n<tr>\n<td><code>annotations[].data.regions[].region_info.bounding_box</code></td>\n<td>object</td>\n<td>Bounding box coordinates (top_row, left_col, bottom_row, right_col as fractions 0–1)</td>\n</tr>\n<tr>\n<td><code>annotations[].data.regions[].data.concepts</code></td>\n<td>array</td>\n<td>Concept labels for the region</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotations"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"e4e4db12-d563-4373-8d7a-8eafde830add","name":"Post Annotations with Bounding Boxes","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"annotations\": [{\n\t\t\"data\": {\n\t\t\t\"regions\": [{\n\t\t\t\t\"region_info\": {\n\t\t\t\t\t\"bounding_box\": {\n\t\t\t\t\t\t\t\t\"top_row\": 0,\n\t\t\t\t\t\t\t\t\"left_col\": 0,\n\t\t\t\t\t\t\t\t\"bottom_row\": 0.5,\n\t\t\t\t\t\t\t\t\"right_col\": 0.5\n\t\t\t\t\t}\t\n\t\t\t\t},\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"concepts\": [{\n\t\t\t\t\t\t\"id\": \"test-concept\",\n\t\t\t\t\t\t\"name\": \"test-concept\"\n\t\t\t\t\t}]\n\t\t\t\t}\n\t\t\t}]\n\t\t},\n\t\t\"input_id\": \"1\",\n\t\t\"annotation_info\": {\"set\":\"ground_truth\"},\n\t\t\"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\"\n\t},\n\t{\n\t\t\"data\": {\n\t\t\t\"regions\": [{\n\t\t\t\t\"region_info\": {\n\t\t\t\t\t\"bounding_box\": {\n\t\t\t\t\t\t\t\t\"top_row\": 0,\n\t\t\t\t\t\t\t\t\"left_col\": 0,\n\t\t\t\t\t\t\t\t\"bottom_row\": 0.5,\n\t\t\t\t\t\t\t\t\"right_col\": 0.5\n\t\t\t\t\t}\t\n\t\t\t\t},\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"concepts\": [{\n\t\t\t\t\t\t\"id\": \"test-concept\",\n\t\t\t\t\t\t\"name\": \"test-concept\"\n\t\t\t\t\t}]\n\t\t\t\t}\n\t\t\t}]\n\t\t},\n\t\t\"input_id\": \"1\",\n\t\t\"annotation_info\": {\"set\":\"set_to_eval\"},\n\t\t\"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\"\n\t},\n\t{\n\t\t\"data\": {\n\t\t\t\"regions\": [{\n\t\t\t\t\"region_info\": {\n\t\t\t\t\t\"bounding_box\": {\n\t\t\t\t\t\t\t\t\"top_row\": 0,\n\t\t\t\t\t\t\t\t\"left_col\": 0,\n\t\t\t\t\t\t\t\t\"bottom_row\": 0.4,\n\t\t\t\t\t\t\t\t\"right_col\": 0.5\n\t\t\t\t\t}\t\n\t\t\t\t},\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"concepts\": [{\n\t\t\t\t\t\t\"id\": \"test-concept\",\n\t\t\t\t\t\t\"name\": \"test-concept\"\n\t\t\t\t\t}]\n\t\t\t\t}\n\t\t\t}]\n\t\t},\n\t\t\"input_id\": \"2\",\n\t\t\"annotation_info\": {\"set\":\"ground_truth\"},\n\t\t\"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\"\n\t},\n\t{\n\t\t\"data\": {\n\t\t\t\"regions\": [{\n\t\t\t\t\"region_info\": {\n\t\t\t\t\t\"bounding_box\": {\n\t\t\t\t\t\t\t\t\"top_row\": 0,\n\t\t\t\t\t\t\t\t\"left_col\": 0,\n\t\t\t\t\t\t\t\t\"bottom_row\": 0.5,\n\t\t\t\t\t\t\t\t\"right_col\": 0.5\n\t\t\t\t\t}\t\n\t\t\t\t},\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"concepts\": [{\n\t\t\t\t\t\t\"id\": \"test-concept\",\n\t\t\t\t\t\t\"name\": \"test-concept\"\n\t\t\t\t\t}]\n\t\t\t\t}\n\t\t\t}]\n\t\t},\n\t\t\"input_id\": \"2\",\n\t\t\"annotation_info\": {\"set\":\"set_to_eval\"},\n\t\t\"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\"\n\t},\n\t{\n\t\t\"data\": {\n\t\t\t\"regions\": [{\n\t\t\t\t\"region_info\": {\n\t\t\t\t\t\"bounding_box\": {\n\t\t\t\t\t\t\t\t\"top_row\": 0,\n\t\t\t\t\t\t\t\t\"left_col\": 0,\n\t\t\t\t\t\t\t\t\"bottom_row\": 0.5,\n\t\t\t\t\t\t\t\t\"right_col\": 0.5\n\t\t\t\t\t}\t\n\t\t\t\t},\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"concepts\": [{\n\t\t\t\t\t\t\"id\": \"test-concept\",\n\t\t\t\t\t\t\"name\": \"test-concept\"\n\t\t\t\t\t}]\n\t\t\t\t}\n\t\t\t}]\n\t\t},\n\t\t\"input_id\": \"3\",\n\t\t\"annotation_info\": {\"set\":\"ground_truth\"},\n\t\t\"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\"\n\t}, {\n\t\t\"data\": {\n\t\t\t\"regions\": [{\n\t\t\t\t\"region_info\": {\n\t\t\t\t\t\"bounding_box\": {\n\t\t\t\t\t\t\t\t\"top_row\": 0,\n\t\t\t\t\t\t\t\t\"left_col\": 0,\n\t\t\t\t\t\t\t\t\"bottom_row\": 0.5,\n\t\t\t\t\t\t\t\t\"right_col\": 0.5\n\t\t\t\t\t}\t\n\t\t\t\t},\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"concepts\": [{\n\t\t\t\t\t\t\"id\": \"test-concept-1\",\n\t\t\t\t\t\t\"name\": \"test-concept-1\"\n\t\t\t\t\t}]\n\t\t\t\t}\n\t\t\t}]\n\t\t},\n\t\t\"input_id\": \"3\",\n\t\t\"annotation_info\": {\"set\":\"set_to_eval\"},\n\t\t\"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\"\n\t},{\n\t\t\"data\": {\n\t\t\t\"regions\": [{\n\t\t\t\t\"region_info\": {\n\t\t\t\t\t\"bounding_box\": {\n\t\t\t\t\t\t\t\t\"top_row\": 0,\n\t\t\t\t\t\t\t\t\"left_col\": 0,\n\t\t\t\t\t\t\t\t\"bottom_row\": 0.5,\n\t\t\t\t\t\t\t\t\"right_col\": 0.5\n\t\t\t\t\t}\t\n\t\t\t\t},\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"concepts\": [{\n\t\t\t\t\t\t\"id\": \"test-concept-1\",\n\t\t\t\t\t\t\"name\": \"test-concept-1\"\n\t\t\t\t\t}]\n\t\t\t\t}\n\t\t\t}]\n\t\t},\n\t\t\"input_id\": \"4\",\n\t\t\"annotation_info\": {\"set\":\"ground_truth\"},\n\t\t\"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\"\n\t},\n\t{\n\t\t\"data\": {\n\t\t\t\"regions\": [{\n\t\t\t\t\"region_info\": {\n\t\t\t\t\t\"bounding_box\": {\n\t\t\t\t\t\t\t\t\"top_row\": 0,\n\t\t\t\t\t\t\t\t\"left_col\": 0.1,\n\t\t\t\t\t\t\t\t\"bottom_row\": 0.5,\n\t\t\t\t\t\t\t\t\"right_col\": 0.5\n\t\t\t\t\t}\t\n\t\t\t\t},\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"concepts\": [{\n\t\t\t\t\t\t\"id\": \"test-concept-1\",\n\t\t\t\t\t\t\"name\": \"test-concept-1\"\n\t\t\t\t\t}]\n\t\t\t\t}\n\t\t\t}]\n\t\t},\n\t\t\"input_id\": \"4\",\n\t\t\"annotation_info\": {\"set\":\"set_to_eval\"},\n\t\t\"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\"\n\t},\n\t{\n\t\t\"data\": {\n\t\t\t\"regions\": [{\n\t\t\t\t\"region_info\": {\n\t\t\t\t\t\"bounding_box\": {\n\t\t\t\t\t\t\t\t\"top_row\": 0,\n\t\t\t\t\t\t\t\t\"left_col\": 0,\n\t\t\t\t\t\t\t\t\"bottom_row\": 0.5,\n\t\t\t\t\t\t\t\t\"right_col\": 0.5\n\t\t\t\t\t}\t\n\t\t\t\t},\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"concepts\": [{\n\t\t\t\t\t\t\"id\": \"test-concept\",\n\t\t\t\t\t\t\"name\": \"test-concept\"\n\t\t\t\t\t}]\n\t\t\t\t}\n\t\t\t}]\n\t\t},\n\t\t\"input_id\": \"5\",\n\t\t\"annotation_info\": {\"set\":\"set_to_eval\"},\n\t\t\"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\"\n\t},\n\t{\n\t\t\"data\": {\n\t\t\t\"regions\": [{\n\t\t\t\t\"region_info\": {\n\t\t\t\t\t\"bounding_box\": {\n\t\t\t\t\t\t\t\t\"top_row\": 0,\n\t\t\t\t\t\t\t\t\"left_col\": 0,\n\t\t\t\t\t\t\t\t\"bottom_row\": 0.5,\n\t\t\t\t\t\t\t\t\"right_col\": 0.5\n\t\t\t\t\t}\t\n\t\t\t\t},\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"concepts\": [{\n\t\t\t\t\t\t\"id\": \"test-concept\",\n\t\t\t\t\t\t\"name\": \"test-concept\"\n\t\t\t\t\t}]\n\t\t\t\t}\n\t\t\t}]\n\t\t},\n\t\t\"input_id\": \"6\",\n\t\t\"annotation_info\": {\"set\":\"ground_truth\"},\n\t\t\"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\"\n\t},\n\t{\n\t\t\"data\": {\n\t\t\t\"regions\": [{\n\t\t\t\t\"region_info\": {\n\t\t\t\t\t\"bounding_box\": {\n\t\t\t\t\t\t\t\t\"top_row\": 0,\n\t\t\t\t\t\t\t\t\"left_col\": 0,\n\t\t\t\t\t\t\t\t\"bottom_row\": 0.5,\n\t\t\t\t\t\t\t\t\"right_col\": 0.5\n\t\t\t\t\t}\t\n\t\t\t\t},\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"concepts\": [{\n\t\t\t\t\t\t\"id\": \"test-concept\",\n\t\t\t\t\t\t\"name\": \"test-concept\"\n\t\t\t\t\t}]\n\t\t\t\t}\n\t\t\t}]\n\t\t},\n\t\t\"input_id\": \"6\",\n\t\t\"annotation_info\": {\"set\":\"set_to_eval\"},\n\t\t\"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\"\n\t},\n\t{\n\t\t\"data\": {\n\t\t\t\"regions\": [{\n\t\t\t\t\"region_info\": {\n\t\t\t\t\t\"bounding_box\": {\n\t\t\t\t\t\t\t\t\"top_row\": 0,\n\t\t\t\t\t\t\t\t\"left_col\": 0,\n\t\t\t\t\t\t\t\t\"bottom_row\": 0.5,\n\t\t\t\t\t\t\t\t\"right_col\": 0.5\n\t\t\t\t\t}\t\n\t\t\t\t},\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"concepts\": [{\n\t\t\t\t\t\t\"id\": \"test-concept-1\",\n\t\t\t\t\t\t\"name\": \"test-concept-1\"\n\t\t\t\t\t}]\n\t\t\t\t}\n\t\t\t}]\n\t\t},\n\t\t\"input_id\": \"7\",\n\t\t\"annotation_info\": {\"set\":\"ground_truth\"},\n\t\t\"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\"\n\t},\n\t{\n\t\t\"data\": {\n\t\t\t\"regions\": [{\n\t\t\t\t\"region_info\": {\n\t\t\t\t\t\"bounding_box\": {\n\t\t\t\t\t\t\t\t\"top_row\": 0,\n\t\t\t\t\t\t\t\t\"left_col\": 0,\n\t\t\t\t\t\t\t\t\"bottom_row\": 0.5,\n\t\t\t\t\t\t\t\t\"right_col\": 0.6\n\t\t\t\t\t}\t\n\t\t\t\t},\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"concepts\": [{\n\t\t\t\t\t\t\"id\": \"test-concept\",\n\t\t\t\t\t\t\"name\": \"test-concept\"\n\t\t\t\t\t}]\n\t\t\t\t}\n\t\t\t}]\n\t\t},\n\t\t\"input_id\": \"7\",\n\t\t\"annotation_info\": {\"set\":\"set_to_eval\"},\n\t\t\"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\"\n\t}\n\t]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"ce5c14da11452086d3a2eeb570f17a5a\"\n    },\n    \"annotations\": [\n        {\n            \"id\": \"679b11005e204ba6adb721d8632df153\",\n            \"input_id\": \"1\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"test-concept\",\n                                    \"name\": \"test-concept\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1701866015\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"annotation_info\": {\n                \"set\": \"ground_truth\"\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:11.124811911Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.804347126Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"29cb6ebe2072490dac92d69bea9767dc\",\n            \"input_id\": \"1\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"test-concept\",\n                                    \"name\": \"test-concept\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1701866015\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"annotation_info\": {\n                \"set\": \"set_to_eval\"\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:11.124811911Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.804347126Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"5c8cd9d38cae44fa97d3d6eae5a58dac\",\n            \"input_id\": \"2\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"4eae01d6e5c036bcc3a66f97ae594ea7\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.4,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"test-concept\",\n                                    \"name\": \"test-concept\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1701866015\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"annotation_info\": {\n                \"set\": \"ground_truth\"\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:11.124811911Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.804347126Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"61c66cbba6e348689bee00c170a18c87\",\n            \"input_id\": \"2\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"test-concept\",\n                                    \"name\": \"test-concept\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1701866015\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"annotation_info\": {\n                \"set\": \"set_to_eval\"\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:11.124811911Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.804347126Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"d7ce3eac2a944a918b9b3e76d2fabd97\",\n            \"input_id\": \"3\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"test-concept\",\n                                    \"name\": \"test-concept\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1701866015\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"annotation_info\": {\n                \"set\": \"ground_truth\"\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:11.124811911Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.804347126Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"b90359079d704125b1c3da1f53ee733d\",\n            \"input_id\": \"3\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"test-concept-1\",\n                                    \"name\": \"test-concept-1\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1701866015\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"annotation_info\": {\n                \"set\": \"set_to_eval\"\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:11.124811911Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.804347126Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"7c94dfc5a91d498db2b084d19e6b0bcb\",\n            \"input_id\": \"4\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"test-concept-1\",\n                                    \"name\": \"test-concept-1\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1701866015\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"annotation_info\": {\n                \"set\": \"ground_truth\"\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:11.124811911Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.804347126Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"9d18e2b02e2642739f4539b71a6bf0f1\",\n            \"input_id\": \"4\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"86e7d81525e21b12fcf709ba76f44df3\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0.1,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"test-concept-1\",\n                                    \"name\": \"test-concept-1\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1701866015\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"annotation_info\": {\n                \"set\": \"set_to_eval\"\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:11.124811911Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.804347126Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"eeceae3d06704582a7f3ecb5e83af997\",\n            \"input_id\": \"5\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"test-concept\",\n                                    \"name\": \"test-concept\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1701866015\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"annotation_info\": {\n                \"set\": \"set_to_eval\"\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:11.124811911Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.804347126Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"eb96f561d50044f0a8bb13220b966332\",\n            \"input_id\": \"6\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"test-concept\",\n                                    \"name\": \"test-concept\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1701866015\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"annotation_info\": {\n                \"set\": \"ground_truth\"\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:11.124811911Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.804347126Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"c2ca85db56124b959418b3858da4364a\",\n            \"input_id\": \"6\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"test-concept\",\n                                    \"name\": \"test-concept\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1701866015\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"annotation_info\": {\n                \"set\": \"set_to_eval\"\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:11.124811911Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.804347126Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"fb1377dd16fc4ee2ba1078d9ed0ab4a2\",\n            \"input_id\": \"7\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"test-concept-1\",\n                                    \"name\": \"test-concept-1\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1701866015\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"annotation_info\": {\n                \"set\": \"ground_truth\"\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:11.124811911Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.804347126Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"e0c81a88c5ee4fd7afa8f0f56a000786\",\n            \"input_id\": \"7\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"20183edba158bfa273763aafc10e2d97\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.6\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"test-concept\",\n                                    \"name\": \"test-concept\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1701866015\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"annotation_info\": {\n                \"set\": \"set_to_eval\"\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:11.124811911Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.804347126Z\",\n            \"trusted\": true\n        }\n    ]\n}"}],"_postman_id":"52a10f35-7f54-4609-b03d-b0745d6fd31f"},{"name":"List Annotations","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"dc29dd3d-27f4-4e34-9853-86d2053e9a2f"}}],"id":"5687e6f5-8377-407e-a15c-2ab56874c898","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations?list_all_annotations=true","description":"<p>List all annotations in the app, including both human annotations and model-generated outputs. Use <code>list_all_annotations=true</code> to include model outputs.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotations"],"host":["https://api.clarifai.com"],"query":[{"key":"list_all_annotations","value":"true"}],"variable":[]}},"response":[{"id":"e74bec22-d8be-4e7c-a949-f4929bdf4e04","name":"List Annotations","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations?list_all_annotations=true","host":["https://api.clarifai.com"],"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotations"],"query":[{"key":"list_all_annotations","value":"true"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"15d82a3737a7f9423ad5c503322a68bb\"\n    },\n    \"annotations\": [\n        {\n            \"id\": \"2fd53625dc3549888916b98ad306f2ab\",\n            \"input_id\": \"7\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"20183edba158bfa273763aafc10e2d97\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.6\n                            }\n                        },\n                        \"data\": {}\n                    }\n                ]\n            },\n            \"model_version_id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:13.708550Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.708550Z\"\n        },\n        {\n            \"id\": \"409e5e773d3a448a895c49a47644039e\",\n            \"input_id\": \"7\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {}\n                    }\n                ]\n            },\n            \"model_version_id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:13.708549Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.708549Z\"\n        },\n        {\n            \"id\": \"d6978a570001461c99805eb2b006571e\",\n            \"input_id\": \"6\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {}\n                    }\n                ]\n            },\n            \"model_version_id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:13.708548Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.708548Z\"\n        },\n        {\n            \"id\": \"728d4a9d469d40e788c1eb3d5dd6ef69\",\n            \"input_id\": \"1\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {}\n                    }\n                ]\n            },\n            \"model_version_id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:13.708547Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.708547Z\"\n        },\n        {\n            \"id\": \"0f5b3c56b9d1445f8229ccdce17e83f3\",\n            \"input_id\": \"2\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {}\n                    }\n                ]\n            },\n            \"model_version_id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:13.708546Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.708546Z\"\n        },\n        {\n            \"id\": \"3a57f387c09745279777780b3fdaa925\",\n            \"input_id\": \"4\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"86e7d81525e21b12fcf709ba76f44df3\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0.1,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {}\n                    }\n                ]\n            },\n            \"model_version_id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:13.708545Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.708545Z\"\n        },\n        {\n            \"id\": \"cc0df53888e5497bb915ea4ae323829b\",\n            \"input_id\": \"2\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"4eae01d6e5c036bcc3a66f97ae594ea7\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.4,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {}\n                    }\n                ]\n            },\n            \"model_version_id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:13.708544Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.708544Z\"\n        },\n        {\n            \"id\": \"b70410ef1d01488699de9a87d3c1e42f\",\n            \"input_id\": \"5\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {}\n                    }\n                ]\n            },\n            \"model_version_id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:13.708543Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.708543Z\"\n        },\n        {\n            \"id\": \"955341f2bb9142f4a221cec35210d90c\",\n            \"input_id\": \"3\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {}\n                    }\n                ]\n            },\n            \"model_version_id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:13.708542Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.708542Z\"\n        },\n        {\n            \"id\": \"99a7a661a53a437080d7ba27e4597ea4\",\n            \"input_id\": \"4\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {}\n                    }\n                ]\n            },\n            \"model_version_id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:13.708541Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.708541Z\"\n        },\n        {\n            \"id\": \"af0d165e85e24ac8a80f5580a8c9c7d9\",\n            \"input_id\": \"7\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"20183edba158bfa273763aafc10e2d97\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.6\n                            }\n                        },\n                        \"data\": {}\n                    }\n                ]\n            },\n            \"model_version_id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:13.484421Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.484421Z\"\n        },\n        {\n            \"id\": \"80c663b9e6d74a98b345a3a4a07cae69\",\n            \"input_id\": \"7\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {}\n                    }\n                ]\n            },\n            \"model_version_id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:13.484420Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.484420Z\"\n        },\n        {\n            \"id\": \"fddd3d2729d24aa8b25d91f5ba5e120d\",\n            \"input_id\": \"6\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {}\n                    }\n                ]\n            },\n            \"model_version_id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:13.484419Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.484419Z\"\n        },\n        {\n            \"id\": \"ff3adb416cab4e608e1b83530103eff7\",\n            \"input_id\": \"1\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {}\n                    }\n                ]\n            },\n            \"model_version_id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:13.484418Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.484418Z\"\n        },\n        {\n            \"id\": \"5280eb9844224ab38a1d6b75f8a28632\",\n            \"input_id\": \"2\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {}\n                    }\n                ]\n            },\n            \"model_version_id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:13.484417Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.484417Z\"\n        },\n        {\n            \"id\": \"4e16164d58474ca6ad2af99f88702a79\",\n            \"input_id\": \"4\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"86e7d81525e21b12fcf709ba76f44df3\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0.1,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {}\n                    }\n                ]\n            },\n            \"model_version_id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:13.484416Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.484416Z\"\n        },\n        {\n            \"id\": \"793fda5d355d47f2bb6e93b8582e45ab\",\n            \"input_id\": \"2\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"4eae01d6e5c036bcc3a66f97ae594ea7\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.4,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {}\n                    }\n                ]\n            },\n            \"model_version_id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:13.484415Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.484415Z\"\n        },\n        {\n            \"id\": \"61ecaae984e24ea49ed5e1d70e0e714d\",\n            \"input_id\": \"5\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {}\n                    }\n                ]\n            },\n            \"model_version_id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:13.484414Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.484414Z\"\n        },\n        {\n            \"id\": \"6d1d088e54f54da7908d7743945ecee6\",\n            \"input_id\": \"3\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {}\n                    }\n                ]\n            },\n            \"model_version_id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:13.484413Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.484413Z\"\n        },\n        {\n            \"id\": \"0a60b856cf6e43bbba6430d247f2e593\",\n            \"input_id\": \"4\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {}\n                    }\n                ]\n            },\n            \"model_version_id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:13.484412Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.484412Z\"\n        },\n        {\n            \"id\": \"a0df351d28514d18a30364fd64a7dfc6\",\n            \"input_id\": \"7\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"20183edba158bfa273763aafc10e2d97\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.6\n                            }\n                        },\n                        \"data\": {}\n                    }\n                ]\n            },\n            \"model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:13.380259Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.380259Z\"\n        },\n        {\n            \"id\": \"e2ccd9ba6cfa4bf083e29c233f62ad56\",\n            \"input_id\": \"7\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {}\n                    }\n                ]\n            },\n            \"model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:13.380258Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.380258Z\"\n        },\n        {\n            \"id\": \"a565e1d7d82f4b28b249fe24d4f2f5bb\",\n            \"input_id\": \"6\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {}\n                    }\n                ]\n            },\n            \"model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:13.380257Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.380257Z\"\n        },\n        {\n            \"id\": \"8989af69d5c8477c93c9b47a5d603532\",\n            \"input_id\": \"1\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {}\n                    }\n                ]\n            },\n            \"model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:13.380256Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.380256Z\"\n        },\n        {\n            \"id\": \"4fd9ad250be04ec39e5650085d19fdd1\",\n            \"input_id\": \"2\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {}\n                    }\n                ]\n            },\n            \"model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:13.380255Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.380255Z\"\n        },\n        {\n            \"id\": \"c7bf0021a31c46f8826e5ad58d59cf01\",\n            \"input_id\": \"4\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"86e7d81525e21b12fcf709ba76f44df3\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0.1,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {}\n                    }\n                ]\n            },\n            \"model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:13.380254Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.380254Z\"\n        },\n        {\n            \"id\": \"4d25a0a16ac44bcc8f36cff2aef968f4\",\n            \"input_id\": \"2\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"4eae01d6e5c036bcc3a66f97ae594ea7\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.4,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {}\n                    }\n                ]\n            },\n            \"model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:13.380253Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.380253Z\"\n        },\n        {\n            \"id\": \"769b649117ce4ef0a559902779f18a83\",\n            \"input_id\": \"5\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {}\n                    }\n                ]\n            },\n            \"model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:13.380252Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.380252Z\"\n        },\n        {\n            \"id\": \"faffbe2c24434521aed4563392b8dce6\",\n            \"input_id\": \"3\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {}\n                    }\n                ]\n            },\n            \"model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:13.380251Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.380251Z\"\n        },\n        {\n            \"id\": \"50bf035fd76c4b5eae934cf4498232a7\",\n            \"input_id\": \"4\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {}\n                    }\n                ]\n            },\n            \"model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:13.380250Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.380250Z\"\n        },\n        {\n            \"id\": \"29cb6ebe2072490dac92d69bea9767dc\",\n            \"input_id\": \"1\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"test-concept\",\n                                    \"name\": \"test-concept\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1701866015\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"annotation_info\": {\n                \"set\": \"set_to_eval\"\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"5c8cd9d38cae44fa97d3d6eae5a58dac\",\n            \"input_id\": \"2\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"4eae01d6e5c036bcc3a66f97ae594ea7\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.4,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"test-concept\",\n                                    \"name\": \"test-concept\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1701866015\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"annotation_info\": {\n                \"set\": \"ground_truth\"\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"61c66cbba6e348689bee00c170a18c87\",\n            \"input_id\": \"2\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"test-concept\",\n                                    \"name\": \"test-concept\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1701866015\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"annotation_info\": {\n                \"set\": \"set_to_eval\"\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"679b11005e204ba6adb721d8632df153\",\n            \"input_id\": \"1\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"test-concept\",\n                                    \"name\": \"test-concept\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1701866015\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"annotation_info\": {\n                \"set\": \"ground_truth\"\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"7c94dfc5a91d498db2b084d19e6b0bcb\",\n            \"input_id\": \"4\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"test-concept-1\",\n                                    \"name\": \"test-concept-1\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1701866015\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"annotation_info\": {\n                \"set\": \"ground_truth\"\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"9d18e2b02e2642739f4539b71a6bf0f1\",\n            \"input_id\": \"4\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"86e7d81525e21b12fcf709ba76f44df3\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0.1,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"test-concept-1\",\n                                    \"name\": \"test-concept-1\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1701866015\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"annotation_info\": {\n                \"set\": \"set_to_eval\"\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"b90359079d704125b1c3da1f53ee733d\",\n            \"input_id\": \"3\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"test-concept-1\",\n                                    \"name\": \"test-concept-1\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1701866015\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"annotation_info\": {\n                \"set\": \"set_to_eval\"\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"c2ca85db56124b959418b3858da4364a\",\n            \"input_id\": \"6\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"test-concept\",\n                                    \"name\": \"test-concept\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1701866015\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"annotation_info\": {\n                \"set\": \"set_to_eval\"\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"d7ce3eac2a944a918b9b3e76d2fabd97\",\n            \"input_id\": \"3\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"test-concept\",\n                                    \"name\": \"test-concept\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1701866015\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"annotation_info\": {\n                \"set\": \"ground_truth\"\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"e0c81a88c5ee4fd7afa8f0f56a000786\",\n            \"input_id\": \"7\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"20183edba158bfa273763aafc10e2d97\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.6\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"test-concept\",\n                                    \"name\": \"test-concept\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1701866015\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"annotation_info\": {\n                \"set\": \"set_to_eval\"\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"eb96f561d50044f0a8bb13220b966332\",\n            \"input_id\": \"6\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"test-concept\",\n                                    \"name\": \"test-concept\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1701866015\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"annotation_info\": {\n                \"set\": \"ground_truth\"\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"eeceae3d06704582a7f3ecb5e83af997\",\n            \"input_id\": \"5\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"test-concept\",\n                                    \"name\": \"test-concept\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1701866015\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"annotation_info\": {\n                \"set\": \"set_to_eval\"\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"fb1377dd16fc4ee2ba1078d9ed0ab4a2\",\n            \"input_id\": \"7\",\n            \"data\": {\n                \"regions\": [\n                    {\n                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                        \"region_info\": {\n                            \"bounding_box\": {\n                                \"top_row\": 0,\n                                \"left_col\": 0,\n                                \"bottom_row\": 0.5,\n                                \"right_col\": 0.5\n                            }\n                        },\n                        \"data\": {\n                            \"concepts\": [\n                                {\n                                    \"id\": \"test-concept-1\",\n                                    \"name\": \"test-concept-1\",\n                                    \"value\": 1,\n                                    \"app_id\": \"test-app-1701866015\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"annotation_info\": {\n                \"set\": \"ground_truth\"\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n            \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n            \"trusted\": true\n        },\n        {\n            \"id\": \"8546d232888f4e36b68bdb07b9ca7b0f\",\n            \"input_id\": \"5\",\n            \"data\": {},\n            \"model_version_id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:34:50.423426Z\",\n            \"modified_at\": \"2023-12-06T12:34:50.423426Z\"\n        },\n        {\n            \"id\": \"d97dfb5d6bf34df192b099633ae4fb1a\",\n            \"input_id\": \"2\",\n            \"data\": {},\n            \"model_version_id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:34:50.423425Z\",\n            \"modified_at\": \"2023-12-06T12:34:50.423425Z\"\n        },\n        {\n            \"id\": \"2a3b5d7b92134df89217f2dff270e3c9\",\n            \"input_id\": \"4\",\n            \"data\": {},\n            \"model_version_id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:34:50.423424Z\",\n            \"modified_at\": \"2023-12-06T12:34:50.423424Z\"\n        },\n        {\n            \"id\": \"ce2220041e184d0293077bcf8e43cfda\",\n            \"input_id\": \"6\",\n            \"data\": {},\n            \"model_version_id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:34:50.423423Z\",\n            \"modified_at\": \"2023-12-06T12:34:50.423423Z\"\n        },\n        {\n            \"id\": \"721e0061966f48898f82d72d7985a01d\",\n            \"input_id\": \"3\",\n            \"data\": {},\n            \"model_version_id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:34:50.423422Z\",\n            \"modified_at\": \"2023-12-06T12:34:50.423422Z\"\n        },\n        {\n            \"id\": \"841afe05288f45f79e6d4a1902b9d509\",\n            \"input_id\": \"1\",\n            \"data\": {},\n            \"model_version_id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:34:50.423421Z\",\n            \"modified_at\": \"2023-12-06T12:34:50.423421Z\"\n        },\n        {\n            \"id\": \"bdc46deacafb4a1a9a8a286eba0b51e9\",\n            \"input_id\": \"7\",\n            \"data\": {},\n            \"model_version_id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:34:50.423420Z\",\n            \"modified_at\": \"2023-12-06T12:34:50.423420Z\"\n        },\n        {\n            \"id\": \"124c425504b648d486b47b15f197f87b\",\n            \"input_id\": \"5\",\n            \"data\": {},\n            \"model_version_id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:34:50.236175Z\",\n            \"modified_at\": \"2023-12-06T12:34:50.236175Z\"\n        },\n        {\n            \"id\": \"fc9dce0ec2684053837bcd561fe61da9\",\n            \"input_id\": \"2\",\n            \"data\": {},\n            \"model_version_id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:34:50.236174Z\",\n            \"modified_at\": \"2023-12-06T12:34:50.236174Z\"\n        },\n        {\n            \"id\": \"efcaead9d76141c3861ab2f24f041ea8\",\n            \"input_id\": \"4\",\n            \"data\": {},\n            \"model_version_id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:34:50.236173Z\",\n            \"modified_at\": \"2023-12-06T12:34:50.236173Z\"\n        },\n        {\n            \"id\": \"351aff48aa4b4617bb0fb8abfc643f6c\",\n            \"input_id\": \"6\",\n            \"data\": {},\n            \"model_version_id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:34:50.236172Z\",\n            \"modified_at\": \"2023-12-06T12:34:50.236172Z\"\n        },\n        {\n            \"id\": \"c11faef4455d47d5a3e01d1d9aad9d0f\",\n            \"input_id\": \"3\",\n            \"data\": {},\n            \"model_version_id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:34:50.236171Z\",\n            \"modified_at\": \"2023-12-06T12:34:50.236171Z\"\n        },\n        {\n            \"id\": \"d9f58af60adb403f9258556cd4c93daa\",\n            \"input_id\": \"1\",\n            \"data\": {},\n            \"model_version_id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:34:50.236170Z\",\n            \"modified_at\": \"2023-12-06T12:34:50.236170Z\"\n        },\n        {\n            \"id\": \"eb16c22db1854895ae01f7ba9845bb7f\",\n            \"input_id\": \"7\",\n            \"data\": {},\n            \"model_version_id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:34:50.236169Z\",\n            \"modified_at\": \"2023-12-06T12:34:50.236169Z\"\n        },\n        {\n            \"id\": \"83bddbfd4a0d452cb348301825bc7415\",\n            \"input_id\": \"5\",\n            \"data\": {},\n            \"model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:34:50.040388Z\",\n            \"modified_at\": \"2023-12-06T12:34:50.040388Z\"\n        },\n        {\n            \"id\": \"09d485cb8c5b43739929ed7d053bb285\",\n            \"input_id\": \"2\",\n            \"data\": {},\n            \"model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:34:50.040387Z\",\n            \"modified_at\": \"2023-12-06T12:34:50.040387Z\"\n        },\n        {\n            \"id\": \"81b4d78f3c8d4b8ebad62a7c82ae23f9\",\n            \"input_id\": \"4\",\n            \"data\": {},\n            \"model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:34:50.040386Z\",\n            \"modified_at\": \"2023-12-06T12:34:50.040386Z\"\n        },\n        {\n            \"id\": \"11e99863f593407285c283f3e5df6496\",\n            \"input_id\": \"6\",\n            \"data\": {},\n            \"model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:34:50.040385Z\",\n            \"modified_at\": \"2023-12-06T12:34:50.040385Z\"\n        },\n        {\n            \"id\": \"ca34623954984928b797a9db9e6d1672\",\n            \"input_id\": \"3\",\n            \"data\": {},\n            \"model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:34:50.040384Z\",\n            \"modified_at\": \"2023-12-06T12:34:50.040384Z\"\n        },\n        {\n            \"id\": \"da86ff6ed97540e09428c82e7307ed0a\",\n            \"input_id\": \"1\",\n            \"data\": {},\n            \"model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:34:50.040383Z\",\n            \"modified_at\": \"2023-12-06T12:34:50.040383Z\"\n        },\n        {\n            \"id\": \"074eb04fa24e4e859bbe36c8cade4cf2\",\n            \"input_id\": \"7\",\n            \"data\": {},\n            \"model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:34:50.040382Z\",\n            \"modified_at\": \"2023-12-06T12:34:50.040382Z\"\n        },\n        {\n            \"id\": \"1d71e1041eee4c569ae886234d0e585c\",\n            \"input_id\": \"6\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n            \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"1f4120b315e34a3eb15e4c590beb6025\",\n            \"input_id\": \"5\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n            \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"4438076b63bd40f0956a8b345b7c6f08\",\n            \"input_id\": \"7\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n            \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"63058214581e4bdfbd3b51c6a573fae6\",\n            \"input_id\": \"4\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n            \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"a70f8fbcfa2a4089946a98237ac2a0c6\",\n            \"input_id\": \"2\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n            \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"c41665c665d743a9b98fee7c55de044e\",\n            \"input_id\": \"3\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n            \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        },\n        {\n            \"id\": \"eb66cb0c3d504a8480aa7420ca02a6fd\",\n            \"input_id\": \"1\",\n            \"data\": {},\n            \"user_id\": \"a0btrubbaefn\",\n            \"embed_model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n            \"status\": {\n                \"code\": 24150,\n                \"description\": \"Annotation success\"\n            },\n            \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n            \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n            \"trusted\": true,\n            \"input_level\": true\n        }\n    ]\n}"}],"_postman_id":"5687e6f5-8377-407e-a15c-2ab56874c898"}],"id":"36bd5238-eb5c-41f6-b7d7-d18cd6a48284","description":"<p>A step-by-step demo that creates an application, adds annotated images with bounding boxes, and runs a basic annotation search. Use this as an introduction to Clarifai's search capabilities before exploring ranked and filtered search.</p>\n<p><strong>Steps:</strong> create app → add inputs → add bounding box annotations → list annotations → search.</p>\n<p>📖 <a href=\"https://docs.clarifai.com/create/search/api/\">Search via API</a></p>\n","_postman_id":"36bd5238-eb5c-41f6-b7d7-d18cd6a48284","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Rank Annotations","item":[{"name":"Rank By Input ID","id":"65452558-3d9b-453f-99da-e162e65ce10c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"ranks\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"input_id\": \"YOUR_INPUT_ID\"\n\t\t\t\t}\n\t\t\t}]\n\t\t}\n\t}]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches","description":"<p>Return annotations ranked by visual similarity to a reference input. The input's embedding is used as the query vector.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>searches[].query.ranks[].annotation.input_id</code></td>\n<td>string</td>\n<td>Input ID to use as the similarity reference</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotations","searches"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"6b3f9e57-3c8e-4a75-8b5e-aba841c1273f","name":"Rank by input ID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"ranks\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"input_id\": \"86111a5bbc894a41bffe9f011aaa75bf\"\n\t\t\t\t}\n\t\t\t}]\n\t\t}\n\t}]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"03127d967e4f1899ee5f5b4c6f9d39c2\"\n    },\n    \"hits\": [\n        {\n            \"score\": 0.99999976,\n            \"input\": {\n                \"id\": \"86111a5bbc894a41bffe9f011aaa75bf\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/mogith_test/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"72_21\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T08:51:19.724168Z\",\n                \"modified_at\": \"2023-12-06T08:51:22.254859Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"ca2ad79b63ed488b8139c601f4aa6f46\",\n                \"input_id\": \"86111a5bbc894a41bffe9f011aaa75bf\",\n                \"data\": {},\n                \"model_version_id\": \"4b134b9fb5f24e2bb09b7493560cc922\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T08:51:22.209606Z\",\n                \"modified_at\": \"2023-12-06T08:51:22.209606Z\"\n            }\n        },\n        {\n            \"score\": 0.99999976,\n            \"input\": {\n                \"id\": \"86111a5bbc894a41bffe9f011aaa75bf\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/mogith_test/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"72_21\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T08:51:19.724168Z\",\n                \"modified_at\": \"2023-12-06T08:51:22.254859Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"a20ac1843a9e43df89fca1e530fc7582\",\n                \"input_id\": \"86111a5bbc894a41bffe9f011aaa75bf\",\n                \"data\": {},\n                \"model_version_id\": \"9fe2c8962c104327bc87b8f8104b161a\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T08:51:21.551320Z\",\n                \"modified_at\": \"2023-12-06T08:51:21.551320Z\"\n            }\n        },\n        {\n            \"score\": 0.99999976,\n            \"input\": {\n                \"id\": \"86111a5bbc894a41bffe9f011aaa75bf\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/mogith_test/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"72_21\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T08:51:19.724168Z\",\n                \"modified_at\": \"2023-12-06T08:51:22.254859Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"f85254ddd45c49ff83f211d168e81bf0\",\n                \"input_id\": \"86111a5bbc894a41bffe9f011aaa75bf\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T08:51:19.724168Z\",\n                \"modified_at\": \"2023-12-06T08:51:19.724168Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        }\n    ],\n    \"searches\": [\n        {\n            \"query\": {\n                \"ranks\": [\n                    {\n                        \"annotation\": {\n                            \"input_id\": \"86111a5bbc894a41bffe9f011aaa75bf\"\n                        }\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"65452558-3d9b-453f-99da-e162e65ce10c"},{"name":"Rank By Image With Threshold","id":"a6ce34a7-05c8-4def-a50e-c5c9c7c34584","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"ranks\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"image\": {\n\t\t\t\t\t\t\t\"url\": \"https://samples.clarifai.com/dog.tiff\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t}\n\t\t\t}]\n\t\t},\n        \"min_value\": 0.9\n\t}]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches","description":"<p>Return annotations ranked by visual similarity to a reference image URL, with a minimum similarity threshold. Only results above the threshold are returned.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>searches[].query.ranks[].annotation.data.image.url</code></td>\n<td>string</td>\n<td>Reference image URL</td>\n</tr>\n<tr>\n<td><code>searches[].min_score</code></td>\n<td>float</td>\n<td>Minimum similarity score (0–1)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotations","searches"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"c7b52b23-dd3c-4f8f-8e05-de1de655bd1a","name":"Rank by Image with threshold","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"ranks\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"image\": {\n\t\t\t\t\t\t\t\"url\": \"https://samples.clarifai.com/dog.tiff\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t}\n\t\t\t}]\n\t\t},\n        \"min_value\": 0.9\n\t}]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"9e870f6cb129322e83bd3b1ac6e4f868\"\n    },\n    \"hits\": [],\n    \"searches\": [\n        {\n            \"query\": {\n                \"ranks\": [\n                    {\n                        \"annotation\": {\n                            \"data\": {\n                                \"image\": {\n                                    \"url\": \"https://samples.clarifai.com/dog.tiff\"\n                                }\n                            }\n                        }\n                    }\n                ]\n            },\n            \"min_value\": 0.9\n        }\n    ]\n}"}],"_postman_id":"a6ce34a7-05c8-4def-a50e-c5c9c7c34584"},{"name":"Rank By Image Public Concept (With OR)","id":"9b680637-650c-4295-ac6e-a16cb694be65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"ranks\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"bar\"}]\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}]\n\t\t}\n\t}]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches","description":"<p>Rank inputs by their relevance to multiple public concepts combined with OR logic. Results matching any of the specified concepts are ranked by combined relevance score.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>searches[].query.ranks[].annotation.data.concepts</code></td>\n<td>array</td>\n<td>Concepts to rank by. Use <code>user_id: \"clarifai\"</code> and <code>app_id: \"main\"</code> for public concepts</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotations","searches"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"a91d15d8-86a1-492e-a8fe-bb59411e8ca9","name":"Rank by Image public concept (With OR)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"ranks\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"bar\"}]\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}]\n\t\t}\n\t}]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"8b871708d47af25f13fa793c8bc84185\"\n    },\n    \"hits\": [],\n    \"searches\": [\n        {\n            \"query\": {\n                \"ranks\": [\n                    {\n                        \"annotation\": {\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"name\": \"bar\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            }\n                        }\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"9b680637-650c-4295-ac6e-a16cb694be65"},{"name":"Rank By Image Url + Tag + Input","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"model_id\", encodeURIComponent(JSON.parse(responseBody).model.id));","postman.setEnvironmentVariable(\"version_id\", encodeURIComponent(JSON.parse(responseBody).model.model_version.id));"],"type":"text/javascript","id":"6f040b13-50d8-4329-af86-5231612710a6"}}],"id":"79acc966-9162-43c8-90b7-79002feedd37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"ranks\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"image\": {\n\t\t\t\t\t\t\t\"url\": \"https://samples.clarifai.com/search-test-data/img-930b5bb2-365d-4355-930a-8c84b73bf57e.jpg\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"name\": \"bar\",\n\t\t\t\t\t\t\t\t\"value\": 1.0\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t]\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}],\n\t\t\t\"filters\": [\n\t\t\t\t{\n\t\t\t\t\t\"annotation\": {\n\t\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\t\"concepts\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"value\": 1,\n\t\t\t\t\t\t\t\t\t\"name\": \"bar\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t}],\n\t\"pagination\": {\n\t\t\"page\": 1,\n\t\t\"per_page\": 32\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches","description":"<p>Rank annotations using a combination of visual similarity to an image URL, a concept tag, and a reference input ID. Results are scored across all three signals simultaneously.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotations","searches"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"1337d65e-2d8b-413f-86be-80a5bc5d0876","name":"Rank by Image Url + Tag + Input","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"ranks\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"image\": {\n\t\t\t\t\t\t\t\"url\": \"https://samples.clarifai.com/search-test-data/img-930b5bb2-365d-4355-930a-8c84b73bf57e.jpg\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"name\": \"bar\",\n\t\t\t\t\t\t\t\t\"value\": 1.0\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t]\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}],\n\t\t\t\"filters\": [\n\t\t\t\t{\n\t\t\t\t\t\"annotation\": {\n\t\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\t\"concepts\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"value\": 1,\n\t\t\t\t\t\t\t\t\t\"name\": \"bar\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t}],\n\t\"pagination\": {\n\t\t\"page\": 1,\n\t\t\"per_page\": 32\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"17b49313830416b4bf6fa80fea061faf\"\n    },\n    \"hits\": [],\n    \"searches\": [\n        {\n            \"query\": {\n                \"filters\": [\n                    {\n                        \"annotation\": {\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"name\": \"bar\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            }\n                        }\n                    }\n                ],\n                \"ranks\": [\n                    {\n                        \"annotation\": {\n                            \"data\": {\n                                \"image\": {\n                                    \"url\": \"https://samples.clarifai.com/search-test-data/img-930b5bb2-365d-4355-930a-8c84b73bf57e.jpg\"\n                                }\n                            }\n                        }\n                    },\n                    {\n                        \"annotation\": {\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"name\": \"bar\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            }\n                        }\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"79acc966-9162-43c8-90b7-79002feedd37"},{"name":"Rank By Image Embedding + Tag + Input","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"113bb751-529f-4c10-acac-2f5edf04de3c"}}],"id":"d0288fe6-f478-4c33-89ce-7be0b023ce5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"ranks\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"embeddings\": [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"num_dimensions\" : 1024,\n\t\t\t\t\t\t\t\t\"vector\": [\n\t\t\t\t\t\t\t\t\t0.016666668, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0, 0, 0, 0.016666668, 0.016666668, 0, 0, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.06666667, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.033333335, 0.016666668, 0.016666668, 0.016666668, 0, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0, 0.016666668, 0.050000004, 0, 0.016666668, 0.033333335, 0, 0, 0.016666668, 0.016666668, 0.06666667, 0.016666668, 0.033333335, 0, 0.016666668, 0.016666668, 0.033333335, 0.016666668, 0.016666668, 0, 0.016666668, 0.016666668, 0, 0.016666668, 0.033333335, 0.033333335, 0, 0, 0, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.06666667, 0, 0, 0.016666668, 0, 0.016666668, 0.050000004, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0, 0.10000001, 0.050000004, 0.016666668, 0.016666668, 0, 0.033333335, 0.016666668, 0.016666668, 0.016666668, 0, 0.016666668, 0, 0.033333335, 0, 0.050000004, 0.016666668, 0.083333336, 0.016666668, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0, 0.016666668, 0, 0, 0, 0, 0.016666668, 0.016666668, 0, 0, 0, 0.016666668, 0, 0, 0.016666668, 0.016666668, 0, 0, 0, 0.06666667, 0.016666668, 0.050000004, 0.016666668, 0.016666668, 0.016666668, 0, 0, 0.016666668, 0.016666668, 0, 0.016666668, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.050000004, 0.016666668, 0.016666668, 0, 0, 0, 0.016666668, 0.016666668, 0, 0.016666668, 0.016666668, 0, 0.050000004, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0, 0, 0, 0.016666668, 0, 0.016666668, 0.016666668, 0, 0.016666668, 0.06666667, 0, 0, 0.016666668, 0.016666668, 0.050000004, 0.016666668, 0, 0.050000004, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0, 0.016666668, 0.033333335, 0.016666668, 0.033333335, 0, 0.016666668, 0, 0.016666668, 0.016666668, 0, 0.033333335, 0.016666668, 0.016666668, 0.016666668, 0, 0, 0.016666668, 0, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0, 0.016666668, 0.016666668, 0, 0, 0.016666668, 0, 0.033333335, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0, 0.016666668, 0.10000001, 0.016666668, 0.06666667, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.033333335, 0.016666668, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.083333336, 0, 0.06666667, 0, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0, 0, 0.016666668, 0.050000004, 0, 0.016666668, 0, 0.016666668, 0.016666668, 0, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0.033333335, 0, 0, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0, 0.016666668, 0, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.033333335, 0.016666668, 0, 0, 0.016666668, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.083333336, 0.016666668, 0.016666668, 0.050000004, 0.016666668, 0, 0.016666668, 0.016666668, 0, 0, 0, 0, 0.033333335, 0.016666668, 0, 0.016666668, 0, 0.016666668, 0.016666668, 0, 0, 0, 0.016666668, 0.016666668, 0, 0, 0.016666668, 0.016666668, 0, 0.016666668, 0.050000004, 0, 0, 0.016666668, 0.050000004, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0, 0.016666668, 0, 0.016666668, 0, 0, 0.033333335, 0.016666668, 0, 0, 0, 0, 0, 0.06666667, 0.016666668, 0.016666668, 0.016666668, 0.083333336, 0.016666668, 0.016666668, 0.033333335, 0.016666668, 0.016666668, 0, 0, 0.016666668, 0.050000004, 0, 0.016666668, 0, 0, 0.016666668, 0.033333335, 0.016666668, 0, 0.016666668, 0.016666668, 0, 0.016666668, 0.083333336, 0.016666668, 0.016666668, 0, 0.033333335, 0, 0.016666668, 0.016666668, 0, 0.016666668, 0.016666668, 0, 0, 0.016666668, 0.016666668, 0.016666668, 0, 0.033333335, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0, 0.016666668, 0, 0, 0.016666668, 0, 0, 0.016666668, 0.016666668, 0, 0.033333335, 0.016666668, 0.016666668, 0, 0.016666668, 0.016666668, 0, 0.016666668, 0, 0, 0.050000004, 0.016666668, 0.016666668, 0, 0.016666668, 0.016666668, 0, 0, 0, 0.016666668, 0, 0, 0.016666668, 0.016666668, 0, 0, 0.016666668, 0.06666667, 0.10000001, 0, 0.016666668, 0, 0.033333335, 0.016666668, 0, 0, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0, 0.016666668, 0, 0.016666668, 0.033333335, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.083333336, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.06666667, 0, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.033333335, 0.033333335, 0.016666668, 0.10000001, 0.033333335, 0.033333335, 0.033333335, 0.016666668, 0, 0, 0.016666668, 0.033333335, 0.016666668, 0, 0, 0.033333335, 0.016666668, 0, 0.016666668, 0.033333335, 0.016666668, 0.033333335, 0.016666668, 0.016666668, 0.033333335, 0.050000004, 0.016666668, 0.033333335, 0.033333335, 0, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0, 0.016666668, 0.016666668, 0, 0, 0.016666668, 0, 0.016666668, 0.016666668, 0, 0, 0.033333335, 0.016666668, 0.050000004, 0, 0.016666668, 0.016666668, 0.033333335, 0, 0.050000004, 0.050000004, 0, 0.016666668, 0.016666668, 0.016666668, 0.033333335, 0, 0.083333336, 0.016666668, 0.033333335, 0, 0, 0, 0.016666668, 0.016666668, 0.016666668, 0.033333335, 0, 0.033333335, 0.20000002, 0.016666668, 0.016666668, 0.033333335, 0.016666668, 0, 0.033333335, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.033333335, 0, 0, 0.016666668, 0.016666668, 0, 0.033333335, 0.016666668, 0.016666668, 0.016666668, 0.033333335, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.033333335, 0.016666668, 0, 0, 0.033333335, 0.016666668, 0.016666668, 0.050000004, 0, 0.016666668, 0.016666668, 0.050000004, 0, 0.033333335, 0.033333335, 0.016666668, 0.050000004, 0.083333336, 0.033333335, 0, 0.016666668, 0.016666668, 0.033333335, 0, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0, 0, 0.06666667, 0.083333336, 0.083333336, 0, 0.016666668, 0.033333335, 0.016666668, 0, 0.050000004, 0.050000004, 0.033333335, 0, 0, 0.06666667, 0.016666668, 0.016666668, 0.016666668, 0.06666667, 0.016666668, 0.06666667, 0.15, 0.016666668, 0, 0, 0.016666668, 0.033333335, 0.016666668, 0.050000004, 0.016666668, 0, 0, 0.016666668, 0.033333335, 0.016666668, 0.016666668, 0.10000001, 0.016666668, 0.050000004, 0.016666668, 0.016666668, 0.083333336, 0.016666668, 0.033333335, 0.016666668, 0, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.033333335, 0.016666668, 0.016666668, 0.016666668, 0, 0.050000004, 0.10000001, 0.016666668, 0, 0.016666668, 0.083333336, 0.016666668, 0.033333335, 0.033333335, 0.033333335, 0.016666668, 0.06666667, 0.016666668, 0.050000004, 0.016666668, 0.033333335, 0, 0.016666668, 0.016666668, 0.016666668, 0.06666667, 0.016666668, 0.033333335, 0.050000004, 0.016666668, 0.016666668, 0.033333335, 0, 0, 0.016666668, 0.033333335, 0.116666675, 0, 0.016666668, 0.016666668, 0.033333335, 0.033333335, 0.016666668, 0.016666668, 0.016666668, 0, 0.033333335, 0.016666668, 0, 0.016666668, 0, 0.016666668, 0.016666668, 0.033333335, 0, 0.016666668, 0, 0.033333335, 0.016666668, 0, 0.016666668, 0.033333335, 0.050000004, 0.083333336, 0, 0, 0.033333335, 0.050000004, 0.06666667, 0.016666668, 0, 0.016666668, 0.13333334, 0, 0, 0.016666668, 0.083333336, 0.083333336, 0.016666668, 0.033333335, 0.033333335, 0.033333335, 0.016666668, 0.083333336, 0.016666668, 0.083333336, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0.050000004, 0.016666668, 0.016666668, 0.10000001, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.033333335, 0.016666668, 0.050000004, 0.016666668, 0, 0.16666667, 0, 0.016666668, 0.016666668, 0.033333335, 0, 0.016666668, 0.10000001, 0.050000004, 0, 0.033333335, 0.016666668, 0.016666668, 0.016666668, 0, 0.033333335, 0.06666667, 0.016666668, 0.050000004, 0.033333335, 0.016666668, 0.016666668, 0.083333336, 0, 0.016666668, 0.033333335, 0, 0, 0.050000004, 0, 0, 0.050000004, 0, 0.016666668, 0.050000004, 0.016666668, 0.050000004, 0, 0, 0.016666668, 0.033333335, 0.016666668, 0, 0.016666668, 0.016666668, 0, 0.06666667, 0.016666668, 0.033333335, 0.016666668, 0, 0.016666668, 0.06666667, 0.050000004, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.033333335, 0.016666668, 0, 0.016666668, 0.016666668, 0.06666667, 0.083333336, 0.016666668, 0.033333335, 0.016666668, 0.016666668, 0.050000004, 0.050000004, 0, 0.016666668, 0.016666668, 0, 0.033333335, 0.06666667, 0.016666668, 0.016666668, 0.033333335, 0.050000004, 0.033333335, 0, 0, 0, 0.050000004, 0.050000004, 0.050000004, 0.016666668, 0.050000004, 0.033333335, 0.016666668, 0.016666668, 0.016666668, 0.06666667, 0.033333335, 0, 0.050000004, 0.033333335, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.033333335, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0, 0.06666667, 0.016666668, 0.016666668, 0.033333335, 0, 0.116666675, 0.016666668, 0.016666668, 0.016666668, 0.083333336, 0.016666668, 0.016666668, 0.033333335, 0.033333335, 0.050000004, 0, 0.21666668, 0.016666668, 0.016666668, 0.050000004, 0.083333336, 0.016666668, 0, 0.016666668, 0.06666667, 0, 0, 0.033333335, 0, 0.033333335, 0.06666667, 0.033333335, 0.033333335, 0, 0.016666668, 0, 0, 0.016666668, 0.016666668, 0, 0.050000004, 0.016666668, 0.016666668, 0.050000004, 0.016666668, 0, 0.016666668, 0.050000004, 0.033333335, 0, 0.06666667, 0.050000004, 0.016666668, 0.016666668, 0.016666668, 0, 0.06666667, 0.050000004, 0.016666668, 0.06666667, 0.033333335, 0.050000004, 0, 0, 0.016666668, 0, 0, 0.083333336, 0, 0.016666668, 0.033333335, 0.016666668, 0.016666668, 0, 0.050000004, 0.016666668, 0.033333335, 0.016666668, 0.050000004, 0.016666668, 0.033333335, 0.033333335, 0, 0.033333335, 0, 0.116666675, 0.20000002, 0.016666668, 0.083333336, 0.083333336, 0.033333335, 0.016666668, 0.016666668, 0, 0, 0.033333335, 0.050000004, 0.050000004, 0.016666668, 0.050000004, 0, 0.016666668, 0.033333335, 0.016666668, 0.016666668\n\t\t\t\t\t\t\t\t]\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t]\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"name\": \"animal\",\n\t\t\t\t\t\t\t\t\"value\": 1.0\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t]\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}],\n\t\t\t\"filters\": [\n\t\t\t\t{\n\t\t\t\t\t\"annotation\": {\n\t\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\t\"concepts\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"value\": 1,\n\t\t\t\t\t\t\t\t\t\"name\": \"test-concept\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t}],\n\t\"pagination\": {\n\t\t\"page\": 1,\n\t\t\"per_page\": 32\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches","description":"<p>Rank annotations using a combination of embedding similarity, a concept tag filter, and a reference input. Combines dense embedding vectors with concept-based filters.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotations","searches"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"8156cb18-96bd-4658-8bbc-88fc747b02f4","name":"Rank by Image Embedding + Tag + Input","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"ranks\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"embeddings\": [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"num_dimensions\" : 1024,\n\t\t\t\t\t\t\t\t\"vector\": [\n\t\t\t\t\t\t\t\t\t0.016666668, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0, 0, 0, 0.016666668, 0.016666668, 0, 0, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.06666667, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.033333335, 0.016666668, 0.016666668, 0.016666668, 0, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0, 0.016666668, 0.050000004, 0, 0.016666668, 0.033333335, 0, 0, 0.016666668, 0.016666668, 0.06666667, 0.016666668, 0.033333335, 0, 0.016666668, 0.016666668, 0.033333335, 0.016666668, 0.016666668, 0, 0.016666668, 0.016666668, 0, 0.016666668, 0.033333335, 0.033333335, 0, 0, 0, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.06666667, 0, 0, 0.016666668, 0, 0.016666668, 0.050000004, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0, 0.10000001, 0.050000004, 0.016666668, 0.016666668, 0, 0.033333335, 0.016666668, 0.016666668, 0.016666668, 0, 0.016666668, 0, 0.033333335, 0, 0.050000004, 0.016666668, 0.083333336, 0.016666668, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0, 0.016666668, 0, 0, 0, 0, 0.016666668, 0.016666668, 0, 0, 0, 0.016666668, 0, 0, 0.016666668, 0.016666668, 0, 0, 0, 0.06666667, 0.016666668, 0.050000004, 0.016666668, 0.016666668, 0.016666668, 0, 0, 0.016666668, 0.016666668, 0, 0.016666668, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.050000004, 0.016666668, 0.016666668, 0, 0, 0, 0.016666668, 0.016666668, 0, 0.016666668, 0.016666668, 0, 0.050000004, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0, 0, 0, 0.016666668, 0, 0.016666668, 0.016666668, 0, 0.016666668, 0.06666667, 0, 0, 0.016666668, 0.016666668, 0.050000004, 0.016666668, 0, 0.050000004, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0, 0.016666668, 0.033333335, 0.016666668, 0.033333335, 0, 0.016666668, 0, 0.016666668, 0.016666668, 0, 0.033333335, 0.016666668, 0.016666668, 0.016666668, 0, 0, 0.016666668, 0, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0, 0.016666668, 0.016666668, 0, 0, 0.016666668, 0, 0.033333335, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0, 0.016666668, 0.10000001, 0.016666668, 0.06666667, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.033333335, 0.016666668, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.083333336, 0, 0.06666667, 0, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0, 0, 0.016666668, 0.050000004, 0, 0.016666668, 0, 0.016666668, 0.016666668, 0, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0.033333335, 0, 0, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0, 0.016666668, 0, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.033333335, 0.016666668, 0, 0, 0.016666668, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.083333336, 0.016666668, 0.016666668, 0.050000004, 0.016666668, 0, 0.016666668, 0.016666668, 0, 0, 0, 0, 0.033333335, 0.016666668, 0, 0.016666668, 0, 0.016666668, 0.016666668, 0, 0, 0, 0.016666668, 0.016666668, 0, 0, 0.016666668, 0.016666668, 0, 0.016666668, 0.050000004, 0, 0, 0.016666668, 0.050000004, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0, 0.016666668, 0, 0.016666668, 0, 0, 0.033333335, 0.016666668, 0, 0, 0, 0, 0, 0.06666667, 0.016666668, 0.016666668, 0.016666668, 0.083333336, 0.016666668, 0.016666668, 0.033333335, 0.016666668, 0.016666668, 0, 0, 0.016666668, 0.050000004, 0, 0.016666668, 0, 0, 0.016666668, 0.033333335, 0.016666668, 0, 0.016666668, 0.016666668, 0, 0.016666668, 0.083333336, 0.016666668, 0.016666668, 0, 0.033333335, 0, 0.016666668, 0.016666668, 0, 0.016666668, 0.016666668, 0, 0, 0.016666668, 0.016666668, 0.016666668, 0, 0.033333335, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0, 0.016666668, 0, 0, 0.016666668, 0, 0, 0.016666668, 0.016666668, 0, 0.033333335, 0.016666668, 0.016666668, 0, 0.016666668, 0.016666668, 0, 0.016666668, 0, 0, 0.050000004, 0.016666668, 0.016666668, 0, 0.016666668, 0.016666668, 0, 0, 0, 0.016666668, 0, 0, 0.016666668, 0.016666668, 0, 0, 0.016666668, 0.06666667, 0.10000001, 0, 0.016666668, 0, 0.033333335, 0.016666668, 0, 0, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0, 0.016666668, 0, 0.016666668, 0.033333335, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.083333336, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.06666667, 0, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.033333335, 0.033333335, 0.016666668, 0.10000001, 0.033333335, 0.033333335, 0.033333335, 0.016666668, 0, 0, 0.016666668, 0.033333335, 0.016666668, 0, 0, 0.033333335, 0.016666668, 0, 0.016666668, 0.033333335, 0.016666668, 0.033333335, 0.016666668, 0.016666668, 0.033333335, 0.050000004, 0.016666668, 0.033333335, 0.033333335, 0, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0, 0.016666668, 0.016666668, 0, 0, 0.016666668, 0, 0.016666668, 0.016666668, 0, 0, 0.033333335, 0.016666668, 0.050000004, 0, 0.016666668, 0.016666668, 0.033333335, 0, 0.050000004, 0.050000004, 0, 0.016666668, 0.016666668, 0.016666668, 0.033333335, 0, 0.083333336, 0.016666668, 0.033333335, 0, 0, 0, 0.016666668, 0.016666668, 0.016666668, 0.033333335, 0, 0.033333335, 0.20000002, 0.016666668, 0.016666668, 0.033333335, 0.016666668, 0, 0.033333335, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.033333335, 0, 0, 0.016666668, 0.016666668, 0, 0.033333335, 0.016666668, 0.016666668, 0.016666668, 0.033333335, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.033333335, 0.016666668, 0, 0, 0.033333335, 0.016666668, 0.016666668, 0.050000004, 0, 0.016666668, 0.016666668, 0.050000004, 0, 0.033333335, 0.033333335, 0.016666668, 0.050000004, 0.083333336, 0.033333335, 0, 0.016666668, 0.016666668, 0.033333335, 0, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0, 0, 0.06666667, 0.083333336, 0.083333336, 0, 0.016666668, 0.033333335, 0.016666668, 0, 0.050000004, 0.050000004, 0.033333335, 0, 0, 0.06666667, 0.016666668, 0.016666668, 0.016666668, 0.06666667, 0.016666668, 0.06666667, 0.15, 0.016666668, 0, 0, 0.016666668, 0.033333335, 0.016666668, 0.050000004, 0.016666668, 0, 0, 0.016666668, 0.033333335, 0.016666668, 0.016666668, 0.10000001, 0.016666668, 0.050000004, 0.016666668, 0.016666668, 0.083333336, 0.016666668, 0.033333335, 0.016666668, 0, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.033333335, 0.016666668, 0.016666668, 0.016666668, 0, 0.050000004, 0.10000001, 0.016666668, 0, 0.016666668, 0.083333336, 0.016666668, 0.033333335, 0.033333335, 0.033333335, 0.016666668, 0.06666667, 0.016666668, 0.050000004, 0.016666668, 0.033333335, 0, 0.016666668, 0.016666668, 0.016666668, 0.06666667, 0.016666668, 0.033333335, 0.050000004, 0.016666668, 0.016666668, 0.033333335, 0, 0, 0.016666668, 0.033333335, 0.116666675, 0, 0.016666668, 0.016666668, 0.033333335, 0.033333335, 0.016666668, 0.016666668, 0.016666668, 0, 0.033333335, 0.016666668, 0, 0.016666668, 0, 0.016666668, 0.016666668, 0.033333335, 0, 0.016666668, 0, 0.033333335, 0.016666668, 0, 0.016666668, 0.033333335, 0.050000004, 0.083333336, 0, 0, 0.033333335, 0.050000004, 0.06666667, 0.016666668, 0, 0.016666668, 0.13333334, 0, 0, 0.016666668, 0.083333336, 0.083333336, 0.016666668, 0.033333335, 0.033333335, 0.033333335, 0.016666668, 0.083333336, 0.016666668, 0.083333336, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0.050000004, 0.016666668, 0.016666668, 0.10000001, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.033333335, 0.016666668, 0.050000004, 0.016666668, 0, 0.16666667, 0, 0.016666668, 0.016666668, 0.033333335, 0, 0.016666668, 0.10000001, 0.050000004, 0, 0.033333335, 0.016666668, 0.016666668, 0.016666668, 0, 0.033333335, 0.06666667, 0.016666668, 0.050000004, 0.033333335, 0.016666668, 0.016666668, 0.083333336, 0, 0.016666668, 0.033333335, 0, 0, 0.050000004, 0, 0, 0.050000004, 0, 0.016666668, 0.050000004, 0.016666668, 0.050000004, 0, 0, 0.016666668, 0.033333335, 0.016666668, 0, 0.016666668, 0.016666668, 0, 0.06666667, 0.016666668, 0.033333335, 0.016666668, 0, 0.016666668, 0.06666667, 0.050000004, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.033333335, 0.016666668, 0, 0.016666668, 0.016666668, 0.06666667, 0.083333336, 0.016666668, 0.033333335, 0.016666668, 0.016666668, 0.050000004, 0.050000004, 0, 0.016666668, 0.016666668, 0, 0.033333335, 0.06666667, 0.016666668, 0.016666668, 0.033333335, 0.050000004, 0.033333335, 0, 0, 0, 0.050000004, 0.050000004, 0.050000004, 0.016666668, 0.050000004, 0.033333335, 0.016666668, 0.016666668, 0.016666668, 0.06666667, 0.033333335, 0, 0.050000004, 0.033333335, 0.016666668, 0.016666668, 0.016666668, 0.016666668, 0.033333335, 0.016666668, 0, 0.016666668, 0.016666668, 0.016666668, 0, 0.06666667, 0.016666668, 0.016666668, 0.033333335, 0, 0.116666675, 0.016666668, 0.016666668, 0.016666668, 0.083333336, 0.016666668, 0.016666668, 0.033333335, 0.033333335, 0.050000004, 0, 0.21666668, 0.016666668, 0.016666668, 0.050000004, 0.083333336, 0.016666668, 0, 0.016666668, 0.06666667, 0, 0, 0.033333335, 0, 0.033333335, 0.06666667, 0.033333335, 0.033333335, 0, 0.016666668, 0, 0, 0.016666668, 0.016666668, 0, 0.050000004, 0.016666668, 0.016666668, 0.050000004, 0.016666668, 0, 0.016666668, 0.050000004, 0.033333335, 0, 0.06666667, 0.050000004, 0.016666668, 0.016666668, 0.016666668, 0, 0.06666667, 0.050000004, 0.016666668, 0.06666667, 0.033333335, 0.050000004, 0, 0, 0.016666668, 0, 0, 0.083333336, 0, 0.016666668, 0.033333335, 0.016666668, 0.016666668, 0, 0.050000004, 0.016666668, 0.033333335, 0.016666668, 0.050000004, 0.016666668, 0.033333335, 0.033333335, 0, 0.033333335, 0, 0.116666675, 0.20000002, 0.016666668, 0.083333336, 0.083333336, 0.033333335, 0.016666668, 0.016666668, 0, 0, 0.033333335, 0.050000004, 0.050000004, 0.016666668, 0.050000004, 0, 0.016666668, 0.033333335, 0.016666668, 0.016666668\n\t\t\t\t\t\t\t\t]\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t]\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"name\": \"animal\",\n\t\t\t\t\t\t\t\t\"value\": 1.0\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t]\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}],\n\t\t\t\"filters\": [\n\t\t\t\t{\n\t\t\t\t\t\"annotation\": {\n\t\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\t\"concepts\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"value\": 1,\n\t\t\t\t\t\t\t\t\t\"name\": \"test-concept\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t}],\n\t\"pagination\": {\n\t\t\"page\": 1,\n\t\t\"per_page\": 32\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"99e15076b158df4afd0db74addce716e\"\n    },\n    \"hits\": [],\n    \"searches\": [\n        {\n            \"query\": {\n                \"filters\": [\n                    {\n                        \"annotation\": {\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"name\": \"test-concept\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            }\n                        }\n                    }\n                ],\n                \"ranks\": [\n                    {\n                        \"annotation\": {\n                            \"data\": {\n                                \"embeddings\": [\n                                    {\n                                        \"vector\": [\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.06666667,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.050000004,\n                                            0,\n                                            0.016666668,\n                                            0.033333335,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.06666667,\n                                            0.016666668,\n                                            0.033333335,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.033333335,\n                                            0,\n                                            0,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.06666667,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.050000004,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.10000001,\n                                            0.050000004,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.033333335,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0,\n                                            0.033333335,\n                                            0,\n                                            0.050000004,\n                                            0.016666668,\n                                            0.083333336,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0,\n                                            0.06666667,\n                                            0.016666668,\n                                            0.050000004,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.050000004,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.050000004,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.06666667,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.050000004,\n                                            0.016666668,\n                                            0,\n                                            0.050000004,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.016666668,\n                                            0.033333335,\n                                            0,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.033333335,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0,\n                                            0.033333335,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.10000001,\n                                            0.016666668,\n                                            0.06666667,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.083333336,\n                                            0,\n                                            0.06666667,\n                                            0,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0.050000004,\n                                            0,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.033333335,\n                                            0,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.083333336,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.050000004,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0,\n                                            0,\n                                            0.033333335,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.050000004,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0.050000004,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0.033333335,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0,\n                                            0,\n                                            0,\n                                            0.06666667,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.083333336,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0.050000004,\n                                            0,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.083333336,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.033333335,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.033333335,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.033333335,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0.050000004,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0.06666667,\n                                            0.10000001,\n                                            0,\n                                            0.016666668,\n                                            0,\n                                            0.033333335,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.083333336,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.06666667,\n                                            0,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.033333335,\n                                            0.016666668,\n                                            0.10000001,\n                                            0.033333335,\n                                            0.033333335,\n                                            0.033333335,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0.033333335,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.050000004,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.033333335,\n                                            0,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0.033333335,\n                                            0.016666668,\n                                            0.050000004,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.033333335,\n                                            0,\n                                            0.050000004,\n                                            0.050000004,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.033333335,\n                                            0,\n                                            0.083333336,\n                                            0.016666668,\n                                            0.033333335,\n                                            0,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.033333335,\n                                            0,\n                                            0.033333335,\n                                            0.20000002,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.016666668,\n                                            0,\n                                            0.033333335,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.033333335,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.033333335,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0.033333335,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.050000004,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.050000004,\n                                            0,\n                                            0.033333335,\n                                            0.033333335,\n                                            0.016666668,\n                                            0.050000004,\n                                            0.083333336,\n                                            0.033333335,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.033333335,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0.06666667,\n                                            0.083333336,\n                                            0.083333336,\n                                            0,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.016666668,\n                                            0,\n                                            0.050000004,\n                                            0.050000004,\n                                            0.033333335,\n                                            0,\n                                            0,\n                                            0.06666667,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.06666667,\n                                            0.016666668,\n                                            0.06666667,\n                                            0.15,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.016666668,\n                                            0.050000004,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.10000001,\n                                            0.016666668,\n                                            0.050000004,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.083333336,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.050000004,\n                                            0.10000001,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.083333336,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.033333335,\n                                            0.033333335,\n                                            0.016666668,\n                                            0.06666667,\n                                            0.016666668,\n                                            0.050000004,\n                                            0.016666668,\n                                            0.033333335,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.06666667,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.050000004,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.033333335,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.116666675,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.033333335,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.033333335,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.033333335,\n                                            0,\n                                            0.016666668,\n                                            0,\n                                            0.033333335,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.050000004,\n                                            0.083333336,\n                                            0,\n                                            0,\n                                            0.033333335,\n                                            0.050000004,\n                                            0.06666667,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.13333334,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0.083333336,\n                                            0.083333336,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.033333335,\n                                            0.033333335,\n                                            0.016666668,\n                                            0.083333336,\n                                            0.016666668,\n                                            0.083333336,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.050000004,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.10000001,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.016666668,\n                                            0.050000004,\n                                            0.016666668,\n                                            0,\n                                            0.16666667,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.033333335,\n                                            0,\n                                            0.016666668,\n                                            0.10000001,\n                                            0.050000004,\n                                            0,\n                                            0.033333335,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.033333335,\n                                            0.06666667,\n                                            0.016666668,\n                                            0.050000004,\n                                            0.033333335,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.083333336,\n                                            0,\n                                            0.016666668,\n                                            0.033333335,\n                                            0,\n                                            0,\n                                            0.050000004,\n                                            0,\n                                            0,\n                                            0.050000004,\n                                            0,\n                                            0.016666668,\n                                            0.050000004,\n                                            0.016666668,\n                                            0.050000004,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.06666667,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.06666667,\n                                            0.050000004,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.06666667,\n                                            0.083333336,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.050000004,\n                                            0.050000004,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.033333335,\n                                            0.06666667,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.050000004,\n                                            0.033333335,\n                                            0,\n                                            0,\n                                            0,\n                                            0.050000004,\n                                            0.050000004,\n                                            0.050000004,\n                                            0.016666668,\n                                            0.050000004,\n                                            0.033333335,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.06666667,\n                                            0.033333335,\n                                            0,\n                                            0.050000004,\n                                            0.033333335,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.06666667,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.033333335,\n                                            0,\n                                            0.116666675,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.083333336,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.033333335,\n                                            0.050000004,\n                                            0,\n                                            0.21666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.050000004,\n                                            0.083333336,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.06666667,\n                                            0,\n                                            0,\n                                            0.033333335,\n                                            0,\n                                            0.033333335,\n                                            0.06666667,\n                                            0.033333335,\n                                            0.033333335,\n                                            0,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.050000004,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.050000004,\n                                            0.016666668,\n                                            0,\n                                            0.016666668,\n                                            0.050000004,\n                                            0.033333335,\n                                            0,\n                                            0.06666667,\n                                            0.050000004,\n                                            0.016666668,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.06666667,\n                                            0.050000004,\n                                            0.016666668,\n                                            0.06666667,\n                                            0.033333335,\n                                            0.050000004,\n                                            0,\n                                            0,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0.083333336,\n                                            0,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0.050000004,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.016666668,\n                                            0.050000004,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.033333335,\n                                            0,\n                                            0.033333335,\n                                            0,\n                                            0.116666675,\n                                            0.20000002,\n                                            0.016666668,\n                                            0.083333336,\n                                            0.083333336,\n                                            0.033333335,\n                                            0.016666668,\n                                            0.016666668,\n                                            0,\n                                            0,\n                                            0.033333335,\n                                            0.050000004,\n                                            0.050000004,\n                                            0.016666668,\n                                            0.050000004,\n                                            0,\n                                            0.016666668,\n                                            0.033333335,\n                                            0.016666668,\n                                            0.016666668\n                                        ],\n                                        \"num_dimensions\": 1024\n                                    }\n                                ]\n                            }\n                        }\n                    },\n                    {\n                        \"annotation\": {\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"name\": \"animal\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            }\n                        }\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"d0288fe6-f478-4c33-89ce-7be0b023ce5d"},{"name":"Rank By Embedding","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"073ca0b8-53b4-47a6-991b-c1d805337182"}}],"id":"2ba4edba-2eb2-42e9-a50b-2cd45c4053dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"searches\": [{\n        \"query\": {\n            \"ranks\": [{\n                \"annotation\": {\n                    \"data\": {\n                        \"embeddings\": [{\n                            \"vector\": [\n                                0.004237163,\n                                0.0064001856,\n                                0.010539559,\n                                0.020185525,\n                                0.009357419,\n                                0.009779685,\n                                0.006802784,\n                                0.02035626,\n                                0.003586513,\n                                0.005907818,\n                                0.002889013,\n                                0.004330585,\n                                0.012193098,\n                                0.009210223,\n                                0.012682997,\n                                0.00920916,\n                                0.0038408015,\n                                0.004064114,\n                                0.003023753,\n                                0.004439511,\n                                0.0030930834,\n                                0.0037922931,\n                                0.0007544549,\n                                0.008899263,\n                                0.0038126835,\n                                0.0011586598,\n                                0.013870895,\n                                0.004338989,\n                                0.0014577039,\n                                0.013787161,\n                                0.01383093,\n                                0.012485098,\n                                0.0017453007,\n                                0.0052839518,\n                                0.0016396575,\n                                0.00858701,\n                                0.0029170646,\n                                0.009115583,\n                                0.0029177251,\n                                0.02151861,\n                                0.024923075,\n                                0.0082625,\n                                0.01296843,\n                                0.050251346,\n                                0.011481159,\n                                0.0059941025,\n                                0.022509463,\n                                0.009011513,\n                                0.005286803,\n                                0.0067096297,\n                                0.005506627,\n                                0.009862972,\n                                0.01023206,\n                                0.007431895,\n                                0.063385494,\n                                0.0077666645,\n                                0.012109933,\n                                0.0081875175,\n                                0.02365646,\n                                0.0055650426,\n                                0.005517949,\n                                0.0060066883,\n                                0.0038985256,\n                                0.0019073401,\n                                0.016670264,\n                                0.012352868,\n                                0.006012386,\n                                0.009358743,\n                                0.0058873007,\n                                0.017775372,\n                                0.0025619676,\n                                0.015956646,\n                                0.012807307,\n                                0.008643096,\n                                0.006746969,\n                                0.0028560958,\n                                0.0063351654,\n                                0.009201843,\n                                0.005280125,\n                                0.01081312,\n                                0.0044694124,\n                                0.0077897953,\n                                0.014422755,\n                                0.008039022,\n                                0.014347237,\n                                0.008265558,\n                                0.019399775,\n                                0.011050729,\n                                0.008257791,\n                                0.021755626,\n                                0.011351455,\n                                0.007435018,\n                                0.008861035,\n                                0.00860257,\n                                0.007259656,\n                                0.00890424,\n                                0.0043802285,\n                                0.013961957,\n                                0.015523346,\n                                0.0016356655,\n                                0.005720571,\n                                0.013159459,\n                                0.080203615,\n                                0.009708144,\n                                0.012835514,\n                                0.007133824,\n                                0.0047609126,\n                                0.003014191,\n                                0.003738035,\n                                0.00324257,\n                                0.01271954,\n                                0.0062763905,\n                                0.008645789,\n                                0.030214528,\n                                0.0068785306,\n                                0.00970224,\n                                0.003755652,\n                                0.007802655,\n                                0.0074315914,\n                                0.004322417,\n                                0.0076929578,\n                                0.012349481,\n                                0.021111522,\n                                0.007512317,\n                                0.0014245005,\n                                0.0067743417,\n                                0.007450649,\n                                0.0044413395,\n                                0.005276822,\n                                0.006860484,\n                                0.0043815505,\n                                0.0054800306,\n                                0.002297157,\n                                0.011353934,\n                                0.0066564623,\n                                0.013267714,\n                                0.0040801293,\n                                0.006830809,\n                                0.003656762,\n                                0.0018979077,\n                                0.0023413463,\n                                0.011826274,\n                                0.004709029,\n                                0.0069729467,\n                                0.0076972228,\n                                0.020354912,\n                                0.004307589,\n                                0.004419376,\n                                0.011920811,\n                                0.004184945,\n                                0.0042753043,\n                                0.011033563,\n                                0.007000262,\n                                0.025059136,\n                                0.0071253977,\n                                0.01773018,\n                                0.012803022,\n                                0.0162259,\n                                0.010530704,\n                                0.004669639,\n                                0.016617762,\n                                0.0017060708,\n                                0.023739463,\n                                0.011267702,\n                                0.0005516265,\n                                0.0071039516,\n                                0.0076082493,\n                                0.0077895923,\n                                0.004285284,\n                                0.0052787666,\n                                0.08092981,\n                                0.0078096655,\n                                0.004746482,\n                                0.009514171,\n                                0.011182553,\n                                0.015173636,\n                                0.0065653706,\n                                0.009943137,\n                                0.0059731263,\n                                0.005149854,\n                                0.0030897942,\n                                0.0044365493,\n                                0.0068274895,\n                                0.0057665664,\n                                0.0076064924,\n                                0.004324163,\n                                0.0053757364,\n                                0.057102397,\n                                0.008377733,\n                                0.023280013,\n                                0.00209324,\n                                0.0048120464,\n                                0.0045793927,\n                                0.0074423254,\n                                0.021328941,\n                                0.013032938,\n                                0.012045134,\n                                0.008583505,\n                                0.0014547097,\n                                0.0016636688,\n                                0.01142896,\n                                0.00949259,\n                                0.003917039,\n                                0.00633077,\n                                0.009769412,\n                                0.0031381524,\n                                0.013979952,\n                                0.008770414,\n                                0.023512999,\n                                0.0075692264,\n                                0.02024091,\n                                0.0032605343,\n                                0.05609085,\n                                0.007926414,\n                                0.0059407847,\n                                0.012795034,\n                                0.0038932979,\n                                0.014417208,\n                                0.021875933,\n                                0.0054957853,\n                                0.0077029327,\n                                0.012426645,\n                                0.0069853165,\n                                0.0017092803,\n                                0.009135614,\n                                0.0019191998,\n                                0.019476157,\n                                0.0020362462,\n                                0.0072876895,\n                                0.0039625587,\n                                0.014121115,\n                                0.013016295,\n                                0.03037128,\n                                0.007992161,\n                                0.024886848,\n                                0.004879417,\n                                0.010765698,\n                                0.0119042825,\n                                0.009919581,\n                                0.0074867574,\n                                0.004322027,\n                                0.0072875842,\n                                0.0014843714,\n                                0.013503506,\n                                0.011429027,\n                                0.0037313416,\n                                0.0035553323,\n                                0.007935007,\n                                0.0077744834,\n                                0.00050150056,\n                                0.0044328235,\n                                0.0024426582,\n                                0.012112559,\n                                0.013744525,\n                                0.016457058,\n                                0.011966619,\n                                0.02000339,\n                                0.005286487,\n                                0.0081494795,\n                                0.0062090415,\n                                0.008125428,\n                                0.014697561,\n                                0.0014201961,\n                                0.0031183916,\n                                0.030611658,\n                                0.0037750856,\n                                0.007848437,\n                                0.0047172736,\n                                0.005565268,\n                                0.033884585,\n                                0.0066267857,\n                                0.0064712283,\n                                0.011346105,\n                                0.0034944143,\n                                0.0038467608,\n                                0.011883051,\n                                0.012946241,\n                                0.0027421487,\n                                0.007815314,\n                                0.010916155,\n                                0.0018929061,\n                                0.002380338,\n                                0.035672255,\n                                0.010841734,\n                                0.004370943,\n                                0.008186651,\n                                0.0236684,\n                                0.012201257,\n                                0.0044875373,\n                                0.0565985,\n                                0.006639813,\n                                0.0031556364,\n                                0.001987626,\n                                0.0018991719,\n                                0.029480882,\n                                0.00053858093,\n                                0.012021102,\n                                0.005708729,\n                                0.00671894,\n                                0.006210378,\n                                0.0044115316,\n                                0.0070999986,\n                                0.01389024,\n                                0.0053517795,\n                                0.0049302634,\n                                0.019998237,\n                                0.003646643,\n                                0.0056586857,\n                                0.0060917498,\n                                0.001491348,\n                                0.007472105,\n                                0.0038551022,\n                                0.0030050774,\n                                0.0016629306,\n                                0.0024543938,\n                                0.013597572,\n                                0.0066071427,\n                                0.011701202,\n                                0.030226171,\n                                0.0062002395,\n                                0.012506986,\n                                0.013003938,\n                                0.0025669462,\n                                0.010426388,\n                                0.009171794,\n                                0.009604588,\n                                0.0075181345,\n                                0.0035319822,\n                                0.010946411,\n                                0.0066844267,\n                                0.023667261,\n                                0.0041013565,\n                                0.010553175,\n                                0.004027657,\n                                0.015498137,\n                                0.012284179,\n                                0.023786562,\n                                0.013104498,\n                                0.0056577493,\n                                0.0071368464,\n                                0.006332921,\n                                0.006700068,\n                                0.02970269,\n                                0.008638427,\n                                0.005766943,\n                                0.0015518441,\n                                0.006125241,\n                                0.0023255064,\n                                0.0045915,\n                                0.026494518,\n                                0.004778255,\n                                0.0019897113,\n                                0.0071926876,\n                                0.020906411,\n                                0.004264696,\n                                0.0065207016,\n                                0.0017566666,\n                                0.0071377805,\n                                0.0089412555,\n                                0.015261243,\n                                0.050722957,\n                                0.003623483,\n                                0.0027204657,\n                                0.059453804,\n                                0.029668225,\n                                0.007411257,\n                                0.0016016215,\n                                0.004809753,\n                                0.0055672806,\n                                0.0024862434,\n                                0.010565719,\n                                0.0018192362,\n                                0.012021278,\n                                0.007866082,\n                                0.006924653,\n                                0.01090662,\n                                0.008536185,\n                                0.0634383,\n                                0.023701647,\n                                0.009230579,\n                                0.012377926,\n                                0.002759797,\n                                0.0040034074,\n                                0.024710407,\n                                0.009159642,\n                                0.007626264,\n                                0.0057139094,\n                                0.008396099,\n                                0.0072258315,\n                                0.01306262,\n                                0.011465484,\n                                0.0035504785,\n                                0.0007397908,\n                                0.0027593437,\n                                0.009154057,\n                                0.010937317,\n                                0.0126728155,\n                                0.004339489,\n                                0.013956625,\n                                0.0027683123,\n                                0.0055520805,\n                                0.009199802,\n                                0.015906243,\n                                0.0037953907,\n                                0.017565165,\n                                0.003113665,\n                                0.017797701,\n                                0.006686314,\n                                0.09925078,\n                                0.0097056925,\n                                0.007502428,\n                                0.0032628737,\n                                0.0038362145,\n                                0.0074184868,\n                                0.006742216,\n                                0.009769406,\n                                0.0039376863,\n                                0.020352215,\n                                0.0008129058,\n                                0.004314643,\n                                0.0067414707,\n                                0.015529294,\n                                0.011409983,\n                                0.0030553346,\n                                0.009027884,\n                                0.010042549,\n                                0.009982979,\n                                0.008210861,\n                                0.0023924448,\n                                0.0052290964,\n                                0.005501487,\n                                0.0110641755,\n                                0.0054441416,\n                                0.0055680466,\n                                0.01223618,\n                                0.0051990193,\n                                0.013879163,\n                                0.0047454764,\n                                0.009355989,\n                                0.0077845063,\n                                0.00346792,\n                                0.0015326407,\n                                0.0051709507,\n                                0.0043798354,\n                                0.017843612,\n                                0.010338424,\n                                0.00517078,\n                                0.0225659,\n                                0.005938624,\n                                0.008573112,\n                                0.0026935958,\n                                0.033846725,\n                                0.007370583,\n                                0.008875423,\n                                0.009692466,\n                                0.00845544,\n                                0.023338066,\n                                0.020334538,\n                                0.012211657,\n                                0.0085389195,\n                                0.0071970555,\n                                0.0043995664,\n                                0.010542558,\n                                0.017409958,\n                                0.010848397,\n                                0.0037868281,\n                                0.0020044986,\n                                0.02400675,\n                                0.03636959,\n                                0.0105672255,\n                                0.011325644,\n                                0.008772753,\n                                0.006770049,\n                                0.016400198,\n                                0.0062626824,\n                                0.0070054517,\n                                0.0023560317,\n                                0.007286811,\n                                0.0030055926,\n                                0.003888756,\n                                0.0012406721,\n                                0.013391149,\n                                0.0035647757,\n                                0.016125768,\n                                0.016434846,\n                                0.004359188,\n                                0.010246564,\n                                0.003965819,\n                                0.0011094325,\n                                0.0021089334,\n                                0.0043550353,\n                                0.099149354,\n                                0.0054943957,\n                                0.012818227,\n                                0.008176179,\n                                0.013863072,\n                                0.012324082,\n                                0.01371472,\n                                0.011691891,\n                                0.012650957,\n                                0.0005379481,\n                                0.004715333,\n                                0.0004272476,\n                                0.013500848,\n                                0.011557857,\n                                0.0047573457,\n                                0.013826466,\n                                0.004113372,\n                                0.0029628559,\n                                0.0040892265,\n                                0.029760266,\n                                0.020316307,\n                                0.037884425,\n                                0.006096927,\n                                0.010379275,\n                                0.025654523,\n                                0.011471803,\n                                0.0010777684,\n                                0.016000524,\n                                0.0012092997,\n                                0.006648302,\n                                0.01530031,\n                                0.0155958,\n                                0.04871913,\n                                0.03201223,\n                                0.0070784595,\n                                0.018800842,\n                                0.008252719,\n                                0.025646435,\n                                0.008755759,\n                                0.00018939374,\n                                0.0022078531,\n                                0.05579879,\n                                0.035273544,\n                                0.0010368854,\n                                0.008574684,\n                                0.02077096,\n                                0.0071266983,\n                                0.0022972007,\n                                0.037147257,\n                                0.0089351265,\n                                0.030217852,\n                                0.0075436626,\n                                0.00934418,\n                                0.007944846,\n                                0.053996887,\n                                0.011385097,\n                                0.005124232,\n                                0.009494031,\n                                0.0062996354,\n                                0.0040404713,\n                                0.01462206,\n                                0.010043602,\n                                0.014561689,\n                                0.0029815973,\n                                0.0005869693,\n                                0.0012421969,\n                                0.013298366,\n                                0.0042426265,\n                                0.017467767,\n                                0.009176868,\n                                0.0055535412,\n                                0.014242946,\n                                0.015554953,\n                                0.01339784,\n                                0.008157803,\n                                0.017249113,\n                                0.10161034,\n                                0.04274778,\n                                0.016459567,\n                                0.006619746,\n                                0.018756615,\n                                0.034657706,\n                                0.0217078,\n                                0.021712277,\n                                0.1049704,\n                                0.0032208634,\n                                0.02676079,\n                                0.0032043278,\n                                0.050577603,\n                                0.023925187,\n                                0.009870428,\n                                0.022309447,\n                                0.009047086,\n                                0.001530915,\n                                0.019829111,\n                                0.012693786,\n                                0.08300297,\n                                0.009895815,\n                                0.0115948245,\n                                0.043189794,\n                                0.0048716813,\n                                0.015736641,\n                                0.05376272,\n                                0.0013402272,\n                                0.024592364,\n                                0.006347322,\n                                0.016835734,\n                                0.0045841034,\n                                0.02158719,\n                                0.020536477,\n                                0.012565341,\n                                0.0076171975,\n                                0.08213097,\n                                0.052920736,\n                                0.020516463,\n                                0.011126451,\n                                0.0015141566,\n                                0.030323653,\n                                0.039968524,\n                                0.027832346,\n                                0.0076551847,\n                                0.016039427,\n                                0.010407585,\n                                0.011579978,\n                                0.064641826,\n                                0.026506573,\n                                0.0037460423,\n                                0.028933832,\n                                0.010676234,\n                                0.023134936,\n                                0.01948748,\n                                0.042065557,\n                                0.004132673,\n                                0.007995969,\n                                0.008188022,\n                                0.005982318,\n                                0.046595525,\n                                0.004391677,\n                                0.025030307,\n                                0.013556992,\n                                0.07896185,\n                                0.108980976,\n                                0.0057157353,\n                                0.02295187,\n                                0.004938433,\n                                0.0023634674,\n                                0.008716247,\n                                0.0000027176777,\n                                0.001775559,\n                                0.011954935,\n                                0.014868147,\n                                0.018699337,\n                                0.010300127,\n                                0.016970074,\n                                0.09875672,\n                                0.0018574916,\n                                0.02523445,\n                                0.0073842756,\n                                0.0030171683,\n                                0.007901586,\n                                0.0063906596,\n                                0.111863635,\n                                0.0042696195,\n                                0.0067971903,\n                                0.072009034,\n                                0.0047488133,\n                                0.0120622115,\n                                0.00457883,\n                                0.004067353,\n                                0.0076544774,\n                                0.010575972,\n                                0.0084356535,\n                                0.0072534084,\n                                0.010129918,\n                                0.016826682,\n                                0.010056925,\n                                0.008528179,\n                                0.0014228704,\n                                0.002699315,\n                                0.007148606,\n                                0.056325853,\n                                0.010362714,\n                                0.05705679,\n                                0.005580324,\n                                0.013874542,\n                                0.10654081,\n                                0.0023473217,\n                                0.008258162,\n                                0.004917028,\n                                0.0066733146,\n                                0.0023647347,\n                                0.017125256,\n                                0.0041070855,\n                                0.0034691019,\n                                0.027394282,\n                                0.0026711521,\n                                0.0021966347,\n                                0.07225998,\n                                0.008022776,\n                                0.020157682,\n                                0.0044888873,\n                                0.0059183273,\n                                0.01776198,\n                                0.0048253457,\n                                0.025618566,\n                                0.01956632,\n                                0.27014792,\n                                0.012969538,\n                                0.0132247675,\n                                0.0072189304,\n                                0.007870334,\n                                0.016215635,\n                                0.008020013,\n                                0.0052482234,\n                                0.008806871,\n                                0.003990543,\n                                0.004932298,\n                                0.01060252,\n                                0.027572883,\n                                0.007551044,\n                                0.0028098184,\n                                0.014516271,\n                                0.062890545,\n                                0.01097245,\n                                0.0047981204,\n                                0.033244554,\n                                0.009292324,\n                                0.011244699,\n                                0.0009680095,\n                                0.030588359,\n                                0.012423377,\n                                0.013118841,\n                                0.038397763,\n                                0.06348682,\n                                0.0064136004,\n                                0.003353275,\n                                0.03797251,\n                                0.0110846,\n                                0.009830291,\n                                0.13146508,\n                                0.01490472,\n                                0.011121209,\n                                0.0075890357,\n                                0.0060527185,\n                                0.0136636,\n                                0.007936517,\n                                0.00250181,\n                                0.0054044183,\n                                0.009910327,\n                                0.01577184,\n                                0.030624624,\n                                0.004318662,\n                                0.009599447,\n                                0.0061575263,\n                                0.0014738394,\n                                0.005590631,\n                                0.058400903,\n                                0.018252311,\n                                0.018276615,\n                                0.24690314,\n                                0.013905613,\n                                0.0040620035,\n                                0.0051523405,\n                                0.0115022,\n                                0.026711756,\n                                0.17033844,\n                                0.0075286,\n                                0.006625808,\n                                0.005714132,\n                                0.007910783,\n                                0.011260623,\n                                0.0018317028,\n                                0.018925847,\n                                0.005151379,\n                                0.0042076176,\n                                0.0056678816,\n                                0.01776406,\n                                0.03138734,\n                                0.0076708924,\n                                0.0063564894,\n                                0.0066354135,\n                                0.027759207,\n                                0.2581154,\n                                0.018146796,\n                                0.014322835,\n                                0.043412738,\n                                0.017135253,\n                                0.116689876,\n                                0.08669958,\n                                0.010170988,\n                                0.074293986,\n                                0.007003875,\n                                0.060233995,\n                                0.029410476,\n                                0.02619715,\n                                0.01667128,\n                                0.00627386,\n                                0.019108001,\n                                0.028459052,\n                                0.015387292,\n                                0.039037883,\n                                0.017253544,\n                                0.0124390675,\n                                0.009500856,\n                                0.015326508,\n                                0.008859361,\n                                0.011845661,\n                                0.013569029,\n                                0.049537882,\n                                0.058480624,\n                                0.00891572,\n                                0.017064035,\n                                0.17122062,\n                                0.045279544,\n                                0.06772945,\n                                0.0070953863,\n                                0.0039406316,\n                                0.030124329,\n                                0.009437409,\n                                0.022787347,\n                                0.1593626,\n                                0.015595106,\n                                0.009637125,\n                                0.012347344,\n                                0.014783725,\n                                0.017759811,\n                                0.008909127,\n                                0.037581462,\n                                0.0099560805,\n                                0.0039353073,\n                                0.02039231,\n                                0.041276816,\n                                0.008657207,\n                                0.01709975,\n                                0.021970592,\n                                0.033025842,\n                                0.017743008,\n                                0.022846896,\n                                0.026207449,\n                                0.021563467,\n                                0.028565383,\n                                0.058115933,\n                                0.02881399,\n                                0.052197143,\n                                0.051205765,\n                                0.011080165,\n                                0.067065276,\n                                0.027543793,\n                                0.017957363,\n                                0.06838262,\n                                0.025571005,\n                                0.054059755,\n                                0.008814146,\n                                0.03992822,\n                                0.07771718,\n                                0.012972093,\n                                0.014157217,\n                                0.05095777,\n                                0.00640923,\n                                0.08112526,\n                                0.008048974,\n                                0.021383261,\n                                0.02175304,\n                                0.033144325,\n                                0.004108641,\n                                0.057634957,\n                                0.007207614,\n                                0.0280536,\n                                0.040270235,\n                                0.0042227507,\n                                0.024243802,\n                                0.014415654,\n                                0.023214359,\n                                0.00070763123,\n                                0.007647762,\n                                0.0029877017,\n                                0.010294499,\n                                0.024474226,\n                                0.0015587494,\n                                0.006830815,\n                                0.006300025,\n                                0.007784234,\n                                0.049185183,\n                                0.04460378,\n                                0.091306575,\n                                0.025649,\n                                0.14827646,\n                                0.0009611675,\n                                0.010769459,\n                                0.06098628,\n                                0.022403596,\n                                0.016352959,\n                                0.008589899,\n                                0.0053458344,\n                                0.020264005,\n                                0.011495047,\n                                0.0061604255,\n                                0.08822016,\n                                0.019550862,\n                                0.0153277,\n                                0.036819987,\n                                0.0052923965,\n                                0.036599312,\n                                0.017584216,\n                                0.034924947,\n                                0.013182576,\n                                0.001188618,\n                                0.039138153,\n                                0.016734878,\n                                0.0050109,\n                                0.011071771,\n                                0.0050317864,\n                                0.070516855,\n                                0.043491736,\n                                0.02363525,\n                                0.00974544,\n                                0.00409701,\n                                0.002939988,\n                                0.0076249056,\n                                0.0394731,\n                                0.028942635,\n                                0.13245338,\n                                0.024179447,\n                                0.031978097,\n                                0.00469548,\n                                0.06587102,\n                                0.0027839167,\n                                0.0056588454,\n                                0.054420922,\n                                0.045816734,\n                                0.0028058079,\n                                0.0025087618,\n                                0.011091029,\n                                0.031694204,\n                                0.01748156,\n                                0.03740377,\n                                0.014553653,\n                                0.071524955,\n                                0.006974918,\n                                0.034049526,\n                                0.027425371,\n                                0.10984962,\n                                0.020863395,\n                                0.046027098,\n                                0.096864395,\n                                0.015615639,\n                                0.050324075,\n                                0.020762146,\n                                0.08857162,\n                                0.021424502,\n                                0.033653118,\n                                0.016005507,\n                                0.027800063,\n                                0.024470014,\n                                0.07789861,\n                                0.03079191,\n                                0.012632653,\n                                0.0719874,\n                                0.033611614,\n                                0.03554958,\n                                0.010655122,\n                                0.0009582481,\n                                0.014177777,\n                                0.011559816,\n                                0.017590182,\n                                0.017260633,\n                                0.0655649,\n                                0.03527604,\n                                0.011052013,\n                                0.04419552,\n                                0.0040255305,\n                                0.02551019,\n                                0.022912057,\n                                0.024130356,\n                                0.0148154525,\n                                0.058768764,\n                                0.008399876,\n                                0.03386495,\n                                0.0064948862,\n                                0.061918158,\n                                0.041306257,\n                                0.0033785338,\n                                0.001933587,\n                                0.0028601347,\n                                0.03300184,\n                                0.11131847,\n                                0.020203076,\n                                0.012231852,\n                                0.013706108,\n                                0.08116074,\n                                0.014897994,\n                                0.0036894158,\n                                0.041780796,\n                                0.015385543,\n                                0.036702402,\n                                0.026447356,\n                                0.009426449,\n                                0.05588401,\n                                0.013436162,\n                                0.035269372,\n                                0.010201217,\n                                0.063047215,\n                                0.03764159,\n                                0.023701144,\n                                0.038916655,\n                                0.006969766,\n                                0.008300721,\n                                0.039880082,\n                                0.059248842,\n                                0.0078003835,\n                                0.0627184,\n                                0.03850148,\n                                0.031057762,\n                                0.034829218,\n                                0.053627625,\n                                0.023881702,\n                                0.017343998,\n                                0.023905536,\n                                0.024879579,\n                                0.018235529,\n                                0.014273226,\n                                0.007934984,\n                                0.009280065,\n                                0.021164881,\n                                0.13997324,\n                                0.0063556097,\n                                0.05512703,\n                                0.08383543,\n                                0.032052226,\n                                0.016853033,\n                                0.0628287,\n                                0.0042807497,\n                                0.034088984\n                            ],\n                            \"num_dimensions\": 1024\n                        }]\n                    }\n                }\n            }]\n        }\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches","description":"<p>Rank inputs using a raw embedding vector as the search query. Useful for nearest-neighbour search when you already have an embedding.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>searches[].query.ranks[].annotation.data.embeddings[].vector</code></td>\n<td>array[float]</td>\n<td>Embedding vector to use as the query</td>\n</tr>\n<tr>\n<td><code>searches[].query.ranks[].annotation.data.embeddings[].num_dimensions</code></td>\n<td>integer</td>\n<td>Embedding dimensionality</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotations","searches"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"d83b3b12-1ccb-4353-9c48-30fa56a4e10a","name":"Rank by embedding","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"searches\": [{\n        \"query\": {\n            \"ranks\": [{\n                \"annotation\": {\n                    \"data\": {\n                        \"embeddings\": [{\n                            \"vector\": [\n                                0.004237163,\n                                0.0064001856,\n                                0.010539559,\n                                0.020185525,\n                                0.009357419,\n                                0.009779685,\n                                0.006802784,\n                                0.02035626,\n                                0.003586513,\n                                0.005907818,\n                                0.002889013,\n                                0.004330585,\n                                0.012193098,\n                                0.009210223,\n                                0.012682997,\n                                0.00920916,\n                                0.0038408015,\n                                0.004064114,\n                                0.003023753,\n                                0.004439511,\n                                0.0030930834,\n                                0.0037922931,\n                                0.0007544549,\n                                0.008899263,\n                                0.0038126835,\n                                0.0011586598,\n                                0.013870895,\n                                0.004338989,\n                                0.0014577039,\n                                0.013787161,\n                                0.01383093,\n                                0.012485098,\n                                0.0017453007,\n                                0.0052839518,\n                                0.0016396575,\n                                0.00858701,\n                                0.0029170646,\n                                0.009115583,\n                                0.0029177251,\n                                0.02151861,\n                                0.024923075,\n                                0.0082625,\n                                0.01296843,\n                                0.050251346,\n                                0.011481159,\n                                0.0059941025,\n                                0.022509463,\n                                0.009011513,\n                                0.005286803,\n                                0.0067096297,\n                                0.005506627,\n                                0.009862972,\n                                0.01023206,\n                                0.007431895,\n                                0.063385494,\n                                0.0077666645,\n                                0.012109933,\n                                0.0081875175,\n                                0.02365646,\n                                0.0055650426,\n                                0.005517949,\n                                0.0060066883,\n                                0.0038985256,\n                                0.0019073401,\n                                0.016670264,\n                                0.012352868,\n                                0.006012386,\n                                0.009358743,\n                                0.0058873007,\n                                0.017775372,\n                                0.0025619676,\n                                0.015956646,\n                                0.012807307,\n                                0.008643096,\n                                0.006746969,\n                                0.0028560958,\n                                0.0063351654,\n                                0.009201843,\n                                0.005280125,\n                                0.01081312,\n                                0.0044694124,\n                                0.0077897953,\n                                0.014422755,\n                                0.008039022,\n                                0.014347237,\n                                0.008265558,\n                                0.019399775,\n                                0.011050729,\n                                0.008257791,\n                                0.021755626,\n                                0.011351455,\n                                0.007435018,\n                                0.008861035,\n                                0.00860257,\n                                0.007259656,\n                                0.00890424,\n                                0.0043802285,\n                                0.013961957,\n                                0.015523346,\n                                0.0016356655,\n                                0.005720571,\n                                0.013159459,\n                                0.080203615,\n                                0.009708144,\n                                0.012835514,\n                                0.007133824,\n                                0.0047609126,\n                                0.003014191,\n                                0.003738035,\n                                0.00324257,\n                                0.01271954,\n                                0.0062763905,\n                                0.008645789,\n                                0.030214528,\n                                0.0068785306,\n                                0.00970224,\n                                0.003755652,\n                                0.007802655,\n                                0.0074315914,\n                                0.004322417,\n                                0.0076929578,\n                                0.012349481,\n                                0.021111522,\n                                0.007512317,\n                                0.0014245005,\n                                0.0067743417,\n                                0.007450649,\n                                0.0044413395,\n                                0.005276822,\n                                0.006860484,\n                                0.0043815505,\n                                0.0054800306,\n                                0.002297157,\n                                0.011353934,\n                                0.0066564623,\n                                0.013267714,\n                                0.0040801293,\n                                0.006830809,\n                                0.003656762,\n                                0.0018979077,\n                                0.0023413463,\n                                0.011826274,\n                                0.004709029,\n                                0.0069729467,\n                                0.0076972228,\n                                0.020354912,\n                                0.004307589,\n                                0.004419376,\n                                0.011920811,\n                                0.004184945,\n                                0.0042753043,\n                                0.011033563,\n                                0.007000262,\n                                0.025059136,\n                                0.0071253977,\n                                0.01773018,\n                                0.012803022,\n                                0.0162259,\n                                0.010530704,\n                                0.004669639,\n                                0.016617762,\n                                0.0017060708,\n                                0.023739463,\n                                0.011267702,\n                                0.0005516265,\n                                0.0071039516,\n                                0.0076082493,\n                                0.0077895923,\n                                0.004285284,\n                                0.0052787666,\n                                0.08092981,\n                                0.0078096655,\n                                0.004746482,\n                                0.009514171,\n                                0.011182553,\n                                0.015173636,\n                                0.0065653706,\n                                0.009943137,\n                                0.0059731263,\n                                0.005149854,\n                                0.0030897942,\n                                0.0044365493,\n                                0.0068274895,\n                                0.0057665664,\n                                0.0076064924,\n                                0.004324163,\n                                0.0053757364,\n                                0.057102397,\n                                0.008377733,\n                                0.023280013,\n                                0.00209324,\n                                0.0048120464,\n                                0.0045793927,\n                                0.0074423254,\n                                0.021328941,\n                                0.013032938,\n                                0.012045134,\n                                0.008583505,\n                                0.0014547097,\n                                0.0016636688,\n                                0.01142896,\n                                0.00949259,\n                                0.003917039,\n                                0.00633077,\n                                0.009769412,\n                                0.0031381524,\n                                0.013979952,\n                                0.008770414,\n                                0.023512999,\n                                0.0075692264,\n                                0.02024091,\n                                0.0032605343,\n                                0.05609085,\n                                0.007926414,\n                                0.0059407847,\n                                0.012795034,\n                                0.0038932979,\n                                0.014417208,\n                                0.021875933,\n                                0.0054957853,\n                                0.0077029327,\n                                0.012426645,\n                                0.0069853165,\n                                0.0017092803,\n                                0.009135614,\n                                0.0019191998,\n                                0.019476157,\n                                0.0020362462,\n                                0.0072876895,\n                                0.0039625587,\n                                0.014121115,\n                                0.013016295,\n                                0.03037128,\n                                0.007992161,\n                                0.024886848,\n                                0.004879417,\n                                0.010765698,\n                                0.0119042825,\n                                0.009919581,\n                                0.0074867574,\n                                0.004322027,\n                                0.0072875842,\n                                0.0014843714,\n                                0.013503506,\n                                0.011429027,\n                                0.0037313416,\n                                0.0035553323,\n                                0.007935007,\n                                0.0077744834,\n                                0.00050150056,\n                                0.0044328235,\n                                0.0024426582,\n                                0.012112559,\n                                0.013744525,\n                                0.016457058,\n                                0.011966619,\n                                0.02000339,\n                                0.005286487,\n                                0.0081494795,\n                                0.0062090415,\n                                0.008125428,\n                                0.014697561,\n                                0.0014201961,\n                                0.0031183916,\n                                0.030611658,\n                                0.0037750856,\n                                0.007848437,\n                                0.0047172736,\n                                0.005565268,\n                                0.033884585,\n                                0.0066267857,\n                                0.0064712283,\n                                0.011346105,\n                                0.0034944143,\n                                0.0038467608,\n                                0.011883051,\n                                0.012946241,\n                                0.0027421487,\n                                0.007815314,\n                                0.010916155,\n                                0.0018929061,\n                                0.002380338,\n                                0.035672255,\n                                0.010841734,\n                                0.004370943,\n                                0.008186651,\n                                0.0236684,\n                                0.012201257,\n                                0.0044875373,\n                                0.0565985,\n                                0.006639813,\n                                0.0031556364,\n                                0.001987626,\n                                0.0018991719,\n                                0.029480882,\n                                0.00053858093,\n                                0.012021102,\n                                0.005708729,\n                                0.00671894,\n                                0.006210378,\n                                0.0044115316,\n                                0.0070999986,\n                                0.01389024,\n                                0.0053517795,\n                                0.0049302634,\n                                0.019998237,\n                                0.003646643,\n                                0.0056586857,\n                                0.0060917498,\n                                0.001491348,\n                                0.007472105,\n                                0.0038551022,\n                                0.0030050774,\n                                0.0016629306,\n                                0.0024543938,\n                                0.013597572,\n                                0.0066071427,\n                                0.011701202,\n                                0.030226171,\n                                0.0062002395,\n                                0.012506986,\n                                0.013003938,\n                                0.0025669462,\n                                0.010426388,\n                                0.009171794,\n                                0.009604588,\n                                0.0075181345,\n                                0.0035319822,\n                                0.010946411,\n                                0.0066844267,\n                                0.023667261,\n                                0.0041013565,\n                                0.010553175,\n                                0.004027657,\n                                0.015498137,\n                                0.012284179,\n                                0.023786562,\n                                0.013104498,\n                                0.0056577493,\n                                0.0071368464,\n                                0.006332921,\n                                0.006700068,\n                                0.02970269,\n                                0.008638427,\n                                0.005766943,\n                                0.0015518441,\n                                0.006125241,\n                                0.0023255064,\n                                0.0045915,\n                                0.026494518,\n                                0.004778255,\n                                0.0019897113,\n                                0.0071926876,\n                                0.020906411,\n                                0.004264696,\n                                0.0065207016,\n                                0.0017566666,\n                                0.0071377805,\n                                0.0089412555,\n                                0.015261243,\n                                0.050722957,\n                                0.003623483,\n                                0.0027204657,\n                                0.059453804,\n                                0.029668225,\n                                0.007411257,\n                                0.0016016215,\n                                0.004809753,\n                                0.0055672806,\n                                0.0024862434,\n                                0.010565719,\n                                0.0018192362,\n                                0.012021278,\n                                0.007866082,\n                                0.006924653,\n                                0.01090662,\n                                0.008536185,\n                                0.0634383,\n                                0.023701647,\n                                0.009230579,\n                                0.012377926,\n                                0.002759797,\n                                0.0040034074,\n                                0.024710407,\n                                0.009159642,\n                                0.007626264,\n                                0.0057139094,\n                                0.008396099,\n                                0.0072258315,\n                                0.01306262,\n                                0.011465484,\n                                0.0035504785,\n                                0.0007397908,\n                                0.0027593437,\n                                0.009154057,\n                                0.010937317,\n                                0.0126728155,\n                                0.004339489,\n                                0.013956625,\n                                0.0027683123,\n                                0.0055520805,\n                                0.009199802,\n                                0.015906243,\n                                0.0037953907,\n                                0.017565165,\n                                0.003113665,\n                                0.017797701,\n                                0.006686314,\n                                0.09925078,\n                                0.0097056925,\n                                0.007502428,\n                                0.0032628737,\n                                0.0038362145,\n                                0.0074184868,\n                                0.006742216,\n                                0.009769406,\n                                0.0039376863,\n                                0.020352215,\n                                0.0008129058,\n                                0.004314643,\n                                0.0067414707,\n                                0.015529294,\n                                0.011409983,\n                                0.0030553346,\n                                0.009027884,\n                                0.010042549,\n                                0.009982979,\n                                0.008210861,\n                                0.0023924448,\n                                0.0052290964,\n                                0.005501487,\n                                0.0110641755,\n                                0.0054441416,\n                                0.0055680466,\n                                0.01223618,\n                                0.0051990193,\n                                0.013879163,\n                                0.0047454764,\n                                0.009355989,\n                                0.0077845063,\n                                0.00346792,\n                                0.0015326407,\n                                0.0051709507,\n                                0.0043798354,\n                                0.017843612,\n                                0.010338424,\n                                0.00517078,\n                                0.0225659,\n                                0.005938624,\n                                0.008573112,\n                                0.0026935958,\n                                0.033846725,\n                                0.007370583,\n                                0.008875423,\n                                0.009692466,\n                                0.00845544,\n                                0.023338066,\n                                0.020334538,\n                                0.012211657,\n                                0.0085389195,\n                                0.0071970555,\n                                0.0043995664,\n                                0.010542558,\n                                0.017409958,\n                                0.010848397,\n                                0.0037868281,\n                                0.0020044986,\n                                0.02400675,\n                                0.03636959,\n                                0.0105672255,\n                                0.011325644,\n                                0.008772753,\n                                0.006770049,\n                                0.016400198,\n                                0.0062626824,\n                                0.0070054517,\n                                0.0023560317,\n                                0.007286811,\n                                0.0030055926,\n                                0.003888756,\n                                0.0012406721,\n                                0.013391149,\n                                0.0035647757,\n                                0.016125768,\n                                0.016434846,\n                                0.004359188,\n                                0.010246564,\n                                0.003965819,\n                                0.0011094325,\n                                0.0021089334,\n                                0.0043550353,\n                                0.099149354,\n                                0.0054943957,\n                                0.012818227,\n                                0.008176179,\n                                0.013863072,\n                                0.012324082,\n                                0.01371472,\n                                0.011691891,\n                                0.012650957,\n                                0.0005379481,\n                                0.004715333,\n                                0.0004272476,\n                                0.013500848,\n                                0.011557857,\n                                0.0047573457,\n                                0.013826466,\n                                0.004113372,\n                                0.0029628559,\n                                0.0040892265,\n                                0.029760266,\n                                0.020316307,\n                                0.037884425,\n                                0.006096927,\n                                0.010379275,\n                                0.025654523,\n                                0.011471803,\n                                0.0010777684,\n                                0.016000524,\n                                0.0012092997,\n                                0.006648302,\n                                0.01530031,\n                                0.0155958,\n                                0.04871913,\n                                0.03201223,\n                                0.0070784595,\n                                0.018800842,\n                                0.008252719,\n                                0.025646435,\n                                0.008755759,\n                                0.00018939374,\n                                0.0022078531,\n                                0.05579879,\n                                0.035273544,\n                                0.0010368854,\n                                0.008574684,\n                                0.02077096,\n                                0.0071266983,\n                                0.0022972007,\n                                0.037147257,\n                                0.0089351265,\n                                0.030217852,\n                                0.0075436626,\n                                0.00934418,\n                                0.007944846,\n                                0.053996887,\n                                0.011385097,\n                                0.005124232,\n                                0.009494031,\n                                0.0062996354,\n                                0.0040404713,\n                                0.01462206,\n                                0.010043602,\n                                0.014561689,\n                                0.0029815973,\n                                0.0005869693,\n                                0.0012421969,\n                                0.013298366,\n                                0.0042426265,\n                                0.017467767,\n                                0.009176868,\n                                0.0055535412,\n                                0.014242946,\n                                0.015554953,\n                                0.01339784,\n                                0.008157803,\n                                0.017249113,\n                                0.10161034,\n                                0.04274778,\n                                0.016459567,\n                                0.006619746,\n                                0.018756615,\n                                0.034657706,\n                                0.0217078,\n                                0.021712277,\n                                0.1049704,\n                                0.0032208634,\n                                0.02676079,\n                                0.0032043278,\n                                0.050577603,\n                                0.023925187,\n                                0.009870428,\n                                0.022309447,\n                                0.009047086,\n                                0.001530915,\n                                0.019829111,\n                                0.012693786,\n                                0.08300297,\n                                0.009895815,\n                                0.0115948245,\n                                0.043189794,\n                                0.0048716813,\n                                0.015736641,\n                                0.05376272,\n                                0.0013402272,\n                                0.024592364,\n                                0.006347322,\n                                0.016835734,\n                                0.0045841034,\n                                0.02158719,\n                                0.020536477,\n                                0.012565341,\n                                0.0076171975,\n                                0.08213097,\n                                0.052920736,\n                                0.020516463,\n                                0.011126451,\n                                0.0015141566,\n                                0.030323653,\n                                0.039968524,\n                                0.027832346,\n                                0.0076551847,\n                                0.016039427,\n                                0.010407585,\n                                0.011579978,\n                                0.064641826,\n                                0.026506573,\n                                0.0037460423,\n                                0.028933832,\n                                0.010676234,\n                                0.023134936,\n                                0.01948748,\n                                0.042065557,\n                                0.004132673,\n                                0.007995969,\n                                0.008188022,\n                                0.005982318,\n                                0.046595525,\n                                0.004391677,\n                                0.025030307,\n                                0.013556992,\n                                0.07896185,\n                                0.108980976,\n                                0.0057157353,\n                                0.02295187,\n                                0.004938433,\n                                0.0023634674,\n                                0.008716247,\n                                0.0000027176777,\n                                0.001775559,\n                                0.011954935,\n                                0.014868147,\n                                0.018699337,\n                                0.010300127,\n                                0.016970074,\n                                0.09875672,\n                                0.0018574916,\n                                0.02523445,\n                                0.0073842756,\n                                0.0030171683,\n                                0.007901586,\n                                0.0063906596,\n                                0.111863635,\n                                0.0042696195,\n                                0.0067971903,\n                                0.072009034,\n                                0.0047488133,\n                                0.0120622115,\n                                0.00457883,\n                                0.004067353,\n                                0.0076544774,\n                                0.010575972,\n                                0.0084356535,\n                                0.0072534084,\n                                0.010129918,\n                                0.016826682,\n                                0.010056925,\n                                0.008528179,\n                                0.0014228704,\n                                0.002699315,\n                                0.007148606,\n                                0.056325853,\n                                0.010362714,\n                                0.05705679,\n                                0.005580324,\n                                0.013874542,\n                                0.10654081,\n                                0.0023473217,\n                                0.008258162,\n                                0.004917028,\n                                0.0066733146,\n                                0.0023647347,\n                                0.017125256,\n                                0.0041070855,\n                                0.0034691019,\n                                0.027394282,\n                                0.0026711521,\n                                0.0021966347,\n                                0.07225998,\n                                0.008022776,\n                                0.020157682,\n                                0.0044888873,\n                                0.0059183273,\n                                0.01776198,\n                                0.0048253457,\n                                0.025618566,\n                                0.01956632,\n                                0.27014792,\n                                0.012969538,\n                                0.0132247675,\n                                0.0072189304,\n                                0.007870334,\n                                0.016215635,\n                                0.008020013,\n                                0.0052482234,\n                                0.008806871,\n                                0.003990543,\n                                0.004932298,\n                                0.01060252,\n                                0.027572883,\n                                0.007551044,\n                                0.0028098184,\n                                0.014516271,\n                                0.062890545,\n                                0.01097245,\n                                0.0047981204,\n                                0.033244554,\n                                0.009292324,\n                                0.011244699,\n                                0.0009680095,\n                                0.030588359,\n                                0.012423377,\n                                0.013118841,\n                                0.038397763,\n                                0.06348682,\n                                0.0064136004,\n                                0.003353275,\n                                0.03797251,\n                                0.0110846,\n                                0.009830291,\n                                0.13146508,\n                                0.01490472,\n                                0.011121209,\n                                0.0075890357,\n                                0.0060527185,\n                                0.0136636,\n                                0.007936517,\n                                0.00250181,\n                                0.0054044183,\n                                0.009910327,\n                                0.01577184,\n                                0.030624624,\n                                0.004318662,\n                                0.009599447,\n                                0.0061575263,\n                                0.0014738394,\n                                0.005590631,\n                                0.058400903,\n                                0.018252311,\n                                0.018276615,\n                                0.24690314,\n                                0.013905613,\n                                0.0040620035,\n                                0.0051523405,\n                                0.0115022,\n                                0.026711756,\n                                0.17033844,\n                                0.0075286,\n                                0.006625808,\n                                0.005714132,\n                                0.007910783,\n                                0.011260623,\n                                0.0018317028,\n                                0.018925847,\n                                0.005151379,\n                                0.0042076176,\n                                0.0056678816,\n                                0.01776406,\n                                0.03138734,\n                                0.0076708924,\n                                0.0063564894,\n                                0.0066354135,\n                                0.027759207,\n                                0.2581154,\n                                0.018146796,\n                                0.014322835,\n                                0.043412738,\n                                0.017135253,\n                                0.116689876,\n                                0.08669958,\n                                0.010170988,\n                                0.074293986,\n                                0.007003875,\n                                0.060233995,\n                                0.029410476,\n                                0.02619715,\n                                0.01667128,\n                                0.00627386,\n                                0.019108001,\n                                0.028459052,\n                                0.015387292,\n                                0.039037883,\n                                0.017253544,\n                                0.0124390675,\n                                0.009500856,\n                                0.015326508,\n                                0.008859361,\n                                0.011845661,\n                                0.013569029,\n                                0.049537882,\n                                0.058480624,\n                                0.00891572,\n                                0.017064035,\n                                0.17122062,\n                                0.045279544,\n                                0.06772945,\n                                0.0070953863,\n                                0.0039406316,\n                                0.030124329,\n                                0.009437409,\n                                0.022787347,\n                                0.1593626,\n                                0.015595106,\n                                0.009637125,\n                                0.012347344,\n                                0.014783725,\n                                0.017759811,\n                                0.008909127,\n                                0.037581462,\n                                0.0099560805,\n                                0.0039353073,\n                                0.02039231,\n                                0.041276816,\n                                0.008657207,\n                                0.01709975,\n                                0.021970592,\n                                0.033025842,\n                                0.017743008,\n                                0.022846896,\n                                0.026207449,\n                                0.021563467,\n                                0.028565383,\n                                0.058115933,\n                                0.02881399,\n                                0.052197143,\n                                0.051205765,\n                                0.011080165,\n                                0.067065276,\n                                0.027543793,\n                                0.017957363,\n                                0.06838262,\n                                0.025571005,\n                                0.054059755,\n                                0.008814146,\n                                0.03992822,\n                                0.07771718,\n                                0.012972093,\n                                0.014157217,\n                                0.05095777,\n                                0.00640923,\n                                0.08112526,\n                                0.008048974,\n                                0.021383261,\n                                0.02175304,\n                                0.033144325,\n                                0.004108641,\n                                0.057634957,\n                                0.007207614,\n                                0.0280536,\n                                0.040270235,\n                                0.0042227507,\n                                0.024243802,\n                                0.014415654,\n                                0.023214359,\n                                0.00070763123,\n                                0.007647762,\n                                0.0029877017,\n                                0.010294499,\n                                0.024474226,\n                                0.0015587494,\n                                0.006830815,\n                                0.006300025,\n                                0.007784234,\n                                0.049185183,\n                                0.04460378,\n                                0.091306575,\n                                0.025649,\n                                0.14827646,\n                                0.0009611675,\n                                0.010769459,\n                                0.06098628,\n                                0.022403596,\n                                0.016352959,\n                                0.008589899,\n                                0.0053458344,\n                                0.020264005,\n                                0.011495047,\n                                0.0061604255,\n                                0.08822016,\n                                0.019550862,\n                                0.0153277,\n                                0.036819987,\n                                0.0052923965,\n                                0.036599312,\n                                0.017584216,\n                                0.034924947,\n                                0.013182576,\n                                0.001188618,\n                                0.039138153,\n                                0.016734878,\n                                0.0050109,\n                                0.011071771,\n                                0.0050317864,\n                                0.070516855,\n                                0.043491736,\n                                0.02363525,\n                                0.00974544,\n                                0.00409701,\n                                0.002939988,\n                                0.0076249056,\n                                0.0394731,\n                                0.028942635,\n                                0.13245338,\n                                0.024179447,\n                                0.031978097,\n                                0.00469548,\n                                0.06587102,\n                                0.0027839167,\n                                0.0056588454,\n                                0.054420922,\n                                0.045816734,\n                                0.0028058079,\n                                0.0025087618,\n                                0.011091029,\n                                0.031694204,\n                                0.01748156,\n                                0.03740377,\n                                0.014553653,\n                                0.071524955,\n                                0.006974918,\n                                0.034049526,\n                                0.027425371,\n                                0.10984962,\n                                0.020863395,\n                                0.046027098,\n                                0.096864395,\n                                0.015615639,\n                                0.050324075,\n                                0.020762146,\n                                0.08857162,\n                                0.021424502,\n                                0.033653118,\n                                0.016005507,\n                                0.027800063,\n                                0.024470014,\n                                0.07789861,\n                                0.03079191,\n                                0.012632653,\n                                0.0719874,\n                                0.033611614,\n                                0.03554958,\n                                0.010655122,\n                                0.0009582481,\n                                0.014177777,\n                                0.011559816,\n                                0.017590182,\n                                0.017260633,\n                                0.0655649,\n                                0.03527604,\n                                0.011052013,\n                                0.04419552,\n                                0.0040255305,\n                                0.02551019,\n                                0.022912057,\n                                0.024130356,\n                                0.0148154525,\n                                0.058768764,\n                                0.008399876,\n                                0.03386495,\n                                0.0064948862,\n                                0.061918158,\n                                0.041306257,\n                                0.0033785338,\n                                0.001933587,\n                                0.0028601347,\n                                0.03300184,\n                                0.11131847,\n                                0.020203076,\n                                0.012231852,\n                                0.013706108,\n                                0.08116074,\n                                0.014897994,\n                                0.0036894158,\n                                0.041780796,\n                                0.015385543,\n                                0.036702402,\n                                0.026447356,\n                                0.009426449,\n                                0.05588401,\n                                0.013436162,\n                                0.035269372,\n                                0.010201217,\n                                0.063047215,\n                                0.03764159,\n                                0.023701144,\n                                0.038916655,\n                                0.006969766,\n                                0.008300721,\n                                0.039880082,\n                                0.059248842,\n                                0.0078003835,\n                                0.0627184,\n                                0.03850148,\n                                0.031057762,\n                                0.034829218,\n                                0.053627625,\n                                0.023881702,\n                                0.017343998,\n                                0.023905536,\n                                0.024879579,\n                                0.018235529,\n                                0.014273226,\n                                0.007934984,\n                                0.009280065,\n                                0.021164881,\n                                0.13997324,\n                                0.0063556097,\n                                0.05512703,\n                                0.08383543,\n                                0.032052226,\n                                0.016853033,\n                                0.0628287,\n                                0.0042807497,\n                                0.034088984\n                            ],\n                            \"num_dimensions\": 1024\n                        }]\n                    }\n                }\n            }]\n        }\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"5c9cd37197cd8e3ced764c27a751e3c0\"\n    },\n    \"hits\": [\n        {\n            \"score\": 0.8800268,\n            \"input\": {\n                \"id\": \"3\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/9Knw6RS.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/d9b6a576e9f5975db07556c882d32dc7\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1600,\n                            \"height\": 1032,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"340_107\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"d7ce3eac2a944a918b9b3e76d2fabd97\",\n                \"input_id\": \"3\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"test-concept\",\n                                        \"name\": \"test-concept\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1701866015\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"annotation_info\": {\n                    \"set\": \"ground_truth\"\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 0.8800268,\n            \"input\": {\n                \"id\": \"3\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/9Knw6RS.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/d9b6a576e9f5975db07556c882d32dc7\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1600,\n                            \"height\": 1032,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"340_107\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"faffbe2c24434521aed4563392b8dce6\",\n                \"input_id\": \"3\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {}\n                        }\n                    ]\n                },\n                \"model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:13.380251Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.380251Z\"\n            }\n        },\n        {\n            \"score\": 0.8800268,\n            \"input\": {\n                \"id\": \"3\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/9Knw6RS.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/d9b6a576e9f5975db07556c882d32dc7\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1600,\n                            \"height\": 1032,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"340_107\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"6d1d088e54f54da7908d7743945ecee6\",\n                \"input_id\": \"3\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {}\n                        }\n                    ]\n                },\n                \"model_version_id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:13.484413Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.484413Z\"\n            }\n        },\n        {\n            \"score\": 0.8800268,\n            \"input\": {\n                \"id\": \"3\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/9Knw6RS.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/d9b6a576e9f5975db07556c882d32dc7\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1600,\n                            \"height\": 1032,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"340_107\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"955341f2bb9142f4a221cec35210d90c\",\n                \"input_id\": \"3\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {}\n                        }\n                    ]\n                },\n                \"model_version_id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:13.708542Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.708542Z\"\n            }\n        },\n        {\n            \"score\": 0.8800268,\n            \"input\": {\n                \"id\": \"3\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/9Knw6RS.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/d9b6a576e9f5975db07556c882d32dc7\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1600,\n                            \"height\": 1032,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"340_107\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"b90359079d704125b1c3da1f53ee733d\",\n                \"input_id\": \"3\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"test-concept-1\",\n                                        \"name\": \"test-concept-1\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1701866015\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"annotation_info\": {\n                    \"set\": \"set_to_eval\"\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 0.82845867,\n            \"input\": {\n                \"id\": \"3\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/9Knw6RS.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/d9b6a576e9f5975db07556c882d32dc7\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1600,\n                            \"height\": 1032,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_778\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"c41665c665d743a9b98fee7c55de044e\",\n                \"input_id\": \"3\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 0.82845867,\n            \"input\": {\n                \"id\": \"3\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/9Knw6RS.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/d9b6a576e9f5975db07556c882d32dc7\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1600,\n                            \"height\": 1032,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_778\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"721e0061966f48898f82d72d7985a01d\",\n                \"input_id\": \"3\",\n                \"data\": {},\n                \"model_version_id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:50.423422Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.423422Z\"\n            }\n        },\n        {\n            \"score\": 0.82845867,\n            \"input\": {\n                \"id\": \"3\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/9Knw6RS.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/d9b6a576e9f5975db07556c882d32dc7\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1600,\n                            \"height\": 1032,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_778\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"c11faef4455d47d5a3e01d1d9aad9d0f\",\n                \"input_id\": \"3\",\n                \"data\": {},\n                \"model_version_id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:50.236171Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.236171Z\"\n            }\n        },\n        {\n            \"score\": 0.82845867,\n            \"input\": {\n                \"id\": \"3\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/9Knw6RS.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/d9b6a576e9f5975db07556c882d32dc7\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1600,\n                            \"height\": 1032,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_778\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"ca34623954984928b797a9db9e6d1672\",\n                \"input_id\": \"3\",\n                \"data\": {},\n                \"model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:50.040384Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.040384Z\"\n            }\n        },\n        {\n            \"score\": 0.78945136,\n            \"input\": {\n                \"id\": \"5\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/eXCE9mf.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/a6f72e75368bdc556b82d829417c53b1\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1280,\n                            \"height\": 720,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"8546d232888f4e36b68bdb07b9ca7b0f\",\n                \"input_id\": \"5\",\n                \"data\": {},\n                \"model_version_id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:50.423426Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.423426Z\"\n            }\n        },\n        {\n            \"score\": 0.78945136,\n            \"input\": {\n                \"id\": \"5\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/eXCE9mf.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/a6f72e75368bdc556b82d829417c53b1\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1280,\n                            \"height\": 720,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"124c425504b648d486b47b15f197f87b\",\n                \"input_id\": \"5\",\n                \"data\": {},\n                \"model_version_id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:50.236175Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.236175Z\"\n            }\n        },\n        {\n            \"score\": 0.78945136,\n            \"input\": {\n                \"id\": \"5\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/eXCE9mf.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/a6f72e75368bdc556b82d829417c53b1\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1280,\n                            \"height\": 720,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"83bddbfd4a0d452cb348301825bc7415\",\n                \"input_id\": \"5\",\n                \"data\": {},\n                \"model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:50.040388Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.040388Z\"\n            }\n        },\n        {\n            \"score\": 0.78945136,\n            \"input\": {\n                \"id\": \"5\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/eXCE9mf.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/a6f72e75368bdc556b82d829417c53b1\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1280,\n                            \"height\": 720,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"1f4120b315e34a3eb15e4c590beb6025\",\n                \"input_id\": \"5\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 0.7885077,\n            \"input\": {\n                \"id\": \"5\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/eXCE9mf.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/a6f72e75368bdc556b82d829417c53b1\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1280,\n                            \"height\": 720,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"897_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"b70410ef1d01488699de9a87d3c1e42f\",\n                \"input_id\": \"5\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {}\n                        }\n                    ]\n                },\n                \"model_version_id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:13.708543Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.708543Z\"\n            }\n        },\n        {\n            \"score\": 0.7885077,\n            \"input\": {\n                \"id\": \"5\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/eXCE9mf.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/a6f72e75368bdc556b82d829417c53b1\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1280,\n                            \"height\": 720,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"897_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"61ecaae984e24ea49ed5e1d70e0e714d\",\n                \"input_id\": \"5\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {}\n                        }\n                    ]\n                },\n                \"model_version_id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:13.484414Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.484414Z\"\n            }\n        },\n        {\n            \"score\": 0.7885077,\n            \"input\": {\n                \"id\": \"5\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/eXCE9mf.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/a6f72e75368bdc556b82d829417c53b1\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1280,\n                            \"height\": 720,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"897_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"769b649117ce4ef0a559902779f18a83\",\n                \"input_id\": \"5\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {}\n                        }\n                    ]\n                },\n                \"model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:13.380252Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.380252Z\"\n            }\n        },\n        {\n            \"score\": 0.7885077,\n            \"input\": {\n                \"id\": \"5\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/eXCE9mf.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/a6f72e75368bdc556b82d829417c53b1\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1280,\n                            \"height\": 720,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"897_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"eeceae3d06704582a7f3ecb5e83af997\",\n                \"input_id\": \"5\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"test-concept\",\n                                        \"name\": \"test-concept\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1701866015\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"annotation_info\": {\n                    \"set\": \"set_to_eval\"\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 0.7862615,\n            \"input\": {\n                \"id\": \"2\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/It5JRaj.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/2ef6a4da17cdd348a5166fd6f30db3e2\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 768,\n                            \"height\": 1024,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"fc9dce0ec2684053837bcd561fe61da9\",\n                \"input_id\": \"2\",\n                \"data\": {},\n                \"model_version_id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:50.236174Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.236174Z\"\n            }\n        },\n        {\n            \"score\": 0.7862615,\n            \"input\": {\n                \"id\": \"2\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/It5JRaj.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/2ef6a4da17cdd348a5166fd6f30db3e2\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 768,\n                            \"height\": 1024,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"d97dfb5d6bf34df192b099633ae4fb1a\",\n                \"input_id\": \"2\",\n                \"data\": {},\n                \"model_version_id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:50.423425Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.423425Z\"\n            }\n        },\n        {\n            \"score\": 0.7862615,\n            \"input\": {\n                \"id\": \"2\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/It5JRaj.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/2ef6a4da17cdd348a5166fd6f30db3e2\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 768,\n                            \"height\": 1024,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"09d485cb8c5b43739929ed7d053bb285\",\n                \"input_id\": \"2\",\n                \"data\": {},\n                \"model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:50.040387Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.040387Z\"\n            }\n        },\n        {\n            \"score\": 0.7862615,\n            \"input\": {\n                \"id\": \"2\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/It5JRaj.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/2ef6a4da17cdd348a5166fd6f30db3e2\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 768,\n                            \"height\": 1024,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"a70f8fbcfa2a4089946a98237ac2a0c6\",\n                \"input_id\": \"2\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 0.77744704,\n            \"input\": {\n                \"id\": \"1\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/HEoT5xR.png\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/89f4b090a85df4802d6cf5b767a66f37\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 934,\n                            \"height\": 587,\n                            \"format\": \"PNG\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"679b11005e204ba6adb721d8632df153\",\n                \"input_id\": \"1\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"test-concept\",\n                                        \"name\": \"test-concept\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1701866015\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"annotation_info\": {\n                    \"set\": \"ground_truth\"\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 0.77744704,\n            \"input\": {\n                \"id\": \"1\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/HEoT5xR.png\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/89f4b090a85df4802d6cf5b767a66f37\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 934,\n                            \"height\": 587,\n                            \"format\": \"PNG\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"29cb6ebe2072490dac92d69bea9767dc\",\n                \"input_id\": \"1\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"test-concept\",\n                                        \"name\": \"test-concept\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1701866015\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"annotation_info\": {\n                    \"set\": \"set_to_eval\"\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 0.77744704,\n            \"input\": {\n                \"id\": \"1\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/HEoT5xR.png\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/89f4b090a85df4802d6cf5b767a66f37\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 934,\n                            \"height\": 587,\n                            \"format\": \"PNG\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"728d4a9d469d40e788c1eb3d5dd6ef69\",\n                \"input_id\": \"1\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {}\n                        }\n                    ]\n                },\n                \"model_version_id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:13.708547Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.708547Z\"\n            }\n        },\n        {\n            \"score\": 0.77744704,\n            \"input\": {\n                \"id\": \"1\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/HEoT5xR.png\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/89f4b090a85df4802d6cf5b767a66f37\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 934,\n                            \"height\": 587,\n                            \"format\": \"PNG\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"ff3adb416cab4e608e1b83530103eff7\",\n                \"input_id\": \"1\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {}\n                        }\n                    ]\n                },\n                \"model_version_id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:13.484418Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.484418Z\"\n            }\n        },\n        {\n            \"score\": 0.77744704,\n            \"input\": {\n                \"id\": \"1\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/HEoT5xR.png\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/89f4b090a85df4802d6cf5b767a66f37\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 934,\n                            \"height\": 587,\n                            \"format\": \"PNG\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"8989af69d5c8477c93c9b47a5d603532\",\n                \"input_id\": \"1\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {}\n                        }\n                    ]\n                },\n                \"model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:13.380256Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.380256Z\"\n            }\n        },\n        {\n            \"score\": 0.7696205,\n            \"input\": {\n                \"id\": \"2\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/It5JRaj.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/2ef6a4da17cdd348a5166fd6f30db3e2\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 768,\n                            \"height\": 1024,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"897_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"61c66cbba6e348689bee00c170a18c87\",\n                \"input_id\": \"2\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"test-concept\",\n                                        \"name\": \"test-concept\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1701866015\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"annotation_info\": {\n                    \"set\": \"set_to_eval\"\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 0.7696205,\n            \"input\": {\n                \"id\": \"2\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/It5JRaj.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/2ef6a4da17cdd348a5166fd6f30db3e2\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 768,\n                            \"height\": 1024,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"897_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"0f5b3c56b9d1445f8229ccdce17e83f3\",\n                \"input_id\": \"2\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {}\n                        }\n                    ]\n                },\n                \"model_version_id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:13.708546Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.708546Z\"\n            }\n        },\n        {\n            \"score\": 0.7696205,\n            \"input\": {\n                \"id\": \"2\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/It5JRaj.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/2ef6a4da17cdd348a5166fd6f30db3e2\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 768,\n                            \"height\": 1024,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"897_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"5280eb9844224ab38a1d6b75f8a28632\",\n                \"input_id\": \"2\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {}\n                        }\n                    ]\n                },\n                \"model_version_id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:13.484417Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.484417Z\"\n            }\n        },\n        {\n            \"score\": 0.7696205,\n            \"input\": {\n                \"id\": \"2\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/It5JRaj.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/2ef6a4da17cdd348a5166fd6f30db3e2\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 768,\n                            \"height\": 1024,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"897_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"4fd9ad250be04ec39e5650085d19fdd1\",\n                \"input_id\": \"2\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {}\n                        }\n                    ]\n                },\n                \"model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:13.380255Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.380255Z\"\n            }\n        },\n        {\n            \"score\": 0.76573074,\n            \"input\": {\n                \"id\": \"4\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/GeMQsiQ.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/ce718f0ca1bdcac7f36bcc871fa68001\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 4096,\n                            \"height\": 3040,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"efcaead9d76141c3861ab2f24f041ea8\",\n                \"input_id\": \"4\",\n                \"data\": {},\n                \"model_version_id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:50.236173Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.236173Z\"\n            }\n        },\n        {\n            \"score\": 0.76573074,\n            \"input\": {\n                \"id\": \"4\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/GeMQsiQ.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/ce718f0ca1bdcac7f36bcc871fa68001\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 4096,\n                            \"height\": 3040,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"2a3b5d7b92134df89217f2dff270e3c9\",\n                \"input_id\": \"4\",\n                \"data\": {},\n                \"model_version_id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:50.423424Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.423424Z\"\n            }\n        },\n        {\n            \"score\": 0.76573074,\n            \"input\": {\n                \"id\": \"4\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/GeMQsiQ.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/ce718f0ca1bdcac7f36bcc871fa68001\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 4096,\n                            \"height\": 3040,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"63058214581e4bdfbd3b51c6a573fae6\",\n                \"input_id\": \"4\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 0.76573074,\n            \"input\": {\n                \"id\": \"4\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/GeMQsiQ.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/ce718f0ca1bdcac7f36bcc871fa68001\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 4096,\n                            \"height\": 3040,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"81b4d78f3c8d4b8ebad62a7c82ae23f9\",\n                \"input_id\": \"4\",\n                \"data\": {},\n                \"model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:50.040386Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.040386Z\"\n            }\n        },\n        {\n            \"score\": 0.7639934,\n            \"input\": {\n                \"id\": \"2\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/It5JRaj.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/2ef6a4da17cdd348a5166fd6f30db3e2\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 768,\n                            \"height\": 1024,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"897_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"793fda5d355d47f2bb6e93b8582e45ab\",\n                \"input_id\": \"2\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"4eae01d6e5c036bcc3a66f97ae594ea7\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.4,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {}\n                        }\n                    ]\n                },\n                \"model_version_id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:13.484415Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.484415Z\"\n            }\n        },\n        {\n            \"score\": 0.7639934,\n            \"input\": {\n                \"id\": \"2\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/It5JRaj.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/2ef6a4da17cdd348a5166fd6f30db3e2\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 768,\n                            \"height\": 1024,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"897_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"cc0df53888e5497bb915ea4ae323829b\",\n                \"input_id\": \"2\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"4eae01d6e5c036bcc3a66f97ae594ea7\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.4,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {}\n                        }\n                    ]\n                },\n                \"model_version_id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:13.708544Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.708544Z\"\n            }\n        },\n        {\n            \"score\": 0.7639934,\n            \"input\": {\n                \"id\": \"2\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/It5JRaj.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/2ef6a4da17cdd348a5166fd6f30db3e2\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 768,\n                            \"height\": 1024,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"897_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"5c8cd9d38cae44fa97d3d6eae5a58dac\",\n                \"input_id\": \"2\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"4eae01d6e5c036bcc3a66f97ae594ea7\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.4,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"test-concept\",\n                                        \"name\": \"test-concept\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1701866015\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"annotation_info\": {\n                    \"set\": \"ground_truth\"\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 0.7639934,\n            \"input\": {\n                \"id\": \"2\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/It5JRaj.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/2ef6a4da17cdd348a5166fd6f30db3e2\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 768,\n                            \"height\": 1024,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"897_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"4d25a0a16ac44bcc8f36cff2aef968f4\",\n                \"input_id\": \"2\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"4eae01d6e5c036bcc3a66f97ae594ea7\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.4,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {}\n                        }\n                    ]\n                },\n                \"model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:13.380253Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.380253Z\"\n            }\n        },\n        {\n            \"score\": 0.7569401,\n            \"input\": {\n                \"id\": \"6\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/EnrVc0B.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/5fcff2ae1739cd5964d75bd258cc4388\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1200,\n                            \"height\": 900,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"11e99863f593407285c283f3e5df6496\",\n                \"input_id\": \"6\",\n                \"data\": {},\n                \"model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:50.040385Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.040385Z\"\n            }\n        },\n        {\n            \"score\": 0.7569401,\n            \"input\": {\n                \"id\": \"6\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/EnrVc0B.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/5fcff2ae1739cd5964d75bd258cc4388\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1200,\n                            \"height\": 900,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"ce2220041e184d0293077bcf8e43cfda\",\n                \"input_id\": \"6\",\n                \"data\": {},\n                \"model_version_id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:50.423423Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.423423Z\"\n            }\n        },\n        {\n            \"score\": 0.7569401,\n            \"input\": {\n                \"id\": \"6\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/EnrVc0B.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/5fcff2ae1739cd5964d75bd258cc4388\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1200,\n                            \"height\": 900,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"351aff48aa4b4617bb0fb8abfc643f6c\",\n                \"input_id\": \"6\",\n                \"data\": {},\n                \"model_version_id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:50.236172Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.236172Z\"\n            }\n        },\n        {\n            \"score\": 0.7569401,\n            \"input\": {\n                \"id\": \"6\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/EnrVc0B.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/5fcff2ae1739cd5964d75bd258cc4388\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1200,\n                            \"height\": 900,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"1d71e1041eee4c569ae886234d0e585c\",\n                \"input_id\": \"6\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 0.7544487,\n            \"input\": {\n                \"id\": \"4\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/GeMQsiQ.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/ce718f0ca1bdcac7f36bcc871fa68001\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 4096,\n                            \"height\": 3040,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"897_196\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"99a7a661a53a437080d7ba27e4597ea4\",\n                \"input_id\": \"4\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {}\n                        }\n                    ]\n                },\n                \"model_version_id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:13.708541Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.708541Z\"\n            }\n        },\n        {\n            \"score\": 0.7544487,\n            \"input\": {\n                \"id\": \"4\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/GeMQsiQ.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/ce718f0ca1bdcac7f36bcc871fa68001\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 4096,\n                            \"height\": 3040,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"897_196\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"0a60b856cf6e43bbba6430d247f2e593\",\n                \"input_id\": \"4\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {}\n                        }\n                    ]\n                },\n                \"model_version_id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:13.484412Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.484412Z\"\n            }\n        },\n        {\n            \"score\": 0.7544487,\n            \"input\": {\n                \"id\": \"4\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/GeMQsiQ.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/ce718f0ca1bdcac7f36bcc871fa68001\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 4096,\n                            \"height\": 3040,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"897_196\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"50bf035fd76c4b5eae934cf4498232a7\",\n                \"input_id\": \"4\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {}\n                        }\n                    ]\n                },\n                \"model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:13.380250Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.380250Z\"\n            }\n        },\n        {\n            \"score\": 0.75444865,\n            \"input\": {\n                \"id\": \"4\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/GeMQsiQ.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/ce718f0ca1bdcac7f36bcc871fa68001\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 4096,\n                            \"height\": 3040,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"897_196\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"7c94dfc5a91d498db2b084d19e6b0bcb\",\n                \"input_id\": \"4\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"test-concept-1\",\n                                        \"name\": \"test-concept-1\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1701866015\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"annotation_info\": {\n                    \"set\": \"ground_truth\"\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 0.7416133,\n            \"input\": {\n                \"id\": \"1\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/HEoT5xR.png\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/89f4b090a85df4802d6cf5b767a66f37\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 934,\n                            \"height\": 587,\n                            \"format\": \"PNG\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"da86ff6ed97540e09428c82e7307ed0a\",\n                \"input_id\": \"1\",\n                \"data\": {},\n                \"model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:50.040383Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.040383Z\"\n            }\n        },\n        {\n            \"score\": 0.7416133,\n            \"input\": {\n                \"id\": \"1\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/HEoT5xR.png\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/89f4b090a85df4802d6cf5b767a66f37\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 934,\n                            \"height\": 587,\n                            \"format\": \"PNG\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"d9f58af60adb403f9258556cd4c93daa\",\n                \"input_id\": \"1\",\n                \"data\": {},\n                \"model_version_id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:50.236170Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.236170Z\"\n            }\n        },\n        {\n            \"score\": 0.7416133,\n            \"input\": {\n                \"id\": \"1\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/HEoT5xR.png\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/89f4b090a85df4802d6cf5b767a66f37\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 934,\n                            \"height\": 587,\n                            \"format\": \"PNG\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"841afe05288f45f79e6d4a1902b9d509\",\n                \"input_id\": \"1\",\n                \"data\": {},\n                \"model_version_id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:50.423421Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.423421Z\"\n            }\n        },\n        {\n            \"score\": 0.7416133,\n            \"input\": {\n                \"id\": \"1\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/HEoT5xR.png\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/89f4b090a85df4802d6cf5b767a66f37\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 934,\n                            \"height\": 587,\n                            \"format\": \"PNG\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"eb66cb0c3d504a8480aa7420ca02a6fd\",\n                \"input_id\": \"1\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 0.7386428,\n            \"input\": {\n                \"id\": \"4\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/GeMQsiQ.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/ce718f0ca1bdcac7f36bcc871fa68001\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 4096,\n                            \"height\": 3040,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_196\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"4e16164d58474ca6ad2af99f88702a79\",\n                \"input_id\": \"4\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"86e7d81525e21b12fcf709ba76f44df3\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0.1,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {}\n                        }\n                    ]\n                },\n                \"model_version_id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:13.484416Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.484416Z\"\n            }\n        },\n        {\n            \"score\": 0.7386428,\n            \"input\": {\n                \"id\": \"4\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/GeMQsiQ.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/ce718f0ca1bdcac7f36bcc871fa68001\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 4096,\n                            \"height\": 3040,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_196\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"3a57f387c09745279777780b3fdaa925\",\n                \"input_id\": \"4\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"86e7d81525e21b12fcf709ba76f44df3\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0.1,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {}\n                        }\n                    ]\n                },\n                \"model_version_id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:13.708545Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.708545Z\"\n            }\n        },\n        {\n            \"score\": 0.7386428,\n            \"input\": {\n                \"id\": \"4\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/GeMQsiQ.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/ce718f0ca1bdcac7f36bcc871fa68001\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 4096,\n                            \"height\": 3040,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_196\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"9d18e2b02e2642739f4539b71a6bf0f1\",\n                \"input_id\": \"4\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"86e7d81525e21b12fcf709ba76f44df3\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0.1,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"test-concept-1\",\n                                        \"name\": \"test-concept-1\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1701866015\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"annotation_info\": {\n                    \"set\": \"set_to_eval\"\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 0.7386428,\n            \"input\": {\n                \"id\": \"4\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/GeMQsiQ.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/ce718f0ca1bdcac7f36bcc871fa68001\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 4096,\n                            \"height\": 3040,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_196\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"c7bf0021a31c46f8826e5ad58d59cf01\",\n                \"input_id\": \"4\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"86e7d81525e21b12fcf709ba76f44df3\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0.1,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {}\n                        }\n                    ]\n                },\n                \"model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:13.380254Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.380254Z\"\n            }\n        },\n        {\n            \"score\": 0.7381582,\n            \"input\": {\n                \"id\": \"6\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/EnrVc0B.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/5fcff2ae1739cd5964d75bd258cc4388\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1200,\n                            \"height\": 900,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"897_218\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"eb96f561d50044f0a8bb13220b966332\",\n                \"input_id\": \"6\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"test-concept\",\n                                        \"name\": \"test-concept\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1701866015\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"annotation_info\": {\n                    \"set\": \"ground_truth\"\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 0.7381582,\n            \"input\": {\n                \"id\": \"6\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/EnrVc0B.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/5fcff2ae1739cd5964d75bd258cc4388\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1200,\n                            \"height\": 900,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"897_218\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"c2ca85db56124b959418b3858da4364a\",\n                \"input_id\": \"6\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"test-concept\",\n                                        \"name\": \"test-concept\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1701866015\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"annotation_info\": {\n                    \"set\": \"set_to_eval\"\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 0.7381582,\n            \"input\": {\n                \"id\": \"6\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/EnrVc0B.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/5fcff2ae1739cd5964d75bd258cc4388\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1200,\n                            \"height\": 900,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"897_218\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"d6978a570001461c99805eb2b006571e\",\n                \"input_id\": \"6\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {}\n                        }\n                    ]\n                },\n                \"model_version_id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:13.708548Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.708548Z\"\n            }\n        },\n        {\n            \"score\": 0.7381582,\n            \"input\": {\n                \"id\": \"6\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/EnrVc0B.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/5fcff2ae1739cd5964d75bd258cc4388\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1200,\n                            \"height\": 900,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"897_218\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"fddd3d2729d24aa8b25d91f5ba5e120d\",\n                \"input_id\": \"6\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {}\n                        }\n                    ]\n                },\n                \"model_version_id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:13.484419Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.484419Z\"\n            }\n        },\n        {\n            \"score\": 0.7381582,\n            \"input\": {\n                \"id\": \"6\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/EnrVc0B.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/5fcff2ae1739cd5964d75bd258cc4388\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1200,\n                            \"height\": 900,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"897_218\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"a565e1d7d82f4b28b249fe24d4f2f5bb\",\n                \"input_id\": \"6\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {}\n                        }\n                    ]\n                },\n                \"model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:13.380257Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.380257Z\"\n            }\n        },\n        {\n            \"score\": 0.692119,\n            \"input\": {\n                \"id\": \"7\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://s7d1.scene7.com/is/image/BedBathandBeyond/56879143899890p\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/151ba0b95ded7054437f44a7595e3736\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 400,\n                            \"height\": 400,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"766_730\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"2fd53625dc3549888916b98ad306f2ab\",\n                \"input_id\": \"7\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"20183edba158bfa273763aafc10e2d97\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.6\n                                }\n                            },\n                            \"data\": {}\n                        }\n                    ]\n                },\n                \"model_version_id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:13.708550Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.708550Z\"\n            }\n        },\n        {\n            \"score\": 0.692119,\n            \"input\": {\n                \"id\": \"7\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://s7d1.scene7.com/is/image/BedBathandBeyond/56879143899890p\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/151ba0b95ded7054437f44a7595e3736\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 400,\n                            \"height\": 400,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"766_730\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"af0d165e85e24ac8a80f5580a8c9c7d9\",\n                \"input_id\": \"7\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"20183edba158bfa273763aafc10e2d97\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.6\n                                }\n                            },\n                            \"data\": {}\n                        }\n                    ]\n                },\n                \"model_version_id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:13.484421Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.484421Z\"\n            }\n        },\n        {\n            \"score\": 0.692119,\n            \"input\": {\n                \"id\": \"7\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://s7d1.scene7.com/is/image/BedBathandBeyond/56879143899890p\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/151ba0b95ded7054437f44a7595e3736\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 400,\n                            \"height\": 400,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"766_730\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"a0df351d28514d18a30364fd64a7dfc6\",\n                \"input_id\": \"7\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"20183edba158bfa273763aafc10e2d97\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.6\n                                }\n                            },\n                            \"data\": {}\n                        }\n                    ]\n                },\n                \"model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:13.380259Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.380259Z\"\n            }\n        },\n        {\n            \"score\": 0.692119,\n            \"input\": {\n                \"id\": \"7\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://s7d1.scene7.com/is/image/BedBathandBeyond/56879143899890p\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/151ba0b95ded7054437f44a7595e3736\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 400,\n                            \"height\": 400,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"766_730\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"e0c81a88c5ee4fd7afa8f0f56a000786\",\n                \"input_id\": \"7\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"20183edba158bfa273763aafc10e2d97\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.6\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"test-concept\",\n                                        \"name\": \"test-concept\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1701866015\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"annotation_info\": {\n                    \"set\": \"set_to_eval\"\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 0.685921,\n            \"input\": {\n                \"id\": \"7\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://s7d1.scene7.com/is/image/BedBathandBeyond/56879143899890p\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/151ba0b95ded7054437f44a7595e3736\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 400,\n                            \"height\": 400,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"198_379\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"fb1377dd16fc4ee2ba1078d9ed0ab4a2\",\n                \"input_id\": \"7\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"test-concept-1\",\n                                        \"name\": \"test-concept-1\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1701866015\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"annotation_info\": {\n                    \"set\": \"ground_truth\"\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 0.685921,\n            \"input\": {\n                \"id\": \"7\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://s7d1.scene7.com/is/image/BedBathandBeyond/56879143899890p\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/151ba0b95ded7054437f44a7595e3736\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 400,\n                            \"height\": 400,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"198_379\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"409e5e773d3a448a895c49a47644039e\",\n                \"input_id\": \"7\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {}\n                        }\n                    ]\n                },\n                \"model_version_id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:13.708549Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.708549Z\"\n            }\n        },\n        {\n            \"score\": 0.685921,\n            \"input\": {\n                \"id\": \"7\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://s7d1.scene7.com/is/image/BedBathandBeyond/56879143899890p\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/151ba0b95ded7054437f44a7595e3736\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 400,\n                            \"height\": 400,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"198_379\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"80c663b9e6d74a98b345a3a4a07cae69\",\n                \"input_id\": \"7\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {}\n                        }\n                    ]\n                },\n                \"model_version_id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:13.484420Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.484420Z\"\n            }\n        },\n        {\n            \"score\": 0.685921,\n            \"input\": {\n                \"id\": \"7\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://s7d1.scene7.com/is/image/BedBathandBeyond/56879143899890p\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/151ba0b95ded7054437f44a7595e3736\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 400,\n                            \"height\": 400,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"198_379\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"e2ccd9ba6cfa4bf083e29c233f62ad56\",\n                \"input_id\": \"7\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {}\n                        }\n                    ]\n                },\n                \"model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:13.380258Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.380258Z\"\n            }\n        },\n        {\n            \"score\": 0.68548,\n            \"input\": {\n                \"id\": \"7\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://s7d1.scene7.com/is/image/BedBathandBeyond/56879143899890p\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/151ba0b95ded7054437f44a7595e3736\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 400,\n                            \"height\": 400,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"389_578\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"4438076b63bd40f0956a8b345b7c6f08\",\n                \"input_id\": \"7\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 0.68548,\n            \"input\": {\n                \"id\": \"7\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://s7d1.scene7.com/is/image/BedBathandBeyond/56879143899890p\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/151ba0b95ded7054437f44a7595e3736\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 400,\n                            \"height\": 400,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"389_578\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"074eb04fa24e4e859bbe36c8cade4cf2\",\n                \"input_id\": \"7\",\n                \"data\": {},\n                \"model_version_id\": \"bb186755eda04f9cbb6fe32e816be104\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:50.040382Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.040382Z\"\n            }\n        },\n        {\n            \"score\": 0.68548,\n            \"input\": {\n                \"id\": \"7\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://s7d1.scene7.com/is/image/BedBathandBeyond/56879143899890p\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/151ba0b95ded7054437f44a7595e3736\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 400,\n                            \"height\": 400,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"389_578\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"bdc46deacafb4a1a9a8a286eba0b51e9\",\n                \"input_id\": \"7\",\n                \"data\": {},\n                \"model_version_id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:50.423420Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.423420Z\"\n            }\n        },\n        {\n            \"score\": 0.68548,\n            \"input\": {\n                \"id\": \"7\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://s7d1.scene7.com/is/image/BedBathandBeyond/56879143899890p\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/151ba0b95ded7054437f44a7595e3736\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 400,\n                            \"height\": 400,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"389_578\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"eb16c22db1854895ae01f7ba9845bb7f\",\n                \"input_id\": \"7\",\n                \"data\": {},\n                \"model_version_id\": \"aa7f35c01e0642fda5cf400f543e7c40\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:50.236169Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.236169Z\"\n            }\n        }\n    ],\n    \"searches\": [\n        {\n            \"query\": {\n                \"ranks\": [\n                    {\n                        \"annotation\": {\n                            \"data\": {\n                                \"embeddings\": [\n                                    {\n                                        \"vector\": [\n                                            0.004237163,\n                                            0.0064001856,\n                                            0.010539559,\n                                            0.020185525,\n                                            0.009357419,\n                                            0.009779685,\n                                            0.006802784,\n                                            0.02035626,\n                                            0.003586513,\n                                            0.005907818,\n                                            0.002889013,\n                                            0.004330585,\n                                            0.012193098,\n                                            0.009210223,\n                                            0.012682997,\n                                            0.00920916,\n                                            0.0038408015,\n                                            0.004064114,\n                                            0.003023753,\n                                            0.004439511,\n                                            0.0030930834,\n                                            0.0037922931,\n                                            0.0007544549,\n                                            0.008899263,\n                                            0.0038126835,\n                                            0.0011586598,\n                                            0.013870895,\n                                            0.004338989,\n                                            0.0014577039,\n                                            0.013787161,\n                                            0.01383093,\n                                            0.012485098,\n                                            0.0017453007,\n                                            0.0052839518,\n                                            0.0016396575,\n                                            0.00858701,\n                                            0.0029170646,\n                                            0.009115583,\n                                            0.0029177251,\n                                            0.02151861,\n                                            0.024923075,\n                                            0.0082625,\n                                            0.01296843,\n                                            0.050251346,\n                                            0.011481159,\n                                            0.0059941025,\n                                            0.022509463,\n                                            0.009011513,\n                                            0.005286803,\n                                            0.0067096297,\n                                            0.005506627,\n                                            0.009862972,\n                                            0.01023206,\n                                            0.007431895,\n                                            0.063385494,\n                                            0.0077666645,\n                                            0.012109933,\n                                            0.0081875175,\n                                            0.02365646,\n                                            0.0055650426,\n                                            0.005517949,\n                                            0.0060066883,\n                                            0.0038985256,\n                                            0.0019073401,\n                                            0.016670264,\n                                            0.012352868,\n                                            0.006012386,\n                                            0.009358743,\n                                            0.0058873007,\n                                            0.017775372,\n                                            0.0025619676,\n                                            0.015956646,\n                                            0.012807307,\n                                            0.008643096,\n                                            0.006746969,\n                                            0.0028560958,\n                                            0.0063351654,\n                                            0.009201843,\n                                            0.005280125,\n                                            0.01081312,\n                                            0.0044694124,\n                                            0.0077897953,\n                                            0.014422755,\n                                            0.008039022,\n                                            0.014347237,\n                                            0.008265558,\n                                            0.019399775,\n                                            0.011050729,\n                                            0.008257791,\n                                            0.021755626,\n                                            0.011351455,\n                                            0.007435018,\n                                            0.008861035,\n                                            0.00860257,\n                                            0.007259656,\n                                            0.00890424,\n                                            0.0043802285,\n                                            0.013961957,\n                                            0.015523346,\n                                            0.0016356655,\n                                            0.005720571,\n                                            0.013159459,\n                                            0.080203615,\n                                            0.009708144,\n                                            0.012835514,\n                                            0.007133824,\n                                            0.0047609126,\n                                            0.003014191,\n                                            0.003738035,\n                                            0.00324257,\n                                            0.01271954,\n                                            0.0062763905,\n                                            0.008645789,\n                                            0.030214528,\n                                            0.0068785306,\n                                            0.00970224,\n                                            0.003755652,\n                                            0.007802655,\n                                            0.0074315914,\n                                            0.004322417,\n                                            0.0076929578,\n                                            0.012349481,\n                                            0.021111522,\n                                            0.007512317,\n                                            0.0014245005,\n                                            0.0067743417,\n                                            0.007450649,\n                                            0.0044413395,\n                                            0.005276822,\n                                            0.006860484,\n                                            0.0043815505,\n                                            0.0054800306,\n                                            0.002297157,\n                                            0.011353934,\n                                            0.0066564623,\n                                            0.013267714,\n                                            0.0040801293,\n                                            0.006830809,\n                                            0.003656762,\n                                            0.0018979077,\n                                            0.0023413463,\n                                            0.011826274,\n                                            0.004709029,\n                                            0.0069729467,\n                                            0.0076972228,\n                                            0.020354912,\n                                            0.004307589,\n                                            0.004419376,\n                                            0.011920811,\n                                            0.004184945,\n                                            0.0042753043,\n                                            0.011033563,\n                                            0.007000262,\n                                            0.025059136,\n                                            0.0071253977,\n                                            0.01773018,\n                                            0.012803022,\n                                            0.0162259,\n                                            0.010530704,\n                                            0.004669639,\n                                            0.016617762,\n                                            0.0017060708,\n                                            0.023739463,\n                                            0.011267702,\n                                            0.0005516265,\n                                            0.0071039516,\n                                            0.0076082493,\n                                            0.0077895923,\n                                            0.004285284,\n                                            0.0052787666,\n                                            0.08092981,\n                                            0.0078096655,\n                                            0.004746482,\n                                            0.009514171,\n                                            0.011182553,\n                                            0.015173636,\n                                            0.0065653706,\n                                            0.009943137,\n                                            0.0059731263,\n                                            0.005149854,\n                                            0.0030897942,\n                                            0.0044365493,\n                                            0.0068274895,\n                                            0.0057665664,\n                                            0.0076064924,\n                                            0.004324163,\n                                            0.0053757364,\n                                            0.057102397,\n                                            0.008377733,\n                                            0.023280013,\n                                            0.00209324,\n                                            0.0048120464,\n                                            0.0045793927,\n                                            0.0074423254,\n                                            0.021328941,\n                                            0.013032938,\n                                            0.012045134,\n                                            0.008583505,\n                                            0.0014547097,\n                                            0.0016636688,\n                                            0.01142896,\n                                            0.00949259,\n                                            0.003917039,\n                                            0.00633077,\n                                            0.009769412,\n                                            0.0031381524,\n                                            0.013979952,\n                                            0.008770414,\n                                            0.023512999,\n                                            0.0075692264,\n                                            0.02024091,\n                                            0.0032605343,\n                                            0.05609085,\n                                            0.007926414,\n                                            0.0059407847,\n                                            0.012795034,\n                                            0.0038932979,\n                                            0.014417208,\n                                            0.021875933,\n                                            0.0054957853,\n                                            0.0077029327,\n                                            0.012426645,\n                                            0.0069853165,\n                                            0.0017092803,\n                                            0.009135614,\n                                            0.0019191998,\n                                            0.019476157,\n                                            0.0020362462,\n                                            0.0072876895,\n                                            0.0039625587,\n                                            0.014121115,\n                                            0.013016295,\n                                            0.03037128,\n                                            0.007992161,\n                                            0.024886848,\n                                            0.004879417,\n                                            0.010765698,\n                                            0.0119042825,\n                                            0.009919581,\n                                            0.0074867574,\n                                            0.004322027,\n                                            0.0072875842,\n                                            0.0014843714,\n                                            0.013503506,\n                                            0.011429027,\n                                            0.0037313416,\n                                            0.0035553323,\n                                            0.007935007,\n                                            0.0077744834,\n                                            0.00050150056,\n                                            0.0044328235,\n                                            0.0024426582,\n                                            0.012112559,\n                                            0.013744525,\n                                            0.016457058,\n                                            0.011966619,\n                                            0.02000339,\n                                            0.005286487,\n                                            0.0081494795,\n                                            0.0062090415,\n                                            0.008125428,\n                                            0.014697561,\n                                            0.0014201961,\n                                            0.0031183916,\n                                            0.030611658,\n                                            0.0037750856,\n                                            0.007848437,\n                                            0.0047172736,\n                                            0.005565268,\n                                            0.033884585,\n                                            0.0066267857,\n                                            0.0064712283,\n                                            0.011346105,\n                                            0.0034944143,\n                                            0.0038467608,\n                                            0.011883051,\n                                            0.012946241,\n                                            0.0027421487,\n                                            0.007815314,\n                                            0.010916155,\n                                            0.0018929061,\n                                            0.002380338,\n                                            0.035672255,\n                                            0.010841734,\n                                            0.004370943,\n                                            0.008186651,\n                                            0.0236684,\n                                            0.012201257,\n                                            0.0044875373,\n                                            0.0565985,\n                                            0.006639813,\n                                            0.0031556364,\n                                            0.001987626,\n                                            0.0018991719,\n                                            0.029480882,\n                                            0.00053858093,\n                                            0.012021102,\n                                            0.005708729,\n                                            0.00671894,\n                                            0.006210378,\n                                            0.0044115316,\n                                            0.0070999986,\n                                            0.01389024,\n                                            0.0053517795,\n                                            0.0049302634,\n                                            0.019998237,\n                                            0.003646643,\n                                            0.0056586857,\n                                            0.0060917498,\n                                            0.001491348,\n                                            0.007472105,\n                                            0.0038551022,\n                                            0.0030050774,\n                                            0.0016629306,\n                                            0.0024543938,\n                                            0.013597572,\n                                            0.0066071427,\n                                            0.011701202,\n                                            0.030226171,\n                                            0.0062002395,\n                                            0.012506986,\n                                            0.013003938,\n                                            0.0025669462,\n                                            0.010426388,\n                                            0.009171794,\n                                            0.009604588,\n                                            0.0075181345,\n                                            0.0035319822,\n                                            0.010946411,\n                                            0.0066844267,\n                                            0.023667261,\n                                            0.0041013565,\n                                            0.010553175,\n                                            0.004027657,\n                                            0.015498137,\n                                            0.012284179,\n                                            0.023786562,\n                                            0.013104498,\n                                            0.0056577493,\n                                            0.0071368464,\n                                            0.006332921,\n                                            0.006700068,\n                                            0.02970269,\n                                            0.008638427,\n                                            0.005766943,\n                                            0.0015518441,\n                                            0.006125241,\n                                            0.0023255064,\n                                            0.0045915,\n                                            0.026494518,\n                                            0.004778255,\n                                            0.0019897113,\n                                            0.0071926876,\n                                            0.020906411,\n                                            0.004264696,\n                                            0.0065207016,\n                                            0.0017566666,\n                                            0.0071377805,\n                                            0.0089412555,\n                                            0.015261243,\n                                            0.050722957,\n                                            0.003623483,\n                                            0.0027204657,\n                                            0.059453804,\n                                            0.029668225,\n                                            0.007411257,\n                                            0.0016016215,\n                                            0.004809753,\n                                            0.0055672806,\n                                            0.0024862434,\n                                            0.010565719,\n                                            0.0018192362,\n                                            0.012021278,\n                                            0.007866082,\n                                            0.006924653,\n                                            0.01090662,\n                                            0.008536185,\n                                            0.0634383,\n                                            0.023701647,\n                                            0.009230579,\n                                            0.012377926,\n                                            0.002759797,\n                                            0.0040034074,\n                                            0.024710407,\n                                            0.009159642,\n                                            0.007626264,\n                                            0.0057139094,\n                                            0.008396099,\n                                            0.0072258315,\n                                            0.01306262,\n                                            0.011465484,\n                                            0.0035504785,\n                                            0.0007397908,\n                                            0.0027593437,\n                                            0.009154057,\n                                            0.010937317,\n                                            0.0126728155,\n                                            0.004339489,\n                                            0.013956625,\n                                            0.0027683123,\n                                            0.0055520805,\n                                            0.009199802,\n                                            0.015906243,\n                                            0.0037953907,\n                                            0.017565165,\n                                            0.003113665,\n                                            0.017797701,\n                                            0.006686314,\n                                            0.09925078,\n                                            0.0097056925,\n                                            0.007502428,\n                                            0.0032628737,\n                                            0.0038362145,\n                                            0.0074184868,\n                                            0.006742216,\n                                            0.009769406,\n                                            0.0039376863,\n                                            0.020352215,\n                                            0.0008129058,\n                                            0.004314643,\n                                            0.0067414707,\n                                            0.015529294,\n                                            0.011409983,\n                                            0.0030553346,\n                                            0.009027884,\n                                            0.010042549,\n                                            0.009982979,\n                                            0.008210861,\n                                            0.0023924448,\n                                            0.0052290964,\n                                            0.005501487,\n                                            0.0110641755,\n                                            0.0054441416,\n                                            0.0055680466,\n                                            0.01223618,\n                                            0.0051990193,\n                                            0.013879163,\n                                            0.0047454764,\n                                            0.009355989,\n                                            0.0077845063,\n                                            0.00346792,\n                                            0.0015326407,\n                                            0.0051709507,\n                                            0.0043798354,\n                                            0.017843612,\n                                            0.010338424,\n                                            0.00517078,\n                                            0.0225659,\n                                            0.005938624,\n                                            0.008573112,\n                                            0.0026935958,\n                                            0.033846725,\n                                            0.007370583,\n                                            0.008875423,\n                                            0.009692466,\n                                            0.00845544,\n                                            0.023338066,\n                                            0.020334538,\n                                            0.012211657,\n                                            0.0085389195,\n                                            0.0071970555,\n                                            0.0043995664,\n                                            0.010542558,\n                                            0.017409958,\n                                            0.010848397,\n                                            0.0037868281,\n                                            0.0020044986,\n                                            0.02400675,\n                                            0.03636959,\n                                            0.0105672255,\n                                            0.011325644,\n                                            0.008772753,\n                                            0.006770049,\n                                            0.016400198,\n                                            0.0062626824,\n                                            0.0070054517,\n                                            0.0023560317,\n                                            0.007286811,\n                                            0.0030055926,\n                                            0.003888756,\n                                            0.0012406721,\n                                            0.013391149,\n                                            0.0035647757,\n                                            0.016125768,\n                                            0.016434846,\n                                            0.004359188,\n                                            0.010246564,\n                                            0.003965819,\n                                            0.0011094325,\n                                            0.0021089334,\n                                            0.0043550353,\n                                            0.099149354,\n                                            0.0054943957,\n                                            0.012818227,\n                                            0.008176179,\n                                            0.013863072,\n                                            0.012324082,\n                                            0.01371472,\n                                            0.011691891,\n                                            0.012650957,\n                                            0.0005379481,\n                                            0.004715333,\n                                            0.0004272476,\n                                            0.013500848,\n                                            0.011557857,\n                                            0.0047573457,\n                                            0.013826466,\n                                            0.004113372,\n                                            0.0029628559,\n                                            0.0040892265,\n                                            0.029760266,\n                                            0.020316307,\n                                            0.037884425,\n                                            0.006096927,\n                                            0.010379275,\n                                            0.025654523,\n                                            0.011471803,\n                                            0.0010777684,\n                                            0.016000524,\n                                            0.0012092997,\n                                            0.006648302,\n                                            0.01530031,\n                                            0.0155958,\n                                            0.04871913,\n                                            0.03201223,\n                                            0.0070784595,\n                                            0.018800842,\n                                            0.008252719,\n                                            0.025646435,\n                                            0.008755759,\n                                            0.00018939374,\n                                            0.0022078531,\n                                            0.05579879,\n                                            0.035273544,\n                                            0.0010368854,\n                                            0.008574684,\n                                            0.02077096,\n                                            0.0071266983,\n                                            0.0022972007,\n                                            0.037147257,\n                                            0.0089351265,\n                                            0.030217852,\n                                            0.0075436626,\n                                            0.00934418,\n                                            0.007944846,\n                                            0.053996887,\n                                            0.011385097,\n                                            0.005124232,\n                                            0.009494031,\n                                            0.0062996354,\n                                            0.0040404713,\n                                            0.01462206,\n                                            0.010043602,\n                                            0.014561689,\n                                            0.0029815973,\n                                            0.0005869693,\n                                            0.0012421969,\n                                            0.013298366,\n                                            0.0042426265,\n                                            0.017467767,\n                                            0.009176868,\n                                            0.0055535412,\n                                            0.014242946,\n                                            0.015554953,\n                                            0.01339784,\n                                            0.008157803,\n                                            0.017249113,\n                                            0.10161034,\n                                            0.04274778,\n                                            0.016459567,\n                                            0.006619746,\n                                            0.018756615,\n                                            0.034657706,\n                                            0.0217078,\n                                            0.021712277,\n                                            0.1049704,\n                                            0.0032208634,\n                                            0.02676079,\n                                            0.0032043278,\n                                            0.050577603,\n                                            0.023925187,\n                                            0.009870428,\n                                            0.022309447,\n                                            0.009047086,\n                                            0.001530915,\n                                            0.019829111,\n                                            0.012693786,\n                                            0.08300297,\n                                            0.009895815,\n                                            0.0115948245,\n                                            0.043189794,\n                                            0.0048716813,\n                                            0.015736641,\n                                            0.05376272,\n                                            0.0013402272,\n                                            0.024592364,\n                                            0.006347322,\n                                            0.016835734,\n                                            0.0045841034,\n                                            0.02158719,\n                                            0.020536477,\n                                            0.012565341,\n                                            0.0076171975,\n                                            0.08213097,\n                                            0.052920736,\n                                            0.020516463,\n                                            0.011126451,\n                                            0.0015141566,\n                                            0.030323653,\n                                            0.039968524,\n                                            0.027832346,\n                                            0.0076551847,\n                                            0.016039427,\n                                            0.010407585,\n                                            0.011579978,\n                                            0.064641826,\n                                            0.026506573,\n                                            0.0037460423,\n                                            0.028933832,\n                                            0.010676234,\n                                            0.023134936,\n                                            0.01948748,\n                                            0.042065557,\n                                            0.004132673,\n                                            0.007995969,\n                                            0.008188022,\n                                            0.005982318,\n                                            0.046595525,\n                                            0.004391677,\n                                            0.025030307,\n                                            0.013556992,\n                                            0.07896185,\n                                            0.108980976,\n                                            0.0057157353,\n                                            0.02295187,\n                                            0.004938433,\n                                            0.0023634674,\n                                            0.008716247,\n                                            0.0000027176777,\n                                            0.001775559,\n                                            0.011954935,\n                                            0.014868147,\n                                            0.018699337,\n                                            0.010300127,\n                                            0.016970074,\n                                            0.09875672,\n                                            0.0018574916,\n                                            0.02523445,\n                                            0.0073842756,\n                                            0.0030171683,\n                                            0.007901586,\n                                            0.0063906596,\n                                            0.111863635,\n                                            0.0042696195,\n                                            0.0067971903,\n                                            0.072009034,\n                                            0.0047488133,\n                                            0.0120622115,\n                                            0.00457883,\n                                            0.004067353,\n                                            0.0076544774,\n                                            0.010575972,\n                                            0.0084356535,\n                                            0.0072534084,\n                                            0.010129918,\n                                            0.016826682,\n                                            0.010056925,\n                                            0.008528179,\n                                            0.0014228704,\n                                            0.002699315,\n                                            0.007148606,\n                                            0.056325853,\n                                            0.010362714,\n                                            0.05705679,\n                                            0.005580324,\n                                            0.013874542,\n                                            0.10654081,\n                                            0.0023473217,\n                                            0.008258162,\n                                            0.004917028,\n                                            0.0066733146,\n                                            0.0023647347,\n                                            0.017125256,\n                                            0.0041070855,\n                                            0.0034691019,\n                                            0.027394282,\n                                            0.0026711521,\n                                            0.0021966347,\n                                            0.07225998,\n                                            0.008022776,\n                                            0.020157682,\n                                            0.0044888873,\n                                            0.0059183273,\n                                            0.01776198,\n                                            0.0048253457,\n                                            0.025618566,\n                                            0.01956632,\n                                            0.27014792,\n                                            0.012969538,\n                                            0.0132247675,\n                                            0.0072189304,\n                                            0.007870334,\n                                            0.016215635,\n                                            0.008020013,\n                                            0.0052482234,\n                                            0.008806871,\n                                            0.003990543,\n                                            0.004932298,\n                                            0.01060252,\n                                            0.027572883,\n                                            0.007551044,\n                                            0.0028098184,\n                                            0.014516271,\n                                            0.062890545,\n                                            0.01097245,\n                                            0.0047981204,\n                                            0.033244554,\n                                            0.009292324,\n                                            0.011244699,\n                                            0.0009680095,\n                                            0.030588359,\n                                            0.012423377,\n                                            0.013118841,\n                                            0.038397763,\n                                            0.06348682,\n                                            0.0064136004,\n                                            0.003353275,\n                                            0.03797251,\n                                            0.0110846,\n                                            0.009830291,\n                                            0.13146508,\n                                            0.01490472,\n                                            0.011121209,\n                                            0.0075890357,\n                                            0.0060527185,\n                                            0.0136636,\n                                            0.007936517,\n                                            0.00250181,\n                                            0.0054044183,\n                                            0.009910327,\n                                            0.01577184,\n                                            0.030624624,\n                                            0.004318662,\n                                            0.009599447,\n                                            0.0061575263,\n                                            0.0014738394,\n                                            0.005590631,\n                                            0.058400903,\n                                            0.018252311,\n                                            0.018276615,\n                                            0.24690314,\n                                            0.013905613,\n                                            0.0040620035,\n                                            0.0051523405,\n                                            0.0115022,\n                                            0.026711756,\n                                            0.17033844,\n                                            0.0075286,\n                                            0.006625808,\n                                            0.005714132,\n                                            0.007910783,\n                                            0.011260623,\n                                            0.0018317028,\n                                            0.018925847,\n                                            0.005151379,\n                                            0.0042076176,\n                                            0.0056678816,\n                                            0.01776406,\n                                            0.03138734,\n                                            0.0076708924,\n                                            0.0063564894,\n                                            0.0066354135,\n                                            0.027759207,\n                                            0.2581154,\n                                            0.018146796,\n                                            0.014322835,\n                                            0.043412738,\n                                            0.017135253,\n                                            0.116689876,\n                                            0.08669958,\n                                            0.010170988,\n                                            0.074293986,\n                                            0.007003875,\n                                            0.060233995,\n                                            0.029410476,\n                                            0.02619715,\n                                            0.01667128,\n                                            0.00627386,\n                                            0.019108001,\n                                            0.028459052,\n                                            0.015387292,\n                                            0.039037883,\n                                            0.017253544,\n                                            0.0124390675,\n                                            0.009500856,\n                                            0.015326508,\n                                            0.008859361,\n                                            0.011845661,\n                                            0.013569029,\n                                            0.049537882,\n                                            0.058480624,\n                                            0.00891572,\n                                            0.017064035,\n                                            0.17122062,\n                                            0.045279544,\n                                            0.06772945,\n                                            0.0070953863,\n                                            0.0039406316,\n                                            0.030124329,\n                                            0.009437409,\n                                            0.022787347,\n                                            0.1593626,\n                                            0.015595106,\n                                            0.009637125,\n                                            0.012347344,\n                                            0.014783725,\n                                            0.017759811,\n                                            0.008909127,\n                                            0.037581462,\n                                            0.0099560805,\n                                            0.0039353073,\n                                            0.02039231,\n                                            0.041276816,\n                                            0.008657207,\n                                            0.01709975,\n                                            0.021970592,\n                                            0.033025842,\n                                            0.017743008,\n                                            0.022846896,\n                                            0.026207449,\n                                            0.021563467,\n                                            0.028565383,\n                                            0.058115933,\n                                            0.02881399,\n                                            0.052197143,\n                                            0.051205765,\n                                            0.011080165,\n                                            0.067065276,\n                                            0.027543793,\n                                            0.017957363,\n                                            0.06838262,\n                                            0.025571005,\n                                            0.054059755,\n                                            0.008814146,\n                                            0.03992822,\n                                            0.07771718,\n                                            0.012972093,\n                                            0.014157217,\n                                            0.05095777,\n                                            0.00640923,\n                                            0.08112526,\n                                            0.008048974,\n                                            0.021383261,\n                                            0.02175304,\n                                            0.033144325,\n                                            0.004108641,\n                                            0.057634957,\n                                            0.007207614,\n                                            0.0280536,\n                                            0.040270235,\n                                            0.0042227507,\n                                            0.024243802,\n                                            0.014415654,\n                                            0.023214359,\n                                            0.00070763123,\n                                            0.007647762,\n                                            0.0029877017,\n                                            0.010294499,\n                                            0.024474226,\n                                            0.0015587494,\n                                            0.006830815,\n                                            0.006300025,\n                                            0.007784234,\n                                            0.049185183,\n                                            0.04460378,\n                                            0.091306575,\n                                            0.025649,\n                                            0.14827646,\n                                            0.0009611675,\n                                            0.010769459,\n                                            0.06098628,\n                                            0.022403596,\n                                            0.016352959,\n                                            0.008589899,\n                                            0.0053458344,\n                                            0.020264005,\n                                            0.011495047,\n                                            0.0061604255,\n                                            0.08822016,\n                                            0.019550862,\n                                            0.0153277,\n                                            0.036819987,\n                                            0.0052923965,\n                                            0.036599312,\n                                            0.017584216,\n                                            0.034924947,\n                                            0.013182576,\n                                            0.001188618,\n                                            0.039138153,\n                                            0.016734878,\n                                            0.0050109,\n                                            0.011071771,\n                                            0.0050317864,\n                                            0.070516855,\n                                            0.043491736,\n                                            0.02363525,\n                                            0.00974544,\n                                            0.00409701,\n                                            0.002939988,\n                                            0.0076249056,\n                                            0.0394731,\n                                            0.028942635,\n                                            0.13245338,\n                                            0.024179447,\n                                            0.031978097,\n                                            0.00469548,\n                                            0.06587102,\n                                            0.0027839167,\n                                            0.0056588454,\n                                            0.054420922,\n                                            0.045816734,\n                                            0.0028058079,\n                                            0.0025087618,\n                                            0.011091029,\n                                            0.031694204,\n                                            0.01748156,\n                                            0.03740377,\n                                            0.014553653,\n                                            0.071524955,\n                                            0.006974918,\n                                            0.034049526,\n                                            0.027425371,\n                                            0.10984962,\n                                            0.020863395,\n                                            0.046027098,\n                                            0.096864395,\n                                            0.015615639,\n                                            0.050324075,\n                                            0.020762146,\n                                            0.08857162,\n                                            0.021424502,\n                                            0.033653118,\n                                            0.016005507,\n                                            0.027800063,\n                                            0.024470014,\n                                            0.07789861,\n                                            0.03079191,\n                                            0.012632653,\n                                            0.0719874,\n                                            0.033611614,\n                                            0.03554958,\n                                            0.010655122,\n                                            0.0009582481,\n                                            0.014177777,\n                                            0.011559816,\n                                            0.017590182,\n                                            0.017260633,\n                                            0.0655649,\n                                            0.03527604,\n                                            0.011052013,\n                                            0.04419552,\n                                            0.0040255305,\n                                            0.02551019,\n                                            0.022912057,\n                                            0.024130356,\n                                            0.0148154525,\n                                            0.058768764,\n                                            0.008399876,\n                                            0.03386495,\n                                            0.0064948862,\n                                            0.061918158,\n                                            0.041306257,\n                                            0.0033785338,\n                                            0.001933587,\n                                            0.0028601347,\n                                            0.03300184,\n                                            0.11131847,\n                                            0.020203076,\n                                            0.012231852,\n                                            0.013706108,\n                                            0.08116074,\n                                            0.014897994,\n                                            0.0036894158,\n                                            0.041780796,\n                                            0.015385543,\n                                            0.036702402,\n                                            0.026447356,\n                                            0.009426449,\n                                            0.05588401,\n                                            0.013436162,\n                                            0.035269372,\n                                            0.010201217,\n                                            0.063047215,\n                                            0.03764159,\n                                            0.023701144,\n                                            0.038916655,\n                                            0.006969766,\n                                            0.008300721,\n                                            0.039880082,\n                                            0.059248842,\n                                            0.0078003835,\n                                            0.0627184,\n                                            0.03850148,\n                                            0.031057762,\n                                            0.034829218,\n                                            0.053627625,\n                                            0.023881702,\n                                            0.017343998,\n                                            0.023905536,\n                                            0.024879579,\n                                            0.018235529,\n                                            0.014273226,\n                                            0.007934984,\n                                            0.009280065,\n                                            0.021164881,\n                                            0.13997324,\n                                            0.0063556097,\n                                            0.05512703,\n                                            0.08383543,\n                                            0.032052226,\n                                            0.016853033,\n                                            0.0628287,\n                                            0.0042807497,\n                                            0.034088984\n                                        ],\n                                        \"num_dimensions\": 1024\n                                    }\n                                ]\n                            }\n                        }\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"2ba4edba-2eb2-42e9-a50b-2cd45c4053dc"}],"id":"40ea5186-05ab-4c5a-bdab-2517a7467f70","description":"<p>Rank annotation search results by visual or semantic similarity. Results can be ranked against a reference image URL, an input ID already in the app, an embedding vector, or a combination of visual and concept signals.</p>\n<p><strong>Key operations:</strong> rank by input ID, rank by image with threshold, rank by public concept (OR), rank by image + tag + input, rank by embedding + tag + input, rank by embedding.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/create/search/api/rank\">Rank Search</a></p>\n","_postman_id":"40ea5186-05ab-4c5a-bdab-2517a7467f70","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Filter Inputs","item":[{"name":"Omit All Postive Labels","id":"fb0ee4cd-9695-4f0b-9a00-6577c9f2eb24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"filters\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"apple\", \"value\": 1}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"cherry\", \"value\": 1}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"watermelon\", \"value\": 1}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"dog\", \"value\": 1}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"train\", \"value\": 1}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t}]\n\t\t}\n\t}]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs/searches","description":"<p>Find inputs that have no positive concept annotations. Useful for locating unannotated or negatively-labeled inputs in the dataset.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","inputs","searches"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"73d7791c-5e11-4202-ab3a-ed52b7a7f982","name":"omit all postive labels","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"filters\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"apple\", \"value\": 1}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"cherry\", \"value\": 1}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"watermelon\", \"value\": 1}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"dog\", \"value\": 1}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"train\", \"value\": 1}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t}]\n\t\t}\n\t}]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs/searches"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"ec6da8339fcd4d1a83994b7f135d4796\"\n    },\n    \"hits\": [\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"0\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/search-test-data/img-db8ebbc0-c294-4ec6-879f-b97da05c7ea8.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/c30ae8a9e26435583da5b6a3eaffe540\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 764,\n                            \"height\": 1024,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"concepts\": [\n                        {\n                            \"id\": \"test-concept\",\n                            \"name\": \"test-concept\",\n                            \"value\": 1\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:54:18.124657Z\",\n                \"modified_at\": \"2023-12-06T12:54:21.015005Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"58f39a91f9f84ba3a9b70ee6a21a5baa\",\n                \"input_id\": \"0\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"test-concept\",\n                            \"name\": \"test-concept\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1701866015\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:54:18.124657Z\",\n                \"modified_at\": \"2023-12-06T12:54:18.124657Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"7\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://s7d1.scene7.com/is/image/BedBathandBeyond/56879143899890p\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/151ba0b95ded7054437f44a7595e3736\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 400,\n                            \"height\": 400,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"4438076b63bd40f0956a8b345b7c6f08\",\n                \"input_id\": \"7\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"6\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/EnrVc0B.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/5fcff2ae1739cd5964d75bd258cc4388\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1200,\n                            \"height\": 900,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"1d71e1041eee4c569ae886234d0e585c\",\n                \"input_id\": \"6\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"5\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/eXCE9mf.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/a6f72e75368bdc556b82d829417c53b1\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1280,\n                            \"height\": 720,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"1f4120b315e34a3eb15e4c590beb6025\",\n                \"input_id\": \"5\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"4\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/GeMQsiQ.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/ce718f0ca1bdcac7f36bcc871fa68001\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 4096,\n                            \"height\": 3040,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"63058214581e4bdfbd3b51c6a573fae6\",\n                \"input_id\": \"4\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"3\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/9Knw6RS.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/d9b6a576e9f5975db07556c882d32dc7\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1600,\n                            \"height\": 1032,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"c41665c665d743a9b98fee7c55de044e\",\n                \"input_id\": \"3\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"2\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/It5JRaj.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/2ef6a4da17cdd348a5166fd6f30db3e2\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 768,\n                            \"height\": 1024,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"a70f8fbcfa2a4089946a98237ac2a0c6\",\n                \"input_id\": \"2\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"1\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/HEoT5xR.png\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/89f4b090a85df4802d6cf5b767a66f37\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 934,\n                            \"height\": 587,\n                            \"format\": \"PNG\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"eb66cb0c3d504a8480aa7420ca02a6fd\",\n                \"input_id\": \"1\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        }\n    ],\n    \"searches\": [\n        {\n            \"query\": {\n                \"filters\": [\n                    {\n                        \"negate\": true,\n                        \"annotation\": {\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"name\": \"apple\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            }\n                        }\n                    },\n                    {\n                        \"negate\": true,\n                        \"annotation\": {\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"name\": \"cherry\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            }\n                        }\n                    },\n                    {\n                        \"negate\": true,\n                        \"annotation\": {\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"name\": \"watermelon\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            }\n                        }\n                    },\n                    {\n                        \"negate\": true,\n                        \"annotation\": {\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"name\": \"dog\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            }\n                        }\n                    },\n                    {\n                        \"negate\": true,\n                        \"annotation\": {\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"name\": \"train\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            }\n                        }\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"fb0ee4cd-9695-4f0b-9a00-6577c9f2eb24"},{"name":"Omit All Negative Labels","id":"5ccb9a7f-a3b9-46a7-9dd6-02060bc436b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"filters\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"apple\", \"value\": 0}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"cherry\", \"value\": 0}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"watermelon\", \"value\": 0}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"dog\", \"value\": 0}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"train\", \"value\": 0}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t}]\n\t\t}\n\t}]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs/searches","description":"<p>Find inputs that have no negative concept annotations.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","inputs","searches"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"9f0acd18-1606-47ab-b82f-cb67d998ac3d","name":"omit all negative labels","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"filters\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"apple\", \"value\": 0}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"cherry\", \"value\": 0}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"watermelon\", \"value\": 0}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"dog\", \"value\": 0}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"train\", \"value\": 0}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t}]\n\t\t}\n\t}]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs/searches"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"b1ded0094432db65941db40ccf359bb6\"\n    },\n    \"hits\": [\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"0\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/search-test-data/img-db8ebbc0-c294-4ec6-879f-b97da05c7ea8.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/c30ae8a9e26435583da5b6a3eaffe540\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 764,\n                            \"height\": 1024,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"concepts\": [\n                        {\n                            \"id\": \"test-concept\",\n                            \"name\": \"test-concept\",\n                            \"value\": 1\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:54:18.124657Z\",\n                \"modified_at\": \"2023-12-06T12:54:21.015005Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"58f39a91f9f84ba3a9b70ee6a21a5baa\",\n                \"input_id\": \"0\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"test-concept\",\n                            \"name\": \"test-concept\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1701866015\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:54:18.124657Z\",\n                \"modified_at\": \"2023-12-06T12:54:18.124657Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"7\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://s7d1.scene7.com/is/image/BedBathandBeyond/56879143899890p\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/151ba0b95ded7054437f44a7595e3736\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 400,\n                            \"height\": 400,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"4438076b63bd40f0956a8b345b7c6f08\",\n                \"input_id\": \"7\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"6\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/EnrVc0B.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/5fcff2ae1739cd5964d75bd258cc4388\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1200,\n                            \"height\": 900,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"1d71e1041eee4c569ae886234d0e585c\",\n                \"input_id\": \"6\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"5\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/eXCE9mf.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/a6f72e75368bdc556b82d829417c53b1\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1280,\n                            \"height\": 720,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"1f4120b315e34a3eb15e4c590beb6025\",\n                \"input_id\": \"5\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"4\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/GeMQsiQ.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/ce718f0ca1bdcac7f36bcc871fa68001\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 4096,\n                            \"height\": 3040,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"63058214581e4bdfbd3b51c6a573fae6\",\n                \"input_id\": \"4\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"3\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/9Knw6RS.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/d9b6a576e9f5975db07556c882d32dc7\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1600,\n                            \"height\": 1032,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"c41665c665d743a9b98fee7c55de044e\",\n                \"input_id\": \"3\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"2\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/It5JRaj.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/2ef6a4da17cdd348a5166fd6f30db3e2\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 768,\n                            \"height\": 1024,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"a70f8fbcfa2a4089946a98237ac2a0c6\",\n                \"input_id\": \"2\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"1\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/HEoT5xR.png\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/89f4b090a85df4802d6cf5b767a66f37\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 934,\n                            \"height\": 587,\n                            \"format\": \"PNG\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"eb66cb0c3d504a8480aa7420ca02a6fd\",\n                \"input_id\": \"1\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        }\n    ],\n    \"searches\": [\n        {\n            \"query\": {\n                \"filters\": [\n                    {\n                        \"negate\": true,\n                        \"annotation\": {\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"name\": \"apple\",\n                                        \"value\": 0\n                                    }\n                                ]\n                            }\n                        }\n                    },\n                    {\n                        \"negate\": true,\n                        \"annotation\": {\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"name\": \"cherry\",\n                                        \"value\": 0\n                                    }\n                                ]\n                            }\n                        }\n                    },\n                    {\n                        \"negate\": true,\n                        \"annotation\": {\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"name\": \"watermelon\",\n                                        \"value\": 0\n                                    }\n                                ]\n                            }\n                        }\n                    },\n                    {\n                        \"negate\": true,\n                        \"annotation\": {\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"name\": \"dog\",\n                                        \"value\": 0\n                                    }\n                                ]\n                            }\n                        }\n                    },\n                    {\n                        \"negate\": true,\n                        \"annotation\": {\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"name\": \"train\",\n                                        \"value\": 0\n                                    }\n                                ]\n                            }\n                        }\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"5ccb9a7f-a3b9-46a7-9dd6-02060bc436b3"},{"name":"Omit Single Positive Label","id":"4397cc1b-4789-4ffe-b269-5761f11fb8b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"filters\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"train\", \"value\": 1}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t}]\n\t\t}\n\t}]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs/searches","description":"<p>Find inputs that do not have a specific concept annotated as positive. Useful for identifying unlabeled images for a particular class.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>searches[].query.filters[].annotation.data.concepts[].id</code></td>\n<td>string</td>\n<td>Concept ID to exclude</td>\n</tr>\n<tr>\n<td><code>searches[].query.filters[].negate</code></td>\n<td>boolean</td>\n<td>Set to <code>true</code> to invert the filter</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","inputs","searches"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"a643b7a1-659c-4d10-a16a-d69c7936ce08","name":"omit single positive label","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"filters\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"train\", \"value\": 1}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t}]\n\t\t}\n\t}]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs/searches"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"459eeea93c8287d0cae8a356406abc93\"\n    },\n    \"hits\": [\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"0\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/search-test-data/img-db8ebbc0-c294-4ec6-879f-b97da05c7ea8.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/c30ae8a9e26435583da5b6a3eaffe540\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 764,\n                            \"height\": 1024,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"concepts\": [\n                        {\n                            \"id\": \"test-concept\",\n                            \"name\": \"test-concept\",\n                            \"value\": 1\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:54:18.124657Z\",\n                \"modified_at\": \"2023-12-06T12:54:21.015005Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"58f39a91f9f84ba3a9b70ee6a21a5baa\",\n                \"input_id\": \"0\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"test-concept\",\n                            \"name\": \"test-concept\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1701866015\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:54:18.124657Z\",\n                \"modified_at\": \"2023-12-06T12:54:18.124657Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"7\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://s7d1.scene7.com/is/image/BedBathandBeyond/56879143899890p\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/151ba0b95ded7054437f44a7595e3736\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 400,\n                            \"height\": 400,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"4438076b63bd40f0956a8b345b7c6f08\",\n                \"input_id\": \"7\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"6\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/EnrVc0B.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/5fcff2ae1739cd5964d75bd258cc4388\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1200,\n                            \"height\": 900,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"1d71e1041eee4c569ae886234d0e585c\",\n                \"input_id\": \"6\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"5\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/eXCE9mf.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/a6f72e75368bdc556b82d829417c53b1\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1280,\n                            \"height\": 720,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"1f4120b315e34a3eb15e4c590beb6025\",\n                \"input_id\": \"5\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"4\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/GeMQsiQ.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/ce718f0ca1bdcac7f36bcc871fa68001\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 4096,\n                            \"height\": 3040,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"63058214581e4bdfbd3b51c6a573fae6\",\n                \"input_id\": \"4\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"3\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/9Knw6RS.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/d9b6a576e9f5975db07556c882d32dc7\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1600,\n                            \"height\": 1032,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"c41665c665d743a9b98fee7c55de044e\",\n                \"input_id\": \"3\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"2\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/It5JRaj.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/2ef6a4da17cdd348a5166fd6f30db3e2\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 768,\n                            \"height\": 1024,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"a70f8fbcfa2a4089946a98237ac2a0c6\",\n                \"input_id\": \"2\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"1\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/HEoT5xR.png\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/89f4b090a85df4802d6cf5b767a66f37\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 934,\n                            \"height\": 587,\n                            \"format\": \"PNG\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"eb66cb0c3d504a8480aa7420ca02a6fd\",\n                \"input_id\": \"1\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        }\n    ],\n    \"searches\": [\n        {\n            \"query\": {\n                \"filters\": [\n                    {\n                        \"negate\": true,\n                        \"annotation\": {\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"name\": \"train\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            }\n                        }\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"4397cc1b-4789-4ffe-b269-5761f11fb8b5"},{"name":"Find Not Labeled Inputs","id":"d3e4e48b-36c9-4768-943e-96891533403c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"filters\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"apple\", \"value\": 1}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"apple\", \"value\": 0}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"cherry\", \"value\": 1}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"cherry\", \"value\": 0}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"watermelon\", \"value\": 1}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"watermelon\", \"value\": 0}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"dog\", \"value\": 1}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"dog\", \"value\": 0}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"train\", \"value\": 1}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"train\", \"value\": 0}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t}]\n\t\t}\n\t}]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs/searches","description":"<p>Find inputs that have no human annotations at all. These are inputs that have been uploaded but not yet labeled — useful for discovering unlabeled data for annotation tasks.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","inputs","searches"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"df6b864f-22d3-4bbf-8eac-76745e40181e","name":"find not labeled inputs","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"filters\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"apple\", \"value\": 1}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"apple\", \"value\": 0}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"cherry\", \"value\": 1}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"cherry\", \"value\": 0}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"watermelon\", \"value\": 1}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"watermelon\", \"value\": 0}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"dog\", \"value\": 1}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"dog\", \"value\": 0}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"train\", \"value\": 1}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"train\", \"value\": 0}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"negate\": true\n\t\t\t}]\n\t\t}\n\t}]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs/searches"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"31d65b712e7d4e3dc98629cdb6048ad8\"\n    },\n    \"hits\": [\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"0\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/search-test-data/img-db8ebbc0-c294-4ec6-879f-b97da05c7ea8.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/c30ae8a9e26435583da5b6a3eaffe540\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 764,\n                            \"height\": 1024,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"concepts\": [\n                        {\n                            \"id\": \"test-concept\",\n                            \"name\": \"test-concept\",\n                            \"value\": 1\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:54:18.124657Z\",\n                \"modified_at\": \"2023-12-06T12:54:21.015005Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"58f39a91f9f84ba3a9b70ee6a21a5baa\",\n                \"input_id\": \"0\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"test-concept\",\n                            \"name\": \"test-concept\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1701866015\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:54:18.124657Z\",\n                \"modified_at\": \"2023-12-06T12:54:18.124657Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"7\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://s7d1.scene7.com/is/image/BedBathandBeyond/56879143899890p\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/151ba0b95ded7054437f44a7595e3736\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 400,\n                            \"height\": 400,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"4438076b63bd40f0956a8b345b7c6f08\",\n                \"input_id\": \"7\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"6\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/EnrVc0B.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/5fcff2ae1739cd5964d75bd258cc4388\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1200,\n                            \"height\": 900,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"1d71e1041eee4c569ae886234d0e585c\",\n                \"input_id\": \"6\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"5\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/eXCE9mf.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/a6f72e75368bdc556b82d829417c53b1\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1280,\n                            \"height\": 720,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"1f4120b315e34a3eb15e4c590beb6025\",\n                \"input_id\": \"5\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"4\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/GeMQsiQ.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/ce718f0ca1bdcac7f36bcc871fa68001\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 4096,\n                            \"height\": 3040,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"63058214581e4bdfbd3b51c6a573fae6\",\n                \"input_id\": \"4\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"3\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/9Knw6RS.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/d9b6a576e9f5975db07556c882d32dc7\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1600,\n                            \"height\": 1032,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"c41665c665d743a9b98fee7c55de044e\",\n                \"input_id\": \"3\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"2\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/It5JRaj.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/2ef6a4da17cdd348a5166fd6f30db3e2\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 768,\n                            \"height\": 1024,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"a70f8fbcfa2a4089946a98237ac2a0c6\",\n                \"input_id\": \"2\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"1\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/HEoT5xR.png\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/89f4b090a85df4802d6cf5b767a66f37\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 934,\n                            \"height\": 587,\n                            \"format\": \"PNG\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"eb66cb0c3d504a8480aa7420ca02a6fd\",\n                \"input_id\": \"1\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        }\n    ],\n    \"searches\": [\n        {\n            \"query\": {\n                \"filters\": [\n                    {\n                        \"negate\": true,\n                        \"annotation\": {\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"name\": \"apple\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            }\n                        }\n                    },\n                    {\n                        \"negate\": true,\n                        \"annotation\": {\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"name\": \"apple\",\n                                        \"value\": 0\n                                    }\n                                ]\n                            }\n                        }\n                    },\n                    {\n                        \"negate\": true,\n                        \"annotation\": {\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"name\": \"cherry\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            }\n                        }\n                    },\n                    {\n                        \"negate\": true,\n                        \"annotation\": {\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"name\": \"cherry\",\n                                        \"value\": 0\n                                    }\n                                ]\n                            }\n                        }\n                    },\n                    {\n                        \"negate\": true,\n                        \"annotation\": {\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"name\": \"watermelon\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            }\n                        }\n                    },\n                    {\n                        \"negate\": true,\n                        \"annotation\": {\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"name\": \"watermelon\",\n                                        \"value\": 0\n                                    }\n                                ]\n                            }\n                        }\n                    },\n                    {\n                        \"negate\": true,\n                        \"annotation\": {\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"name\": \"dog\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            }\n                        }\n                    },\n                    {\n                        \"negate\": true,\n                        \"annotation\": {\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"name\": \"dog\",\n                                        \"value\": 0\n                                    }\n                                ]\n                            }\n                        }\n                    },\n                    {\n                        \"negate\": true,\n                        \"annotation\": {\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"name\": \"train\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            }\n                        }\n                    },\n                    {\n                        \"negate\": true,\n                        \"annotation\": {\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"name\": \"train\",\n                                        \"value\": 0\n                                    }\n                                ]\n                            }\n                        }\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"d3e4e48b-36c9-4768-943e-96891533403c"}],"id":"a999a6ce-f6b9-4aac-aed0-908296af88ea","description":"<p>Filter inputs based on their annotation label status. Use these endpoints to find inputs that are unlabeled, have positive labels omitted, or have negative labels omitted — useful for identifying gaps in your training data.</p>\n<p><strong>Key operations:</strong> omit all positive labels, omit all negative labels, omit single positive label, find not-labeled inputs.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/create/search/api/filter\">Filter Search</a></p>\n","_postman_id":"a999a6ce-f6b9-4aac-aed0-908296af88ea","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Filter Annotations","item":[{"name":"Filter By Custom Concept","id":"4ba03776-62e7-4e9b-99b6-b7269fce7e4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"filters\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"bar\"}]\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}]\n\t\t}\n\t}]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches","description":"<p>Filter annotations by a specific custom concept. Returns all annotations in the app where the given concept is present.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>searches[].query.filters[].annotation.data.concepts[].name</code></td>\n<td>string</td>\n<td>Concept name to filter by</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotations","searches"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"f76ea4a0-67db-4956-b2e4-ae0bf1b92da6","name":"filter by custom concept","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"filters\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"bar\"}]\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}]\n\t\t}\n\t}]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"7b984cd502d0826b1a5782b2245d7f69\"\n    },\n    \"hits\": [],\n    \"searches\": [\n        {\n            \"query\": {\n                \"filters\": [\n                    {\n                        \"annotation\": {\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"name\": \"bar\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            }\n                        }\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"4ba03776-62e7-4e9b-99b6-b7269fce7e4d"},{"name":"Filter By Custom Concept With Time Range","id":"cd13ec49-d59c-4281-bb26-230efe6ca520","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"filters\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"bar\"}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"last_updated_time_range\": {\n                    \"start_time\": \"2020-01-02T15:04:05.999999999Z\"\n                }\n\t\t\t}]\n\t\t}\n\t}]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches","description":"<p>Filter annotations by concept within a time range. Only annotations created or modified within the specified time window are returned.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>searches[].query.filters[].annotation.data.concepts[].name</code></td>\n<td>string</td>\n<td>Concept name</td>\n</tr>\n<tr>\n<td><code>searches[].query.filters[].last_updated_time_range.start_time</code></td>\n<td>string</td>\n<td>ISO-8601 start timestamp</td>\n</tr>\n<tr>\n<td><code>searches[].query.filters[].last_updated_time_range.end_time</code></td>\n<td>string</td>\n<td>ISO-8601 end timestamp</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotations","searches"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"6869b2a3-e538-4c8c-b145-f56def722e20","name":"filter by custom concept with time range","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"filters\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"bar\"}]\n\t\t\t\t\t}\n\t\t\t\t},\n                \"last_updated_time_range\": {\n                    \"start_time\": \"2020-01-02T15:04:05.999999999Z\"\n                }\n\t\t\t}]\n\t\t}\n\t}]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"5f3e61aa1e1ee9570fd343bb87125053\"\n    },\n    \"hits\": [],\n    \"searches\": [\n        {\n            \"query\": {\n                \"filters\": [\n                    {\n                        \"annotation\": {\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"name\": \"bar\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            }\n                        },\n                        \"last_updated_time_range\": {\n                            \"start_time\": \"2020-01-02T15:04:05.999999999Z\"\n                        }\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"cd13ec49-d59c-4281-bb26-230efe6ca520"},{"name":"Filter By Input Status","id":"c4eb91df-7cc3-4c22-bd6f-22105073cc44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"filters\": [{\n\t\t\t\t\"input\": {\n\t\t\t\t\t\"status\": {\n\t\t\t\t\t\t\"code\": 30000\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}]\n\t\t}\n\t}],\n\t\"pagination\": {\n\t\t\"page\": 1,\n\t\t\"per_page\": 32\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches","description":"<p>Filter annotations based on the processing status of their parent inputs.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>searches[].query.filters[].input.status.code</code></td>\n<td>integer</td>\n<td>Status code: <code>30000</code> = download complete, <code>30001</code> = processing, <code>30002</code> = failed</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotations","searches"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"b67dc9ae-1e11-42cb-bfb1-3e280258f7a1","name":"filter by input status","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"filters\": [{\n\t\t\t\t\"input\": {\n\t\t\t\t\t\"status\": {\n\t\t\t\t\t\t\"code\": 30000\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}]\n\t\t}\n\t}],\n\t\"pagination\": {\n\t\t\"page\": 1,\n\t\t\"per_page\": 32\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"2c37ffa65bd26043101693baf56dac96\"\n    },\n    \"hits\": [\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"2f0336587c564033b40b8d08c32c31ce\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T15:28:19.887728Z\",\n                \"modified_at\": \"2023-11-28T15:28:20.143435Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"f2520ee1dede4955b4bfc9e2edbd3d43\",\n                \"input_id\": \"2f0336587c564033b40b8d08c32c31ce\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"foo1\",\n                                        \"name\": \"foo1\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1700638575-empty\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:29:32.199257Z\",\n                \"modified_at\": \"2023-11-28T15:31:00.192895Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"2f0336587c564033b40b8d08c32c31ce\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T15:28:19.887728Z\",\n                \"modified_at\": \"2023-11-28T15:28:20.143435Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"05250b690f0e4903ade6a18904c51b8e\",\n                \"input_id\": \"2f0336587c564033b40b8d08c32c31ce\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:29:08.118675Z\",\n                \"modified_at\": \"2023-11-28T15:29:08.118675Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"2f0336587c564033b40b8d08c32c31ce\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T15:28:19.887728Z\",\n                \"modified_at\": \"2023-11-28T15:28:20.143435Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"4a0e20559df24323b316794cca84ec06\",\n                \"input_id\": \"2f0336587c564033b40b8d08c32c31ce\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:28:19.887728Z\",\n                \"modified_at\": \"2023-11-28T15:28:19.887728Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"9177dc72a85f46b69bcc6cb7045554df\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-11-28T15:24:44.862758Z\",\n                \"modified_at\": \"2023-11-28T15:24:45.101932Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"rK8x6Tyi6k9jjpd8\",\n                \"input_id\": \"9177dc72a85f46b69bcc6cb7045554df\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"337e7d87df9497afb37ced7affa04af5\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0.50925624,\n                                    \"left_col\": 0.7182455,\n                                    \"bottom_row\": 0.8856673,\n                                    \"right_col\": 0.9210332\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"people4\",\n                                        \"name\": \"people4\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1700638575-empty\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:27:43.553645Z\",\n                \"modified_at\": \"2023-11-28T15:27:43.553645Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"b37e4ba200b74a6d95688ab62934c6e2\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T15:06:24.908570Z\",\n                \"modified_at\": \"2023-11-28T15:06:25.144188Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"nUAlEtQHmGtm1prc\",\n                \"input_id\": \"b37e4ba200b74a6d95688ab62934c6e2\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"9ae0f016e62f4b0659e9b09185ed0865\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0.5218875,\n                                    \"left_col\": 0.75899255,\n                                    \"bottom_row\": 0.7214611,\n                                    \"right_col\": 0.85091037\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"people4\",\n                                        \"name\": \"people4\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1700638575-empty\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:27:10.100336Z\",\n                \"modified_at\": \"2023-11-28T15:27:10.100336Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"b37e4ba200b74a6d95688ab62934c6e2\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T15:06:24.908570Z\",\n                \"modified_at\": \"2023-11-28T15:06:25.144188Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"aFy3BeqAJOfK6j6G\",\n                \"input_id\": \"b37e4ba200b74a6d95688ab62934c6e2\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"people4\",\n                            \"name\": \"people4\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:26:52.464284Z\",\n                \"modified_at\": \"2023-11-28T15:26:52.464284Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"9177dc72a85f46b69bcc6cb7045554df\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-11-28T15:24:44.862758Z\",\n                \"modified_at\": \"2023-11-28T15:24:45.101932Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"915654d66dd5412d8b42cac1f2fbafab\",\n                \"input_id\": \"9177dc72a85f46b69bcc6cb7045554df\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:24:44.862758Z\",\n                \"modified_at\": \"2023-11-28T15:25:56.624543Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"bd7bc13565ad4e34a09ea733bd81c723\",\n                \"data\": {\n                    \"video\": {\n                        \"url\": \"https://samples.clarifai.com/beer.mp4\",\n                        \"thumbnail_url\": \"https://data-dev.clarifai.com/thumbnail/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"orig\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"hosted_thumbnail\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"tiny\",\n                                \"small\",\n                                \"large\",\n                                \"thumbnail\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"video_info\": {\n                            \"width\": 596,\n                            \"height\": 336,\n                            \"fps\": 29.966703,\n                            \"video_format\": \"MOV\",\n                            \"bit_rate\": 867781,\n                            \"frame_count\": 243,\n                            \"duration_seconds\": 8.109\n                        }\n                    },\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-11-28T15:22:05.251071Z\",\n                \"modified_at\": \"2023-11-28T15:22:09.642379Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"031b6384e3034971a68a829e52078c51\",\n                \"input_id\": \"bd7bc13565ad4e34a09ea733bd81c723\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:22:05.251071Z\",\n                \"modified_at\": \"2023-11-28T15:22:20.985583Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"ddf15aba61684e24902fb6127aa97e34\",\n                \"data\": {\n                    \"video\": {\n                        \"url\": \"https://samples.clarifai.com/beer.mp4\",\n                        \"thumbnail_url\": \"https://data-dev.clarifai.com/thumbnail/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"orig\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"hosted_thumbnail\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"tiny\",\n                                \"small\",\n                                \"large\",\n                                \"thumbnail\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"video_info\": {\n                            \"width\": 596,\n                            \"height\": 336,\n                            \"fps\": 29.966703,\n                            \"video_format\": \"MOV\",\n                            \"bit_rate\": 867781,\n                            \"frame_count\": 243,\n                            \"duration_seconds\": 8.109\n                        }\n                    },\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-11-28T15:16:56.697241Z\",\n                \"modified_at\": \"2023-11-28T15:17:01.348080Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"89e09f2006734d528010178904b8b636\",\n                \"input_id\": \"ddf15aba61684e24902fb6127aa97e34\",\n                \"data\": {},\n                \"annotation_info\": {\n                    \"asset_sets\": [\n                        \"102\"\n                    ],\n                    \"is_golden\": true,\n                    \"key\": \"value\"\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24157,\n                    \"description\": \"Annotation awaiting human review\"\n                },\n                \"created_at\": \"2023-11-28T15:17:25.903311Z\",\n                \"modified_at\": \"2023-11-28T15:20:37.440163Z\"\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"27bec08f71a04715851101152340137e\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:43:20.985137Z\",\n                \"modified_at\": \"2023-11-28T14:43:21.225888Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"7d8887406e3743319beeab8a9a6899b4\",\n                \"input_id\": \"27bec08f71a04715851101152340137e\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:17:10.774705Z\",\n                \"modified_at\": \"2023-11-28T15:17:10.774705Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"ddf15aba61684e24902fb6127aa97e34\",\n                \"data\": {\n                    \"video\": {\n                        \"url\": \"https://samples.clarifai.com/beer.mp4\",\n                        \"thumbnail_url\": \"https://data-dev.clarifai.com/thumbnail/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"orig\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"hosted_thumbnail\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"tiny\",\n                                \"small\",\n                                \"large\",\n                                \"thumbnail\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"video_info\": {\n                            \"width\": 596,\n                            \"height\": 336,\n                            \"fps\": 29.966703,\n                            \"video_format\": \"MOV\",\n                            \"bit_rate\": 867781,\n                            \"frame_count\": 243,\n                            \"duration_seconds\": 8.109\n                        }\n                    },\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-11-28T15:16:56.697241Z\",\n                \"modified_at\": \"2023-11-28T15:17:01.348080Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"ff5d757971c94b56af2f1683dd6b0e7b\",\n                \"input_id\": \"ddf15aba61684e24902fb6127aa97e34\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:16:56.697241Z\",\n                \"modified_at\": \"2023-11-28T15:21:18.827919Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"27bec08f71a04715851101152340137e\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:43:20.985137Z\",\n                \"modified_at\": \"2023-11-28T14:43:21.225888Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"be82651285cb42ab977bb6536c1f75f4\",\n                \"input_id\": \"27bec08f71a04715851101152340137e\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:15:11.402370Z\",\n                \"modified_at\": \"2023-11-28T15:15:11.402370Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"2a7cc3011a0e4f72b18f1e2c3ea28711\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T15:15:07.204075Z\",\n                \"modified_at\": \"2023-11-28T15:15:07.460222Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"74c6c8a853674ba581ba091b9cf743ca\",\n                \"input_id\": \"2a7cc3011a0e4f72b18f1e2c3ea28711\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:15:07.204075Z\",\n                \"modified_at\": \"2023-11-28T15:15:07.204075Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"27bec08f71a04715851101152340137e\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:43:20.985137Z\",\n                \"modified_at\": \"2023-11-28T14:43:21.225888Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"3b686104258243078e07136944de4745\",\n                \"input_id\": \"27bec08f71a04715851101152340137e\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:14:34.549037Z\",\n                \"modified_at\": \"2023-11-28T15:14:34.549037Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"e8790b8a89c34606bb927426ce75c282\",\n                \"data\": {\n                    \"video\": {\n                        \"url\": \"https://samples.clarifai.com/beer.mp4\",\n                        \"thumbnail_url\": \"https://data-dev.clarifai.com/thumbnail/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"orig\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"hosted_thumbnail\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"tiny\",\n                                \"small\",\n                                \"large\",\n                                \"thumbnail\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"video_info\": {\n                            \"width\": 596,\n                            \"height\": 336,\n                            \"fps\": 29.966703,\n                            \"video_format\": \"MOV\",\n                            \"bit_rate\": 867781,\n                            \"frame_count\": 243,\n                            \"duration_seconds\": 8.109\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T15:05:33.995661Z\",\n                \"modified_at\": \"2023-11-28T15:05:38.553091Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"8955d5c059334b8ca996b5c530aabd57\",\n                \"input_id\": \"e8790b8a89c34606bb927426ce75c282\",\n                \"data\": {\n                    \"text\": {\n                        \"raw\": \"foo\",\n                        \"text_info\": {\n                            \"encoding\": \"UnknownTextEnc\"\n                        }\n                    }\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:10:11.910907Z\",\n                \"modified_at\": \"2023-11-28T15:10:11.910907Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"video\": {\n                        \"url\": \"https://samples.clarifai.com/beer.mp4\",\n                        \"thumbnail_url\": \"https://data-dev.clarifai.com/thumbnail/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"orig\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"hosted_thumbnail\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"tiny\",\n                                \"small\",\n                                \"large\",\n                                \"thumbnail\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"video_info\": {\n                            \"width\": 596,\n                            \"height\": 336,\n                            \"fps\": 29.966703,\n                            \"video_format\": \"MOV\",\n                            \"bit_rate\": 867781,\n                            \"frame_count\": 243,\n                            \"duration_seconds\": 8.109\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:16:12.338352Z\",\n                \"modified_at\": \"2023-11-28T14:16:20.692356Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"eb694645854f4c1dba247c740244dc34\",\n                \"input_id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"frames\": [\n                        {\n                            \"frame_info\": {\n                                \"index\": 1,\n                                \"time\": 1500\n                            },\n                            \"data\": {\n                                \"regions\": [\n                                    {\n                                        \"id\": \"b90545a9af67c671ab9dba294dd10717\",\n                                        \"region_info\": {\n                                            \"bounding_box\": {\n                                                \"top_row\": 0,\n                                                \"left_col\": 0,\n                                                \"bottom_row\": 0.5,\n                                                \"right_col\": 0.9272\n                                            }\n                                        },\n                                        \"data\": {\n                                            \"concepts\": [\n                                                {\n                                                    \"id\": \"wendy_williams\",\n                                                    \"name\": \"wendy williams\",\n                                                    \"value\": 1,\n                                                    \"app_id\": \"test-app-1700638575-empty\"\n                                                }\n                                            ]\n                                        }\n                                    }\n                                ]\n                            },\n                            \"id\": \"8e5f8672bdda2f2682d59ccc019d48c0\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:09:27.799110Z\",\n                \"modified_at\": \"2023-11-28T15:09:27.799110Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://data-dev.clarifai.com/orig/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 40,\n                            \"height\": 40,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"concepts\": [\n                        {\n                            \"id\": \"asdf123\",\n                            \"name\": \"asdf123\",\n                            \"value\": 1\n                        },\n                        {\n                            \"id\": \"mattid2\",\n                            \"name\": \"mattid2\",\n                            \"value\": 1\n                        },\n                        {\n                            \"id\": \"ferrari\",\n                            \"name\": \"ferrari\",\n                            \"value\": 1\n                        }\n                    ],\n                    \"metadata\": {\n                        \"empty_map\": {},\n                        \"foo_list\": [\n                            \"bar\"\n                        ],\n                        \"foo_map:\": {\n                            \"bar\": true\n                        },\n                        \"id\": \"john\",\n                        \"size\": \"small\"\n                    },\n                    \"geo\": {\n                        \"geo_point\": {\n                            \"longitude\": -75,\n                            \"latitude\": 10\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-22T07:42:05.560535Z\",\n                \"modified_at\": \"2023-11-22T07:42:05.799320Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"30ca257a08c543f5b06deeeaccd1b094\",\n                \"input_id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"3d3ebd63764f2a1e75ea05457e625c52\",\n                            \"region_info\": {\n                                \"polygon\": {\n                                    \"points\": [\n                                        {\n                                            \"row\": 0,\n                                            \"col\": 0\n                                        },\n                                        {\n                                            \"row\": 0,\n                                            \"col\": 0\n                                        },\n                                        {\n                                            \"row\": 0,\n                                            \"col\": 0\n                                        },\n                                        {\n                                            \"row\": 0,\n                                            \"col\": 0\n                                        }\n                                    ]\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"foo1\",\n                                        \"name\": \"foo1\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1700638575-empty\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:08:38.544740Z\",\n                \"modified_at\": \"2023-11-28T15:08:38.544740Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://data-dev.clarifai.com/orig/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 40,\n                            \"height\": 40,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"concepts\": [\n                        {\n                            \"id\": \"asdf123\",\n                            \"name\": \"asdf123\",\n                            \"value\": 1\n                        },\n                        {\n                            \"id\": \"mattid2\",\n                            \"name\": \"mattid2\",\n                            \"value\": 1\n                        },\n                        {\n                            \"id\": \"ferrari\",\n                            \"name\": \"ferrari\",\n                            \"value\": 1\n                        }\n                    ],\n                    \"metadata\": {\n                        \"empty_map\": {},\n                        \"foo_list\": [\n                            \"bar\"\n                        ],\n                        \"foo_map:\": {\n                            \"bar\": true\n                        },\n                        \"id\": \"john\",\n                        \"size\": \"small\"\n                    },\n                    \"geo\": {\n                        \"geo_point\": {\n                            \"longitude\": -75,\n                            \"latitude\": 10\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-22T07:42:05.560535Z\",\n                \"modified_at\": \"2023-11-22T07:42:05.799320Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"9e860e777a2b44b9b3db4d67e1ac866f\",\n                \"input_id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"7d0665438e81d8eceb98c1e31fca80c1\",\n                            \"region_info\": {\n                                \"token\": {\n                                    \"char_start\": 0,\n                                    \"char_end\": 4,\n                                    \"raw_text\": \"token\"\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"foo1\",\n                                        \"name\": \"foo1\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1700638575-empty\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:08:16.491322Z\",\n                \"modified_at\": \"2023-11-28T15:08:16.491322Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://data-dev.clarifai.com/orig/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 40,\n                            \"height\": 40,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"concepts\": [\n                        {\n                            \"id\": \"asdf123\",\n                            \"name\": \"asdf123\",\n                            \"value\": 1\n                        },\n                        {\n                            \"id\": \"mattid2\",\n                            \"name\": \"mattid2\",\n                            \"value\": 1\n                        },\n                        {\n                            \"id\": \"ferrari\",\n                            \"name\": \"ferrari\",\n                            \"value\": 1\n                        }\n                    ],\n                    \"metadata\": {\n                        \"empty_map\": {},\n                        \"foo_list\": [\n                            \"bar\"\n                        ],\n                        \"foo_map:\": {\n                            \"bar\": true\n                        },\n                        \"id\": \"john\",\n                        \"size\": \"small\"\n                    },\n                    \"geo\": {\n                        \"geo_point\": {\n                            \"longitude\": -75,\n                            \"latitude\": 10\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-22T07:42:05.560535Z\",\n                \"modified_at\": \"2023-11-22T07:42:05.799320Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"790fcddd4f0c468fa7d2970b9bf21e85\",\n                \"input_id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"e45ee7ce7e88149af8dd32b27f9512ce\",\n                            \"region_info\": {\n                                \"span\": {\n                                    \"char_start\": 0,\n                                    \"char_end\": 3\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"foo1\",\n                                        \"name\": \"foo1\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1700638575-empty\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:08:03.271061Z\",\n                \"modified_at\": \"2023-11-28T15:08:03.271061Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"99fbcb0deb1e4d0b9cc4bec44942e817\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:46:20.071529Z\",\n                \"modified_at\": \"2023-11-28T14:46:20.289474Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"c7fc57086f924d91948dc665fe71f6c1\",\n                \"input_id\": \"99fbcb0deb1e4d0b9cc4bec44942e817\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"7239bb5a1e159da52e15f809413ebbab\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 1,\n                                    \"right_col\": 1\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"foo1\",\n                                        \"name\": \"foo1\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1700638575-empty\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:07:30.764017Z\",\n                \"modified_at\": \"2023-11-28T15:07:30.764017Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"b37e4ba200b74a6d95688ab62934c6e2\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T15:06:24.908570Z\",\n                \"modified_at\": \"2023-11-28T15:06:25.144188Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"59df84ee7649422bb32d516d97ac490d\",\n                \"input_id\": \"b37e4ba200b74a6d95688ab62934c6e2\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:06:24.908570Z\",\n                \"modified_at\": \"2023-11-28T15:06:24.908570Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"e8790b8a89c34606bb927426ce75c282\",\n                \"data\": {\n                    \"video\": {\n                        \"url\": \"https://samples.clarifai.com/beer.mp4\",\n                        \"thumbnail_url\": \"https://data-dev.clarifai.com/thumbnail/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"orig\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"hosted_thumbnail\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"tiny\",\n                                \"small\",\n                                \"large\",\n                                \"thumbnail\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"video_info\": {\n                            \"width\": 596,\n                            \"height\": 336,\n                            \"fps\": 29.966703,\n                            \"video_format\": \"MOV\",\n                            \"bit_rate\": 867781,\n                            \"frame_count\": 243,\n                            \"duration_seconds\": 8.109\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T15:05:33.995661Z\",\n                \"modified_at\": \"2023-11-28T15:05:38.553091Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"4aa9565f28c74aff8698005d913db37b\",\n                \"input_id\": \"e8790b8a89c34606bb927426ce75c282\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:05:33.995661Z\",\n                \"modified_at\": \"2023-11-28T15:05:33.995661Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://data-dev.clarifai.com/orig/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 40,\n                            \"height\": 40,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"concepts\": [\n                        {\n                            \"id\": \"asdf123\",\n                            \"name\": \"asdf123\",\n                            \"value\": 1\n                        },\n                        {\n                            \"id\": \"mattid2\",\n                            \"name\": \"mattid2\",\n                            \"value\": 1\n                        },\n                        {\n                            \"id\": \"ferrari\",\n                            \"name\": \"ferrari\",\n                            \"value\": 1\n                        }\n                    ],\n                    \"metadata\": {\n                        \"empty_map\": {},\n                        \"foo_list\": [\n                            \"bar\"\n                        ],\n                        \"foo_map:\": {\n                            \"bar\": true\n                        },\n                        \"id\": \"john\",\n                        \"size\": \"small\"\n                    },\n                    \"geo\": {\n                        \"geo_point\": {\n                            \"longitude\": -75,\n                            \"latitude\": 10\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-22T07:42:05.560535Z\",\n                \"modified_at\": \"2023-11-22T07:42:05.799320Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"58361fecc89e411cb5dfd12e4dc9640d\",\n                \"input_id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n                \"data\": {},\n                \"annotation_info\": {\n                    \"task_id\": \"YOUR_TASK_ID\"\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24151,\n                    \"description\": \"Annotation pending\"\n                },\n                \"created_at\": \"2023-11-28T15:04:45.986955Z\",\n                \"modified_at\": \"2023-11-28T15:04:45.986955Z\"\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"video\": {\n                        \"url\": \"https://samples.clarifai.com/beer.mp4\",\n                        \"thumbnail_url\": \"https://data-dev.clarifai.com/thumbnail/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"orig\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"hosted_thumbnail\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"tiny\",\n                                \"small\",\n                                \"large\",\n                                \"thumbnail\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"video_info\": {\n                            \"width\": 596,\n                            \"height\": 336,\n                            \"fps\": 29.966703,\n                            \"video_format\": \"MOV\",\n                            \"bit_rate\": 867781,\n                            \"frame_count\": 243,\n                            \"duration_seconds\": 8.109\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:16:12.338352Z\",\n                \"modified_at\": \"2023-11-28T14:16:20.692356Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"6bc4b618b68442dd9c2c58d915dfb78e\",\n                \"input_id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T14:46:30.108461Z\",\n                \"modified_at\": \"2023-11-28T14:46:30.108461Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"99fbcb0deb1e4d0b9cc4bec44942e817\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:46:20.071529Z\",\n                \"modified_at\": \"2023-11-28T14:46:20.289474Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"616a1de6ecb44d78ab157e9e17ee4931\",\n                \"input_id\": \"99fbcb0deb1e4d0b9cc4bec44942e817\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T14:46:20.071529Z\",\n                \"modified_at\": \"2023-11-28T14:46:20.071529Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"27bec08f71a04715851101152340137e\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:43:20.985137Z\",\n                \"modified_at\": \"2023-11-28T14:43:21.225888Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"GULp2C6Bz4etXcPK\",\n                \"input_id\": \"27bec08f71a04715851101152340137e\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"a19564f0e0cbd2f25f27b98593be6852\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0.57620186,\n                                    \"left_col\": 0.74288327,\n                                    \"bottom_row\": 0.8161955,\n                                    \"right_col\": 0.8783909\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"apple1\",\n                                        \"name\": \"apple1\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1700638575-empty\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T14:45:48.343220Z\",\n                \"modified_at\": \"2023-11-28T14:45:48.343220Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"video\": {\n                        \"url\": \"https://samples.clarifai.com/beer.mp4\",\n                        \"thumbnail_url\": \"https://data-dev.clarifai.com/thumbnail/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"orig\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"hosted_thumbnail\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"tiny\",\n                                \"small\",\n                                \"large\",\n                                \"thumbnail\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"video_info\": {\n                            \"width\": 596,\n                            \"height\": 336,\n                            \"fps\": 29.966703,\n                            \"video_format\": \"MOV\",\n                            \"bit_rate\": 867781,\n                            \"frame_count\": 243,\n                            \"duration_seconds\": 8.109\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:16:12.338352Z\",\n                \"modified_at\": \"2023-11-28T14:16:20.692356Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"3aff1a9c0de8463382052765c01bb3f5\",\n                \"input_id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T14:44:54.739601Z\",\n                \"modified_at\": \"2023-11-28T14:44:54.739601Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"video\": {\n                        \"url\": \"https://samples.clarifai.com/beer.mp4\",\n                        \"thumbnail_url\": \"https://data-dev.clarifai.com/thumbnail/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"orig\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"hosted_thumbnail\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"tiny\",\n                                \"small\",\n                                \"large\",\n                                \"thumbnail\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"video_info\": {\n                            \"width\": 596,\n                            \"height\": 336,\n                            \"fps\": 29.966703,\n                            \"video_format\": \"MOV\",\n                            \"bit_rate\": 867781,\n                            \"frame_count\": 243,\n                            \"duration_seconds\": 8.109\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:16:12.338352Z\",\n                \"modified_at\": \"2023-11-28T14:16:20.692356Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"2838e5b9cf824f489132300e3ee80e13\",\n                \"input_id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T14:43:36.236495Z\",\n                \"modified_at\": \"2023-11-28T14:43:36.236495Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"27bec08f71a04715851101152340137e\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:43:20.985137Z\",\n                \"modified_at\": \"2023-11-28T14:43:21.225888Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"fefa3ecbb8764a3491b6e483337a3a08\",\n                \"input_id\": \"27bec08f71a04715851101152340137e\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T14:43:20.985137Z\",\n                \"modified_at\": \"2023-11-28T14:43:20.985137Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"video\": {\n                        \"url\": \"https://samples.clarifai.com/beer.mp4\",\n                        \"thumbnail_url\": \"https://data-dev.clarifai.com/thumbnail/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"orig\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"hosted_thumbnail\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"tiny\",\n                                \"small\",\n                                \"large\",\n                                \"thumbnail\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"video_info\": {\n                            \"width\": 596,\n                            \"height\": 336,\n                            \"fps\": 29.966703,\n                            \"video_format\": \"MOV\",\n                            \"bit_rate\": 867781,\n                            \"frame_count\": 243,\n                            \"duration_seconds\": 8.109\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:16:12.338352Z\",\n                \"modified_at\": \"2023-11-28T14:16:20.692356Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"b9b36b58d01d49dc91ec368601bf27cc\",\n                \"input_id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T14:37:22.476101Z\",\n                \"modified_at\": \"2023-11-28T14:37:22.476101Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://data-dev.clarifai.com/orig/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 40,\n                            \"height\": 40,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"concepts\": [\n                        {\n                            \"id\": \"asdf123\",\n                            \"name\": \"asdf123\",\n                            \"value\": 1\n                        },\n                        {\n                            \"id\": \"mattid2\",\n                            \"name\": \"mattid2\",\n                            \"value\": 1\n                        },\n                        {\n                            \"id\": \"ferrari\",\n                            \"name\": \"ferrari\",\n                            \"value\": 1\n                        }\n                    ],\n                    \"metadata\": {\n                        \"empty_map\": {},\n                        \"foo_list\": [\n                            \"bar\"\n                        ],\n                        \"foo_map:\": {\n                            \"bar\": true\n                        },\n                        \"id\": \"john\",\n                        \"size\": \"small\"\n                    },\n                    \"geo\": {\n                        \"geo_point\": {\n                            \"longitude\": -75,\n                            \"latitude\": 10\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-22T07:42:05.560535Z\",\n                \"modified_at\": \"2023-11-22T07:42:05.799320Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"58aba3e48ea240e1b676f50dfe72b995\",\n                \"input_id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"7239bb5a1e159da52e15f809413ebbab\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 1,\n                                    \"right_col\": 1\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"foo1\",\n                                        \"name\": \"foo1\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1700638575-empty\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T14:21:02.592031Z\",\n                \"modified_at\": \"2023-11-28T14:21:02.592031Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"video\": {\n                        \"url\": \"https://samples.clarifai.com/beer.mp4\",\n                        \"thumbnail_url\": \"https://data-dev.clarifai.com/thumbnail/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"orig\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"hosted_thumbnail\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"tiny\",\n                                \"small\",\n                                \"large\",\n                                \"thumbnail\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"video_info\": {\n                            \"width\": 596,\n                            \"height\": 336,\n                            \"fps\": 29.966703,\n                            \"video_format\": \"MOV\",\n                            \"bit_rate\": 867781,\n                            \"frame_count\": 243,\n                            \"duration_seconds\": 8.109\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:16:12.338352Z\",\n                \"modified_at\": \"2023-11-28T14:16:20.692356Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"9ec8cbe80b07435da463287e9a8ced37\",\n                \"input_id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"frames\": [\n                        {\n                            \"frame_info\": {\n                                \"index\": 1,\n                                \"time\": 1500\n                            },\n                            \"data\": {\n                                \"regions\": [\n                                    {\n                                        \"id\": \"b90545a9af67c671ab9dba294dd10717\",\n                                        \"region_info\": {\n                                            \"bounding_box\": {\n                                                \"top_row\": 0,\n                                                \"left_col\": 0,\n                                                \"bottom_row\": 0.5,\n                                                \"right_col\": 0.9272\n                                            }\n                                        },\n                                        \"data\": {\n                                            \"concepts\": [\n                                                {\n                                                    \"id\": \"foo1\",\n                                                    \"name\": \"foo1\",\n                                                    \"value\": 1,\n                                                    \"app_id\": \"test-app-1700638575-empty\"\n                                                }\n                                            ]\n                                        },\n                                        \"track_id\": \"track1\"\n                                    }\n                                ]\n                            },\n                            \"id\": \"8e5f8672bdda2f2682d59ccc019d48c0\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T14:16:34.637498Z\",\n                \"modified_at\": \"2023-11-28T14:18:50.837394Z\",\n                \"trusted\": true\n            }\n        }\n    ],\n    \"searches\": [\n        {\n            \"query\": {\n                \"filters\": [\n                    {\n                        \"input\": {\n                            \"status\": {\n                                \"code\": 30000\n                            }\n                        }\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"c4eb91df-7cc3-4c22-bd6f-22105073cc44"},{"name":"Filter By Custom Concept (negate)","id":"fe015d20-e56e-4099-a032-d5eae1187dac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"filters\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"bar\"}]\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t\"negate\": true\n\t\t\t}]\n\t\t}\n\t}]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches","description":"<p>Find annotations that are <strong>not</strong> labeled with a specific concept. Uses the <code>negate</code> flag to invert the concept filter.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>searches[].query.filters[].annotation.data.concepts[].name</code></td>\n<td>string</td>\n<td>Concept to exclude</td>\n</tr>\n<tr>\n<td><code>searches[].query.filters[].negate</code></td>\n<td>boolean</td>\n<td>Must be <code>true</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotations","searches"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"71fc1c39-a935-40fa-a984-970378e0997c","name":"filter by custom concept (negate)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"filters\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"bar\"}]\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t\"negate\": true\n\t\t\t}]\n\t\t}\n\t}]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"89f2628df259f715af7e50997ded5ddb\"\n    },\n    \"hits\": [\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"2f0336587c564033b40b8d08c32c31ce\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T15:28:19.887728Z\",\n                \"modified_at\": \"2023-11-28T15:28:20.143435Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"f2520ee1dede4955b4bfc9e2edbd3d43\",\n                \"input_id\": \"2f0336587c564033b40b8d08c32c31ce\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"foo1\",\n                                        \"name\": \"foo1\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1700638575-empty\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:29:32.199257Z\",\n                \"modified_at\": \"2023-11-28T15:31:00.192895Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"2f0336587c564033b40b8d08c32c31ce\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T15:28:19.887728Z\",\n                \"modified_at\": \"2023-11-28T15:28:20.143435Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"05250b690f0e4903ade6a18904c51b8e\",\n                \"input_id\": \"2f0336587c564033b40b8d08c32c31ce\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:29:08.118675Z\",\n                \"modified_at\": \"2023-11-28T15:29:08.118675Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"2f0336587c564033b40b8d08c32c31ce\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T15:28:19.887728Z\",\n                \"modified_at\": \"2023-11-28T15:28:20.143435Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"4a0e20559df24323b316794cca84ec06\",\n                \"input_id\": \"2f0336587c564033b40b8d08c32c31ce\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:28:19.887728Z\",\n                \"modified_at\": \"2023-11-28T15:28:19.887728Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"9177dc72a85f46b69bcc6cb7045554df\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-11-28T15:24:44.862758Z\",\n                \"modified_at\": \"2023-11-28T15:24:45.101932Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"rK8x6Tyi6k9jjpd8\",\n                \"input_id\": \"9177dc72a85f46b69bcc6cb7045554df\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"337e7d87df9497afb37ced7affa04af5\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0.50925624,\n                                    \"left_col\": 0.7182455,\n                                    \"bottom_row\": 0.8856673,\n                                    \"right_col\": 0.9210332\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"people4\",\n                                        \"name\": \"people4\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1700638575-empty\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:27:43.553645Z\",\n                \"modified_at\": \"2023-11-28T15:27:43.553645Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"b37e4ba200b74a6d95688ab62934c6e2\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T15:06:24.908570Z\",\n                \"modified_at\": \"2023-11-28T15:06:25.144188Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"nUAlEtQHmGtm1prc\",\n                \"input_id\": \"b37e4ba200b74a6d95688ab62934c6e2\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"9ae0f016e62f4b0659e9b09185ed0865\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0.5218875,\n                                    \"left_col\": 0.75899255,\n                                    \"bottom_row\": 0.7214611,\n                                    \"right_col\": 0.85091037\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"people4\",\n                                        \"name\": \"people4\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1700638575-empty\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:27:10.100336Z\",\n                \"modified_at\": \"2023-11-28T15:27:10.100336Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"b37e4ba200b74a6d95688ab62934c6e2\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T15:06:24.908570Z\",\n                \"modified_at\": \"2023-11-28T15:06:25.144188Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"aFy3BeqAJOfK6j6G\",\n                \"input_id\": \"b37e4ba200b74a6d95688ab62934c6e2\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"people4\",\n                            \"name\": \"people4\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:26:52.464284Z\",\n                \"modified_at\": \"2023-11-28T15:26:52.464284Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"9177dc72a85f46b69bcc6cb7045554df\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-11-28T15:24:44.862758Z\",\n                \"modified_at\": \"2023-11-28T15:24:45.101932Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"915654d66dd5412d8b42cac1f2fbafab\",\n                \"input_id\": \"9177dc72a85f46b69bcc6cb7045554df\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:24:44.862758Z\",\n                \"modified_at\": \"2023-11-28T15:25:56.624543Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"bd7bc13565ad4e34a09ea733bd81c723\",\n                \"data\": {\n                    \"video\": {\n                        \"url\": \"https://samples.clarifai.com/beer.mp4\",\n                        \"thumbnail_url\": \"https://data-dev.clarifai.com/thumbnail/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"orig\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"hosted_thumbnail\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"tiny\",\n                                \"small\",\n                                \"large\",\n                                \"thumbnail\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"video_info\": {\n                            \"width\": 596,\n                            \"height\": 336,\n                            \"fps\": 29.966703,\n                            \"video_format\": \"MOV\",\n                            \"bit_rate\": 867781,\n                            \"frame_count\": 243,\n                            \"duration_seconds\": 8.109\n                        }\n                    },\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-11-28T15:22:05.251071Z\",\n                \"modified_at\": \"2023-11-28T15:22:09.642379Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"031b6384e3034971a68a829e52078c51\",\n                \"input_id\": \"bd7bc13565ad4e34a09ea733bd81c723\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:22:05.251071Z\",\n                \"modified_at\": \"2023-11-28T15:22:20.985583Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"ddf15aba61684e24902fb6127aa97e34\",\n                \"data\": {\n                    \"video\": {\n                        \"url\": \"https://samples.clarifai.com/beer.mp4\",\n                        \"thumbnail_url\": \"https://data-dev.clarifai.com/thumbnail/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"orig\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"hosted_thumbnail\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"tiny\",\n                                \"small\",\n                                \"large\",\n                                \"thumbnail\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"video_info\": {\n                            \"width\": 596,\n                            \"height\": 336,\n                            \"fps\": 29.966703,\n                            \"video_format\": \"MOV\",\n                            \"bit_rate\": 867781,\n                            \"frame_count\": 243,\n                            \"duration_seconds\": 8.109\n                        }\n                    },\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-11-28T15:16:56.697241Z\",\n                \"modified_at\": \"2023-11-28T15:17:01.348080Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"89e09f2006734d528010178904b8b636\",\n                \"input_id\": \"ddf15aba61684e24902fb6127aa97e34\",\n                \"data\": {},\n                \"annotation_info\": {\n                    \"asset_sets\": [\n                        \"102\"\n                    ],\n                    \"is_golden\": true,\n                    \"key\": \"value\"\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24157,\n                    \"description\": \"Annotation awaiting human review\"\n                },\n                \"created_at\": \"2023-11-28T15:17:25.903311Z\",\n                \"modified_at\": \"2023-11-28T15:20:37.440163Z\"\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"27bec08f71a04715851101152340137e\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:43:20.985137Z\",\n                \"modified_at\": \"2023-11-28T14:43:21.225888Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"7d8887406e3743319beeab8a9a6899b4\",\n                \"input_id\": \"27bec08f71a04715851101152340137e\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:17:10.774705Z\",\n                \"modified_at\": \"2023-11-28T15:17:10.774705Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"ddf15aba61684e24902fb6127aa97e34\",\n                \"data\": {\n                    \"video\": {\n                        \"url\": \"https://samples.clarifai.com/beer.mp4\",\n                        \"thumbnail_url\": \"https://data-dev.clarifai.com/thumbnail/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"orig\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"hosted_thumbnail\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"tiny\",\n                                \"small\",\n                                \"large\",\n                                \"thumbnail\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"video_info\": {\n                            \"width\": 596,\n                            \"height\": 336,\n                            \"fps\": 29.966703,\n                            \"video_format\": \"MOV\",\n                            \"bit_rate\": 867781,\n                            \"frame_count\": 243,\n                            \"duration_seconds\": 8.109\n                        }\n                    },\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-11-28T15:16:56.697241Z\",\n                \"modified_at\": \"2023-11-28T15:17:01.348080Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"ff5d757971c94b56af2f1683dd6b0e7b\",\n                \"input_id\": \"ddf15aba61684e24902fb6127aa97e34\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:16:56.697241Z\",\n                \"modified_at\": \"2023-11-28T15:21:18.827919Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"27bec08f71a04715851101152340137e\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:43:20.985137Z\",\n                \"modified_at\": \"2023-11-28T14:43:21.225888Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"be82651285cb42ab977bb6536c1f75f4\",\n                \"input_id\": \"27bec08f71a04715851101152340137e\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:15:11.402370Z\",\n                \"modified_at\": \"2023-11-28T15:15:11.402370Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"2a7cc3011a0e4f72b18f1e2c3ea28711\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T15:15:07.204075Z\",\n                \"modified_at\": \"2023-11-28T15:15:07.460222Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"74c6c8a853674ba581ba091b9cf743ca\",\n                \"input_id\": \"2a7cc3011a0e4f72b18f1e2c3ea28711\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:15:07.204075Z\",\n                \"modified_at\": \"2023-11-28T15:15:07.204075Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"27bec08f71a04715851101152340137e\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:43:20.985137Z\",\n                \"modified_at\": \"2023-11-28T14:43:21.225888Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"3b686104258243078e07136944de4745\",\n                \"input_id\": \"27bec08f71a04715851101152340137e\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:14:34.549037Z\",\n                \"modified_at\": \"2023-11-28T15:14:34.549037Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"e8790b8a89c34606bb927426ce75c282\",\n                \"data\": {\n                    \"video\": {\n                        \"url\": \"https://samples.clarifai.com/beer.mp4\",\n                        \"thumbnail_url\": \"https://data-dev.clarifai.com/thumbnail/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"orig\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"hosted_thumbnail\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"tiny\",\n                                \"small\",\n                                \"large\",\n                                \"thumbnail\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"video_info\": {\n                            \"width\": 596,\n                            \"height\": 336,\n                            \"fps\": 29.966703,\n                            \"video_format\": \"MOV\",\n                            \"bit_rate\": 867781,\n                            \"frame_count\": 243,\n                            \"duration_seconds\": 8.109\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T15:05:33.995661Z\",\n                \"modified_at\": \"2023-11-28T15:05:38.553091Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"8955d5c059334b8ca996b5c530aabd57\",\n                \"input_id\": \"e8790b8a89c34606bb927426ce75c282\",\n                \"data\": {\n                    \"text\": {\n                        \"raw\": \"foo\",\n                        \"text_info\": {\n                            \"encoding\": \"UnknownTextEnc\"\n                        }\n                    }\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:10:11.910907Z\",\n                \"modified_at\": \"2023-11-28T15:10:11.910907Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"video\": {\n                        \"url\": \"https://samples.clarifai.com/beer.mp4\",\n                        \"thumbnail_url\": \"https://data-dev.clarifai.com/thumbnail/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"orig\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"hosted_thumbnail\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"tiny\",\n                                \"small\",\n                                \"large\",\n                                \"thumbnail\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"video_info\": {\n                            \"width\": 596,\n                            \"height\": 336,\n                            \"fps\": 29.966703,\n                            \"video_format\": \"MOV\",\n                            \"bit_rate\": 867781,\n                            \"frame_count\": 243,\n                            \"duration_seconds\": 8.109\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:16:12.338352Z\",\n                \"modified_at\": \"2023-11-28T14:16:20.692356Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"eb694645854f4c1dba247c740244dc34\",\n                \"input_id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"frames\": [\n                        {\n                            \"frame_info\": {\n                                \"index\": 1,\n                                \"time\": 1500\n                            },\n                            \"data\": {\n                                \"regions\": [\n                                    {\n                                        \"id\": \"b90545a9af67c671ab9dba294dd10717\",\n                                        \"region_info\": {\n                                            \"bounding_box\": {\n                                                \"top_row\": 0,\n                                                \"left_col\": 0,\n                                                \"bottom_row\": 0.5,\n                                                \"right_col\": 0.9272\n                                            }\n                                        },\n                                        \"data\": {\n                                            \"concepts\": [\n                                                {\n                                                    \"id\": \"wendy_williams\",\n                                                    \"name\": \"wendy williams\",\n                                                    \"value\": 1,\n                                                    \"app_id\": \"test-app-1700638575-empty\"\n                                                }\n                                            ]\n                                        }\n                                    }\n                                ]\n                            },\n                            \"id\": \"8e5f8672bdda2f2682d59ccc019d48c0\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:09:27.799110Z\",\n                \"modified_at\": \"2023-11-28T15:09:27.799110Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://data-dev.clarifai.com/orig/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 40,\n                            \"height\": 40,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"concepts\": [\n                        {\n                            \"id\": \"asdf123\",\n                            \"name\": \"asdf123\",\n                            \"value\": 1\n                        },\n                        {\n                            \"id\": \"mattid2\",\n                            \"name\": \"mattid2\",\n                            \"value\": 1\n                        },\n                        {\n                            \"id\": \"ferrari\",\n                            \"name\": \"ferrari\",\n                            \"value\": 1\n                        }\n                    ],\n                    \"metadata\": {\n                        \"empty_map\": {},\n                        \"foo_list\": [\n                            \"bar\"\n                        ],\n                        \"foo_map:\": {\n                            \"bar\": true\n                        },\n                        \"id\": \"john\",\n                        \"size\": \"small\"\n                    },\n                    \"geo\": {\n                        \"geo_point\": {\n                            \"longitude\": -75,\n                            \"latitude\": 10\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-22T07:42:05.560535Z\",\n                \"modified_at\": \"2023-11-22T07:42:05.799320Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"30ca257a08c543f5b06deeeaccd1b094\",\n                \"input_id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"3d3ebd63764f2a1e75ea05457e625c52\",\n                            \"region_info\": {\n                                \"polygon\": {\n                                    \"points\": [\n                                        {\n                                            \"row\": 0,\n                                            \"col\": 0\n                                        },\n                                        {\n                                            \"row\": 0,\n                                            \"col\": 0\n                                        },\n                                        {\n                                            \"row\": 0,\n                                            \"col\": 0\n                                        },\n                                        {\n                                            \"row\": 0,\n                                            \"col\": 0\n                                        }\n                                    ]\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"foo1\",\n                                        \"name\": \"foo1\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1700638575-empty\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:08:38.544740Z\",\n                \"modified_at\": \"2023-11-28T15:08:38.544740Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://data-dev.clarifai.com/orig/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 40,\n                            \"height\": 40,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"concepts\": [\n                        {\n                            \"id\": \"asdf123\",\n                            \"name\": \"asdf123\",\n                            \"value\": 1\n                        },\n                        {\n                            \"id\": \"mattid2\",\n                            \"name\": \"mattid2\",\n                            \"value\": 1\n                        },\n                        {\n                            \"id\": \"ferrari\",\n                            \"name\": \"ferrari\",\n                            \"value\": 1\n                        }\n                    ],\n                    \"metadata\": {\n                        \"empty_map\": {},\n                        \"foo_list\": [\n                            \"bar\"\n                        ],\n                        \"foo_map:\": {\n                            \"bar\": true\n                        },\n                        \"id\": \"john\",\n                        \"size\": \"small\"\n                    },\n                    \"geo\": {\n                        \"geo_point\": {\n                            \"longitude\": -75,\n                            \"latitude\": 10\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-22T07:42:05.560535Z\",\n                \"modified_at\": \"2023-11-22T07:42:05.799320Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"9e860e777a2b44b9b3db4d67e1ac866f\",\n                \"input_id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"7d0665438e81d8eceb98c1e31fca80c1\",\n                            \"region_info\": {\n                                \"token\": {\n                                    \"char_start\": 0,\n                                    \"char_end\": 4,\n                                    \"raw_text\": \"token\"\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"foo1\",\n                                        \"name\": \"foo1\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1700638575-empty\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:08:16.491322Z\",\n                \"modified_at\": \"2023-11-28T15:08:16.491322Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://data-dev.clarifai.com/orig/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 40,\n                            \"height\": 40,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"concepts\": [\n                        {\n                            \"id\": \"asdf123\",\n                            \"name\": \"asdf123\",\n                            \"value\": 1\n                        },\n                        {\n                            \"id\": \"mattid2\",\n                            \"name\": \"mattid2\",\n                            \"value\": 1\n                        },\n                        {\n                            \"id\": \"ferrari\",\n                            \"name\": \"ferrari\",\n                            \"value\": 1\n                        }\n                    ],\n                    \"metadata\": {\n                        \"empty_map\": {},\n                        \"foo_list\": [\n                            \"bar\"\n                        ],\n                        \"foo_map:\": {\n                            \"bar\": true\n                        },\n                        \"id\": \"john\",\n                        \"size\": \"small\"\n                    },\n                    \"geo\": {\n                        \"geo_point\": {\n                            \"longitude\": -75,\n                            \"latitude\": 10\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-22T07:42:05.560535Z\",\n                \"modified_at\": \"2023-11-22T07:42:05.799320Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"790fcddd4f0c468fa7d2970b9bf21e85\",\n                \"input_id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"e45ee7ce7e88149af8dd32b27f9512ce\",\n                            \"region_info\": {\n                                \"span\": {\n                                    \"char_start\": 0,\n                                    \"char_end\": 3\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"foo1\",\n                                        \"name\": \"foo1\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1700638575-empty\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:08:03.271061Z\",\n                \"modified_at\": \"2023-11-28T15:08:03.271061Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"99fbcb0deb1e4d0b9cc4bec44942e817\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:46:20.071529Z\",\n                \"modified_at\": \"2023-11-28T14:46:20.289474Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"c7fc57086f924d91948dc665fe71f6c1\",\n                \"input_id\": \"99fbcb0deb1e4d0b9cc4bec44942e817\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"7239bb5a1e159da52e15f809413ebbab\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 1,\n                                    \"right_col\": 1\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"foo1\",\n                                        \"name\": \"foo1\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1700638575-empty\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:07:30.764017Z\",\n                \"modified_at\": \"2023-11-28T15:07:30.764017Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"b37e4ba200b74a6d95688ab62934c6e2\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T15:06:24.908570Z\",\n                \"modified_at\": \"2023-11-28T15:06:25.144188Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"59df84ee7649422bb32d516d97ac490d\",\n                \"input_id\": \"b37e4ba200b74a6d95688ab62934c6e2\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:06:24.908570Z\",\n                \"modified_at\": \"2023-11-28T15:06:24.908570Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"e8790b8a89c34606bb927426ce75c282\",\n                \"data\": {\n                    \"video\": {\n                        \"url\": \"https://samples.clarifai.com/beer.mp4\",\n                        \"thumbnail_url\": \"https://data-dev.clarifai.com/thumbnail/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"orig\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"hosted_thumbnail\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"tiny\",\n                                \"small\",\n                                \"large\",\n                                \"thumbnail\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"video_info\": {\n                            \"width\": 596,\n                            \"height\": 336,\n                            \"fps\": 29.966703,\n                            \"video_format\": \"MOV\",\n                            \"bit_rate\": 867781,\n                            \"frame_count\": 243,\n                            \"duration_seconds\": 8.109\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T15:05:33.995661Z\",\n                \"modified_at\": \"2023-11-28T15:05:38.553091Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"4aa9565f28c74aff8698005d913db37b\",\n                \"input_id\": \"e8790b8a89c34606bb927426ce75c282\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:05:33.995661Z\",\n                \"modified_at\": \"2023-11-28T15:05:33.995661Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://data-dev.clarifai.com/orig/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 40,\n                            \"height\": 40,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"concepts\": [\n                        {\n                            \"id\": \"asdf123\",\n                            \"name\": \"asdf123\",\n                            \"value\": 1\n                        },\n                        {\n                            \"id\": \"mattid2\",\n                            \"name\": \"mattid2\",\n                            \"value\": 1\n                        },\n                        {\n                            \"id\": \"ferrari\",\n                            \"name\": \"ferrari\",\n                            \"value\": 1\n                        }\n                    ],\n                    \"metadata\": {\n                        \"empty_map\": {},\n                        \"foo_list\": [\n                            \"bar\"\n                        ],\n                        \"foo_map:\": {\n                            \"bar\": true\n                        },\n                        \"id\": \"john\",\n                        \"size\": \"small\"\n                    },\n                    \"geo\": {\n                        \"geo_point\": {\n                            \"longitude\": -75,\n                            \"latitude\": 10\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-22T07:42:05.560535Z\",\n                \"modified_at\": \"2023-11-22T07:42:05.799320Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"58361fecc89e411cb5dfd12e4dc9640d\",\n                \"input_id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n                \"data\": {},\n                \"annotation_info\": {\n                    \"task_id\": \"YOUR_TASK_ID\"\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24151,\n                    \"description\": \"Annotation pending\"\n                },\n                \"created_at\": \"2023-11-28T15:04:45.986955Z\",\n                \"modified_at\": \"2023-11-28T15:04:45.986955Z\"\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"video\": {\n                        \"url\": \"https://samples.clarifai.com/beer.mp4\",\n                        \"thumbnail_url\": \"https://data-dev.clarifai.com/thumbnail/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"orig\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"hosted_thumbnail\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"tiny\",\n                                \"small\",\n                                \"large\",\n                                \"thumbnail\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"video_info\": {\n                            \"width\": 596,\n                            \"height\": 336,\n                            \"fps\": 29.966703,\n                            \"video_format\": \"MOV\",\n                            \"bit_rate\": 867781,\n                            \"frame_count\": 243,\n                            \"duration_seconds\": 8.109\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:16:12.338352Z\",\n                \"modified_at\": \"2023-11-28T14:16:20.692356Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"6bc4b618b68442dd9c2c58d915dfb78e\",\n                \"input_id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T14:46:30.108461Z\",\n                \"modified_at\": \"2023-11-28T14:46:30.108461Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"99fbcb0deb1e4d0b9cc4bec44942e817\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:46:20.071529Z\",\n                \"modified_at\": \"2023-11-28T14:46:20.289474Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"616a1de6ecb44d78ab157e9e17ee4931\",\n                \"input_id\": \"99fbcb0deb1e4d0b9cc4bec44942e817\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T14:46:20.071529Z\",\n                \"modified_at\": \"2023-11-28T14:46:20.071529Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"27bec08f71a04715851101152340137e\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:43:20.985137Z\",\n                \"modified_at\": \"2023-11-28T14:43:21.225888Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"GULp2C6Bz4etXcPK\",\n                \"input_id\": \"27bec08f71a04715851101152340137e\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"a19564f0e0cbd2f25f27b98593be6852\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0.57620186,\n                                    \"left_col\": 0.74288327,\n                                    \"bottom_row\": 0.8161955,\n                                    \"right_col\": 0.8783909\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"apple1\",\n                                        \"name\": \"apple1\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1700638575-empty\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T14:45:48.343220Z\",\n                \"modified_at\": \"2023-11-28T14:45:48.343220Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"video\": {\n                        \"url\": \"https://samples.clarifai.com/beer.mp4\",\n                        \"thumbnail_url\": \"https://data-dev.clarifai.com/thumbnail/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"orig\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"hosted_thumbnail\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"tiny\",\n                                \"small\",\n                                \"large\",\n                                \"thumbnail\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"video_info\": {\n                            \"width\": 596,\n                            \"height\": 336,\n                            \"fps\": 29.966703,\n                            \"video_format\": \"MOV\",\n                            \"bit_rate\": 867781,\n                            \"frame_count\": 243,\n                            \"duration_seconds\": 8.109\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:16:12.338352Z\",\n                \"modified_at\": \"2023-11-28T14:16:20.692356Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"3aff1a9c0de8463382052765c01bb3f5\",\n                \"input_id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T14:44:54.739601Z\",\n                \"modified_at\": \"2023-11-28T14:44:54.739601Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"video\": {\n                        \"url\": \"https://samples.clarifai.com/beer.mp4\",\n                        \"thumbnail_url\": \"https://data-dev.clarifai.com/thumbnail/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"orig\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"hosted_thumbnail\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"tiny\",\n                                \"small\",\n                                \"large\",\n                                \"thumbnail\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"video_info\": {\n                            \"width\": 596,\n                            \"height\": 336,\n                            \"fps\": 29.966703,\n                            \"video_format\": \"MOV\",\n                            \"bit_rate\": 867781,\n                            \"frame_count\": 243,\n                            \"duration_seconds\": 8.109\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:16:12.338352Z\",\n                \"modified_at\": \"2023-11-28T14:16:20.692356Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"2838e5b9cf824f489132300e3ee80e13\",\n                \"input_id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T14:43:36.236495Z\",\n                \"modified_at\": \"2023-11-28T14:43:36.236495Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"27bec08f71a04715851101152340137e\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:43:20.985137Z\",\n                \"modified_at\": \"2023-11-28T14:43:21.225888Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"fefa3ecbb8764a3491b6e483337a3a08\",\n                \"input_id\": \"27bec08f71a04715851101152340137e\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T14:43:20.985137Z\",\n                \"modified_at\": \"2023-11-28T14:43:20.985137Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"video\": {\n                        \"url\": \"https://samples.clarifai.com/beer.mp4\",\n                        \"thumbnail_url\": \"https://data-dev.clarifai.com/thumbnail/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"orig\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"hosted_thumbnail\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"tiny\",\n                                \"small\",\n                                \"large\",\n                                \"thumbnail\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"video_info\": {\n                            \"width\": 596,\n                            \"height\": 336,\n                            \"fps\": 29.966703,\n                            \"video_format\": \"MOV\",\n                            \"bit_rate\": 867781,\n                            \"frame_count\": 243,\n                            \"duration_seconds\": 8.109\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:16:12.338352Z\",\n                \"modified_at\": \"2023-11-28T14:16:20.692356Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"b9b36b58d01d49dc91ec368601bf27cc\",\n                \"input_id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T14:37:22.476101Z\",\n                \"modified_at\": \"2023-11-28T14:37:22.476101Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://data-dev.clarifai.com/orig/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 40,\n                            \"height\": 40,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"concepts\": [\n                        {\n                            \"id\": \"asdf123\",\n                            \"name\": \"asdf123\",\n                            \"value\": 1\n                        },\n                        {\n                            \"id\": \"mattid2\",\n                            \"name\": \"mattid2\",\n                            \"value\": 1\n                        },\n                        {\n                            \"id\": \"ferrari\",\n                            \"name\": \"ferrari\",\n                            \"value\": 1\n                        }\n                    ],\n                    \"metadata\": {\n                        \"empty_map\": {},\n                        \"foo_list\": [\n                            \"bar\"\n                        ],\n                        \"foo_map:\": {\n                            \"bar\": true\n                        },\n                        \"id\": \"john\",\n                        \"size\": \"small\"\n                    },\n                    \"geo\": {\n                        \"geo_point\": {\n                            \"longitude\": -75,\n                            \"latitude\": 10\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-22T07:42:05.560535Z\",\n                \"modified_at\": \"2023-11-22T07:42:05.799320Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"58aba3e48ea240e1b676f50dfe72b995\",\n                \"input_id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"7239bb5a1e159da52e15f809413ebbab\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 1,\n                                    \"right_col\": 1\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"foo1\",\n                                        \"name\": \"foo1\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1700638575-empty\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T14:21:02.592031Z\",\n                \"modified_at\": \"2023-11-28T14:21:02.592031Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"video\": {\n                        \"url\": \"https://samples.clarifai.com/beer.mp4\",\n                        \"thumbnail_url\": \"https://data-dev.clarifai.com/thumbnail/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"orig\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"hosted_thumbnail\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"tiny\",\n                                \"small\",\n                                \"large\",\n                                \"thumbnail\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"video_info\": {\n                            \"width\": 596,\n                            \"height\": 336,\n                            \"fps\": 29.966703,\n                            \"video_format\": \"MOV\",\n                            \"bit_rate\": 867781,\n                            \"frame_count\": 243,\n                            \"duration_seconds\": 8.109\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:16:12.338352Z\",\n                \"modified_at\": \"2023-11-28T14:16:20.692356Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"9ec8cbe80b07435da463287e9a8ced37\",\n                \"input_id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"frames\": [\n                        {\n                            \"frame_info\": {\n                                \"index\": 1,\n                                \"time\": 1500\n                            },\n                            \"data\": {\n                                \"regions\": [\n                                    {\n                                        \"id\": \"b90545a9af67c671ab9dba294dd10717\",\n                                        \"region_info\": {\n                                            \"bounding_box\": {\n                                                \"top_row\": 0,\n                                                \"left_col\": 0,\n                                                \"bottom_row\": 0.5,\n                                                \"right_col\": 0.9272\n                                            }\n                                        },\n                                        \"data\": {\n                                            \"concepts\": [\n                                                {\n                                                    \"id\": \"foo1\",\n                                                    \"name\": \"foo1\",\n                                                    \"value\": 1,\n                                                    \"app_id\": \"test-app-1700638575-empty\"\n                                                }\n                                            ]\n                                        },\n                                        \"track_id\": \"track1\"\n                                    }\n                                ]\n                            },\n                            \"id\": \"8e5f8672bdda2f2682d59ccc019d48c0\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T14:16:34.637498Z\",\n                \"modified_at\": \"2023-11-28T14:18:50.837394Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"video\": {\n                        \"url\": \"https://samples.clarifai.com/beer.mp4\",\n                        \"thumbnail_url\": \"https://data-dev.clarifai.com/thumbnail/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"orig\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"hosted_thumbnail\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"tiny\",\n                                \"small\",\n                                \"large\",\n                                \"thumbnail\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"video_info\": {\n                            \"width\": 596,\n                            \"height\": 336,\n                            \"fps\": 29.966703,\n                            \"video_format\": \"MOV\",\n                            \"bit_rate\": 867781,\n                            \"frame_count\": 243,\n                            \"duration_seconds\": 8.109\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:16:12.338352Z\",\n                \"modified_at\": \"2023-11-28T14:16:20.692356Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"1607095340b645a4b513424127ec07e4\",\n                \"input_id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T14:16:12.338352Z\",\n                \"modified_at\": \"2023-11-28T14:16:12.338352Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"bda54f69edd94e7abe505079adfbfe7d\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.147407Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"83c4fc71a75a483cae663b2cb612b6a5\",\n                \"input_id\": \"bda54f69edd94e7abe505079adfbfe7d\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 0,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T14:13:01.415130Z\",\n                \"modified_at\": \"2023-11-28T14:14:21.645486Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"8d47d99a0d8948468c6d988384099be5\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:12:35.315987Z\",\n                \"modified_at\": \"2023-11-28T14:12:35.596124Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"595511713aba4313bac5dc45d22b2e38\",\n                \"input_id\": \"8d47d99a0d8948468c6d988384099be5\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T14:12:35.315987Z\",\n                \"modified_at\": \"2023-11-28T14:12:35.315987Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"3722e028d0fa412d9d7eb31e4501b856\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-27T13:46:42.245646Z\",\n                \"modified_at\": \"2023-11-27T13:46:42.619609Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"bae92dc166c440e2bc046380d62c16f8\",\n                \"input_id\": \"3722e028d0fa412d9d7eb31e4501b856\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-27T13:46:42.245646Z\",\n                \"modified_at\": \"2023-11-27T13:46:42.245646Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"bda54f69edd94e7abe505079adfbfe7d\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.147407Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"4a032a02b87546c29cddd626661d365f\",\n                \"input_id\": \"bda54f69edd94e7abe505079adfbfe7d\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo\",\n                            \"name\": \"blah\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-27T10:14:03.184058Z\",\n                \"modified_at\": \"2023-11-27T10:14:03.184058Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"e6c00844946d4ffa941295175e6146fe\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.252433Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"6ed6eb7659ff47fa98100ce93094b653\",\n                \"input_id\": \"e6c00844946d4ffa941295175e6146fe\",\n                \"data\": {},\n                \"annotation_info\": {\n                    \"anchor\": true\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24151,\n                    \"description\": \"Annotation pending\"\n                },\n                \"created_at\": \"2023-11-23T07:21:44.458578Z\",\n                \"modified_at\": \"2023-11-23T07:21:44.458578Z\",\n                \"task_id\": \"b732fb7c9f7149429686ad4f6241256a\"\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"e51e7a1feaa94691b6479818a72f1bf5\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.036181Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"08e4c9ca38864552a079cba613c96014\",\n                \"input_id\": \"e51e7a1feaa94691b6479818a72f1bf5\",\n                \"data\": {},\n                \"annotation_info\": {\n                    \"anchor\": true\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24151,\n                    \"description\": \"Annotation pending\"\n                },\n                \"created_at\": \"2023-11-23T07:21:44.458578Z\",\n                \"modified_at\": \"2023-11-23T07:21:44.458578Z\",\n                \"task_id\": \"b732fb7c9f7149429686ad4f6241256a\"\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"dea3f682e9ac4fbd9871ba94ab2a799d\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.306367Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"e74b7f07bb924a8698620422430616ec\",\n                \"input_id\": \"dea3f682e9ac4fbd9871ba94ab2a799d\",\n                \"data\": {},\n                \"annotation_info\": {\n                    \"anchor\": true\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24151,\n                    \"description\": \"Annotation pending\"\n                },\n                \"created_at\": \"2023-11-23T07:21:44.458578Z\",\n                \"modified_at\": \"2023-11-23T07:21:44.458578Z\",\n                \"task_id\": \"b732fb7c9f7149429686ad4f6241256a\"\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"de54f0c910894d6cbe5c19fc46ea2941\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.252464Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"1dab10c56d3b4bb1963394e8593751b7\",\n                \"input_id\": \"de54f0c910894d6cbe5c19fc46ea2941\",\n                \"data\": {},\n                \"annotation_info\": {\n                    \"anchor\": true\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24151,\n                    \"description\": \"Annotation pending\"\n                },\n                \"created_at\": \"2023-11-23T07:21:44.458578Z\",\n                \"modified_at\": \"2023-11-23T07:21:44.458578Z\",\n                \"task_id\": \"b732fb7c9f7149429686ad4f6241256a\"\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"da4c3e128b604251a00045b7fa129e65\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.306367Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"9ab5eb958db748e294fe61b82f35ca11\",\n                \"input_id\": \"da4c3e128b604251a00045b7fa129e65\",\n                \"data\": {},\n                \"annotation_info\": {\n                    \"anchor\": true\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24151,\n                    \"description\": \"Annotation pending\"\n                },\n                \"created_at\": \"2023-11-23T07:21:44.458578Z\",\n                \"modified_at\": \"2023-11-23T07:21:44.458578Z\",\n                \"task_id\": \"b732fb7c9f7149429686ad4f6241256a\"\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"d8a29f71ce39476fbe34c1dde3e5ae0a\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.252464Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"61ee59ecfd79412c93c89bff9beab4d3\",\n                \"input_id\": \"d8a29f71ce39476fbe34c1dde3e5ae0a\",\n                \"data\": {},\n                \"annotation_info\": {\n                    \"anchor\": true\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24151,\n                    \"description\": \"Annotation pending\"\n                },\n                \"created_at\": \"2023-11-23T07:21:44.458578Z\",\n                \"modified_at\": \"2023-11-23T07:21:44.458578Z\",\n                \"task_id\": \"b732fb7c9f7149429686ad4f6241256a\"\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"d257dfb4a98246a6abcb3d0a77bf8228\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.252433Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"2526ad91ea564d6ba756e1d449656235\",\n                \"input_id\": \"d257dfb4a98246a6abcb3d0a77bf8228\",\n                \"data\": {},\n                \"annotation_info\": {\n                    \"anchor\": true\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24151,\n                    \"description\": \"Annotation pending\"\n                },\n                \"created_at\": \"2023-11-23T07:21:44.458578Z\",\n                \"modified_at\": \"2023-11-23T07:21:44.458578Z\",\n                \"task_id\": \"b732fb7c9f7149429686ad4f6241256a\"\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"d225f7e567b340808a010903c02bb026\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:17.138462Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"35eaa3a36f0b463faea539e8d874f786\",\n                \"input_id\": \"d225f7e567b340808a010903c02bb026\",\n                \"data\": {},\n                \"annotation_info\": {\n                    \"anchor\": true\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24151,\n                    \"description\": \"Annotation pending\"\n                },\n                \"created_at\": \"2023-11-23T07:21:44.458578Z\",\n                \"modified_at\": \"2023-11-23T07:21:44.458578Z\",\n                \"task_id\": \"b732fb7c9f7149429686ad4f6241256a\"\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"d178f869b66f4b258b4a42c898cc8776\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.147407Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"8b5a02454dee4460bca72f489e860c0c\",\n                \"input_id\": \"d178f869b66f4b258b4a42c898cc8776\",\n                \"data\": {},\n                \"annotation_info\": {\n                    \"anchor\": true\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24151,\n                    \"description\": \"Annotation pending\"\n                },\n                \"created_at\": \"2023-11-23T07:21:44.458578Z\",\n                \"modified_at\": \"2023-11-23T07:21:44.458578Z\",\n                \"task_id\": \"b732fb7c9f7149429686ad4f6241256a\"\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"c8f905341d184acb88e0c4a541bdfeb4\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.252464Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"36e654668f79487d867e2013a5427a2a\",\n                \"input_id\": \"c8f905341d184acb88e0c4a541bdfeb4\",\n                \"data\": {},\n                \"annotation_info\": {\n                    \"anchor\": true\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24151,\n                    \"description\": \"Annotation pending\"\n                },\n                \"created_at\": \"2023-11-23T07:21:44.458578Z\",\n                \"modified_at\": \"2023-11-23T07:21:44.458578Z\",\n                \"task_id\": \"b732fb7c9f7149429686ad4f6241256a\"\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"f96aed2d7e6a4408b40a4a1e875a3d7e\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.252464Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"c2a8896d8878450c900cd40f4cc5002c\",\n                \"input_id\": \"f96aed2d7e6a4408b40a4a1e875a3d7e\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"f4688fe52246405caf31b7fdcf594cb5\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.205154Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"18dee0bd62bb4a71a87b326885fff6ea\",\n                \"input_id\": \"f4688fe52246405caf31b7fdcf594cb5\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"f2172db640794a748cb456e926ab7ebd\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.306367Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"9c47c4a923664ccaa88d948f44eb83c5\",\n                \"input_id\": \"f2172db640794a748cb456e926ab7ebd\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"f1b789044b694d5ead2bf23d41ba7dc2\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.252464Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"8e7abea9372a4e4fb7c26a8abf0c6403\",\n                \"input_id\": \"f1b789044b694d5ead2bf23d41ba7dc2\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"ece4d71de7eb4e63b92a6f9e0131b14c\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.205154Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"d3b49bf14dcd49abb59e66a6901ca6cc\",\n                \"input_id\": \"ece4d71de7eb4e63b92a6f9e0131b14c\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"eb7d8719affc458d9ce0ed95fb924042\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:17.138462Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"c09575a47b064905a62c4a3cf8f73e8d\",\n                \"input_id\": \"eb7d8719affc458d9ce0ed95fb924042\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"eb128e6bdd684dab81c0e78449640508\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.306367Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"093e28a1e73e485384c6b135e1c6300a\",\n                \"input_id\": \"eb128e6bdd684dab81c0e78449640508\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"e772a34859654655b5dd1afa40892908\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.205154Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"a0faa14ba4a74164ba099870d064fdc0\",\n                \"input_id\": \"e772a34859654655b5dd1afa40892908\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"e6c00844946d4ffa941295175e6146fe\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.252433Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"1e2591bc2ffe472b89ae465af971cd19\",\n                \"input_id\": \"e6c00844946d4ffa941295175e6146fe\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"e51e7a1feaa94691b6479818a72f1bf5\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.036181Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"8ec770a889494162b3d8aee2b54ebac1\",\n                \"input_id\": \"e51e7a1feaa94691b6479818a72f1bf5\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"dea3f682e9ac4fbd9871ba94ab2a799d\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.306367Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"cfe435df069148219ba211c2e500647b\",\n                \"input_id\": \"dea3f682e9ac4fbd9871ba94ab2a799d\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"de54f0c910894d6cbe5c19fc46ea2941\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.252464Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"48bbd6f669954f3c8bb8edc99bd5255d\",\n                \"input_id\": \"de54f0c910894d6cbe5c19fc46ea2941\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"da4c3e128b604251a00045b7fa129e65\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.306367Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"5baae04c086b468c8195543a8e61d880\",\n                \"input_id\": \"da4c3e128b604251a00045b7fa129e65\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"d8a29f71ce39476fbe34c1dde3e5ae0a\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.252464Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"fb53497d40654447a8ad26551bd99489\",\n                \"input_id\": \"d8a29f71ce39476fbe34c1dde3e5ae0a\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"d257dfb4a98246a6abcb3d0a77bf8228\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.252433Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"9b5ead7dd7944ff7ae0986d7972ccce2\",\n                \"input_id\": \"d257dfb4a98246a6abcb3d0a77bf8228\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"d225f7e567b340808a010903c02bb026\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:17.138462Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"8cabfa70d3654143871a700511d068ad\",\n                \"input_id\": \"d225f7e567b340808a010903c02bb026\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"d178f869b66f4b258b4a42c898cc8776\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.147407Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"447b79a363374b0a89988c766e5b30ff\",\n                \"input_id\": \"d178f869b66f4b258b4a42c898cc8776\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"c8f905341d184acb88e0c4a541bdfeb4\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.252464Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"a09f2264ba524583a665e757d8163adc\",\n                \"input_id\": \"c8f905341d184acb88e0c4a541bdfeb4\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"c8a48bb52ef9454bbe0ea4d0c927a7a9\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.147407Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"37d9286b7b164f9eadcbb8e4d481d30f\",\n                \"input_id\": \"c8a48bb52ef9454bbe0ea4d0c927a7a9\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"c80ad5704854403992bf147c65f3a5e3\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.147407Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"005f42ddf4e941c7acb0c1322bf03b2d\",\n                \"input_id\": \"c80ad5704854403992bf147c65f3a5e3\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"c55f9f9e031e4351be508dd840e338e1\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.036181Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"36084c079d114fba97b3cd92a15d00fd\",\n                \"input_id\": \"c55f9f9e031e4351be508dd840e338e1\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"c1de94978e894bda8645e216a9f3671e\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.036181Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"75c3f91a37894b51b9a0b25150df3b7e\",\n                \"input_id\": \"c1de94978e894bda8645e216a9f3671e\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"c1bbc1eeb6e44abfb2e8b0f612ab9a5f\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.205154Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"d71b3a46e6ff439db1ccf9e859fbef8b\",\n                \"input_id\": \"c1bbc1eeb6e44abfb2e8b0f612ab9a5f\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"bda54f69edd94e7abe505079adfbfe7d\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.147407Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"c99c80efd9d34e648a6be717d9417c24\",\n                \"input_id\": \"bda54f69edd94e7abe505079adfbfe7d\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"b390ad8e25ac478f95951d58d6b3cc1b\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.036181Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"42441877c24548499deb9c98b35a69bd\",\n                \"input_id\": \"b390ad8e25ac478f95951d58d6b3cc1b\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"b1c3b67c24984cf3b486bf36950dcde5\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.036181Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"4b752390ed7a4646ab430d4d8f09a5a2\",\n                \"input_id\": \"b1c3b67c24984cf3b486bf36950dcde5\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"ad57e827fca14d64a3ced6b3ec686ce9\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.036181Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"b4518671188b4d9b8359d4c4ea4f0fd6\",\n                \"input_id\": \"ad57e827fca14d64a3ced6b3ec686ce9\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"a71fd56687984a1ba604c31c851d9657\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.147407Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"de87432f83034cbdafd727108d3eb1af\",\n                \"input_id\": \"a71fd56687984a1ba604c31c851d9657\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"a69307bb583d4a35952f25b1fe8923be\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.306367Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"11baf826b78242ee91b487456b734892\",\n                \"input_id\": \"a69307bb583d4a35952f25b1fe8923be\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"a624489d6ea3459b9ea1dd3dc3646532\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.306367Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"b59ab1b8b54441ca9fbac0aa229752bf\",\n                \"input_id\": \"a624489d6ea3459b9ea1dd3dc3646532\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"a27bf61aebf542de8d597a2bc75e479c\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.205154Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"10f246baeb2941209849d2cf46e6da4f\",\n                \"input_id\": \"a27bf61aebf542de8d597a2bc75e479c\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"a17b44b937944971a7a74f858837b618\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.306367Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"a027ab747a68480aa45166805ed6ae4b\",\n                \"input_id\": \"a17b44b937944971a7a74f858837b618\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"9e2ff13741bc4abc9999ee311671373e\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.252464Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"243b16f978f643e9bafe43f517516ac3\",\n                \"input_id\": \"9e2ff13741bc4abc9999ee311671373e\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"9b62b8c6337c416aba1f647c14c3e963\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.205154Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"51ff99eec4cc4625aa1739ba03ccf20f\",\n                \"input_id\": \"9b62b8c6337c416aba1f647c14c3e963\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"98ca152f6ec445d28bb011925dcd6243\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.036181Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"2ab0041142e24afbb80acdb407ae2a2e\",\n                \"input_id\": \"98ca152f6ec445d28bb011925dcd6243\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"961db3f67ae942d1865b3d491b215ad7\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.205154Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"f9dae8615dce427b979454216b3dbb2c\",\n                \"input_id\": \"961db3f67ae942d1865b3d491b215ad7\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"93cacdfc48d847a9bed9cbaf09bae9d8\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.306367Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"ff6f6d7acf234053b1e1d3b44a352259\",\n                \"input_id\": \"93cacdfc48d847a9bed9cbaf09bae9d8\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"907d893016ca4c72b9fcd9d22c74e905\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.306367Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"93222e2008234765987e537842d1371c\",\n                \"input_id\": \"907d893016ca4c72b9fcd9d22c74e905\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"8ec557ca17b044338c162445c8ef7beb\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.036181Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"ea8be0a729fa464c927f3355d713a57c\",\n                \"input_id\": \"8ec557ca17b044338c162445c8ef7beb\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"8bf7fd215cae4a3dbf3e01fd9bdaace6\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.205154Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"1f0a35b6b2f84285b8ac08b7de904e32\",\n                \"input_id\": \"8bf7fd215cae4a3dbf3e01fd9bdaace6\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"8b16c260f4514bcca4a6973c5d37a6e5\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.147407Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"f4767ae48d45486bab8d2b6822baf876\",\n                \"input_id\": \"8b16c260f4514bcca4a6973c5d37a6e5\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"8792df3d7b5f467b82e06f0d0a7f1f6c\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.147407Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"e588f192d70940a78d26ce7439d06451\",\n                \"input_id\": \"8792df3d7b5f467b82e06f0d0a7f1f6c\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"82133ffead89494d84f0dd09f43cf2d6\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.252464Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"88ae8d382b7e42a9b4911618b9317c3a\",\n                \"input_id\": \"82133ffead89494d84f0dd09f43cf2d6\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"805ca5bac640403fbe2a73f7dbf2b7a4\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.252433Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"dddab619ad534411a623c8e8c1adfba7\",\n                \"input_id\": \"805ca5bac640403fbe2a73f7dbf2b7a4\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"7d0b35c69c124a9a8d5247065b4650c5\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.252464Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"1210eecb033f4951a9894c5071aa2117\",\n                \"input_id\": \"7d0b35c69c124a9a8d5247065b4650c5\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"7bb4a7f2c468430c8fec6f914583a893\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.205154Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"86ad23835a274758a7cc7841c0060281\",\n                \"input_id\": \"7bb4a7f2c468430c8fec6f914583a893\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"79dcd1cdd1e24b979e14833058b45440\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.205154Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"db0c7843b8094e25b8a270cdf5b0d102\",\n                \"input_id\": \"79dcd1cdd1e24b979e14833058b45440\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"78c856c76268479e94d9658760f1218f\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.252433Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"583318bbc1d34dd5826fa4993040fc5d\",\n                \"input_id\": \"78c856c76268479e94d9658760f1218f\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"74e901bfd19040a8aa585c9ecbe6631f\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.205154Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"53d6f6263b8b4d9ca1a8f044d0e84a13\",\n                \"input_id\": \"74e901bfd19040a8aa585c9ecbe6631f\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"7460e2391fcf4ba3bce767621f39e38b\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.306367Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"34b27690f2c343ac8d0c3761feb46cfd\",\n                \"input_id\": \"7460e2391fcf4ba3bce767621f39e38b\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"701bd1375c6448658846c9e39679dd48\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.036181Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"987d360fa51c4845a5110a0ee878130a\",\n                \"input_id\": \"701bd1375c6448658846c9e39679dd48\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"6e8efd42a61746e6abb70e92fb135a10\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:17.138462Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"9816346934f94b3d9ee1b9a2790ae6f1\",\n                \"input_id\": \"6e8efd42a61746e6abb70e92fb135a10\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"6cc22f46566b447582a0b85ad80f2dac\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.205154Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"c99bedcd5c9e441ea2545b650fca7735\",\n                \"input_id\": \"6cc22f46566b447582a0b85ad80f2dac\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"695aa7e9e31344c2bf168eed6a87c2fb\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.306367Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"106189262ec24fbfb12fa82d8e66eb3e\",\n                \"input_id\": \"695aa7e9e31344c2bf168eed6a87c2fb\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"68159658e7cf4c968b6b2be9a6dd4260\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.147407Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"36d07ae59f9243ba98e86921cca8a58c\",\n                \"input_id\": \"68159658e7cf4c968b6b2be9a6dd4260\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"679ba226b4934a19a9b1fd507843da31\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.147407Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"b5e5c178af284ecb99325e23c199a949\",\n                \"input_id\": \"679ba226b4934a19a9b1fd507843da31\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"65b57abe4c26459ab2fb6ac47423bb6d\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.252433Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"84173cdbd53146419d76050a61bf2ccc\",\n                \"input_id\": \"65b57abe4c26459ab2fb6ac47423bb6d\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"6552defff388440d8ce5919ba12d3cec\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.252433Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"58c248324f77484cbd8e079a70331533\",\n                \"input_id\": \"6552defff388440d8ce5919ba12d3cec\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"5fb23b54b96a4d9398a0e230bfbb28c8\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.205154Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"a6cb8627c7614158bd2340a63afff124\",\n                \"input_id\": \"5fb23b54b96a4d9398a0e230bfbb28c8\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"5e75774f90db45399a89aeab24e8d98e\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.306367Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"9d273da6551a41cca201858a1b37cbf0\",\n                \"input_id\": \"5e75774f90db45399a89aeab24e8d98e\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"5d3cfaa915894caeb530a88eeef045de\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.036181Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"aeee9e43a8a942f6a08fa56f667a7547\",\n                \"input_id\": \"5d3cfaa915894caeb530a88eeef045de\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"5c1501cb471346db86990d537faa10b7\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.252464Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"dde4410d6cc54fe693074e02bed10400\",\n                \"input_id\": \"5c1501cb471346db86990d537faa10b7\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"5a705dee0577496cb05f73dc829bf047\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.252464Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"5208d4fe8cfc4b649225d2c36a600c8b\",\n                \"input_id\": \"5a705dee0577496cb05f73dc829bf047\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"582cea4b10fb4900bc773fc3bd7132fe\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.252433Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"c3ab2cb9d85242a7b8690acbbc2dc1ae\",\n                \"input_id\": \"582cea4b10fb4900bc773fc3bd7132fe\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"57754a14c6914deda6878f3c8dcadc89\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.147407Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"aed99d1eb41747f09ce54d2b3caa1c88\",\n                \"input_id\": \"57754a14c6914deda6878f3c8dcadc89\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"55e027bd738e4d3ba064b09fb01bf0ad\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.036181Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"d5882637d4644c63a886e579241f31e0\",\n                \"input_id\": \"55e027bd738e4d3ba064b09fb01bf0ad\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"53494e5eb2fb4c49869df0f349dfadee\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.205154Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"0eb48c4556b048adbd07b791279f7e21\",\n                \"input_id\": \"53494e5eb2fb4c49869df0f349dfadee\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"4fef44f97f5a4e29946b9e6c6b48bdc7\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.252433Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"93a97d942ced44d2a17872fced8c90bc\",\n                \"input_id\": \"4fef44f97f5a4e29946b9e6c6b48bdc7\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"4aee9930481f47f7b56cf574b443b3a7\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.252464Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"5adb816d2f244e3fbf5026f7e1ebd4d6\",\n                \"input_id\": \"4aee9930481f47f7b56cf574b443b3a7\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"486488a404da48728422d345c6acfcea\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.147407Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"7870df7740b749228f5033bfd7b8c42c\",\n                \"input_id\": \"486488a404da48728422d345c6acfcea\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"47dd78a98b284520817cc73b601266f1\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.147407Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"170ea38d3ef345a5b4249358191fddd7\",\n                \"input_id\": \"47dd78a98b284520817cc73b601266f1\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"4219fb7bb4514db0adc3d31dcf4829d4\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.147407Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"94e534ac7fa24c8ea842c610595da654\",\n                \"input_id\": \"4219fb7bb4514db0adc3d31dcf4829d4\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"4183cfe9273c4247b40d504d876b15ed\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.252464Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"ebbedf7124154914afa3154c6ff435bb\",\n                \"input_id\": \"4183cfe9273c4247b40d504d876b15ed\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"41368593f5804a81b9efbe7bf6815a96\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.036181Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"7e3f58ccc4b74922bcc727562889d6a8\",\n                \"input_id\": \"41368593f5804a81b9efbe7bf6815a96\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"4021911b3d174ad0a1284b7eab5854c6\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.252433Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"24844af5017849718b0dd8a1bdf575a7\",\n                \"input_id\": \"4021911b3d174ad0a1284b7eab5854c6\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"401f39d43a414bc6aa7aef415abbcbda\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.147407Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"5aaa9e8bcdc442de8a06675352559a79\",\n                \"input_id\": \"401f39d43a414bc6aa7aef415abbcbda\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"3e68ab110dfb403dbe10759d7216af26\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.252433Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"aee53c2c32244054b1c473a4cbc796d6\",\n                \"input_id\": \"3e68ab110dfb403dbe10759d7216af26\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"39b07c6112ba4ac5b4f4ceffb0e5dba4\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.252433Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"7f5f109ad32943afba7d6c45808c0add\",\n                \"input_id\": \"39b07c6112ba4ac5b4f4ceffb0e5dba4\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"3695d03ec077404193c3a5b83a7916c8\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.252464Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"4708d147f278481f8d958031918d8982\",\n                \"input_id\": \"3695d03ec077404193c3a5b83a7916c8\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"324b5440c38448de9bcc4c34851235a1\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/dog.tiff\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/e7ae3c9a004f5ce1c4f694d5c08aa8cf\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 554,\n                            \"height\": 415,\n                            \"format\": \"TIF\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.205154Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"7a4767d9f987467ebd2dee4942d99188\",\n                \"input_id\": \"324b5440c38448de9bcc4c34851235a1\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"31df5a741f094caa9db2fd1af60a6a0f\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.252433Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"5142361f23e04f7c97709e599fbfd76f\",\n                \"input_id\": \"31df5a741f094caa9db2fd1af60a6a0f\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        }\n    ],\n    \"searches\": [\n        {\n            \"query\": {\n                \"filters\": [\n                    {\n                        \"negate\": true,\n                        \"annotation\": {\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"name\": \"bar\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            }\n                        }\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"fe015d20-e56e-4099-a032-d5eae1187dac"},{"name":"Filter By Annotation Status And User ID","id":"9c4e6199-cec9-4188-a9a6-5acbe40ea152","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"filters\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"status\": {\n\t\t\t\t\t\t\"code\": \"ANNOTATION_SUCCESS\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"user_id\": \"YOUR_USER_ID\"\n\t\t\t\t}\n\t\t\t}]\n\t\t}\n\t}],\n\t\"pagination\": {\n\t\t\"page\": 1,\n\t\t\"per_page\": 32\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches","description":"<p>Filter annotations by their review status and the user who created them. Useful for quality-control workflows where you need to review annotations by a specific annotator.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>searches[].query.filters[].annotation.status.code</code></td>\n<td>string</td>\n<td>Status: <code>ANNOTATION_SUCCESS</code>, <code>ANNOTATION_PENDING</code>, <code>ANNOTATION_AWAITING_REVIEW</code></td>\n</tr>\n<tr>\n<td><code>searches[].query.filters[].annotation.user_id</code></td>\n<td>string</td>\n<td>Filter by annotator user ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotations","searches"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"94c13d39-368e-439c-a6ac-9b4c58a588bb","name":"filter by annotation status AND user ID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"filters\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"status\": {\n\t\t\t\t\t\t\"code\": \"ANNOTATION_SUCCESS\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"user_id\": \"YOUR_USER_ID\"\n\t\t\t\t}\n\t\t\t}]\n\t\t}\n\t}],\n\t\"pagination\": {\n\t\t\"page\": 1,\n\t\t\"per_page\": 32\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"2419f022b965c2e7c32c58fe6c5bbc4f\"\n    },\n    \"hits\": [\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"2f0336587c564033b40b8d08c32c31ce\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T15:28:19.887728Z\",\n                \"modified_at\": \"2023-11-28T15:28:20.143435Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"f2520ee1dede4955b4bfc9e2edbd3d43\",\n                \"input_id\": \"2f0336587c564033b40b8d08c32c31ce\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"foo1\",\n                                        \"name\": \"foo1\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1700638575-empty\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:29:32.199257Z\",\n                \"modified_at\": \"2023-11-28T15:31:00.192895Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"2f0336587c564033b40b8d08c32c31ce\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T15:28:19.887728Z\",\n                \"modified_at\": \"2023-11-28T15:28:20.143435Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"05250b690f0e4903ade6a18904c51b8e\",\n                \"input_id\": \"2f0336587c564033b40b8d08c32c31ce\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:29:08.118675Z\",\n                \"modified_at\": \"2023-11-28T15:29:08.118675Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"2f0336587c564033b40b8d08c32c31ce\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T15:28:19.887728Z\",\n                \"modified_at\": \"2023-11-28T15:28:20.143435Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"4a0e20559df24323b316794cca84ec06\",\n                \"input_id\": \"2f0336587c564033b40b8d08c32c31ce\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:28:19.887728Z\",\n                \"modified_at\": \"2023-11-28T15:28:19.887728Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"9177dc72a85f46b69bcc6cb7045554df\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-11-28T15:24:44.862758Z\",\n                \"modified_at\": \"2023-11-28T15:24:45.101932Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"rK8x6Tyi6k9jjpd8\",\n                \"input_id\": \"9177dc72a85f46b69bcc6cb7045554df\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"337e7d87df9497afb37ced7affa04af5\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0.50925624,\n                                    \"left_col\": 0.7182455,\n                                    \"bottom_row\": 0.8856673,\n                                    \"right_col\": 0.9210332\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"people4\",\n                                        \"name\": \"people4\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1700638575-empty\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:27:43.553645Z\",\n                \"modified_at\": \"2023-11-28T15:27:43.553645Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"b37e4ba200b74a6d95688ab62934c6e2\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T15:06:24.908570Z\",\n                \"modified_at\": \"2023-11-28T15:06:25.144188Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"nUAlEtQHmGtm1prc\",\n                \"input_id\": \"b37e4ba200b74a6d95688ab62934c6e2\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"9ae0f016e62f4b0659e9b09185ed0865\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0.5218875,\n                                    \"left_col\": 0.75899255,\n                                    \"bottom_row\": 0.7214611,\n                                    \"right_col\": 0.85091037\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"people4\",\n                                        \"name\": \"people4\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1700638575-empty\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:27:10.100336Z\",\n                \"modified_at\": \"2023-11-28T15:27:10.100336Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"b37e4ba200b74a6d95688ab62934c6e2\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T15:06:24.908570Z\",\n                \"modified_at\": \"2023-11-28T15:06:25.144188Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"aFy3BeqAJOfK6j6G\",\n                \"input_id\": \"b37e4ba200b74a6d95688ab62934c6e2\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"people4\",\n                            \"name\": \"people4\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:26:52.464284Z\",\n                \"modified_at\": \"2023-11-28T15:26:52.464284Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"9177dc72a85f46b69bcc6cb7045554df\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-11-28T15:24:44.862758Z\",\n                \"modified_at\": \"2023-11-28T15:24:45.101932Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"915654d66dd5412d8b42cac1f2fbafab\",\n                \"input_id\": \"9177dc72a85f46b69bcc6cb7045554df\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:24:44.862758Z\",\n                \"modified_at\": \"2023-11-28T15:25:56.624543Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"bd7bc13565ad4e34a09ea733bd81c723\",\n                \"data\": {\n                    \"video\": {\n                        \"url\": \"https://samples.clarifai.com/beer.mp4\",\n                        \"thumbnail_url\": \"https://data-dev.clarifai.com/thumbnail/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"orig\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"hosted_thumbnail\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"tiny\",\n                                \"small\",\n                                \"large\",\n                                \"thumbnail\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"video_info\": {\n                            \"width\": 596,\n                            \"height\": 336,\n                            \"fps\": 29.966703,\n                            \"video_format\": \"MOV\",\n                            \"bit_rate\": 867781,\n                            \"frame_count\": 243,\n                            \"duration_seconds\": 8.109\n                        }\n                    },\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-11-28T15:22:05.251071Z\",\n                \"modified_at\": \"2023-11-28T15:22:09.642379Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"031b6384e3034971a68a829e52078c51\",\n                \"input_id\": \"bd7bc13565ad4e34a09ea733bd81c723\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:22:05.251071Z\",\n                \"modified_at\": \"2023-11-28T15:22:20.985583Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"27bec08f71a04715851101152340137e\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:43:20.985137Z\",\n                \"modified_at\": \"2023-11-28T14:43:21.225888Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"7d8887406e3743319beeab8a9a6899b4\",\n                \"input_id\": \"27bec08f71a04715851101152340137e\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:17:10.774705Z\",\n                \"modified_at\": \"2023-11-28T15:17:10.774705Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"ddf15aba61684e24902fb6127aa97e34\",\n                \"data\": {\n                    \"video\": {\n                        \"url\": \"https://samples.clarifai.com/beer.mp4\",\n                        \"thumbnail_url\": \"https://data-dev.clarifai.com/thumbnail/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"orig\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"hosted_thumbnail\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"tiny\",\n                                \"small\",\n                                \"large\",\n                                \"thumbnail\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"video_info\": {\n                            \"width\": 596,\n                            \"height\": 336,\n                            \"fps\": 29.966703,\n                            \"video_format\": \"MOV\",\n                            \"bit_rate\": 867781,\n                            \"frame_count\": 243,\n                            \"duration_seconds\": 8.109\n                        }\n                    },\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-11-28T15:16:56.697241Z\",\n                \"modified_at\": \"2023-11-28T15:17:01.348080Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"ff5d757971c94b56af2f1683dd6b0e7b\",\n                \"input_id\": \"ddf15aba61684e24902fb6127aa97e34\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:16:56.697241Z\",\n                \"modified_at\": \"2023-11-28T15:21:18.827919Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"27bec08f71a04715851101152340137e\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:43:20.985137Z\",\n                \"modified_at\": \"2023-11-28T14:43:21.225888Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"be82651285cb42ab977bb6536c1f75f4\",\n                \"input_id\": \"27bec08f71a04715851101152340137e\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:15:11.402370Z\",\n                \"modified_at\": \"2023-11-28T15:15:11.402370Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"2a7cc3011a0e4f72b18f1e2c3ea28711\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T15:15:07.204075Z\",\n                \"modified_at\": \"2023-11-28T15:15:07.460222Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"74c6c8a853674ba581ba091b9cf743ca\",\n                \"input_id\": \"2a7cc3011a0e4f72b18f1e2c3ea28711\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:15:07.204075Z\",\n                \"modified_at\": \"2023-11-28T15:15:07.204075Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"27bec08f71a04715851101152340137e\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:43:20.985137Z\",\n                \"modified_at\": \"2023-11-28T14:43:21.225888Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"3b686104258243078e07136944de4745\",\n                \"input_id\": \"27bec08f71a04715851101152340137e\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:14:34.549037Z\",\n                \"modified_at\": \"2023-11-28T15:14:34.549037Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"e8790b8a89c34606bb927426ce75c282\",\n                \"data\": {\n                    \"video\": {\n                        \"url\": \"https://samples.clarifai.com/beer.mp4\",\n                        \"thumbnail_url\": \"https://data-dev.clarifai.com/thumbnail/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"orig\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"hosted_thumbnail\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"tiny\",\n                                \"small\",\n                                \"large\",\n                                \"thumbnail\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"video_info\": {\n                            \"width\": 596,\n                            \"height\": 336,\n                            \"fps\": 29.966703,\n                            \"video_format\": \"MOV\",\n                            \"bit_rate\": 867781,\n                            \"frame_count\": 243,\n                            \"duration_seconds\": 8.109\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T15:05:33.995661Z\",\n                \"modified_at\": \"2023-11-28T15:05:38.553091Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"8955d5c059334b8ca996b5c530aabd57\",\n                \"input_id\": \"e8790b8a89c34606bb927426ce75c282\",\n                \"data\": {\n                    \"text\": {\n                        \"raw\": \"foo\",\n                        \"text_info\": {\n                            \"encoding\": \"UnknownTextEnc\"\n                        }\n                    }\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:10:11.910907Z\",\n                \"modified_at\": \"2023-11-28T15:10:11.910907Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"video\": {\n                        \"url\": \"https://samples.clarifai.com/beer.mp4\",\n                        \"thumbnail_url\": \"https://data-dev.clarifai.com/thumbnail/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"orig\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"hosted_thumbnail\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"tiny\",\n                                \"small\",\n                                \"large\",\n                                \"thumbnail\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"video_info\": {\n                            \"width\": 596,\n                            \"height\": 336,\n                            \"fps\": 29.966703,\n                            \"video_format\": \"MOV\",\n                            \"bit_rate\": 867781,\n                            \"frame_count\": 243,\n                            \"duration_seconds\": 8.109\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:16:12.338352Z\",\n                \"modified_at\": \"2023-11-28T14:16:20.692356Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"eb694645854f4c1dba247c740244dc34\",\n                \"input_id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"frames\": [\n                        {\n                            \"frame_info\": {\n                                \"index\": 1,\n                                \"time\": 1500\n                            },\n                            \"data\": {\n                                \"regions\": [\n                                    {\n                                        \"id\": \"b90545a9af67c671ab9dba294dd10717\",\n                                        \"region_info\": {\n                                            \"bounding_box\": {\n                                                \"top_row\": 0,\n                                                \"left_col\": 0,\n                                                \"bottom_row\": 0.5,\n                                                \"right_col\": 0.9272\n                                            }\n                                        },\n                                        \"data\": {\n                                            \"concepts\": [\n                                                {\n                                                    \"id\": \"wendy_williams\",\n                                                    \"name\": \"wendy williams\",\n                                                    \"value\": 1,\n                                                    \"app_id\": \"test-app-1700638575-empty\"\n                                                }\n                                            ]\n                                        }\n                                    }\n                                ]\n                            },\n                            \"id\": \"8e5f8672bdda2f2682d59ccc019d48c0\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:09:27.799110Z\",\n                \"modified_at\": \"2023-11-28T15:09:27.799110Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://data-dev.clarifai.com/orig/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 40,\n                            \"height\": 40,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"concepts\": [\n                        {\n                            \"id\": \"asdf123\",\n                            \"name\": \"asdf123\",\n                            \"value\": 1\n                        },\n                        {\n                            \"id\": \"mattid2\",\n                            \"name\": \"mattid2\",\n                            \"value\": 1\n                        },\n                        {\n                            \"id\": \"ferrari\",\n                            \"name\": \"ferrari\",\n                            \"value\": 1\n                        }\n                    ],\n                    \"metadata\": {\n                        \"empty_map\": {},\n                        \"foo_list\": [\n                            \"bar\"\n                        ],\n                        \"foo_map:\": {\n                            \"bar\": true\n                        },\n                        \"id\": \"john\",\n                        \"size\": \"small\"\n                    },\n                    \"geo\": {\n                        \"geo_point\": {\n                            \"longitude\": -75,\n                            \"latitude\": 10\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-22T07:42:05.560535Z\",\n                \"modified_at\": \"2023-11-22T07:42:05.799320Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"30ca257a08c543f5b06deeeaccd1b094\",\n                \"input_id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"3d3ebd63764f2a1e75ea05457e625c52\",\n                            \"region_info\": {\n                                \"polygon\": {\n                                    \"points\": [\n                                        {\n                                            \"row\": 0,\n                                            \"col\": 0\n                                        },\n                                        {\n                                            \"row\": 0,\n                                            \"col\": 0\n                                        },\n                                        {\n                                            \"row\": 0,\n                                            \"col\": 0\n                                        },\n                                        {\n                                            \"row\": 0,\n                                            \"col\": 0\n                                        }\n                                    ]\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"foo1\",\n                                        \"name\": \"foo1\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1700638575-empty\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:08:38.544740Z\",\n                \"modified_at\": \"2023-11-28T15:08:38.544740Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://data-dev.clarifai.com/orig/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 40,\n                            \"height\": 40,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"concepts\": [\n                        {\n                            \"id\": \"asdf123\",\n                            \"name\": \"asdf123\",\n                            \"value\": 1\n                        },\n                        {\n                            \"id\": \"mattid2\",\n                            \"name\": \"mattid2\",\n                            \"value\": 1\n                        },\n                        {\n                            \"id\": \"ferrari\",\n                            \"name\": \"ferrari\",\n                            \"value\": 1\n                        }\n                    ],\n                    \"metadata\": {\n                        \"empty_map\": {},\n                        \"foo_list\": [\n                            \"bar\"\n                        ],\n                        \"foo_map:\": {\n                            \"bar\": true\n                        },\n                        \"id\": \"john\",\n                        \"size\": \"small\"\n                    },\n                    \"geo\": {\n                        \"geo_point\": {\n                            \"longitude\": -75,\n                            \"latitude\": 10\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-22T07:42:05.560535Z\",\n                \"modified_at\": \"2023-11-22T07:42:05.799320Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"9e860e777a2b44b9b3db4d67e1ac866f\",\n                \"input_id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"7d0665438e81d8eceb98c1e31fca80c1\",\n                            \"region_info\": {\n                                \"token\": {\n                                    \"char_start\": 0,\n                                    \"char_end\": 4,\n                                    \"raw_text\": \"token\"\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"foo1\",\n                                        \"name\": \"foo1\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1700638575-empty\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:08:16.491322Z\",\n                \"modified_at\": \"2023-11-28T15:08:16.491322Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://data-dev.clarifai.com/orig/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 40,\n                            \"height\": 40,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"concepts\": [\n                        {\n                            \"id\": \"asdf123\",\n                            \"name\": \"asdf123\",\n                            \"value\": 1\n                        },\n                        {\n                            \"id\": \"mattid2\",\n                            \"name\": \"mattid2\",\n                            \"value\": 1\n                        },\n                        {\n                            \"id\": \"ferrari\",\n                            \"name\": \"ferrari\",\n                            \"value\": 1\n                        }\n                    ],\n                    \"metadata\": {\n                        \"empty_map\": {},\n                        \"foo_list\": [\n                            \"bar\"\n                        ],\n                        \"foo_map:\": {\n                            \"bar\": true\n                        },\n                        \"id\": \"john\",\n                        \"size\": \"small\"\n                    },\n                    \"geo\": {\n                        \"geo_point\": {\n                            \"longitude\": -75,\n                            \"latitude\": 10\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-22T07:42:05.560535Z\",\n                \"modified_at\": \"2023-11-22T07:42:05.799320Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"790fcddd4f0c468fa7d2970b9bf21e85\",\n                \"input_id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"e45ee7ce7e88149af8dd32b27f9512ce\",\n                            \"region_info\": {\n                                \"span\": {\n                                    \"char_start\": 0,\n                                    \"char_end\": 3\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"foo1\",\n                                        \"name\": \"foo1\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1700638575-empty\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:08:03.271061Z\",\n                \"modified_at\": \"2023-11-28T15:08:03.271061Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"99fbcb0deb1e4d0b9cc4bec44942e817\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:46:20.071529Z\",\n                \"modified_at\": \"2023-11-28T14:46:20.289474Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"c7fc57086f924d91948dc665fe71f6c1\",\n                \"input_id\": \"99fbcb0deb1e4d0b9cc4bec44942e817\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"7239bb5a1e159da52e15f809413ebbab\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 1,\n                                    \"right_col\": 1\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"foo1\",\n                                        \"name\": \"foo1\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1700638575-empty\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:07:30.764017Z\",\n                \"modified_at\": \"2023-11-28T15:07:30.764017Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"b37e4ba200b74a6d95688ab62934c6e2\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T15:06:24.908570Z\",\n                \"modified_at\": \"2023-11-28T15:06:25.144188Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"59df84ee7649422bb32d516d97ac490d\",\n                \"input_id\": \"b37e4ba200b74a6d95688ab62934c6e2\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:06:24.908570Z\",\n                \"modified_at\": \"2023-11-28T15:06:24.908570Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"e8790b8a89c34606bb927426ce75c282\",\n                \"data\": {\n                    \"video\": {\n                        \"url\": \"https://samples.clarifai.com/beer.mp4\",\n                        \"thumbnail_url\": \"https://data-dev.clarifai.com/thumbnail/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"orig\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"hosted_thumbnail\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"tiny\",\n                                \"small\",\n                                \"large\",\n                                \"thumbnail\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"video_info\": {\n                            \"width\": 596,\n                            \"height\": 336,\n                            \"fps\": 29.966703,\n                            \"video_format\": \"MOV\",\n                            \"bit_rate\": 867781,\n                            \"frame_count\": 243,\n                            \"duration_seconds\": 8.109\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T15:05:33.995661Z\",\n                \"modified_at\": \"2023-11-28T15:05:38.553091Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"4aa9565f28c74aff8698005d913db37b\",\n                \"input_id\": \"e8790b8a89c34606bb927426ce75c282\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T15:05:33.995661Z\",\n                \"modified_at\": \"2023-11-28T15:05:33.995661Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"video\": {\n                        \"url\": \"https://samples.clarifai.com/beer.mp4\",\n                        \"thumbnail_url\": \"https://data-dev.clarifai.com/thumbnail/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"orig\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"hosted_thumbnail\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"tiny\",\n                                \"small\",\n                                \"large\",\n                                \"thumbnail\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"video_info\": {\n                            \"width\": 596,\n                            \"height\": 336,\n                            \"fps\": 29.966703,\n                            \"video_format\": \"MOV\",\n                            \"bit_rate\": 867781,\n                            \"frame_count\": 243,\n                            \"duration_seconds\": 8.109\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:16:12.338352Z\",\n                \"modified_at\": \"2023-11-28T14:16:20.692356Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"6bc4b618b68442dd9c2c58d915dfb78e\",\n                \"input_id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T14:46:30.108461Z\",\n                \"modified_at\": \"2023-11-28T14:46:30.108461Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"99fbcb0deb1e4d0b9cc4bec44942e817\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:46:20.071529Z\",\n                \"modified_at\": \"2023-11-28T14:46:20.289474Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"616a1de6ecb44d78ab157e9e17ee4931\",\n                \"input_id\": \"99fbcb0deb1e4d0b9cc4bec44942e817\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T14:46:20.071529Z\",\n                \"modified_at\": \"2023-11-28T14:46:20.071529Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"27bec08f71a04715851101152340137e\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:43:20.985137Z\",\n                \"modified_at\": \"2023-11-28T14:43:21.225888Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"GULp2C6Bz4etXcPK\",\n                \"input_id\": \"27bec08f71a04715851101152340137e\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"a19564f0e0cbd2f25f27b98593be6852\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0.57620186,\n                                    \"left_col\": 0.74288327,\n                                    \"bottom_row\": 0.8161955,\n                                    \"right_col\": 0.8783909\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"apple1\",\n                                        \"name\": \"apple1\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1700638575-empty\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T14:45:48.343220Z\",\n                \"modified_at\": \"2023-11-28T14:45:48.343220Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"video\": {\n                        \"url\": \"https://samples.clarifai.com/beer.mp4\",\n                        \"thumbnail_url\": \"https://data-dev.clarifai.com/thumbnail/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"orig\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"hosted_thumbnail\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"tiny\",\n                                \"small\",\n                                \"large\",\n                                \"thumbnail\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"video_info\": {\n                            \"width\": 596,\n                            \"height\": 336,\n                            \"fps\": 29.966703,\n                            \"video_format\": \"MOV\",\n                            \"bit_rate\": 867781,\n                            \"frame_count\": 243,\n                            \"duration_seconds\": 8.109\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:16:12.338352Z\",\n                \"modified_at\": \"2023-11-28T14:16:20.692356Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"3aff1a9c0de8463382052765c01bb3f5\",\n                \"input_id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T14:44:54.739601Z\",\n                \"modified_at\": \"2023-11-28T14:44:54.739601Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"video\": {\n                        \"url\": \"https://samples.clarifai.com/beer.mp4\",\n                        \"thumbnail_url\": \"https://data-dev.clarifai.com/thumbnail/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"orig\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"hosted_thumbnail\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"tiny\",\n                                \"small\",\n                                \"large\",\n                                \"thumbnail\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"video_info\": {\n                            \"width\": 596,\n                            \"height\": 336,\n                            \"fps\": 29.966703,\n                            \"video_format\": \"MOV\",\n                            \"bit_rate\": 867781,\n                            \"frame_count\": 243,\n                            \"duration_seconds\": 8.109\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:16:12.338352Z\",\n                \"modified_at\": \"2023-11-28T14:16:20.692356Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"2838e5b9cf824f489132300e3ee80e13\",\n                \"input_id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T14:43:36.236495Z\",\n                \"modified_at\": \"2023-11-28T14:43:36.236495Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"27bec08f71a04715851101152340137e\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:43:20.985137Z\",\n                \"modified_at\": \"2023-11-28T14:43:21.225888Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"fefa3ecbb8764a3491b6e483337a3a08\",\n                \"input_id\": \"27bec08f71a04715851101152340137e\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T14:43:20.985137Z\",\n                \"modified_at\": \"2023-11-28T14:43:20.985137Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"video\": {\n                        \"url\": \"https://samples.clarifai.com/beer.mp4\",\n                        \"thumbnail_url\": \"https://data-dev.clarifai.com/thumbnail/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"orig\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"hosted_thumbnail\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"tiny\",\n                                \"small\",\n                                \"large\",\n                                \"thumbnail\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"video_info\": {\n                            \"width\": 596,\n                            \"height\": 336,\n                            \"fps\": 29.966703,\n                            \"video_format\": \"MOV\",\n                            \"bit_rate\": 867781,\n                            \"frame_count\": 243,\n                            \"duration_seconds\": 8.109\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:16:12.338352Z\",\n                \"modified_at\": \"2023-11-28T14:16:20.692356Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"b9b36b58d01d49dc91ec368601bf27cc\",\n                \"input_id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T14:37:22.476101Z\",\n                \"modified_at\": \"2023-11-28T14:37:22.476101Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://data-dev.clarifai.com/orig/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/aa78243ca07f89690b225ba7dc69f735\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 40,\n                            \"height\": 40,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"concepts\": [\n                        {\n                            \"id\": \"asdf123\",\n                            \"name\": \"asdf123\",\n                            \"value\": 1\n                        },\n                        {\n                            \"id\": \"mattid2\",\n                            \"name\": \"mattid2\",\n                            \"value\": 1\n                        },\n                        {\n                            \"id\": \"ferrari\",\n                            \"name\": \"ferrari\",\n                            \"value\": 1\n                        }\n                    ],\n                    \"metadata\": {\n                        \"empty_map\": {},\n                        \"foo_list\": [\n                            \"bar\"\n                        ],\n                        \"foo_map:\": {\n                            \"bar\": true\n                        },\n                        \"id\": \"john\",\n                        \"size\": \"small\"\n                    },\n                    \"geo\": {\n                        \"geo_point\": {\n                            \"longitude\": -75,\n                            \"latitude\": 10\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-22T07:42:05.560535Z\",\n                \"modified_at\": \"2023-11-22T07:42:05.799320Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"58aba3e48ea240e1b676f50dfe72b995\",\n                \"input_id\": \"a6fbf901fe354821acb9a111b9942a7f\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"7239bb5a1e159da52e15f809413ebbab\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 1,\n                                    \"right_col\": 1\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"foo1\",\n                                        \"name\": \"foo1\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1700638575-empty\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T14:21:02.592031Z\",\n                \"modified_at\": \"2023-11-28T14:21:02.592031Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"video\": {\n                        \"url\": \"https://samples.clarifai.com/beer.mp4\",\n                        \"thumbnail_url\": \"https://data-dev.clarifai.com/thumbnail/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"orig\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"hosted_thumbnail\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"tiny\",\n                                \"small\",\n                                \"large\",\n                                \"thumbnail\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"video_info\": {\n                            \"width\": 596,\n                            \"height\": 336,\n                            \"fps\": 29.966703,\n                            \"video_format\": \"MOV\",\n                            \"bit_rate\": 867781,\n                            \"frame_count\": 243,\n                            \"duration_seconds\": 8.109\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:16:12.338352Z\",\n                \"modified_at\": \"2023-11-28T14:16:20.692356Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"9ec8cbe80b07435da463287e9a8ced37\",\n                \"input_id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"frames\": [\n                        {\n                            \"frame_info\": {\n                                \"index\": 1,\n                                \"time\": 1500\n                            },\n                            \"data\": {\n                                \"regions\": [\n                                    {\n                                        \"id\": \"b90545a9af67c671ab9dba294dd10717\",\n                                        \"region_info\": {\n                                            \"bounding_box\": {\n                                                \"top_row\": 0,\n                                                \"left_col\": 0,\n                                                \"bottom_row\": 0.5,\n                                                \"right_col\": 0.9272\n                                            }\n                                        },\n                                        \"data\": {\n                                            \"concepts\": [\n                                                {\n                                                    \"id\": \"foo1\",\n                                                    \"name\": \"foo1\",\n                                                    \"value\": 1,\n                                                    \"app_id\": \"test-app-1700638575-empty\"\n                                                }\n                                            ]\n                                        },\n                                        \"track_id\": \"track1\"\n                                    }\n                                ]\n                            },\n                            \"id\": \"8e5f8672bdda2f2682d59ccc019d48c0\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T14:16:34.637498Z\",\n                \"modified_at\": \"2023-11-28T14:18:50.837394Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {\n                    \"video\": {\n                        \"url\": \"https://samples.clarifai.com/beer.mp4\",\n                        \"thumbnail_url\": \"https://data-dev.clarifai.com/thumbnail/users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"orig\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"hosted_thumbnail\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/video/cadc7212b18bda5586d31ab49862cffa\",\n                            \"sizes\": [\n                                \"tiny\",\n                                \"small\",\n                                \"large\",\n                                \"thumbnail\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"video_info\": {\n                            \"width\": 596,\n                            \"height\": 336,\n                            \"fps\": 29.966703,\n                            \"video_format\": \"MOV\",\n                            \"bit_rate\": 867781,\n                            \"frame_count\": 243,\n                            \"duration_seconds\": 8.109\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-28T14:16:12.338352Z\",\n                \"modified_at\": \"2023-11-28T14:16:20.692356Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"1607095340b645a4b513424127ec07e4\",\n                \"input_id\": \"40c723c6b90248aeae0f7a503db0fb37\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T14:16:12.338352Z\",\n                \"modified_at\": \"2023-11-28T14:16:12.338352Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"bda54f69edd94e7abe505079adfbfe7d\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1700638575-empty/inputs/image/140c856dc82565d2c4d6ea720fceff78\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 512,\n                            \"height\": 384,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-11-23T07:17:13.505558Z\",\n                \"modified_at\": \"2023-11-23T07:17:18.147407Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"83c4fc71a75a483cae663b2cb612b6a5\",\n                \"input_id\": \"bda54f69edd94e7abe505079adfbfe7d\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"foo1\",\n                            \"name\": \"foo1\",\n                            \"value\": 0,\n                            \"app_id\": \"test-app-1700638575-empty\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-11-28T14:13:01.415130Z\",\n                \"modified_at\": \"2023-11-28T14:14:21.645486Z\",\n                \"trusted\": true\n            }\n        }\n    ],\n    \"searches\": [\n        {\n            \"query\": {\n                \"filters\": [\n                    {\n                        \"annotation\": {\n                            \"status\": {\n                                \"code\": 24150\n                            }\n                        }\n                    },\n                    {\n                        \"annotation\": {\n                            \"user_id\": \"a0btrubbaefn\"\n                        }\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"9c4e6199-cec9-4188-a9a6-5acbe40ea152"},{"name":"Filter By Task ID","id":"08c5084c-67d7-4ec0-bcc0-b9a85a68c619","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"searches\": [{\n        \"query\": {\n            \"filters\": [\n                {\n                    \"annotation\": {\n                        \"task_id\": \"123\"\n                    }\n                }\n            ]\n        }\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches","description":"<p>Filter annotations associated with a specific labeling task.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>searches[].query.filters[].annotation.task_id</code></td>\n<td>string</td>\n<td>Labeling task ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotations","searches"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"25a1aed6-84bb-4f73-afa9-bee14848ea69","name":"filter by task ID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"searches\": [{\n        \"query\": {\n            \"filters\": [\n                {\n                    \"annotation\": {\n                        \"task_id\": \"123\"\n                    }\n                }\n            ]\n        }\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"4adc22c05ea81b7257bb0e68f0868c07\"\n    },\n    \"hits\": [],\n    \"searches\": [\n        {\n            \"query\": {\n                \"filters\": [\n                    {\n                        \"annotation\": {\n                            \"task_id\": \"123\"\n                        }\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"08c5084c-67d7-4ec0-bcc0-b9a85a68c619"},{"name":"Filter By Task ID and User ID","id":"fd82f0ba-8c21-4dc9-af2a-ac3ee448422b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"filters\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"annotation_info\": {\n\t\t\t\t\t\t\"task_id\": \"123\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"user_id\": \"YOUR_USER_ID\"\n\t\t\t\t}\n\t\t\t}]\n\t\t}\n\t}]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches","description":"<p>Filter annotations by both a specific labeling task and the annotator who created them.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>searches[].query.filters[].annotation.annotation_info.task_id</code></td>\n<td>string</td>\n<td>Task ID</td>\n</tr>\n<tr>\n<td><code>searches[].query.filters[].annotation.user_id</code></td>\n<td>string</td>\n<td>Annotator user ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotations","searches"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"58934dd9-ab59-4e20-8911-2da3d12da86a","name":"filter by task ID AND user ID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"filters\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"annotation_info\": {\n\t\t\t\t\t\t\"task_id\": \"123\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"user_id\": \"YOUR_USER_ID\"\n\t\t\t\t}\n\t\t\t}]\n\t\t}\n\t}]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"291447f6090b472588820857c9aa4217\"\n    },\n    \"hits\": [],\n    \"searches\": [\n        {\n            \"query\": {\n                \"filters\": [\n                    {\n                        \"annotation\": {\n                            \"annotation_info\": {\n                                \"task_id\": \"123\"\n                            }\n                        }\n                    },\n                    {\n                        \"annotation\": {\n                            \"user_id\": \"a0btrubbaefn\"\n                        }\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"fd82f0ba-8c21-4dc9-af2a-ac3ee448422b"},{"name":"Filter By Concept","id":"6513b357-b928-4578-a4fc-4edaf41163d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"filters\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"id\": \"test-concept\"}]\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}],\n            \"ranks\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n                        \"image\": {\n                            \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/ferrari-1.png\"\n                        }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}]\n\t\t}\n\t}]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches","description":"<p>Filter annotations by concept ID, and optionally rank results by visual similarity. Combines concept-based filtering with image embedding ranking for precision search.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>searches[].query.filters[].annotation.data.concepts[].id</code></td>\n<td>string</td>\n<td>Concept ID to filter by</td>\n</tr>\n<tr>\n<td><code>searches[].query.ranks[].annotation.data.image.url</code></td>\n<td>string</td>\n<td>Optional image to rank results against</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotations","searches"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"22d11299-658a-4676-98cd-fae48f20a8f6","name":"filter by concept","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"filters\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"id\": \"test-concept\"}]\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}],\n            \"ranks\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n                        \"image\": {\n                            \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/ferrari-1.png\"\n                        }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}]\n\t\t}\n\t}]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"9f0cfa6f17b4f88dc6559b8e8d25f70f\"\n    },\n    \"hits\": [\n        {\n            \"score\": 0.89788586,\n            \"input\": {\n                \"id\": \"1\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/HEoT5xR.png\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/89f4b090a85df4802d6cf5b767a66f37\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 934,\n                            \"height\": 587,\n                            \"format\": \"PNG\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"29cb6ebe2072490dac92d69bea9767dc\",\n                \"input_id\": \"1\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"test-concept\",\n                                        \"name\": \"test-concept\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1701866015\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"annotation_info\": {\n                    \"set\": \"set_to_eval\"\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 0.89788586,\n            \"input\": {\n                \"id\": \"1\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/HEoT5xR.png\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/89f4b090a85df4802d6cf5b767a66f37\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 934,\n                            \"height\": 587,\n                            \"format\": \"PNG\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"679b11005e204ba6adb721d8632df153\",\n                \"input_id\": \"1\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"test-concept\",\n                                        \"name\": \"test-concept\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1701866015\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"annotation_info\": {\n                    \"set\": \"ground_truth\"\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 0.89165235,\n            \"input\": {\n                \"id\": \"2\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/It5JRaj.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/2ef6a4da17cdd348a5166fd6f30db3e2\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 768,\n                            \"height\": 1024,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"897_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"61c66cbba6e348689bee00c170a18c87\",\n                \"input_id\": \"2\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"test-concept\",\n                                        \"name\": \"test-concept\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1701866015\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"annotation_info\": {\n                    \"set\": \"set_to_eval\"\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 0.8779042,\n            \"input\": {\n                \"id\": \"2\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/It5JRaj.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/2ef6a4da17cdd348a5166fd6f30db3e2\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 768,\n                            \"height\": 1024,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"897_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"5c8cd9d38cae44fa97d3d6eae5a58dac\",\n                \"input_id\": \"2\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"4eae01d6e5c036bcc3a66f97ae594ea7\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.4,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"test-concept\",\n                                        \"name\": \"test-concept\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1701866015\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"annotation_info\": {\n                    \"set\": \"ground_truth\"\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 0.8577222,\n            \"input\": {\n                \"id\": \"5\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/eXCE9mf.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/a6f72e75368bdc556b82d829417c53b1\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1280,\n                            \"height\": 720,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"897_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"eeceae3d06704582a7f3ecb5e83af997\",\n                \"input_id\": \"5\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"test-concept\",\n                                        \"name\": \"test-concept\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1701866015\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"annotation_info\": {\n                    \"set\": \"set_to_eval\"\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 0.74202245,\n            \"input\": {\n                \"id\": \"7\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://s7d1.scene7.com/is/image/BedBathandBeyond/56879143899890p\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/151ba0b95ded7054437f44a7595e3736\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 400,\n                            \"height\": 400,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"766_730\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"e0c81a88c5ee4fd7afa8f0f56a000786\",\n                \"input_id\": \"7\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"20183edba158bfa273763aafc10e2d97\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.6\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"test-concept\",\n                                        \"name\": \"test-concept\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1701866015\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"annotation_info\": {\n                    \"set\": \"set_to_eval\"\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 0.7391741,\n            \"input\": {\n                \"id\": \"6\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/EnrVc0B.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/5fcff2ae1739cd5964d75bd258cc4388\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1200,\n                            \"height\": 900,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"897_218\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"c2ca85db56124b959418b3858da4364a\",\n                \"input_id\": \"6\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"test-concept\",\n                                        \"name\": \"test-concept\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1701866015\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"annotation_info\": {\n                    \"set\": \"set_to_eval\"\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 0.7391741,\n            \"input\": {\n                \"id\": \"6\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/EnrVc0B.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/5fcff2ae1739cd5964d75bd258cc4388\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1200,\n                            \"height\": 900,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"897_218\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"eb96f561d50044f0a8bb13220b966332\",\n                \"input_id\": \"6\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"test-concept\",\n                                        \"name\": \"test-concept\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1701866015\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"annotation_info\": {\n                    \"set\": \"ground_truth\"\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 0.72064984,\n            \"input\": {\n                \"id\": \"3\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/9Knw6RS.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/d9b6a576e9f5975db07556c882d32dc7\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1600,\n                            \"height\": 1032,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"340_107\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"d7ce3eac2a944a918b9b3e76d2fabd97\",\n                \"input_id\": \"3\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"test-concept\",\n                                        \"name\": \"test-concept\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1701866015\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"annotation_info\": {\n                    \"set\": \"ground_truth\"\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n                \"trusted\": true\n            }\n        }\n    ],\n    \"searches\": [\n        {\n            \"query\": {\n                \"filters\": [\n                    {\n                        \"annotation\": {\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"test-concept\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            }\n                        }\n                    }\n                ],\n                \"ranks\": [\n                    {\n                        \"annotation\": {\n                            \"data\": {\n                                \"image\": {\n                                    \"url\": \"https://s3.amazonaws.com/samples.clarifai.com/ferrari-1.png\"\n                                }\n                            }\n                        }\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"6513b357-b928-4578-a4fc-4edaf41163d8"},{"name":"Add Images In General App For Annotation Search","event":[{"listen":"test","script":{"exec":["//var jsonData = JSON.parse(responseBody);","//tests[\"Test Image length\"] = jsonData.inputs.length === 7;","","var jsonData = JSON.parse(responseBody);","tests[\"Test URL\"] = jsonData.inputs[0].data.image.url === \"http://i.imgur.com/HEoT5xR.png\";",""],"type":"text/javascript","id":"1ba6b6fa-263d-4769-940f-f6a2aed1c413"}}],"id":"7ae9bd2e-75b0-4dda-a68c-317d7e1aed74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"inputs\": [\n        {\n        \t\"id\": \"0\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/search-test-data/img-db8ebbc0-c294-4ec6-879f-b97da05c7ea8.jpg\"\n                },\n                \"concepts\": [\n                    {\n                        \"id\": \"test-concept\",\n                        \"value\": 1.0\n                    }\n                ]\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs","description":"<p>Add images to a General app to make them available for annotation search. This is a preparatory step in annotation search walkthroughs.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>inputs[].data.image.url</code></td>\n<td>string</td>\n<td>Public image URL</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","inputs"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"0579b37c-873a-43b2-84ef-5a4a83b27ad6","name":"Add Images In General App For Annotation Search","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"inputs\": [\n        {\n        \t\"id\": \"0\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/search-test-data/img-db8ebbc0-c294-4ec6-879f-b97da05c7ea8.jpg\"\n                },\n                \"concepts\": [\n                    {\n                        \"id\": \"test-concept\",\n                        \"value\": 1.0\n                    }\n                ]\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"details\": \"All inputs successfully added\",\n        \"req_id\": \"ff8fb7504fb7de76e5326c9de367bcc0\"\n    },\n    \"inputs\": [\n        {\n            \"id\": \"0\",\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/search-test-data/img-db8ebbc0-c294-4ec6-879f-b97da05c7ea8.jpg\",\n                    \"image_info\": {\n                        \"format\": \"UnknownImageFormat\",\n                        \"color_mode\": \"UnknownColorMode\"\n                    }\n                },\n                \"concepts\": [\n                    {\n                        \"id\": \"test-concept\",\n                        \"name\": \"test-concept\",\n                        \"value\": 1,\n                        \"app_id\": \"test-app-1701866015\"\n                    }\n                ]\n            },\n            \"created_at\": \"2023-12-06T12:54:18.124657897Z\",\n            \"modified_at\": \"2023-12-06T12:54:18.124657897Z\",\n            \"status\": {\n                \"code\": 30001,\n                \"description\": \"Download pending\"\n            }\n        }\n    ]\n}"}],"_postman_id":"7ae9bd2e-75b0-4dda-a68c-317d7e1aed74"},{"name":"Filter By Custom Concept And Rank By Image","id":"9bba659a-e2c0-401e-bcad-68e544f8d211","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"filters\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"test-concept\"}]\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t\"negate\": true\n\t\t\t}],\n\t\t\t\"ranks\":[{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"image\": {\n\t\t\t\t\t\t\t\"url\": \"https://samples.clarifai.com/dog.tiff\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}]\n\t\t}\n\t}]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches","description":"<p>Filter annotations by a custom concept, then rank the filtered results by visual similarity to a reference image.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>searches[].query.filters[].annotation.data.concepts[].name</code></td>\n<td>string</td>\n<td>Concept name to filter by</td>\n</tr>\n<tr>\n<td><code>searches[].query.ranks[].annotation.data.image.url</code></td>\n<td>string</td>\n<td>Reference image URL for similarity ranking</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotations","searches"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"5c4e1c1a-4539-457b-8cb4-d3d2d51e3202","name":"filter by cutom concept and Rank by Image","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"filters\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"concepts\": [{\"name\": \"test-concept\"}]\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t\"negate\": true\n\t\t\t}],\n\t\t\t\"ranks\":[{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n\t\t\t\t\t\t\"image\": {\n\t\t\t\t\t\t\t\"url\": \"https://samples.clarifai.com/dog.tiff\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}]\n\t\t}\n\t}]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"35306a92166f6ce46dbebb9bb7a2a1a8\"\n    },\n    \"hits\": [\n        {\n            \"score\": 0.69579405,\n            \"input\": {\n                \"id\": \"5\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/eXCE9mf.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/a6f72e75368bdc556b82d829417c53b1\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1280,\n                            \"height\": 720,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"1f4120b315e34a3eb15e4c590beb6025\",\n                \"input_id\": \"5\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 0.69385123,\n            \"input\": {\n                \"id\": \"3\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/9Knw6RS.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/d9b6a576e9f5975db07556c882d32dc7\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1600,\n                            \"height\": 1032,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_778\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"c41665c665d743a9b98fee7c55de044e\",\n                \"input_id\": \"3\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 0.6884197,\n            \"input\": {\n                \"id\": \"6\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/EnrVc0B.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/5fcff2ae1739cd5964d75bd258cc4388\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1200,\n                            \"height\": 900,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"1d71e1041eee4c569ae886234d0e585c\",\n                \"input_id\": \"6\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 0.6882051,\n            \"input\": {\n                \"id\": \"4\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/GeMQsiQ.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/ce718f0ca1bdcac7f36bcc871fa68001\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 4096,\n                            \"height\": 3040,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"63058214581e4bdfbd3b51c6a573fae6\",\n                \"input_id\": \"4\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 0.6847262,\n            \"input\": {\n                \"id\": \"2\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/It5JRaj.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/2ef6a4da17cdd348a5166fd6f30db3e2\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 768,\n                            \"height\": 1024,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"a70f8fbcfa2a4089946a98237ac2a0c6\",\n                \"input_id\": \"2\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 0.68387717,\n            \"input\": {\n                \"id\": \"4\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/GeMQsiQ.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/ce718f0ca1bdcac7f36bcc871fa68001\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 4096,\n                            \"height\": 3040,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"897_196\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"7c94dfc5a91d498db2b084d19e6b0bcb\",\n                \"input_id\": \"4\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"test-concept-1\",\n                                        \"name\": \"test-concept-1\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1701866015\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"annotation_info\": {\n                    \"set\": \"ground_truth\"\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 0.68013895,\n            \"input\": {\n                \"id\": \"3\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/9Knw6RS.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/d9b6a576e9f5975db07556c882d32dc7\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1600,\n                            \"height\": 1032,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"340_107\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"b90359079d704125b1c3da1f53ee733d\",\n                \"input_id\": \"3\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"test-concept-1\",\n                                        \"name\": \"test-concept-1\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1701866015\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"annotation_info\": {\n                    \"set\": \"set_to_eval\"\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 0.6794034,\n            \"input\": {\n                \"id\": \"4\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/GeMQsiQ.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/ce718f0ca1bdcac7f36bcc871fa68001\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 4096,\n                            \"height\": 3040,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_196\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"9d18e2b02e2642739f4539b71a6bf0f1\",\n                \"input_id\": \"4\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"86e7d81525e21b12fcf709ba76f44df3\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0.1,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"test-concept-1\",\n                                        \"name\": \"test-concept-1\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1701866015\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"annotation_info\": {\n                    \"set\": \"set_to_eval\"\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 0.67488873,\n            \"input\": {\n                \"id\": \"1\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/HEoT5xR.png\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/89f4b090a85df4802d6cf5b767a66f37\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 934,\n                            \"height\": 587,\n                            \"format\": \"PNG\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"545_388\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"eb66cb0c3d504a8480aa7420ca02a6fd\",\n                \"input_id\": \"1\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 0.6571883,\n            \"input\": {\n                \"id\": \"7\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://s7d1.scene7.com/is/image/BedBathandBeyond/56879143899890p\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/151ba0b95ded7054437f44a7595e3736\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 400,\n                            \"height\": 400,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"198_379\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"fb1377dd16fc4ee2ba1078d9ed0ab4a2\",\n                \"input_id\": \"7\",\n                \"data\": {\n                    \"regions\": [\n                        {\n                            \"id\": \"361d6a9253be9152968012660258a4bf\",\n                            \"region_info\": {\n                                \"bounding_box\": {\n                                    \"top_row\": 0,\n                                    \"left_col\": 0,\n                                    \"bottom_row\": 0.5,\n                                    \"right_col\": 0.5\n                                }\n                            },\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"id\": \"test-concept-1\",\n                                        \"name\": \"test-concept-1\",\n                                        \"value\": 1,\n                                        \"app_id\": \"test-app-1701866015\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                },\n                \"annotation_info\": {\n                    \"set\": \"ground_truth\"\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:37:11.124811Z\",\n                \"modified_at\": \"2023-12-06T12:37:13.804347Z\",\n                \"trusted\": true\n            }\n        },\n        {\n            \"score\": 0.6556581,\n            \"input\": {\n                \"id\": \"7\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://s7d1.scene7.com/is/image/BedBathandBeyond/56879143899890p\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/151ba0b95ded7054437f44a7595e3736\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 400,\n                            \"height\": 400,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"clusters\": [\n                        {\n                            \"id\": \"389_578\"\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"4438076b63bd40f0956a8b345b7c6f08\",\n                \"input_id\": \"7\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        }\n    ],\n    \"searches\": [\n        {\n            \"query\": {\n                \"filters\": [\n                    {\n                        \"negate\": true,\n                        \"annotation\": {\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"name\": \"test-concept\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            }\n                        }\n                    }\n                ],\n                \"ranks\": [\n                    {\n                        \"annotation\": {\n                            \"data\": {\n                                \"image\": {\n                                    \"url\": \"https://samples.clarifai.com/dog.tiff\"\n                                }\n                            }\n                        }\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"9bba659a-e2c0-401e-bcad-68e544f8d211"},{"name":"Filter By Input ID And Task ID","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"53a9e0ac-78af-44cf-a5d4-1eeb9d2d848a"}}],"id":"c5087402-023a-48a3-bcac-5d9f88fdfb18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"searches\": [{\n        \"query\": {\n            \"filters\": [\n                {\n                    \"annotation\": {\n                        \"input_id\": \"YOUR_INPUT_ID\"\n                    }\n                },\n                {\n                    \"annotation\": {\n                        \"task_id\": \"123\"\n                    }\n                }\n            ]\n        }\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches","description":"<p>Filter annotations by a specific input ID and task ID. Returns only annotations on the given input that belong to the specified task.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>searches[].query.filters[].annotation.input_id</code></td>\n<td>string</td>\n<td>Input ID</td>\n</tr>\n<tr>\n<td><code>searches[].query.filters[].annotation.task_id</code></td>\n<td>string</td>\n<td>Task ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotations","searches"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"279cd60d-97e9-4f3b-bd53-2463878cf644","name":"filter by input ID and task ID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"searches\": [{\n        \"query\": {\n            \"filters\": [\n                {\n                    \"annotation\": {\n                        \"input_id\": \"YOUR_INPUT_ID\"\n                    }\n                },\n                {\n                    \"annotation\": {\n                        \"task_id\": \"123\"\n                    }\n                }\n            ]\n        }\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"223307e6294046960e0cc8eef1aaa070\"\n    },\n    \"hits\": [],\n    \"searches\": [\n        {\n            \"query\": {\n                \"filters\": [\n                    {\n                        \"annotation\": {\n                            \"input_id\": \"input1\"\n                        }\n                    },\n                    {\n                        \"annotation\": {\n                            \"task_id\": \"123\"\n                        }\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"c5087402-023a-48a3-bcac-5d9f88fdfb18"},{"name":"Count Filter By Bounding Box Region","id":"71bfb7ff-b84f-4e47-948b-394526a86cca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"filters\": [\n            {\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n                        \"regions\": [{\"region_info\": {\"bounding_box\": {}}}]\n\t\t\t\t\t}\n\t\t\t\t}\n            }]\n\t\t}\n\t}],\n    \"only_count\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs/searches","description":"<p>Count inputs that have annotations with bounding box regions. Supports filtering by region size and position.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>searches[].query.filters[].annotation.data.regions[].region_info.bounding_box</code></td>\n<td>object</td>\n<td>Bounding box constraints (can be empty <code>{}</code> to match any region)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","inputs","searches"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"27bb1c63-ec86-4b3a-bfbd-fcf9506fbd77","name":"count filter by bounding box region","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"filters\": [\n            {\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n                        \"regions\": [{\"region_info\": {\"bounding_box\": {}}}]\n\t\t\t\t\t}\n\t\t\t\t}\n            }]\n\t\t}\n\t}],\n    \"only_count\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs/searches"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"38d496e04a417ef35428cb2e6513bfb0\"\n    },\n    \"hits\": [],\n    \"searches\": [\n        {\n            \"query\": {\n                \"filters\": [\n                    {\n                        \"annotation\": {\n                            \"data\": {\n                                \"regions\": [\n                                    {\n                                        \"region_info\": {\n                                            \"bounding_box\": {\n                                                \"top_row\": 0,\n                                                \"left_col\": 0,\n                                                \"bottom_row\": 0,\n                                                \"right_col\": 0\n                                            }\n                                        }\n                                    }\n                                ]\n                            }\n                        }\n                    }\n                ]\n            }\n        }\n    ],\n    \"hit_counts\": [\n        {\n            \"estimated_total\": \"7\"\n        }\n    ]\n}"}],"_postman_id":"71bfb7ff-b84f-4e47-948b-394526a86cca"},{"name":"Count Filter By Custom Concept And Bounding Box","id":"4a75b1b5-37ff-4b8a-be1a-157fdd7c2f4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"filters\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n                        \"concepts\": [{\"name\": \"train\", \"value\": 1}]\n\t\t\t\t\t}\n\t\t\t\t}\n            },\n            {\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n                        \"regions\": [{\"region_info\": {\"bounding_box\": {}}}]\n\t\t\t\t\t}\n\t\t\t\t}\n            }]\n\t\t}\n\t}],\n    \"only_count\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs/searches","description":"<p>Count inputs that have annotations matching both a specific concept and a bounding box region. Useful for counting region-level labels.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>searches[].query.filters[].annotation.data.concepts[].name</code></td>\n<td>string</td>\n<td>Concept name</td>\n</tr>\n<tr>\n<td><code>searches[].query.filters[].annotation.data.regions[].region_info.bounding_box</code></td>\n<td>object</td>\n<td>Bounding box constraints</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","inputs","searches"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"e2d41599-10d1-4c4c-966e-b798a9e1e213","name":"count filter by custom concept and bounding box","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"filters\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n                        \"concepts\": [{\"name\": \"train\", \"value\": 1}]\n\t\t\t\t\t}\n\t\t\t\t}\n            },\n            {\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n                        \"regions\": [{\"region_info\": {\"bounding_box\": {}}}]\n\t\t\t\t\t}\n\t\t\t\t}\n            }]\n\t\t}\n\t}],\n    \"only_count\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs/searches"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"b7ad83696e3c37f2e3174835eb7ba5c6\"\n    },\n    \"hits\": [],\n    \"searches\": [\n        {\n            \"query\": {\n                \"filters\": [\n                    {\n                        \"annotation\": {\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"name\": \"train\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            }\n                        }\n                    },\n                    {\n                        \"annotation\": {\n                            \"data\": {\n                                \"regions\": [\n                                    {\n                                        \"region_info\": {\n                                            \"bounding_box\": {\n                                                \"top_row\": 0,\n                                                \"left_col\": 0,\n                                                \"bottom_row\": 0,\n                                                \"right_col\": 0\n                                            }\n                                        }\n                                    }\n                                ]\n                            }\n                        }\n                    }\n                ]\n            }\n        }\n    ],\n    \"hit_counts\": [\n        {}\n    ]\n}"}],"_postman_id":"4a75b1b5-37ff-4b8a-be1a-157fdd7c2f4a"},{"name":"Filter By Dataset IDs (OR)","id":"8fbd0eb5-d411-4c70-8d91-5ee060520c2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"filters\": [{\n\t\t\t\t\"input\": {\n\t\t\t\t\t\"dataset_ids\": [\"YOUR_DATASET_ID\"]\n\t\t\t\t}\n\t\t\t}]\n\t\t}\n\t}]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs/searches","description":"<p>Filter inputs that belong to any of the specified datasets. Inputs matching any of the provided dataset IDs are returned.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>searches[].query.filters[].input.dataset_ids</code></td>\n<td>array[string]</td>\n<td>Dataset IDs (OR logic — matches any)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","inputs","searches"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"d309f99e-2542-4ca4-9a0f-1b6e03c91627","name":"filter by dataset IDs (OR)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"filters\": [{\n\t\t\t\t\"input\": {\n\t\t\t\t\t\"dataset_ids\": [\"YOUR_DATASET_ID\"]\n\t\t\t\t}\n\t\t\t}]\n\t\t}\n\t}]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs/searches"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"1536bd8cc06db542a9c731708e3c9d7b\"\n    },\n    \"hits\": [],\n    \"searches\": [\n        {\n            \"query\": {\n                \"filters\": [\n                    {\n                        \"input\": {\n                            \"dataset_ids\": [\n                                \"dataset-1700752059\"\n                            ]\n                        }\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"8fbd0eb5-d411-4c70-8d91-5ee060520c2d"},{"name":"Filter By Input Type (image, video, audio or text)","id":"ade9baf9-c729-4508-839a-be2ad44184a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"filters\": [{\n                \"input\": {        \n                    \"data\":{\n                        \"image\":{}              \n                    }\n                }\n\t\t\t}]\n\t\t}\n\t}]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs/searches","description":"<p>Filter inputs by data modality. Returns only inputs of the specified type (image, video, audio, or text).</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>searches[].query.filters[].input.data.image</code></td>\n<td>object</td>\n<td>Filter for image inputs (use <code>{}</code> to match all images)</td>\n</tr>\n<tr>\n<td><code>searches[].query.filters[].input.data.video</code></td>\n<td>object</td>\n<td>Filter for video inputs</td>\n</tr>\n<tr>\n<td><code>searches[].query.filters[].input.data.audio</code></td>\n<td>object</td>\n<td>Filter for audio inputs</td>\n</tr>\n<tr>\n<td><code>searches[].query.filters[].input.data.text</code></td>\n<td>object</td>\n<td>Filter for text inputs</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","inputs","searches"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"397abc2e-720c-43bd-b7a4-506e18f2a126","name":"Filter by input type (image, video, audio or text)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"filters\": [{\n                \"input\": {        \n                    \"data\":{\n                        \"image\":{}              \n                    }\n                }\n\t\t\t}]\n\t\t}\n\t}]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs/searches"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"f4fe56d6e256e211f67b815e2ebdaa99\"\n    },\n    \"hits\": [\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"0\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/search-test-data/img-db8ebbc0-c294-4ec6-879f-b97da05c7ea8.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/c30ae8a9e26435583da5b6a3eaffe540\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 764,\n                            \"height\": 1024,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    },\n                    \"concepts\": [\n                        {\n                            \"id\": \"test-concept\",\n                            \"name\": \"test-concept\",\n                            \"value\": 1\n                        }\n                    ]\n                },\n                \"created_at\": \"2023-12-06T12:54:18.124657Z\",\n                \"modified_at\": \"2023-12-06T12:54:21.015005Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"58f39a91f9f84ba3a9b70ee6a21a5baa\",\n                \"input_id\": \"0\",\n                \"data\": {\n                    \"concepts\": [\n                        {\n                            \"id\": \"test-concept\",\n                            \"name\": \"test-concept\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1701866015\"\n                        }\n                    ]\n                },\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:54:18.124657Z\",\n                \"modified_at\": \"2023-12-06T12:54:18.124657Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"7\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://s7d1.scene7.com/is/image/BedBathandBeyond/56879143899890p\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/151ba0b95ded7054437f44a7595e3736\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 400,\n                            \"height\": 400,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"4438076b63bd40f0956a8b345b7c6f08\",\n                \"input_id\": \"7\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"6\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/EnrVc0B.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/5fcff2ae1739cd5964d75bd258cc4388\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1200,\n                            \"height\": 900,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"1d71e1041eee4c569ae886234d0e585c\",\n                \"input_id\": \"6\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"5\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/eXCE9mf.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/a6f72e75368bdc556b82d829417c53b1\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1280,\n                            \"height\": 720,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"1f4120b315e34a3eb15e4c590beb6025\",\n                \"input_id\": \"5\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"4\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/GeMQsiQ.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/ce718f0ca1bdcac7f36bcc871fa68001\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 4096,\n                            \"height\": 3040,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"63058214581e4bdfbd3b51c6a573fae6\",\n                \"input_id\": \"4\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"3\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/9Knw6RS.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/d9b6a576e9f5975db07556c882d32dc7\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 1600,\n                            \"height\": 1032,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"c41665c665d743a9b98fee7c55de044e\",\n                \"input_id\": \"3\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"2\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/It5JRaj.jpg\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/2ef6a4da17cdd348a5166fd6f30db3e2\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 768,\n                            \"height\": 1024,\n                            \"format\": \"JPEG\",\n                            \"color_mode\": \"YUV\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"a70f8fbcfa2a4089946a98237ac2a0c6\",\n                \"input_id\": \"2\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        },\n        {\n            \"score\": 1,\n            \"input\": {\n                \"id\": \"1\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"http://i.imgur.com/HEoT5xR.png\",\n                        \"hosted\": {\n                            \"prefix\": \"https://data-dev.clarifai.com\",\n                            \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/89f4b090a85df4802d6cf5b767a66f37\",\n                            \"sizes\": [\n                                \"orig\",\n                                \"tiny\",\n                                \"small\",\n                                \"large\"\n                            ],\n                            \"crossorigin\": \"use-credentials\"\n                        },\n                        \"image_info\": {\n                            \"width\": 934,\n                            \"height\": 587,\n                            \"format\": \"PNG\",\n                            \"color_mode\": \"RGB\"\n                        }\n                    }\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                \"status\": {\n                    \"code\": 30000,\n                    \"description\": \"Download complete\"\n                }\n            },\n            \"annotation\": {\n                \"id\": \"eb66cb0c3d504a8480aa7420ca02a6fd\",\n                \"input_id\": \"1\",\n                \"data\": {},\n                \"user_id\": \"a0btrubbaefn\",\n                \"status\": {\n                    \"code\": 24150,\n                    \"description\": \"Annotation success\"\n                },\n                \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"modified_at\": \"2023-12-06T12:34:45.593192Z\",\n                \"trusted\": true,\n                \"input_level\": true\n            }\n        }\n    ],\n    \"searches\": [\n        {\n            \"query\": {\n                \"filters\": [\n                    {\n                        \"input\": {\n                            \"data\": {\n                                \"image\": {}\n                            }\n                        }\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"ade9baf9-c729-4508-839a-be2ad44184a3"},{"name":"Count Filter By Custom Concept","id":"4dc94c9c-6507-40b0-a5d5-9b476e0c0a69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"filters\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n                        \"concepts\": [{\"name\": \"train\", \"value\": 1}]\n\t\t\t\t\t}\n\t\t\t\t}\n            }]\n\t\t}\n\t}],\n    \"only_count\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs/searches","description":"<p>Count inputs that have at least one annotation with a specific concept. Returns the total count without returning individual inputs.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>searches[].query.filters[].annotation.data.concepts[].name</code></td>\n<td>string</td>\n<td>Concept name to count</td>\n</tr>\n<tr>\n<td><code>only_count</code></td>\n<td>boolean</td>\n<td>Set to <code>true</code> to return count only</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","inputs","searches"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"6815f093-3510-45d2-b0b8-c14aaf1c3029","name":"count filter by custom concept","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"searches\": [{\n\t\t\"query\": {\n\t\t\t\"filters\": [{\n\t\t\t\t\"annotation\": {\n\t\t\t\t\t\"data\": {\n                        \"concepts\": [{\"name\": \"train\", \"value\": 1}]\n\t\t\t\t\t}\n\t\t\t\t}\n            }]\n\t\t}\n\t}],\n    \"only_count\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/inputs/searches"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"c348a80f4d7314ef2d4fa81d8353f645\"\n    },\n    \"hits\": [],\n    \"searches\": [\n        {\n            \"query\": {\n                \"filters\": [\n                    {\n                        \"annotation\": {\n                            \"data\": {\n                                \"concepts\": [\n                                    {\n                                        \"name\": \"train\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            }\n                        }\n                    }\n                ]\n            }\n        }\n    ],\n    \"hit_counts\": [\n        {}\n    ]\n}"}],"_postman_id":"4dc94c9c-6507-40b0-a5d5-9b476e0c0a69"}],"id":"a60ab69d-8a21-47a0-9f72-52fcf34d1f46","description":"<p>Filter annotations using structured query criteria. Filters can be combined with rank operations for hybrid search. Supports filtering by concept, task, user, input status, annotation status, bounding box region, dataset, and input type.</p>\n<p><strong>Key operations:</strong> filter by concept, by concept with time range, by input status, by concept negation, by annotation status + user, by task, by task + user, by dataset (OR), by input type, by bounding box region, count filters, filter + rank by image.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/create/search/api/filter\">Filter Search</a> | <a href=\"https://docs.clarifai.com/create/search/api/combine-negate\">Combine or Negate</a></p>\n","_postman_id":"a60ab69d-8a21-47a0-9f72-52fcf34d1f46","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Metrics","item":[{"name":"Annotation Search Metrics","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"annotation_search_metrics_id\", JSON.parse(responseBody).annotation_search_metrics[0].metrics.id);"],"type":"text/javascript","id":"2b91027b-7f39-404c-9601-afbcb7434b9c"}}],"id":"58deb8aa-b7cd-4164-abf9-202ddc3daf37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ground_truth\": {\n  \t\"query\":{\n  \t\t\"ands\":[{\n  \t\t\t\t\"annotation\":{\n  \t\t\t\t\t\"annotation_info\":{\n  \t\t\t\t\t\t\"set\":\"ground_truth\"\n  \t\t\t\t\t\t}}}]}},\n  \"search_to_eval\": {\n  \t\"query\":{\n  \t\t\"ands\":[{\n  \t\t\t\"annotation\":{\n  \t\t\t\t\"annotation_info\":{\n  \t\t\t\t\t\"set\":\"set_to_eval\"\n  \t\t\t\t\t}}}]}},\n  \"data\": {\n  \t\"concepts\": [{\n  \t\t\"id\":\"test-concept\"},\n        {\"id\":\"test-concept-1\"}]},\n  \"evaluation_type\": \"Detection\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches/metrics","description":"<p>Compute search quality metrics by comparing a search query against a ground-truth annotation set. Returns precision, recall, and mAP scores.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ground_truth</code></td>\n<td>object</td>\n<td>Search query defining ground-truth annotations</td>\n</tr>\n<tr>\n<td><code>search_to_eval</code></td>\n<td>object</td>\n<td>Search query to evaluate against the ground truth</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotations","searches","metrics"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"058d4ada-138a-4a37-8126-a0278d3790ba","name":"Annotation Search Metrics","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"ground_truth\": {\n  \t\"query\":{\n  \t\t\"ands\":[{\n  \t\t\t\t\"annotation\":{\n  \t\t\t\t\t\"annotation_info\":{\n  \t\t\t\t\t\t\"set\":\"ground_truth\"\n  \t\t\t\t\t\t}}}]}},\n  \"search_to_eval\": {\n  \t\"query\":{\n  \t\t\"ands\":[{\n  \t\t\t\"annotation\":{\n  \t\t\t\t\"annotation_info\":{\n  \t\t\t\t\t\"set\":\"set_to_eval\"\n  \t\t\t\t\t}}}]}},\n  \"data\": {\n  \t\"concepts\": [{\n  \t\t\"id\":\"test-concept\"},\n        {\"id\":\"test-concept-1\"}]},\n  \"evaluation_type\": \"Detection\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches/metrics"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"16df336918b07a8afdbcfaefb2881bc5\"\n    },\n    \"annotation_search_metrics\": [\n        {\n            \"ground_truth\": {\n                \"query\": {\n                    \"ands\": [\n                        {\n                            \"annotation\": {\n                                \"annotation_info\": {\n                                    \"set\": \"ground_truth\"\n                                }\n                            }\n                        }\n                    ]\n                }\n            },\n            \"search_to_eval\": {\n                \"query\": {\n                    \"ands\": [\n                        {\n                            \"annotation\": {\n                                \"annotation_info\": {\n                                    \"set\": \"set_to_eval\"\n                                }\n                            }\n                        }\n                    ]\n                }\n            },\n            \"metrics\": {\n                \"status\": {\n                    \"code\": 43100,\n                    \"description\": \"Evaluation queued\"\n                },\n                \"id\": \"b9262de40e5f469486716d46f03f4908\"\n            },\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"test-concept\",\n                        \"value\": 0\n                    },\n                    {\n                        \"id\": \"test-concept-1\",\n                        \"value\": 0\n                    }\n                ]\n            },\n            \"active_concept_count\": 2\n        }\n    ]\n}"}],"_postman_id":"58deb8aa-b7cd-4164-abf9-202ddc3daf37"},{"name":"List Annotation Search Metrics","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"516db10c-b3eb-430e-a59c-c85e026e5cb3"}}],"id":"457fc1fa-453a-433a-af0f-cf0153455970","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches/metrics","description":"<p>List all previously computed annotation search metric results in the app.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotations","searches","metrics"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"991f11de-c820-4c19-8e83-c91ee6327699","name":"List Annotation Search Metrics","originalRequest":{"method":"GET","header":[],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches/metrics"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"cc7be6b686ca88b63d82f6fd5bfd5af4\"\n    },\n    \"annotation_search_metrics\": [\n        {\n            \"ground_truth\": {\n                \"query\": {\n                    \"ands\": [\n                        {\n                            \"annotation\": {\n                                \"annotation_info\": {\n                                    \"set\": \"ground_truth\"\n                                }\n                            }\n                        }\n                    ]\n                }\n            },\n            \"search_to_eval\": {\n                \"query\": {\n                    \"ands\": [\n                        {\n                            \"annotation\": {\n                                \"annotation_info\": {\n                                    \"set\": \"set_to_eval\"\n                                }\n                            }\n                        }\n                    ]\n                }\n            },\n            \"metrics\": {\n                \"status\": {\n                    \"code\": 43102,\n                    \"description\": \"Evaluated successfully\"\n                },\n                \"id\": \"b9262de40e5f469486716d46f03f4908\",\n                \"summary\": {\n                    \"macro_avg_roc_auc\": 0,\n                    \"macro_std_roc_auc\": 0,\n                    \"macro_avg_f1_score\": 0,\n                    \"macro_std_f1_score\": 0,\n                    \"macro_avg_precision\": 0,\n                    \"macro_avg_recall\": 0,\n                    \"mean_avg_precision_iou_50\": 0.40625,\n                    \"mean_avg_precision_iou_range\": 0.35\n                }\n            },\n            \"active_concept_count\": 2\n        }\n    ]\n}"}],"_postman_id":"457fc1fa-453a-433a-af0f-cf0153455970"},{"name":"List Annotation Search Metrics By ID","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"c8f27cc1-250a-4fd4-9649-1e984d04e0e0"}}],"id":"8d9aef36-cd3b-4ae9-8acd-30a3c6963208","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches/metrics/YOUR_ANNOTATION_SEARCH_METRICS_ID","description":"<p>Retrieve a specific annotation search metric result by its ID.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>annotation_search_metrics_id</code></td>\n<td>string</td>\n<td>Annotation search metrics ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotations","searches","metrics","YOUR_ANNOTATION_SEARCH_METRICS_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"934e4e28-9376-4360-8762-02d3f4eff43a","name":"List Annotation Search Metrics Copy","originalRequest":{"method":"GET","header":[],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches/metrics/YOUR_ANNOTATION_SEARCH_METRICS_ID"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"22349538c854e07b9d8496d9c8027f24\"\n    },\n    \"annotation_search_metrics\": [\n        {\n            \"ground_truth\": {\n                \"query\": {\n                    \"ands\": [\n                        {\n                            \"annotation\": {\n                                \"annotation_info\": {\n                                    \"set\": \"ground_truth\"\n                                }\n                            }\n                        }\n                    ]\n                }\n            },\n            \"search_to_eval\": {\n                \"query\": {\n                    \"ands\": [\n                        {\n                            \"annotation\": {\n                                \"annotation_info\": {\n                                    \"set\": \"set_to_eval\"\n                                }\n                            }\n                        }\n                    ]\n                }\n            },\n            \"metrics\": {\n                \"status\": {\n                    \"code\": 43102,\n                    \"description\": \"Evaluated successfully\"\n                },\n                \"id\": \"b9262de40e5f469486716d46f03f4908\",\n                \"summary\": {\n                    \"macro_avg_roc_auc\": 0,\n                    \"macro_std_roc_auc\": 0,\n                    \"macro_avg_f1_score\": 0,\n                    \"macro_std_f1_score\": 0,\n                    \"macro_avg_precision\": 0,\n                    \"macro_avg_recall\": 0,\n                    \"mean_avg_precision_iou_50\": 0.40625,\n                    \"mean_avg_precision_iou_range\": 0.35\n                },\n                \"confusion_matrix\": {},\n                \"cooccurrence_matrix\": {},\n                \"label_counts\": {},\n                \"test_set\": [\n                    {\n                        \"input\": {\n                            \"id\": \"1\",\n                            \"data\": {\n                                \"image\": {\n                                    \"url\": \"http://i.imgur.com/HEoT5xR.png\",\n                                    \"hosted\": {\n                                        \"prefix\": \"https://data-dev.clarifai.com\",\n                                        \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/89f4b090a85df4802d6cf5b767a66f37\",\n                                        \"sizes\": [\n                                            \"orig\",\n                                            \"tiny\",\n                                            \"small\",\n                                            \"large\"\n                                        ],\n                                        \"crossorigin\": \"use-credentials\"\n                                    },\n                                    \"image_info\": {\n                                        \"width\": 934,\n                                        \"height\": 587,\n                                        \"format\": \"PNG\",\n                                        \"color_mode\": \"RGB\"\n                                    }\n                                }\n                            },\n                            \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                            \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                            \"status\": {\n                                \"code\": 30000,\n                                \"description\": \"Download complete\"\n                            }\n                        },\n                        \"predicted_concepts\": [\n                            {\n                                \"id\": \"test-concept\",\n                                \"name\": \"test-concept\",\n                                \"value\": 1,\n                                \"app_id\": \"test-app-1701866015\"\n                            }\n                        ],\n                        \"ground_truth_concepts\": [\n                            {\n                                \"id\": \"test-concept\",\n                                \"name\": \"test-concept\",\n                                \"value\": 1,\n                                \"app_id\": \"test-app-1701866015\"\n                            }\n                        ],\n                        \"annotation\": {\n                            \"data\": {\n                                \"regions\": [\n                                    {\n                                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                                        \"region_info\": {\n                                            \"bounding_box\": {\n                                                \"top_row\": 0,\n                                                \"left_col\": 0,\n                                                \"bottom_row\": 0.5,\n                                                \"right_col\": 0.5\n                                            }\n                                        }\n                                    }\n                                ]\n                            }\n                        }\n                    },\n                    {\n                        \"input\": {\n                            \"id\": \"2\",\n                            \"data\": {\n                                \"image\": {\n                                    \"url\": \"http://i.imgur.com/It5JRaj.jpg\",\n                                    \"hosted\": {\n                                        \"prefix\": \"https://data-dev.clarifai.com\",\n                                        \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/2ef6a4da17cdd348a5166fd6f30db3e2\",\n                                        \"sizes\": [\n                                            \"orig\",\n                                            \"tiny\",\n                                            \"small\",\n                                            \"large\"\n                                        ],\n                                        \"crossorigin\": \"use-credentials\"\n                                    },\n                                    \"image_info\": {\n                                        \"width\": 768,\n                                        \"height\": 1024,\n                                        \"format\": \"JPEG\",\n                                        \"color_mode\": \"YUV\"\n                                    }\n                                }\n                            },\n                            \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                            \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                            \"status\": {\n                                \"code\": 30000,\n                                \"description\": \"Download complete\"\n                            }\n                        },\n                        \"predicted_concepts\": [\n                            {\n                                \"id\": \"test-concept\",\n                                \"name\": \"test-concept\",\n                                \"value\": 1,\n                                \"app_id\": \"test-app-1701866015\"\n                            }\n                        ],\n                        \"ground_truth_concepts\": [\n                            {\n                                \"id\": \"test-concept\",\n                                \"name\": \"test-concept\",\n                                \"value\": 1,\n                                \"app_id\": \"test-app-1701866015\"\n                            }\n                        ],\n                        \"annotation\": {\n                            \"data\": {\n                                \"regions\": [\n                                    {\n                                        \"id\": \"4eae01d6e5c036bcc3a66f97ae594ea7\",\n                                        \"region_info\": {\n                                            \"bounding_box\": {\n                                                \"top_row\": 0,\n                                                \"left_col\": 0,\n                                                \"bottom_row\": 0.4,\n                                                \"right_col\": 0.5\n                                            }\n                                        }\n                                    }\n                                ]\n                            }\n                        }\n                    },\n                    {\n                        \"input\": {\n                            \"id\": \"3\",\n                            \"data\": {\n                                \"image\": {\n                                    \"url\": \"http://i.imgur.com/9Knw6RS.jpg\",\n                                    \"hosted\": {\n                                        \"prefix\": \"https://data-dev.clarifai.com\",\n                                        \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/d9b6a576e9f5975db07556c882d32dc7\",\n                                        \"sizes\": [\n                                            \"orig\",\n                                            \"tiny\",\n                                            \"small\",\n                                            \"large\"\n                                        ],\n                                        \"crossorigin\": \"use-credentials\"\n                                    },\n                                    \"image_info\": {\n                                        \"width\": 1600,\n                                        \"height\": 1032,\n                                        \"format\": \"JPEG\",\n                                        \"color_mode\": \"YUV\"\n                                    }\n                                }\n                            },\n                            \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                            \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                            \"status\": {\n                                \"code\": 30000,\n                                \"description\": \"Download complete\"\n                            }\n                        },\n                        \"predicted_concepts\": [\n                            {\n                                \"id\": \"test-concept-1\",\n                                \"name\": \"test-concept-1\",\n                                \"value\": 1,\n                                \"app_id\": \"test-app-1701866015\"\n                            }\n                        ],\n                        \"ground_truth_concepts\": [\n                            {\n                                \"id\": \"test-concept\",\n                                \"name\": \"test-concept\",\n                                \"value\": 1,\n                                \"app_id\": \"test-app-1701866015\"\n                            }\n                        ],\n                        \"annotation\": {\n                            \"data\": {\n                                \"regions\": [\n                                    {\n                                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                                        \"region_info\": {\n                                            \"bounding_box\": {\n                                                \"top_row\": 0,\n                                                \"left_col\": 0,\n                                                \"bottom_row\": 0.5,\n                                                \"right_col\": 0.5\n                                            }\n                                        }\n                                    }\n                                ]\n                            }\n                        }\n                    },\n                    {\n                        \"input\": {\n                            \"id\": \"4\",\n                            \"data\": {\n                                \"image\": {\n                                    \"url\": \"http://i.imgur.com/GeMQsiQ.jpg\",\n                                    \"hosted\": {\n                                        \"prefix\": \"https://data-dev.clarifai.com\",\n                                        \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/ce718f0ca1bdcac7f36bcc871fa68001\",\n                                        \"sizes\": [\n                                            \"orig\",\n                                            \"tiny\",\n                                            \"small\",\n                                            \"large\"\n                                        ],\n                                        \"crossorigin\": \"use-credentials\"\n                                    },\n                                    \"image_info\": {\n                                        \"width\": 4096,\n                                        \"height\": 3040,\n                                        \"format\": \"JPEG\",\n                                        \"color_mode\": \"YUV\"\n                                    }\n                                }\n                            },\n                            \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                            \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                            \"status\": {\n                                \"code\": 30000,\n                                \"description\": \"Download complete\"\n                            }\n                        },\n                        \"predicted_concepts\": [\n                            {\n                                \"id\": \"test-concept-1\",\n                                \"name\": \"test-concept-1\",\n                                \"value\": 1,\n                                \"app_id\": \"test-app-1701866015\"\n                            }\n                        ],\n                        \"ground_truth_concepts\": [\n                            {\n                                \"id\": \"test-concept-1\",\n                                \"name\": \"test-concept-1\",\n                                \"value\": 1,\n                                \"app_id\": \"test-app-1701866015\"\n                            }\n                        ],\n                        \"annotation\": {\n                            \"data\": {\n                                \"regions\": [\n                                    {\n                                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                                        \"region_info\": {\n                                            \"bounding_box\": {\n                                                \"top_row\": 0,\n                                                \"left_col\": 0,\n                                                \"bottom_row\": 0.5,\n                                                \"right_col\": 0.5\n                                            }\n                                        }\n                                    }\n                                ]\n                            }\n                        }\n                    },\n                    {\n                        \"input\": {\n                            \"id\": \"6\",\n                            \"data\": {\n                                \"image\": {\n                                    \"url\": \"http://i.imgur.com/EnrVc0B.jpg\",\n                                    \"hosted\": {\n                                        \"prefix\": \"https://data-dev.clarifai.com\",\n                                        \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/5fcff2ae1739cd5964d75bd258cc4388\",\n                                        \"sizes\": [\n                                            \"orig\",\n                                            \"tiny\",\n                                            \"small\",\n                                            \"large\"\n                                        ],\n                                        \"crossorigin\": \"use-credentials\"\n                                    },\n                                    \"image_info\": {\n                                        \"width\": 1200,\n                                        \"height\": 900,\n                                        \"format\": \"JPEG\",\n                                        \"color_mode\": \"YUV\"\n                                    }\n                                }\n                            },\n                            \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                            \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                            \"status\": {\n                                \"code\": 30000,\n                                \"description\": \"Download complete\"\n                            }\n                        },\n                        \"predicted_concepts\": [\n                            {\n                                \"id\": \"test-concept\",\n                                \"name\": \"test-concept\",\n                                \"value\": 1,\n                                \"app_id\": \"test-app-1701866015\"\n                            }\n                        ],\n                        \"ground_truth_concepts\": [\n                            {\n                                \"id\": \"test-concept\",\n                                \"name\": \"test-concept\",\n                                \"value\": 1,\n                                \"app_id\": \"test-app-1701866015\"\n                            }\n                        ],\n                        \"annotation\": {\n                            \"data\": {\n                                \"regions\": [\n                                    {\n                                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                                        \"region_info\": {\n                                            \"bounding_box\": {\n                                                \"top_row\": 0,\n                                                \"left_col\": 0,\n                                                \"bottom_row\": 0.5,\n                                                \"right_col\": 0.5\n                                            }\n                                        }\n                                    }\n                                ]\n                            }\n                        }\n                    },\n                    {\n                        \"input\": {\n                            \"id\": \"7\",\n                            \"data\": {\n                                \"image\": {\n                                    \"url\": \"http://s7d1.scene7.com/is/image/BedBathandBeyond/56879143899890p\",\n                                    \"hosted\": {\n                                        \"prefix\": \"https://data-dev.clarifai.com\",\n                                        \"suffix\": \"users/a0btrubbaefn/apps/test-app-1701866015/inputs/image/151ba0b95ded7054437f44a7595e3736\",\n                                        \"sizes\": [\n                                            \"orig\",\n                                            \"tiny\",\n                                            \"small\",\n                                            \"large\"\n                                        ],\n                                        \"crossorigin\": \"use-credentials\"\n                                    },\n                                    \"image_info\": {\n                                        \"width\": 400,\n                                        \"height\": 400,\n                                        \"format\": \"JPEG\",\n                                        \"color_mode\": \"YUV\"\n                                    }\n                                }\n                            },\n                            \"created_at\": \"2023-12-06T12:34:45.593192Z\",\n                            \"modified_at\": \"2023-12-06T12:34:50.627841Z\",\n                            \"status\": {\n                                \"code\": 30000,\n                                \"description\": \"Download complete\"\n                            }\n                        },\n                        \"predicted_concepts\": [\n                            {\n                                \"id\": \"test-concept\",\n                                \"name\": \"test-concept\",\n                                \"value\": 1,\n                                \"app_id\": \"test-app-1701866015\"\n                            }\n                        ],\n                        \"ground_truth_concepts\": [\n                            {\n                                \"id\": \"test-concept-1\",\n                                \"name\": \"test-concept-1\",\n                                \"value\": 1,\n                                \"app_id\": \"test-app-1701866015\"\n                            }\n                        ],\n                        \"annotation\": {\n                            \"data\": {\n                                \"regions\": [\n                                    {\n                                        \"id\": \"361d6a9253be9152968012660258a4bf\",\n                                        \"region_info\": {\n                                            \"bounding_box\": {\n                                                \"top_row\": 0,\n                                                \"left_col\": 0,\n                                                \"bottom_row\": 0.5,\n                                                \"right_col\": 0.5\n                                            }\n                                        }\n                                    }\n                                ]\n                            }\n                        }\n                    }\n                ],\n                \"metrics_by_area\": [\n                    {\n                        \"num_pos\": 6,\n                        \"num_neg\": 0,\n                        \"num_tot\": 6,\n                        \"roc_auc\": 0,\n                        \"f1\": 0,\n                        \"roc_curve\": {\n                            \"fpr\": [\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334\n                            ],\n                            \"tpr\": [\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"precision_recall_curve\": {\n                            \"recall\": [\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667\n                            ],\n                            \"precision\": [\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"avg_precision\": 0.40625,\n                        \"area_name\": \"all\",\n                        \"area_max\": 10000000000,\n                        \"iou\": 0.5\n                    },\n                    {\n                        \"num_pos\": 6,\n                        \"num_neg\": 0,\n                        \"num_tot\": 6,\n                        \"roc_auc\": 0,\n                        \"f1\": 0,\n                        \"roc_curve\": {\n                            \"fpr\": [\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334\n                            ],\n                            \"tpr\": [\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"precision_recall_curve\": {\n                            \"recall\": [\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667\n                            ],\n                            \"precision\": [\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"avg_precision\": 0.40625,\n                        \"area_name\": \"all\",\n                        \"area_max\": 10000000000,\n                        \"iou\": 0.6\n                    },\n                    {\n                        \"num_pos\": 6,\n                        \"num_neg\": 0,\n                        \"num_tot\": 6,\n                        \"roc_auc\": 0,\n                        \"f1\": 0,\n                        \"roc_curve\": {\n                            \"fpr\": [\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334\n                            ],\n                            \"tpr\": [\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"precision_recall_curve\": {\n                            \"recall\": [\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667\n                            ],\n                            \"precision\": [\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"avg_precision\": 0.40625,\n                        \"area_name\": \"all\",\n                        \"area_max\": 10000000000,\n                        \"iou\": 0.7\n                    },\n                    {\n                        \"num_pos\": 6,\n                        \"num_neg\": 0,\n                        \"num_tot\": 6,\n                        \"roc_auc\": 0,\n                        \"f1\": 0,\n                        \"roc_curve\": {\n                            \"fpr\": [\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334\n                            ],\n                            \"tpr\": [\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"precision_recall_curve\": {\n                            \"recall\": [\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667\n                            ],\n                            \"precision\": [\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"avg_precision\": 0.40625,\n                        \"area_name\": \"all\",\n                        \"area_max\": 10000000000,\n                        \"iou\": 0.8\n                    },\n                    {\n                        \"num_pos\": 6,\n                        \"num_neg\": 0,\n                        \"num_tot\": 6,\n                        \"roc_auc\": 0,\n                        \"f1\": 0,\n                        \"roc_curve\": {\n                            \"fpr\": [\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667\n                            ],\n                            \"tpr\": [\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"precision_recall_curve\": {\n                            \"recall\": [\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334\n                            ],\n                            \"precision\": [\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"avg_precision\": 0.125,\n                        \"area_name\": \"all\",\n                        \"area_max\": 10000000000,\n                        \"iou\": 0.9\n                    },\n                    {\n                        \"num_pos\": 6,\n                        \"num_neg\": 0,\n                        \"num_tot\": 6,\n                        \"roc_auc\": 0,\n                        \"f1\": 0,\n                        \"roc_curve\": {\n                            \"fpr\": [\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334\n                            ],\n                            \"tpr\": [\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"precision_recall_curve\": {\n                            \"recall\": [\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667\n                            ],\n                            \"precision\": [\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"avg_precision\": 0.40625,\n                        \"area_name\": \"large\",\n                        \"area_min\": 9216,\n                        \"area_max\": 10000000000,\n                        \"iou\": 0.5\n                    },\n                    {\n                        \"num_pos\": 6,\n                        \"num_neg\": 0,\n                        \"num_tot\": 6,\n                        \"roc_auc\": 0,\n                        \"f1\": 0,\n                        \"roc_curve\": {\n                            \"fpr\": [\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334\n                            ],\n                            \"tpr\": [\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"precision_recall_curve\": {\n                            \"recall\": [\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667\n                            ],\n                            \"precision\": [\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"avg_precision\": 0.40625,\n                        \"area_name\": \"large\",\n                        \"area_min\": 9216,\n                        \"area_max\": 10000000000,\n                        \"iou\": 0.6\n                    },\n                    {\n                        \"num_pos\": 6,\n                        \"num_neg\": 0,\n                        \"num_tot\": 6,\n                        \"roc_auc\": 0,\n                        \"f1\": 0,\n                        \"roc_curve\": {\n                            \"fpr\": [\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334\n                            ],\n                            \"tpr\": [\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"precision_recall_curve\": {\n                            \"recall\": [\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667\n                            ],\n                            \"precision\": [\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"avg_precision\": 0.40625,\n                        \"area_name\": \"large\",\n                        \"area_min\": 9216,\n                        \"area_max\": 10000000000,\n                        \"iou\": 0.7\n                    },\n                    {\n                        \"num_pos\": 6,\n                        \"num_neg\": 0,\n                        \"num_tot\": 6,\n                        \"roc_auc\": 0,\n                        \"f1\": 0,\n                        \"roc_curve\": {\n                            \"fpr\": [\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334\n                            ],\n                            \"tpr\": [\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"precision_recall_curve\": {\n                            \"recall\": [\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667\n                            ],\n                            \"precision\": [\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"avg_precision\": 0.40625,\n                        \"area_name\": \"large\",\n                        \"area_min\": 9216,\n                        \"area_max\": 10000000000,\n                        \"iou\": 0.8\n                    },\n                    {\n                        \"num_pos\": 6,\n                        \"num_neg\": 0,\n                        \"num_tot\": 6,\n                        \"roc_auc\": 0,\n                        \"f1\": 0,\n                        \"roc_curve\": {\n                            \"fpr\": [\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667,\n                                0.6666667\n                            ],\n                            \"tpr\": [\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"precision_recall_curve\": {\n                            \"recall\": [\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334\n                            ],\n                            \"precision\": [\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334,\n                                0.33333334\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"avg_precision\": 0.125,\n                        \"area_name\": \"large\",\n                        \"area_min\": 9216,\n                        \"area_max\": 10000000000,\n                        \"iou\": 0.9\n                    }\n                ],\n                \"metrics_by_class\": [\n                    {\n                        \"num_pos\": 4,\n                        \"num_neg\": 0,\n                        \"num_tot\": 4,\n                        \"roc_auc\": 0,\n                        \"f1\": 0,\n                        \"concept\": {\n                            \"id\": \"test-concept\",\n                            \"name\": \"test-concept\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1701866015\"\n                        },\n                        \"roc_curve\": {\n                            \"fpr\": [\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25\n                            ],\n                            \"tpr\": [\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"precision_recall_curve\": {\n                            \"recall\": [\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75\n                            ],\n                            \"precision\": [\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"avg_precision\": 0.5625,\n                        \"area_name\": \"all\",\n                        \"area_max\": 10000000000,\n                        \"iou\": 0.5\n                    },\n                    {\n                        \"num_pos\": 2,\n                        \"num_neg\": 0,\n                        \"num_tot\": 2,\n                        \"roc_auc\": 0,\n                        \"f1\": 0,\n                        \"concept\": {\n                            \"id\": \"test-concept-1\",\n                            \"name\": \"test-concept-1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1701866015\"\n                        },\n                        \"roc_curve\": {\n                            \"fpr\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"tpr\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"precision_recall_curve\": {\n                            \"recall\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"precision\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"avg_precision\": 0.25,\n                        \"area_name\": \"all\",\n                        \"area_max\": 10000000000,\n                        \"iou\": 0.5\n                    },\n                    {\n                        \"num_pos\": 4,\n                        \"num_neg\": 0,\n                        \"num_tot\": 4,\n                        \"roc_auc\": 0,\n                        \"f1\": 0,\n                        \"concept\": {\n                            \"id\": \"test-concept\",\n                            \"name\": \"test-concept\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1701866015\"\n                        },\n                        \"roc_curve\": {\n                            \"fpr\": [\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25\n                            ],\n                            \"tpr\": [\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"precision_recall_curve\": {\n                            \"recall\": [\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75\n                            ],\n                            \"precision\": [\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"avg_precision\": 0.5625,\n                        \"area_name\": \"all\",\n                        \"area_max\": 10000000000,\n                        \"iou\": 0.6\n                    },\n                    {\n                        \"num_pos\": 2,\n                        \"num_neg\": 0,\n                        \"num_tot\": 2,\n                        \"roc_auc\": 0,\n                        \"f1\": 0,\n                        \"concept\": {\n                            \"id\": \"test-concept-1\",\n                            \"name\": \"test-concept-1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1701866015\"\n                        },\n                        \"roc_curve\": {\n                            \"fpr\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"tpr\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"precision_recall_curve\": {\n                            \"recall\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"precision\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"avg_precision\": 0.25,\n                        \"area_name\": \"all\",\n                        \"area_max\": 10000000000,\n                        \"iou\": 0.6\n                    },\n                    {\n                        \"num_pos\": 4,\n                        \"num_neg\": 0,\n                        \"num_tot\": 4,\n                        \"roc_auc\": 0,\n                        \"f1\": 0,\n                        \"concept\": {\n                            \"id\": \"test-concept\",\n                            \"name\": \"test-concept\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1701866015\"\n                        },\n                        \"roc_curve\": {\n                            \"fpr\": [\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25\n                            ],\n                            \"tpr\": [\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"precision_recall_curve\": {\n                            \"recall\": [\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75\n                            ],\n                            \"precision\": [\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"avg_precision\": 0.5625,\n                        \"area_name\": \"all\",\n                        \"area_max\": 10000000000,\n                        \"iou\": 0.7\n                    },\n                    {\n                        \"num_pos\": 2,\n                        \"num_neg\": 0,\n                        \"num_tot\": 2,\n                        \"roc_auc\": 0,\n                        \"f1\": 0,\n                        \"concept\": {\n                            \"id\": \"test-concept-1\",\n                            \"name\": \"test-concept-1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1701866015\"\n                        },\n                        \"roc_curve\": {\n                            \"fpr\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"tpr\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"precision_recall_curve\": {\n                            \"recall\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"precision\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"avg_precision\": 0.25,\n                        \"area_name\": \"all\",\n                        \"area_max\": 10000000000,\n                        \"iou\": 0.7\n                    },\n                    {\n                        \"num_pos\": 4,\n                        \"num_neg\": 0,\n                        \"num_tot\": 4,\n                        \"roc_auc\": 0,\n                        \"f1\": 0,\n                        \"concept\": {\n                            \"id\": \"test-concept\",\n                            \"name\": \"test-concept\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1701866015\"\n                        },\n                        \"roc_curve\": {\n                            \"fpr\": [\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25\n                            ],\n                            \"tpr\": [\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"precision_recall_curve\": {\n                            \"recall\": [\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75\n                            ],\n                            \"precision\": [\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"avg_precision\": 0.5625,\n                        \"area_name\": \"all\",\n                        \"area_max\": 10000000000,\n                        \"iou\": 0.8\n                    },\n                    {\n                        \"num_pos\": 2,\n                        \"num_neg\": 0,\n                        \"num_tot\": 2,\n                        \"roc_auc\": 0,\n                        \"f1\": 0,\n                        \"concept\": {\n                            \"id\": \"test-concept-1\",\n                            \"name\": \"test-concept-1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1701866015\"\n                        },\n                        \"roc_curve\": {\n                            \"fpr\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"tpr\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"precision_recall_curve\": {\n                            \"recall\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"precision\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"avg_precision\": 0.25,\n                        \"area_name\": \"all\",\n                        \"area_max\": 10000000000,\n                        \"iou\": 0.8\n                    },\n                    {\n                        \"num_pos\": 4,\n                        \"num_neg\": 0,\n                        \"num_tot\": 4,\n                        \"roc_auc\": 0,\n                        \"f1\": 0,\n                        \"concept\": {\n                            \"id\": \"test-concept\",\n                            \"name\": \"test-concept\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1701866015\"\n                        },\n                        \"roc_curve\": {\n                            \"fpr\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"tpr\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"precision_recall_curve\": {\n                            \"recall\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"precision\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"avg_precision\": 0.25,\n                        \"area_name\": \"all\",\n                        \"area_max\": 10000000000,\n                        \"iou\": 0.9\n                    },\n                    {\n                        \"num_pos\": 2,\n                        \"num_neg\": 0,\n                        \"num_tot\": 2,\n                        \"roc_auc\": 0,\n                        \"f1\": 0,\n                        \"concept\": {\n                            \"id\": \"test-concept-1\",\n                            \"name\": \"test-concept-1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1701866015\"\n                        },\n                        \"roc_curve\": {\n                            \"fpr\": [\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1\n                            ],\n                            \"tpr\": [\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"precision_recall_curve\": {\n                            \"recall\": [\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0\n                            ],\n                            \"precision\": [\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"area_name\": \"all\",\n                        \"area_max\": 10000000000,\n                        \"iou\": 0.9\n                    },\n                    {\n                        \"num_pos\": 4,\n                        \"num_neg\": 0,\n                        \"num_tot\": 4,\n                        \"roc_auc\": 0,\n                        \"f1\": 0,\n                        \"concept\": {\n                            \"id\": \"test-concept\",\n                            \"name\": \"test-concept\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1701866015\"\n                        },\n                        \"roc_curve\": {\n                            \"fpr\": [\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25\n                            ],\n                            \"tpr\": [\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"precision_recall_curve\": {\n                            \"recall\": [\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75\n                            ],\n                            \"precision\": [\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"avg_precision\": 0.5625,\n                        \"area_name\": \"large\",\n                        \"area_min\": 9216,\n                        \"area_max\": 10000000000,\n                        \"iou\": 0.5\n                    },\n                    {\n                        \"num_pos\": 2,\n                        \"num_neg\": 0,\n                        \"num_tot\": 2,\n                        \"roc_auc\": 0,\n                        \"f1\": 0,\n                        \"concept\": {\n                            \"id\": \"test-concept-1\",\n                            \"name\": \"test-concept-1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1701866015\"\n                        },\n                        \"roc_curve\": {\n                            \"fpr\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"tpr\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"precision_recall_curve\": {\n                            \"recall\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"precision\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"avg_precision\": 0.25,\n                        \"area_name\": \"large\",\n                        \"area_min\": 9216,\n                        \"area_max\": 10000000000,\n                        \"iou\": 0.5\n                    },\n                    {\n                        \"num_pos\": 4,\n                        \"num_neg\": 0,\n                        \"num_tot\": 4,\n                        \"roc_auc\": 0,\n                        \"f1\": 0,\n                        \"concept\": {\n                            \"id\": \"test-concept\",\n                            \"name\": \"test-concept\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1701866015\"\n                        },\n                        \"roc_curve\": {\n                            \"fpr\": [\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25\n                            ],\n                            \"tpr\": [\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"precision_recall_curve\": {\n                            \"recall\": [\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75\n                            ],\n                            \"precision\": [\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"avg_precision\": 0.5625,\n                        \"area_name\": \"large\",\n                        \"area_min\": 9216,\n                        \"area_max\": 10000000000,\n                        \"iou\": 0.6\n                    },\n                    {\n                        \"num_pos\": 2,\n                        \"num_neg\": 0,\n                        \"num_tot\": 2,\n                        \"roc_auc\": 0,\n                        \"f1\": 0,\n                        \"concept\": {\n                            \"id\": \"test-concept-1\",\n                            \"name\": \"test-concept-1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1701866015\"\n                        },\n                        \"roc_curve\": {\n                            \"fpr\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"tpr\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"precision_recall_curve\": {\n                            \"recall\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"precision\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"avg_precision\": 0.25,\n                        \"area_name\": \"large\",\n                        \"area_min\": 9216,\n                        \"area_max\": 10000000000,\n                        \"iou\": 0.6\n                    },\n                    {\n                        \"num_pos\": 4,\n                        \"num_neg\": 0,\n                        \"num_tot\": 4,\n                        \"roc_auc\": 0,\n                        \"f1\": 0,\n                        \"concept\": {\n                            \"id\": \"test-concept\",\n                            \"name\": \"test-concept\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1701866015\"\n                        },\n                        \"roc_curve\": {\n                            \"fpr\": [\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25\n                            ],\n                            \"tpr\": [\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"precision_recall_curve\": {\n                            \"recall\": [\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75\n                            ],\n                            \"precision\": [\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"avg_precision\": 0.5625,\n                        \"area_name\": \"large\",\n                        \"area_min\": 9216,\n                        \"area_max\": 10000000000,\n                        \"iou\": 0.7\n                    },\n                    {\n                        \"num_pos\": 2,\n                        \"num_neg\": 0,\n                        \"num_tot\": 2,\n                        \"roc_auc\": 0,\n                        \"f1\": 0,\n                        \"concept\": {\n                            \"id\": \"test-concept-1\",\n                            \"name\": \"test-concept-1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1701866015\"\n                        },\n                        \"roc_curve\": {\n                            \"fpr\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"tpr\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"precision_recall_curve\": {\n                            \"recall\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"precision\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"avg_precision\": 0.25,\n                        \"area_name\": \"large\",\n                        \"area_min\": 9216,\n                        \"area_max\": 10000000000,\n                        \"iou\": 0.7\n                    },\n                    {\n                        \"num_pos\": 4,\n                        \"num_neg\": 0,\n                        \"num_tot\": 4,\n                        \"roc_auc\": 0,\n                        \"f1\": 0,\n                        \"concept\": {\n                            \"id\": \"test-concept\",\n                            \"name\": \"test-concept\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1701866015\"\n                        },\n                        \"roc_curve\": {\n                            \"fpr\": [\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25,\n                                0.25\n                            ],\n                            \"tpr\": [\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"precision_recall_curve\": {\n                            \"recall\": [\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75\n                            ],\n                            \"precision\": [\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75,\n                                0.75\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"avg_precision\": 0.5625,\n                        \"area_name\": \"large\",\n                        \"area_min\": 9216,\n                        \"area_max\": 10000000000,\n                        \"iou\": 0.8\n                    },\n                    {\n                        \"num_pos\": 2,\n                        \"num_neg\": 0,\n                        \"num_tot\": 2,\n                        \"roc_auc\": 0,\n                        \"f1\": 0,\n                        \"concept\": {\n                            \"id\": \"test-concept-1\",\n                            \"name\": \"test-concept-1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1701866015\"\n                        },\n                        \"roc_curve\": {\n                            \"fpr\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"tpr\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"precision_recall_curve\": {\n                            \"recall\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"precision\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"avg_precision\": 0.25,\n                        \"area_name\": \"large\",\n                        \"area_min\": 9216,\n                        \"area_max\": 10000000000,\n                        \"iou\": 0.8\n                    },\n                    {\n                        \"num_pos\": 4,\n                        \"num_neg\": 0,\n                        \"num_tot\": 4,\n                        \"roc_auc\": 0,\n                        \"f1\": 0,\n                        \"concept\": {\n                            \"id\": \"test-concept\",\n                            \"name\": \"test-concept\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1701866015\"\n                        },\n                        \"roc_curve\": {\n                            \"fpr\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"tpr\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"precision_recall_curve\": {\n                            \"recall\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"precision\": [\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5,\n                                0.5\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"avg_precision\": 0.25,\n                        \"area_name\": \"large\",\n                        \"area_min\": 9216,\n                        \"area_max\": 10000000000,\n                        \"iou\": 0.9\n                    },\n                    {\n                        \"num_pos\": 2,\n                        \"num_neg\": 0,\n                        \"num_tot\": 2,\n                        \"roc_auc\": 0,\n                        \"f1\": 0,\n                        \"concept\": {\n                            \"id\": \"test-concept-1\",\n                            \"name\": \"test-concept-1\",\n                            \"value\": 1,\n                            \"app_id\": \"test-app-1701866015\"\n                        },\n                        \"roc_curve\": {\n                            \"fpr\": [\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1,\n                                1\n                            ],\n                            \"tpr\": [\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"precision_recall_curve\": {\n                            \"recall\": [\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0\n                            ],\n                            \"precision\": [\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0,\n                                0\n                            ],\n                            \"thresholds\": [\n                                0,\n                                0.01,\n                                0.02,\n                                0.03,\n                                0.04,\n                                0.05,\n                                0.06,\n                                0.07,\n                                0.08,\n                                0.09,\n                                0.1,\n                                0.11,\n                                0.12,\n                                0.13,\n                                0.14,\n                                0.15,\n                                0.16,\n                                0.17,\n                                0.18,\n                                0.19,\n                                0.2,\n                                0.21,\n                                0.22,\n                                0.23,\n                                0.24,\n                                0.25,\n                                0.26,\n                                0.27,\n                                0.28,\n                                0.29,\n                                0.3,\n                                0.31,\n                                0.32,\n                                0.33,\n                                0.34,\n                                0.35,\n                                0.36,\n                                0.37,\n                                0.38,\n                                0.39,\n                                0.4,\n                                0.41,\n                                0.42,\n                                0.43,\n                                0.44,\n                                0.45,\n                                0.46,\n                                0.47,\n                                0.48,\n                                0.49,\n                                0.5,\n                                0.51,\n                                0.52,\n                                0.53,\n                                0.54,\n                                0.55,\n                                0.56,\n                                0.57,\n                                0.58,\n                                0.59,\n                                0.6,\n                                0.61,\n                                0.62,\n                                0.63,\n                                0.64,\n                                0.65,\n                                0.66,\n                                0.67,\n                                0.68,\n                                0.69,\n                                0.7,\n                                0.71,\n                                0.72,\n                                0.73,\n                                0.74,\n                                0.75,\n                                0.76,\n                                0.77,\n                                0.78,\n                                0.79,\n                                0.8,\n                                0.81,\n                                0.82,\n                                0.83,\n                                0.84,\n                                0.85,\n                                0.86,\n                                0.87,\n                                0.88,\n                                0.89,\n                                0.9,\n                                0.91,\n                                0.92,\n                                0.93,\n                                0.94,\n                                0.95,\n                                0.96,\n                                0.97,\n                                0.98,\n                                0.99,\n                                1\n                            ]\n                        },\n                        \"area_name\": \"large\",\n                        \"area_min\": 9216,\n                        \"area_max\": 10000000000,\n                        \"iou\": 0.9\n                    }\n                ]\n            },\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"test-concept\",\n                        \"value\": 0\n                    },\n                    {\n                        \"id\": \"test-concept-1\",\n                        \"value\": 0\n                    }\n                ]\n            },\n            \"active_concept_count\": 2\n        }\n    ]\n}"}],"_postman_id":"8d9aef36-cd3b-4ae9-8acd-30a3c6963208"},{"name":"Delete Annotation Search Metrics By ID","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"79af9e96-fb45-4b99-8c07-3ce77b0e41d9"}}],"id":"34b3a610-4a15-4525-b40c-feb5b7ec1712","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches/metrics/YOUR_ANNOTATION_SEARCH_METRICS_ID","description":"<p>Delete a specific annotation search metric result by its ID.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>annotation_search_metrics_id</code></td>\n<td>string</td>\n<td>Annotation search metrics ID to delete</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","annotations","searches","metrics","YOUR_ANNOTATION_SEARCH_METRICS_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"b4402dcb-3881-4edc-9d4c-66589cba96df","name":"Delete Annotation Search Metrics By ID","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/annotations/searches/metrics/YOUR_ANNOTATION_SEARCH_METRICS_ID"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"c74340f575585712404ef0185832b8c7\"\n    }\n}"}],"_postman_id":"34b3a610-4a15-4525-b40c-feb5b7ec1712"}],"id":"fbddb854-3de7-4b30-83a1-7eb2d2c71dd0","description":"<p>Annotation Search Metrics measure the quality of search results — computing precision, recall, and related statistics for a given search query against a ground-truth annotation set. This is an advanced feature that may require a specific plan.</p>\n<p><strong>Key operations:</strong> post metrics job, list metrics, get by ID, delete by ID.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code>, <code>YOUR_ANNOTATION_SEARCH_METRICS_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/create/search/\">Search Documentation</a></p>\n","_postman_id":"fbddb854-3de7-4b30-83a1-7eb2d2c71dd0","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}}],"id":"da1378f2-3db4-416e-b6cd-5c826be08ce1","description":"<p>The Search folder provides endpoints for finding inputs and annotations using ranked similarity search and structured filters. Searches can be combined — rank by visual similarity while filtering by concept, status, task, bounding box, or dataset.</p>\n<p><strong>Subfolders:</strong></p>\n<ul>\n<li><strong>Basic Search Walkthrough</strong> — Setup steps and a simple annotation search demo</li>\n<li><strong>Rank Annotations</strong> — Rank results by visual or semantic similarity to a reference image or embedding</li>\n<li><strong>Filter Inputs</strong> — Filter inputs by label status, dataset membership, or input type</li>\n<li><strong>Filter Annotations</strong> — Filter annotations by concept, task, user, status, or region</li>\n<li><strong>Metrics</strong> — Measure search quality with precision/recall metrics</li>\n</ul>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/create/search/\">Search Documentation</a> | <a href=\"https://docs.clarifai.com/create/search/api/filter\">Filter</a> | <a href=\"https://docs.clarifai.com/create/search/api/rank\">Rank</a> | <a href=\"https://docs.clarifai.com/create/search/api/combine-negate\">Combine or Negate</a></p>\n","_postman_id":"da1378f2-3db4-416e-b6cd-5c826be08ce1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Workflows","item":[{"name":"Workflow Essentials","item":[{"name":"List WorkFlows","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"workflow_id\", encodeURIComponent(JSON.parse(responseBody).workflows[0].id));"],"type":"text/javascript","id":"f2e52070-f59f-48e1-9d5a-ef719f41ba00"}}],"id":"19a50be1-85d5-46d9-9fa6-a0b8406d7fd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows","description":"<p>List all workflows in the app.</p>\n<h2 id=\"query-parameters\"><strong>Query Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td>integer</td>\n<td>Page number</td>\n</tr>\n<tr>\n<td><code>per_page</code></td>\n<td>integer</td>\n<td>Results per page</td>\n</tr>\n<tr>\n<td><code>sort_by</code></td>\n<td>string</td>\n<td>Sort field</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","workflows"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"115d2b62-46d4-444f-8378-c2e584130f18","name":"List WFs (Session Token)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"6e34ac298cc2273fdf14442767469223\"\n    },\n    \"workflows\": [\n        {\n            \"id\": \"firehose3\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"created_at\": \"2023-11-27T13:48:37.837135Z\",\n            \"nodes\": [\n                {\n                    \"id\": \"Face-V3.0-Embedding\",\n                    \"model\": {\n                        \"id\": \"face-detection\",\n                        \"name\": \"Face\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"fe995da8cb73490f8556416ecf25cea3\"\n                        },\n                        \"display_name\": \"Face-visual-detector\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-detector\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": [\n                            \"pii\"\n                        ]\n                    },\n                    \"output_info_override\": {}\n                },\n                {\n                    \"id\": \"Face-V3.0-Cluster\",\n                    \"model\": {\n                        \"id\": \"face-detection\",\n                        \"name\": \"Face\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"5e026c5fae004ed4a83263ebaabec49e\"\n                        },\n                        \"display_name\": \"Face-visual-detector\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-detector\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": [\n                            \"pii\"\n                        ]\n                    },\n                    \"output_info_override\": {}\n                }\n            ],\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"modified_at\": \"2023-11-27T13:48:37.837135Z\",\n            \"version\": {\n                \"id\": \"96d9f8b3f36d460dbe5aef3d34ea7c6a\"\n            },\n            \"use_cases\": [],\n            \"check_consents\": [\n                \"pii\"\n            ]\n        },\n        {\n            \"id\": \"firehose\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"created_at\": \"2023-11-22T13:51:08.379477Z\",\n            \"nodes\": [\n                {\n                    \"id\": \"Face-V3.0-Embedding\",\n                    \"model\": {\n                        \"id\": \"face-detection\",\n                        \"name\": \"Face\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"fe995da8cb73490f8556416ecf25cea3\"\n                        },\n                        \"display_name\": \"Face-visual-detector\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-detector\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": [\n                            \"pii\"\n                        ]\n                    },\n                    \"output_info_override\": {}\n                },\n                {\n                    \"id\": \"Face-V3.0-Cluster\",\n                    \"model\": {\n                        \"id\": \"face-detection\",\n                        \"name\": \"Face\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"5e026c5fae004ed4a83263ebaabec49e\"\n                        },\n                        \"display_name\": \"Face-visual-detector\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-detector\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": [\n                            \"pii\"\n                        ]\n                    },\n                    \"output_info_override\": {}\n                }\n            ],\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"modified_at\": \"2023-11-27T13:44:59.084118Z\",\n            \"version\": {\n                \"id\": \"cca4ff16c8f747dda03bbe48a07f30d9\"\n            },\n            \"use_cases\": [],\n            \"check_consents\": [\n                \"pii\"\n            ]\n        },\n        {\n            \"id\": \"firehose2\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"created_at\": \"2023-11-27T13:43:38.033989Z\",\n            \"nodes\": [\n                {\n                    \"id\": \"general-concept\",\n                    \"model\": {\n                        \"id\": \"general-image-recognition\",\n                        \"name\": \"Image Recognition\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"aa7f35c01e0642fda5cf400f543e7c40\"\n                        },\n                        \"display_name\": \"general-visual-classifier\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-classifier\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": []\n                    },\n                    \"output_info_override\": {}\n                }\n            ],\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"modified_at\": \"2023-11-27T13:43:38.033989Z\",\n            \"version\": {\n                \"id\": \"8b434732b93742688ecd419b8577df4a\"\n            },\n            \"use_cases\": [],\n            \"check_consents\": []\n        },\n        {\n            \"id\": \"workflow-e67492\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"created_at\": \"2023-11-27T10:22:38.456279Z\",\n            \"nodes\": [\n                {\n                    \"id\": \"general-concept\",\n                    \"model\": {\n                        \"id\": \"general-image-recognition\",\n                        \"name\": \"Image Recognition\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"aa7f35c01e0642fda5cf400f543e7c40\"\n                        },\n                        \"display_name\": \"general-visual-classifier\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-classifier\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": []\n                    },\n                    \"output_info_override\": {\n                        \"params\": {}\n                    }\n                }\n            ],\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"modified_at\": \"2023-11-27T10:22:38.456279Z\",\n            \"version\": {\n                \"id\": \"548aa1a3ed9d47c9a09f284fafb503bd\"\n            },\n            \"use_cases\": [],\n            \"check_consents\": []\n        },\n        {\n            \"id\": \"firehose1\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"created_at\": \"2023-11-27T10:18:06.645262Z\",\n            \"nodes\": [\n                {\n                    \"id\": \"general-concept\",\n                    \"model\": {\n                        \"id\": \"general-image-recognition\",\n                        \"name\": \"Image Recognition\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"aa7f35c01e0642fda5cf400f543e7c40\"\n                        },\n                        \"display_name\": \"general-visual-classifier\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-classifier\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": []\n                    },\n                    \"output_info_override\": {}\n                }\n            ],\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"modified_at\": \"2023-11-27T10:18:06.645262Z\",\n            \"version\": {\n                \"id\": \"9d6948a5ba1f4753b450c1a80ff05b10\"\n            },\n            \"use_cases\": [],\n            \"check_consents\": []\n        },\n        {\n            \"id\": \"workflow-8875de\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"created_at\": \"2023-11-23T08:02:57.000421Z\",\n            \"nodes\": [\n                {\n                    \"id\": \"node-id-1\",\n                    \"model\": {\n                        \"id\": \"apparel-recognition\",\n                        \"name\": \"apparel\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"dc2cd6d9bff5425a80bfe0c4105583c1\"\n                        },\n                        \"display_name\": \"apparel-visual-classifier\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-classifier\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": []\n                    },\n                    \"output_info_override\": {}\n                }\n            ],\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"modified_at\": \"2023-11-23T08:03:21.309440Z\",\n            \"version\": {\n                \"id\": \"993473e875e74d539f1a498a2fa48f19\"\n            },\n            \"use_cases\": [],\n            \"check_consents\": []\n        },\n        {\n            \"id\": \"apparel\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"created_at\": \"2023-11-23T08:02:37.384778Z\",\n            \"nodes\": [\n                {\n                    \"id\": \"node-id-1\",\n                    \"model\": {\n                        \"id\": \"apparel-recognition\",\n                        \"name\": \"apparel\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"dc2cd6d9bff5425a80bfe0c4105583c1\"\n                        },\n                        \"display_name\": \"apparel-visual-classifier\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-classifier\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": []\n                    },\n                    \"output_info_override\": {}\n                }\n            ],\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"modified_at\": \"2023-11-23T08:02:41.288891Z\",\n            \"version\": {\n                \"id\": \"ee5849474a7646b3999425bb0c484864\"\n            },\n            \"use_cases\": [],\n            \"check_consents\": []\n        },\n        {\n            \"id\": \"General\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"created_at\": \"2023-11-23T07:21:41.046596Z\",\n            \"nodes\": [\n                {\n                    \"id\": \"general-v1.5-concept\",\n                    \"model\": {\n                        \"id\": \"general-image-recognition\",\n                        \"name\": \"Image Recognition\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"aa7f35c01e0642fda5cf400f543e7c40\"\n                        },\n                        \"display_name\": \"general-visual-classifier\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-classifier\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": []\n                    },\n                    \"output_info_override\": {}\n                },\n                {\n                    \"id\": \"general-v1.5-embed\",\n                    \"model\": {\n                        \"id\": \"general-image-embedding\",\n                        \"name\": \"general\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"bb186755eda04f9cbb6fe32e816be104\"\n                        },\n                        \"display_name\": \"general-visual-embedder\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-embedder\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": []\n                    },\n                    \"output_info_override\": {}\n                },\n                {\n                    \"id\": \"general-v1.5-cluster\",\n                    \"model\": {\n                        \"id\": \"general-clusterering\",\n                        \"name\": \"general\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\"\n                        },\n                        \"display_name\": \"general-clusterer\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"clusterer\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": []\n                    },\n                    \"node_inputs\": [\n                        {\n                            \"node_id\": \"general-v1.5-embed\"\n                        }\n                    ],\n                    \"output_info_override\": {}\n                }\n            ],\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"modified_at\": \"2023-11-23T07:21:41.046596Z\",\n            \"version\": {\n                \"id\": \"704ea3fd35c04d44b3084d921d8dde34\"\n            },\n            \"use_cases\": [],\n            \"check_consents\": []\n        },\n        {\n            \"id\": \"some\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"created_at\": \"2023-11-23T07:10:11.770527Z\",\n            \"nodes\": [\n                {\n                    \"id\": \"node-id-1\",\n                    \"model\": {\n                        \"id\": \"general-image-detection\",\n                        \"name\": \"Image Detection\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"e68c9e00b9db49e2b5ba13934dc4a5ec\"\n                        },\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-detector\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": []\n                    },\n                    \"output_info_override\": {}\n                }\n            ],\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"modified_at\": \"2023-11-23T07:10:36.254917Z\",\n            \"version\": {\n                \"id\": \"b41b3b3dc9c2445791c86e651d539bc2\"\n            },\n            \"use_cases\": [],\n            \"check_consents\": []\n        },\n        {\n            \"id\": \"Empty\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"created_at\": \"2023-11-22T07:36:15.533238Z\",\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"modified_at\": \"2023-11-22T07:36:15.533238Z\",\n            \"version\": {\n                \"id\": \"9c6ae53705374722b7ff8ac78130b97b\"\n            },\n            \"use_cases\": [],\n            \"check_consents\": []\n        }\n    ]\n}"},{"id":"5ec5aaa4-3ec0-4290-bb7c-68b60f5fac5e","name":"Get All Base Workflows","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"url":{"raw":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows?only_base=true","host":["https://api.clarifai.com"],"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","workflows"],"query":[{"key":"only_base","value":"true"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"7ea76b4c60e7940405312fd4411079c9\"\n    },\n    \"workflows\": [\n        {\n            \"id\": \"firehose3\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"created_at\": \"2023-11-27T13:48:37.837135Z\",\n            \"nodes\": [\n                {\n                    \"id\": \"Face-V3.0-Embedding\",\n                    \"model\": {\n                        \"id\": \"face-detection\",\n                        \"name\": \"Face\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"fe995da8cb73490f8556416ecf25cea3\"\n                        },\n                        \"display_name\": \"Face-visual-detector\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-detector\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": [\n                            \"pii\"\n                        ]\n                    },\n                    \"output_info_override\": {}\n                },\n                {\n                    \"id\": \"Face-V3.0-Cluster\",\n                    \"model\": {\n                        \"id\": \"face-detection\",\n                        \"name\": \"Face\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"5e026c5fae004ed4a83263ebaabec49e\"\n                        },\n                        \"display_name\": \"Face-visual-detector\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-detector\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": [\n                            \"pii\"\n                        ]\n                    },\n                    \"output_info_override\": {}\n                }\n            ],\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"modified_at\": \"2023-11-27T13:48:37.837135Z\",\n            \"version\": {\n                \"id\": \"96d9f8b3f36d460dbe5aef3d34ea7c6a\"\n            },\n            \"use_cases\": [],\n            \"check_consents\": [\n                \"pii\"\n            ]\n        },\n        {\n            \"id\": \"firehose\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"created_at\": \"2023-11-22T13:51:08.379477Z\",\n            \"nodes\": [\n                {\n                    \"id\": \"Face-V3.0-Embedding\",\n                    \"model\": {\n                        \"id\": \"face-detection\",\n                        \"name\": \"Face\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"fe995da8cb73490f8556416ecf25cea3\"\n                        },\n                        \"display_name\": \"Face-visual-detector\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-detector\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": [\n                            \"pii\"\n                        ]\n                    },\n                    \"output_info_override\": {}\n                },\n                {\n                    \"id\": \"Face-V3.0-Cluster\",\n                    \"model\": {\n                        \"id\": \"face-detection\",\n                        \"name\": \"Face\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"5e026c5fae004ed4a83263ebaabec49e\"\n                        },\n                        \"display_name\": \"Face-visual-detector\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-detector\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": [\n                            \"pii\"\n                        ]\n                    },\n                    \"output_info_override\": {}\n                }\n            ],\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"modified_at\": \"2023-11-27T13:44:59.084118Z\",\n            \"version\": {\n                \"id\": \"cca4ff16c8f747dda03bbe48a07f30d9\"\n            },\n            \"use_cases\": [],\n            \"check_consents\": [\n                \"pii\"\n            ]\n        },\n        {\n            \"id\": \"firehose2\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"created_at\": \"2023-11-27T13:43:38.033989Z\",\n            \"nodes\": [\n                {\n                    \"id\": \"general-concept\",\n                    \"model\": {\n                        \"id\": \"general-image-recognition\",\n                        \"name\": \"Image Recognition\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"aa7f35c01e0642fda5cf400f543e7c40\"\n                        },\n                        \"display_name\": \"general-visual-classifier\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-classifier\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": []\n                    },\n                    \"output_info_override\": {}\n                }\n            ],\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"modified_at\": \"2023-11-27T13:43:38.033989Z\",\n            \"version\": {\n                \"id\": \"8b434732b93742688ecd419b8577df4a\"\n            },\n            \"use_cases\": [],\n            \"check_consents\": []\n        },\n        {\n            \"id\": \"workflow-e67492\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"created_at\": \"2023-11-27T10:22:38.456279Z\",\n            \"nodes\": [\n                {\n                    \"id\": \"general-concept\",\n                    \"model\": {\n                        \"id\": \"general-image-recognition\",\n                        \"name\": \"Image Recognition\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"aa7f35c01e0642fda5cf400f543e7c40\"\n                        },\n                        \"display_name\": \"general-visual-classifier\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-classifier\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": []\n                    },\n                    \"output_info_override\": {\n                        \"params\": {}\n                    }\n                }\n            ],\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"modified_at\": \"2023-11-27T10:22:38.456279Z\",\n            \"version\": {\n                \"id\": \"548aa1a3ed9d47c9a09f284fafb503bd\"\n            },\n            \"use_cases\": [],\n            \"check_consents\": []\n        },\n        {\n            \"id\": \"firehose1\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"created_at\": \"2023-11-27T10:18:06.645262Z\",\n            \"nodes\": [\n                {\n                    \"id\": \"general-concept\",\n                    \"model\": {\n                        \"id\": \"general-image-recognition\",\n                        \"name\": \"Image Recognition\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"aa7f35c01e0642fda5cf400f543e7c40\"\n                        },\n                        \"display_name\": \"general-visual-classifier\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-classifier\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": []\n                    },\n                    \"output_info_override\": {}\n                }\n            ],\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"modified_at\": \"2023-11-27T10:18:06.645262Z\",\n            \"version\": {\n                \"id\": \"9d6948a5ba1f4753b450c1a80ff05b10\"\n            },\n            \"use_cases\": [],\n            \"check_consents\": []\n        },\n        {\n            \"id\": \"workflow-8875de\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"created_at\": \"2023-11-23T08:02:57.000421Z\",\n            \"nodes\": [\n                {\n                    \"id\": \"node-id-1\",\n                    \"model\": {\n                        \"id\": \"apparel-recognition\",\n                        \"name\": \"apparel\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"dc2cd6d9bff5425a80bfe0c4105583c1\"\n                        },\n                        \"display_name\": \"apparel-visual-classifier\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-classifier\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": []\n                    },\n                    \"output_info_override\": {}\n                }\n            ],\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"modified_at\": \"2023-11-23T08:03:21.309440Z\",\n            \"version\": {\n                \"id\": \"993473e875e74d539f1a498a2fa48f19\"\n            },\n            \"use_cases\": [],\n            \"check_consents\": []\n        },\n        {\n            \"id\": \"apparel\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"created_at\": \"2023-11-23T08:02:37.384778Z\",\n            \"nodes\": [\n                {\n                    \"id\": \"node-id-1\",\n                    \"model\": {\n                        \"id\": \"apparel-recognition\",\n                        \"name\": \"apparel\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"dc2cd6d9bff5425a80bfe0c4105583c1\"\n                        },\n                        \"display_name\": \"apparel-visual-classifier\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-classifier\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": []\n                    },\n                    \"output_info_override\": {}\n                }\n            ],\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"modified_at\": \"2023-11-23T08:02:41.288891Z\",\n            \"version\": {\n                \"id\": \"ee5849474a7646b3999425bb0c484864\"\n            },\n            \"use_cases\": [],\n            \"check_consents\": []\n        },\n        {\n            \"id\": \"General\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"created_at\": \"2023-11-23T07:21:41.046596Z\",\n            \"nodes\": [\n                {\n                    \"id\": \"general-v1.5-concept\",\n                    \"model\": {\n                        \"id\": \"general-image-recognition\",\n                        \"name\": \"Image Recognition\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"aa7f35c01e0642fda5cf400f543e7c40\"\n                        },\n                        \"display_name\": \"general-visual-classifier\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-classifier\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": []\n                    },\n                    \"output_info_override\": {}\n                },\n                {\n                    \"id\": \"general-v1.5-embed\",\n                    \"model\": {\n                        \"id\": \"general-image-embedding\",\n                        \"name\": \"general\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"bb186755eda04f9cbb6fe32e816be104\"\n                        },\n                        \"display_name\": \"general-visual-embedder\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-embedder\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": []\n                    },\n                    \"output_info_override\": {}\n                },\n                {\n                    \"id\": \"general-v1.5-cluster\",\n                    \"model\": {\n                        \"id\": \"general-clusterering\",\n                        \"name\": \"general\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\"\n                        },\n                        \"display_name\": \"general-clusterer\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"clusterer\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": []\n                    },\n                    \"node_inputs\": [\n                        {\n                            \"node_id\": \"general-v1.5-embed\"\n                        }\n                    ],\n                    \"output_info_override\": {}\n                }\n            ],\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"modified_at\": \"2023-11-23T07:21:41.046596Z\",\n            \"version\": {\n                \"id\": \"704ea3fd35c04d44b3084d921d8dde34\"\n            },\n            \"use_cases\": [],\n            \"check_consents\": []\n        },\n        {\n            \"id\": \"some\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"created_at\": \"2023-11-23T07:10:11.770527Z\",\n            \"nodes\": [\n                {\n                    \"id\": \"node-id-1\",\n                    \"model\": {\n                        \"id\": \"general-image-detection\",\n                        \"name\": \"Image Detection\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"e68c9e00b9db49e2b5ba13934dc4a5ec\"\n                        },\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-detector\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": []\n                    },\n                    \"output_info_override\": {}\n                }\n            ],\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"modified_at\": \"2023-11-23T07:10:36.254917Z\",\n            \"version\": {\n                \"id\": \"b41b3b3dc9c2445791c86e651d539bc2\"\n            },\n            \"use_cases\": [],\n            \"check_consents\": []\n        },\n        {\n            \"id\": \"Empty\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"created_at\": \"2023-11-22T07:36:15.533238Z\",\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"modified_at\": \"2023-11-22T07:36:15.533238Z\",\n            \"version\": {\n                \"id\": \"9c6ae53705374722b7ff8ac78130b97b\"\n            },\n            \"use_cases\": [],\n            \"check_consents\": []\n        }\n    ]\n}"},{"id":"c9e86904-88af-4458-aad7-0aba614ec02b","name":"Get All (Public) Workflows","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"902125a93c5ba4e2544d4c61aeabba99\"\n    },\n    \"workflows\": [\n        {\n            \"id\": \"firehose3\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"created_at\": \"2023-11-27T13:48:37.837135Z\",\n            \"nodes\": [\n                {\n                    \"id\": \"Face-V3.0-Embedding\",\n                    \"model\": {\n                        \"id\": \"face-detection\",\n                        \"name\": \"Face\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"fe995da8cb73490f8556416ecf25cea3\"\n                        },\n                        \"display_name\": \"Face-visual-detector\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-detector\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": [\n                            \"pii\"\n                        ]\n                    },\n                    \"output_info_override\": {}\n                },\n                {\n                    \"id\": \"Face-V3.0-Cluster\",\n                    \"model\": {\n                        \"id\": \"face-detection\",\n                        \"name\": \"Face\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"5e026c5fae004ed4a83263ebaabec49e\"\n                        },\n                        \"display_name\": \"Face-visual-detector\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-detector\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": [\n                            \"pii\"\n                        ]\n                    },\n                    \"output_info_override\": {}\n                }\n            ],\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"modified_at\": \"2023-11-27T13:48:37.837135Z\",\n            \"version\": {\n                \"id\": \"96d9f8b3f36d460dbe5aef3d34ea7c6a\"\n            },\n            \"use_cases\": [],\n            \"check_consents\": [\n                \"pii\"\n            ]\n        },\n        {\n            \"id\": \"firehose\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"created_at\": \"2023-11-22T13:51:08.379477Z\",\n            \"nodes\": [\n                {\n                    \"id\": \"Face-V3.0-Embedding\",\n                    \"model\": {\n                        \"id\": \"face-detection\",\n                        \"name\": \"Face\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"fe995da8cb73490f8556416ecf25cea3\"\n                        },\n                        \"display_name\": \"Face-visual-detector\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-detector\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": [\n                            \"pii\"\n                        ]\n                    },\n                    \"output_info_override\": {}\n                },\n                {\n                    \"id\": \"Face-V3.0-Cluster\",\n                    \"model\": {\n                        \"id\": \"face-detection\",\n                        \"name\": \"Face\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"5e026c5fae004ed4a83263ebaabec49e\"\n                        },\n                        \"display_name\": \"Face-visual-detector\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-detector\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": [\n                            \"pii\"\n                        ]\n                    },\n                    \"output_info_override\": {}\n                }\n            ],\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"modified_at\": \"2023-11-27T13:44:59.084118Z\",\n            \"version\": {\n                \"id\": \"cca4ff16c8f747dda03bbe48a07f30d9\"\n            },\n            \"use_cases\": [],\n            \"check_consents\": [\n                \"pii\"\n            ]\n        },\n        {\n            \"id\": \"firehose2\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"created_at\": \"2023-11-27T13:43:38.033989Z\",\n            \"nodes\": [\n                {\n                    \"id\": \"general-concept\",\n                    \"model\": {\n                        \"id\": \"general-image-recognition\",\n                        \"name\": \"Image Recognition\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"aa7f35c01e0642fda5cf400f543e7c40\"\n                        },\n                        \"display_name\": \"general-visual-classifier\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-classifier\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": []\n                    },\n                    \"output_info_override\": {}\n                }\n            ],\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"modified_at\": \"2023-11-27T13:43:38.033989Z\",\n            \"version\": {\n                \"id\": \"8b434732b93742688ecd419b8577df4a\"\n            },\n            \"use_cases\": [],\n            \"check_consents\": []\n        },\n        {\n            \"id\": \"workflow-e67492\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"created_at\": \"2023-11-27T10:22:38.456279Z\",\n            \"nodes\": [\n                {\n                    \"id\": \"general-concept\",\n                    \"model\": {\n                        \"id\": \"general-image-recognition\",\n                        \"name\": \"Image Recognition\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"aa7f35c01e0642fda5cf400f543e7c40\"\n                        },\n                        \"display_name\": \"general-visual-classifier\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-classifier\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": []\n                    },\n                    \"output_info_override\": {\n                        \"params\": {}\n                    }\n                }\n            ],\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"modified_at\": \"2023-11-27T10:22:38.456279Z\",\n            \"version\": {\n                \"id\": \"548aa1a3ed9d47c9a09f284fafb503bd\"\n            },\n            \"use_cases\": [],\n            \"check_consents\": []\n        },\n        {\n            \"id\": \"firehose1\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"created_at\": \"2023-11-27T10:18:06.645262Z\",\n            \"nodes\": [\n                {\n                    \"id\": \"general-concept\",\n                    \"model\": {\n                        \"id\": \"general-image-recognition\",\n                        \"name\": \"Image Recognition\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"aa7f35c01e0642fda5cf400f543e7c40\"\n                        },\n                        \"display_name\": \"general-visual-classifier\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-classifier\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": []\n                    },\n                    \"output_info_override\": {}\n                }\n            ],\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"modified_at\": \"2023-11-27T10:18:06.645262Z\",\n            \"version\": {\n                \"id\": \"9d6948a5ba1f4753b450c1a80ff05b10\"\n            },\n            \"use_cases\": [],\n            \"check_consents\": []\n        },\n        {\n            \"id\": \"workflow-8875de\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"created_at\": \"2023-11-23T08:02:57.000421Z\",\n            \"nodes\": [\n                {\n                    \"id\": \"node-id-1\",\n                    \"model\": {\n                        \"id\": \"apparel-recognition\",\n                        \"name\": \"apparel\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"dc2cd6d9bff5425a80bfe0c4105583c1\"\n                        },\n                        \"display_name\": \"apparel-visual-classifier\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-classifier\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": []\n                    },\n                    \"output_info_override\": {}\n                }\n            ],\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"modified_at\": \"2023-11-23T08:03:21.309440Z\",\n            \"version\": {\n                \"id\": \"993473e875e74d539f1a498a2fa48f19\"\n            },\n            \"use_cases\": [],\n            \"check_consents\": []\n        },\n        {\n            \"id\": \"apparel\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"created_at\": \"2023-11-23T08:02:37.384778Z\",\n            \"nodes\": [\n                {\n                    \"id\": \"node-id-1\",\n                    \"model\": {\n                        \"id\": \"apparel-recognition\",\n                        \"name\": \"apparel\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"dc2cd6d9bff5425a80bfe0c4105583c1\"\n                        },\n                        \"display_name\": \"apparel-visual-classifier\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-classifier\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": []\n                    },\n                    \"output_info_override\": {}\n                }\n            ],\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"modified_at\": \"2023-11-23T08:02:41.288891Z\",\n            \"version\": {\n                \"id\": \"ee5849474a7646b3999425bb0c484864\"\n            },\n            \"use_cases\": [],\n            \"check_consents\": []\n        },\n        {\n            \"id\": \"General\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"created_at\": \"2023-11-23T07:21:41.046596Z\",\n            \"nodes\": [\n                {\n                    \"id\": \"general-v1.5-concept\",\n                    \"model\": {\n                        \"id\": \"general-image-recognition\",\n                        \"name\": \"Image Recognition\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"aa7f35c01e0642fda5cf400f543e7c40\"\n                        },\n                        \"display_name\": \"general-visual-classifier\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-classifier\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": []\n                    },\n                    \"output_info_override\": {}\n                },\n                {\n                    \"id\": \"general-v1.5-embed\",\n                    \"model\": {\n                        \"id\": \"general-image-embedding\",\n                        \"name\": \"general\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"bb186755eda04f9cbb6fe32e816be104\"\n                        },\n                        \"display_name\": \"general-visual-embedder\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-embedder\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": []\n                    },\n                    \"output_info_override\": {}\n                },\n                {\n                    \"id\": \"general-v1.5-cluster\",\n                    \"model\": {\n                        \"id\": \"general-clusterering\",\n                        \"name\": \"general\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\"\n                        },\n                        \"display_name\": \"general-clusterer\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"clusterer\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": []\n                    },\n                    \"node_inputs\": [\n                        {\n                            \"node_id\": \"general-v1.5-embed\"\n                        }\n                    ],\n                    \"output_info_override\": {}\n                }\n            ],\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"modified_at\": \"2023-11-23T07:21:41.046596Z\",\n            \"version\": {\n                \"id\": \"704ea3fd35c04d44b3084d921d8dde34\"\n            },\n            \"use_cases\": [],\n            \"check_consents\": []\n        },\n        {\n            \"id\": \"some\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"created_at\": \"2023-11-23T07:10:11.770527Z\",\n            \"nodes\": [\n                {\n                    \"id\": \"node-id-1\",\n                    \"model\": {\n                        \"id\": \"general-image-detection\",\n                        \"name\": \"Image Detection\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"e68c9e00b9db49e2b5ba13934dc4a5ec\"\n                        },\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-detector\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": []\n                    },\n                    \"output_info_override\": {}\n                }\n            ],\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"modified_at\": \"2023-11-23T07:10:36.254917Z\",\n            \"version\": {\n                \"id\": \"b41b3b3dc9c2445791c86e651d539bc2\"\n            },\n            \"use_cases\": [],\n            \"check_consents\": []\n        },\n        {\n            \"id\": \"Empty\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"created_at\": \"2023-11-22T07:36:15.533238Z\",\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"modified_at\": \"2023-11-22T07:36:15.533238Z\",\n            \"version\": {\n                \"id\": \"9c6ae53705374722b7ff8ac78130b97b\"\n            },\n            \"use_cases\": [],\n            \"check_consents\": []\n        }\n    ]\n}"}],"_postman_id":"19a50be1-85d5-46d9-9fa6-a0b8406d7fd2"},{"name":"Get Workflow by ID","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"workflow_id\", encodeURIComponent(JSON.parse(responseBody).workflows[0].id));"],"type":"text/javascript","id":"1243f24c-5b7f-4796-85db-dbb6d999d58a"}}],"id":"c91a1968-8504-4fd7-b9c9-5a7177e82f73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows/YOUR_WORKFLOW_ID","description":"<p>Retrieve a specific workflow and its node configuration by workflow ID.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>workflow_id</code></td>\n<td>string</td>\n<td>Workflow ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","workflows","YOUR_WORKFLOW_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"7cb0766c-6e26-4e16-a9dd-e37fcf2db2cd","name":"Get Workflow by ID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows/YOUR_WORKFLOW_ID"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"9db76dd4b1381e4a3b07392f56729048\"\n    },\n    \"workflow\": {\n        \"id\": \"firehose3\",\n        \"app_id\": \"test-app-1700638575-empty\",\n        \"created_at\": \"2023-11-27T13:48:37.837135Z\",\n        \"nodes\": [\n            {\n                \"id\": \"Face-V3.0-Embedding\",\n                \"model\": {\n                    \"id\": \"face-detection\",\n                    \"name\": \"Face\",\n                    \"app_id\": \"main\",\n                    \"model_version\": {\n                        \"id\": \"fe995da8cb73490f8556416ecf25cea3\"\n                    },\n                    \"display_name\": \"Face-visual-detector\",\n                    \"user_id\": \"clarifai\",\n                    \"model_type_id\": \"visual-detector\",\n                    \"toolkits\": [],\n                    \"use_cases\": [],\n                    \"languages\": [],\n                    \"languages_full\": [],\n                    \"check_consents\": [\n                        \"pii\"\n                    ]\n                },\n                \"output_info_override\": {}\n            },\n            {\n                \"id\": \"Face-V3.0-Cluster\",\n                \"model\": {\n                    \"id\": \"face-detection\",\n                    \"name\": \"Face\",\n                    \"app_id\": \"main\",\n                    \"model_version\": {\n                        \"id\": \"5e026c5fae004ed4a83263ebaabec49e\"\n                    },\n                    \"display_name\": \"Face-visual-detector\",\n                    \"user_id\": \"clarifai\",\n                    \"model_type_id\": \"visual-detector\",\n                    \"toolkits\": [],\n                    \"use_cases\": [],\n                    \"languages\": [],\n                    \"languages_full\": [],\n                    \"check_consents\": [\n                        \"pii\"\n                    ]\n                },\n                \"output_info_override\": {}\n            }\n        ],\n        \"metadata\": {},\n        \"visibility\": {\n            \"gettable\": 10\n        },\n        \"user_id\": \"a0btrubbaefn\",\n        \"modified_at\": \"2023-11-27T13:48:37.837135Z\",\n        \"version\": {\n            \"id\": \"96d9f8b3f36d460dbe5aef3d34ea7c6a\"\n        },\n        \"use_cases\": [],\n        \"check_consents\": [\n            \"pii\"\n        ]\n    }\n}"}],"_postman_id":"c91a1968-8504-4fd7-b9c9-5a7177e82f73"},{"name":"Create Workflow","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"workflow_id\", encodeURIComponent(JSON.parse(responseBody).workflow.id));"],"type":"text/javascript","id":"a8f1e688-c59c-4d70-bba1-ac2ec4fa46d3"}}],"id":"45b4d27e-39d8-4171-8c49-cf4fe105923a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"workflows\": [{\n    \"id\": \"YOUR_WORKFLOW_ID\",\n    \"nodes\": [\n      {\n        \"id\": \"general-concept\",\n        \"model\": {\n          \"id\": \"YOUR_MODEL_ID\",\n          \"model_version\": {\n            \"id\": \"YOUR_VERSION_ID\"\n          }\n        }\n      }\n    ]\n  }]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows","description":"<p>Create a new workflow by chaining one or more model nodes. Each node references a model by ID and version, and can receive inputs from other nodes via <code>node_inputs</code>.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>workflows[].id</code></td>\n<td>string</td>\n<td>Unique workflow ID</td>\n</tr>\n<tr>\n<td><code>workflows[].nodes[].id</code></td>\n<td>string</td>\n<td>Node ID within the workflow</td>\n</tr>\n<tr>\n<td><code>workflows[].nodes[].model.id</code></td>\n<td>string</td>\n<td>Model ID</td>\n</tr>\n<tr>\n<td><code>workflows[].nodes[].model.model_version.id</code></td>\n<td>string</td>\n<td>Model version ID</td>\n</tr>\n<tr>\n<td><code>workflows[].nodes[].model.user_id</code></td>\n<td>string</td>\n<td>Owner user ID (use <code>clarifai</code> for public models)</td>\n</tr>\n<tr>\n<td><code>workflows[].nodes[].model.app_id</code></td>\n<td>string</td>\n<td>Model's app ID</td>\n</tr>\n<tr>\n<td><code>workflows[].nodes[].node_inputs</code></td>\n<td>array</td>\n<td>List of upstream node IDs to pipe outputs from</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","workflows"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"db9e2d94-b82d-4cd3-813e-8feb800053bc","name":"Create Workflow suppress embed node","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n  \"workflows\": [{\n    \"id\": \"predict-cluster-only\",\n    \"nodes\": [\n      {\n        \"id\": \"general-embed\",\n        \"model\": {\n          \"id\": \"bbb5f41425b8468d9b7a554ff10f8581\",\n          \"model_version\": {\n            \"id\": \"bb186755eda04f9cbb6fe32e816be104\"\n          }\n        },\n        \"suppress_output\": true\n      },\n      {\n        \"id\": \"general-cluster\",\n        \"node_inputs\": [\n          {\"node_id\": \"general-embed\"}\n        ],\n        \"model\": {\n          \"id\": \"cccbe437d6e54e2bb911c6aa292fb072\",\n          \"model_version\": {\n            \"id\": \"cc2074cff6dc4c02b6f4e1b8606dcb54\"\n          }\n        }\n      }\n    ]\n  }]\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"a43dc7e324b7a01cb0b4fd6927149b05\"\n    },\n    \"workflows\": [\n        {\n            \"id\": \"firehose2\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"created_at\": \"2023-11-27T13:43:38.033989835Z\",\n            \"nodes\": [\n                {\n                    \"id\": \"general-concept\",\n                    \"model\": {\n                        \"id\": \"general-image-recognition\",\n                        \"name\": \"Image Recognition\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"aa7f35c01e0642fda5cf400f543e7c40\"\n                        },\n                        \"display_name\": \"general-visual-classifier\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-classifier\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": []\n                    },\n                    \"output_info_override\": {}\n                }\n            ],\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"modified_at\": \"2023-11-27T13:43:38.033989835Z\",\n            \"version\": {\n                \"id\": \"8b434732b93742688ecd419b8577df4a\"\n            },\n            \"use_cases\": [],\n            \"check_consents\": []\n        }\n    ]\n}"}],"_postman_id":"45b4d27e-39d8-4171-8c49-cf4fe105923a"},{"name":"Patch Workflows","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"workflow_id\", encodeURIComponent(JSON.parse(responseBody).workflow.id));"],"type":"text/javascript","id":"f0af1319-1a02-41ed-80ac-4445542d5474"}}],"id":"05ebc3fc-ca88-495d-972a-1c067a0b8eff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"workflows\": [\n        {\n            \"id\": \"YOUR_WORKFLOW_ID\",\n            \"nodes\": [\n                {\n                    \"id\": \"detector\",\n                    \"model\": {\n                        \"id\": \"YOUR_MODEL_ID\",\n                        \"model_version\": {\n                            \"id\": \"YOUR_VERSION_ID\"\n                        }\n                    }\n                }\n            ]\n        }\n    ],\n    \"action\": \"overwrite\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows","description":"<p>Update an existing workflow — modify node configuration, add/remove nodes, or rename the workflow.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>workflows[].id</code></td>\n<td>string</td>\n<td>Workflow ID to update</td>\n</tr>\n<tr>\n<td><code>workflows[].nodes</code></td>\n<td>array</td>\n<td>Updated node list</td>\n</tr>\n<tr>\n<td><code>action</code></td>\n<td>string</td>\n<td><code>overwrite</code> replaces the entire workflow definition</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","workflows"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"0458f7c8-1629-4645-946e-73bd2a51c158","name":"Patch Workflows","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"workflows\": [\n        {\n            \"id\": \"firehose\",\n            \"nodes\": [\n                {\n                    \"id\": \"Face-V3.0-Embedding\",\n                    \"model\": {\n                        \"id\": \"face-detection\",\n                    \t\"model_version\": {\n                        \t\"id\": \"fe995da8cb73490f8556416ecf25cea3\"\n                    \t}\n                    }\n                },\n                {\n                    \"id\": \"Face-V3.0-Cluster\",\n                    \"model\": {\n                        \"id\": \"face-detection\",\n                    \t\"model_version\": {\n                        \t\"id\": \"5e026c5fae004ed4a83263ebaabec49e\"\n                    \t}\n                    }\n                }\n            ]\n        }\n    ],\n    \"action\": \"overwrite\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"7fad18cd312f980f65f7ebd7a0dc6f61\"\n    },\n    \"workflows\": [\n        {\n            \"id\": \"firehose\",\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"created_at\": \"2023-11-22T13:51:08.379477Z\",\n            \"nodes\": [\n                {\n                    \"id\": \"Face-V3.0-Embedding\",\n                    \"model\": {\n                        \"id\": \"face-detection\",\n                        \"name\": \"Face\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"fe995da8cb73490f8556416ecf25cea3\"\n                        },\n                        \"display_name\": \"Face-visual-detector\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-detector\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": [\n                            \"pii\"\n                        ]\n                    },\n                    \"output_info_override\": {}\n                },\n                {\n                    \"id\": \"Face-V3.0-Cluster\",\n                    \"model\": {\n                        \"id\": \"face-detection\",\n                        \"name\": \"Face\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"5e026c5fae004ed4a83263ebaabec49e\"\n                        },\n                        \"display_name\": \"Face-visual-detector\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-detector\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": [\n                            \"pii\"\n                        ]\n                    },\n                    \"output_info_override\": {}\n                }\n            ],\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"a0btrubbaefn\",\n            \"modified_at\": \"2023-11-27T13:44:59.084118862Z\",\n            \"version\": {\n                \"id\": \"cca4ff16c8f747dda03bbe48a07f30d9\"\n            },\n            \"use_cases\": [],\n            \"check_consents\": [\n                \"pii\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"05ebc3fc-ca88-495d-972a-1c067a0b8eff"},{"name":"Workflow Predict by Video URL","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"dee58a1b-715e-4b10-bb84-f6c93d0e96f1"}}],"id":"2b173411-e1c8-44c0-94ca-0d01bba49dd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"inputs\": [\n        {\n            \"data\": {\n                \"video\": {\n                    \"url\": \"https://samples.clarifai.com/pexels_video_2670_people_tracking.mp4\"\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows/YOUR_WORKFLOW_ID/results","description":"<p>Run a workflow on a video input by URL. The video is decoded into frames and each frame is passed through the workflow nodes. Returns per-frame predictions.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>inputs[].data.video.url</code></td>\n<td>string</td>\n<td>Public URL of the video file</td>\n</tr>\n<tr>\n<td><code>workflow.output_info.output_config.sample_ms</code></td>\n<td>integer</td>\n<td>Sample rate in milliseconds (how often to sample frames)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","workflows","YOUR_WORKFLOW_ID","results"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"f287740a-b550-478a-af1b-3b8c77435fd8","name":"Workflow Predict by Text","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"inputs\": [\n        {\n            \"data\": {\n                \"text\": {\n                    \"raw\": \"hello darkness my old friend\"\n                }\n            }\n        },\n        {\n            \"data\": {\n                \"text\": {\n                    \"raw\": \"Hello everyone\"\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows/YOUR_WORKFLOW_ID/results"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"51a5d92aab21d40d36fbeaa06079b539\"\n    },\n    \"workflow\": {\n        \"id\": \"Text\",\n        \"app_id\": \"main\",\n        \"created_at\": \"2020-02-13T20:24:37.104035Z\",\n        \"metadata\": {},\n        \"visibility\": {\n            \"gettable\": 50\n        },\n        \"user_id\": \"clarifai\",\n        \"modified_at\": \"2021-04-01T13:55:44.850057Z\",\n        \"version\": {\n            \"id\": \"d2b6d1aa64c9541784e412347f582bc0\"\n        },\n        \"use_cases\": [],\n        \"check_consents\": []\n    },\n    \"results\": [\n        {\n            \"status\": {\n                \"code\": 10000,\n                \"description\": \"Ok\"\n            },\n            \"input\": {\n                \"id\": \"b409f32c2b3548eeae8e3742aafa1034\",\n                \"data\": {\n                    \"text\": {\n                        \"raw\": \"hello darkness my old friend\",\n                        \"url\": \"https://samples.clarifai.com/placeholder.gif\"\n                    }\n                }\n            },\n            \"outputs\": [\n                {\n                    \"id\": \"2ede16963dec4c6b890fb2854e49dfb4\",\n                    \"status\": {\n                        \"code\": 10000,\n                        \"description\": \"Ok\"\n                    },\n                    \"created_at\": \"2023-11-27T13:45:14.133164913Z\",\n                    \"model\": {\n                        \"id\": \"english-text-embedding\",\n                        \"name\": \"general-english\",\n                        \"created_at\": \"2020-02-13T20:24:37.104035Z\",\n                        \"modified_at\": \"2020-02-13T20:24:37.104035Z\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"9b33adf15280465b857163ddaaacdcb1\",\n                            \"created_at\": \"2020-11-25T16:35:34.304130Z\",\n                            \"status\": {\n                                \"code\": 21100,\n                                \"description\": \"Model is trained and ready\"\n                            },\n                            \"visibility\": {\n                                \"gettable\": 50\n                            },\n                            \"app_id\": \"main\",\n                            \"user_id\": \"clarifai\",\n                            \"metadata\": {}\n                        },\n                        \"display_name\": \"general-english-text-embedder\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"text-embedder\",\n                        \"visibility\": {\n                            \"gettable\": 50\n                        },\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": [],\n                        \"workflow_recommended\": false\n                    },\n                    \"data\": {\n                        \"embeddings\": [\n                            {\n                                \"vector\": [\n                                    -0.031702373,\n                                    0.020328576,\n                                    0.05414282,\n                                    -0.028916655,\n                                    0.025071727,\n                                    0.0044516562,\n                                    0.0043915207,\n                                    0.025130238,\n                                    -0.032156143,\n                                    -0.032803476,\n                                    -0.036537245,\n                                    0.04398015,\n                                    0.013157824,\n                                    0.049077943,\n                                    -0.021408772,\n                                    0.022080546,\n                                    0.011181464,\n                                    0.009971074,\n                                    -0.0039303713,\n                                    -0.049776223,\n                                    -0.017317163,\n                                    0.013889343,\n                                    0.008803132,\n                                    0.00067450065,\n                                    -0.021970013,\n                                    0.08231622,\n                                    0.024882818,\n                                    -0.013622572,\n                                    -0.012920543,\n                                    -0.002752678,\n                                    -0.024129048,\n                                    0.032770876,\n                                    0.0252849,\n                                    -0.047591686,\n                                    0.028217247,\n                                    0.030990986,\n                                    -0.0076371664,\n                                    -0.026799966,\n                                    0.001194018,\n                                    0.051200695,\n                                    0.03467826,\n                                    -0.003256482,\n                                    0.012046265,\n                                    0.007857698,\n                                    -0.036070537,\n                                    -0.004082603,\n                                    -0.005571229,\n                                    0.027672153,\n                                    -0.0185309,\n                                    -0.03829214,\n                                    -0.018869411,\n                                    -0.0055749295,\n                                    0.043730658,\n                                    -0.01864366,\n                                    -0.029370753,\n                                    -0.085906625,\n                                    0.030144988,\n                                    0.015847404,\n                                    0.040192105,\n                                    0.029393163,\n                                    0.054858748,\n                                    -0.049545683,\n                                    -0.007464892,\n                                    0.053220157,\n                                    -0.061980173,\n                                    0.03674329,\n                                    0.029093925,\n                                    -0.027754908,\n                                    0.015021265,\n                                    0.002484269,\n                                    0.014659454,\n                                    0.017322117,\n                                    -0.0010314042,\n                                    -0.0455068,\n                                    -0.03389479,\n                                    -0.03639894,\n                                    0.030150047,\n                                    -0.0053875577,\n                                    -0.005424713,\n                                    0.04195431,\n                                    0.01884401,\n                                    -0.047549833,\n                                    0.014239822,\n                                    -0.014086994,\n                                    -0.023301397,\n                                    -0.032685164,\n                                    0.0390414,\n                                    0.022345943,\n                                    -0.0098283095,\n                                    -0.015256821,\n                                    -0.023491679,\n                                    -0.052481715,\n                                    0.028481143,\n                                    0.031317033,\n                                    -0.018582257,\n                                    -0.0028793744,\n                                    -0.0058653275,\n                                    -0.008015878,\n                                    0.014733832,\n                                    0.01659488,\n                                    -0.0068577486,\n                                    -0.000923373,\n                                    -0.0027517297,\n                                    -0.029126197,\n                                    -0.049045365,\n                                    -0.02998979,\n                                    -0.015052111,\n                                    0.011686794,\n                                    -0.027026085,\n                                    -0.017297793,\n                                    -0.057186663,\n                                    -0.013861354,\n                                    -0.007423308,\n                                    0.051937375,\n                                    -0.016749691,\n                                    -0.028914109,\n                                    -0.0043966663,\n                                    -0.012127236,\n                                    0.018638002,\n                                    0.01714781,\n                                    0.02617053,\n                                    0.04869416,\n                                    0.022702709,\n                                    -0.010492953,\n                                    0.046448264,\n                                    -0.00060310937,\n                                    -0.0082547655,\n                                    -0.0003654183,\n                                    0.016542684,\n                                    -0.021099297,\n                                    0.021055093,\n                                    0.015889486,\n                                    -0.04016578,\n                                    0.0014170822,\n                                    0.04095045,\n                                    -0.008872657,\n                                    -0.008549142,\n                                    0.04651985,\n                                    -0.017575443,\n                                    -0.029846845,\n                                    -0.0442307,\n                                    0.037754662,\n                                    0.006182055,\n                                    0.034779634,\n                                    -0.014223788,\n                                    -0.023140991,\n                                    -0.04479169,\n                                    -0.007039942,\n                                    -0.0014560537,\n                                    -0.010712949,\n                                    -0.08059859,\n                                    0.032006364,\n                                    0.00022301437,\n                                    -0.004170323,\n                                    -0.018034285,\n                                    -0.019660627,\n                                    -0.04772705,\n                                    -0.00027041696,\n                                    -0.007115128,\n                                    0.009671075,\n                                    -0.0072406842,\n                                    0.023155078,\n                                    -0.0076215477,\n                                    0.008274346,\n                                    -0.007108986,\n                                    -0.03162873,\n                                    0.008787787,\n                                    -0.037011616,\n                                    0.00502235,\n                                    0.0048004068,\n                                    -0.013057482,\n                                    -0.01419508,\n                                    -0.0015286602,\n                                    -0.006051487,\n                                    -0.00989625,\n                                    0.0455556,\n                                    0.042415354,\n                                    -0.047670186,\n                                    -0.0567106,\n                                    -0.020035487,\n                                    -0.06994141,\n                                    -0.049025033,\n                                    -0.060641505,\n                                    -0.03152642,\n                                    -0.016424177,\n                                    0.028464487,\n                                    -0.0499151,\n                                    0.04274626,\n                                    0.03255386,\n                                    0.026167894,\n                                    0.032161374,\n                                    0.0065956158,\n                                    0.008097177,\n                                    0.0028418058,\n                                    0.010603161,\n                                    0.013686955,\n                                    0.052292205,\n                                    0.03219883,\n                                    0.017339578,\n                                    -0.022159485,\n                                    0.04509273,\n                                    -0.05038166,\n                                    -0.00048720374,\n                                    0.028548151,\n                                    0.017345108,\n                                    0.018028697,\n                                    0.009249689,\n                                    0.003473539,\n                                    -0.011821269,\n                                    -0.009580459,\n                                    0.016313527,\n                                    -0.0509216,\n                                    -0.0090276655,\n                                    -0.019282682,\n                                    0.033492625,\n                                    0.014942942,\n                                    0.047376823,\n                                    -0.029215973,\n                                    0.0116079785,\n                                    -0.029303819,\n                                    -0.013275008,\n                                    -0.02875223,\n                                    0.025732419,\n                                    -0.021454763,\n                                    -0.010955915,\n                                    0.010564459,\n                                    0.05336623,\n                                    -0.051402323,\n                                    0.0007863594,\n                                    -0.034298666,\n                                    -0.003326808,\n                                    0.0079430435,\n                                    -0.06219822,\n                                    0.027366383,\n                                    0.00075982854,\n                                    -0.0134702055,\n                                    0.075463474,\n                                    -0.041845508,\n                                    0.016628405,\n                                    0.0041315076,\n                                    0.031368565,\n                                    -0.051741734,\n                                    0.06780918,\n                                    -0.0021909275,\n                                    0.031545404,\n                                    -0.008811913,\n                                    0.0015588449,\n                                    -0.028734647,\n                                    -0.0042717885,\n                                    0.037076075,\n                                    -0.0509303,\n                                    -0.030478736,\n                                    0.010800325,\n                                    0.049772434,\n                                    0.03845601,\n                                    -0.026402596,\n                                    -0.006257802,\n                                    -0.003549633,\n                                    0.007881542,\n                                    -0.0030707587,\n                                    0.017565142,\n                                    -0.037397157,\n                                    -0.037843224,\n                                    -0.045572564,\n                                    -0.004773033,\n                                    0.058894634,\n                                    -0.006759861,\n                                    -0.041678354,\n                                    0.017192533,\n                                    0.019699136,\n                                    -0.012501804,\n                                    0.01592842,\n                                    0.046484843,\n                                    -0.007895114,\n                                    -0.020924382,\n                                    0.022261148,\n                                    0.06837149,\n                                    0.024909802,\n                                    0.048655935,\n                                    -0.02681165,\n                                    -0.03630313,\n                                    0.033540763,\n                                    0.020701207,\n                                    0.029740393,\n                                    0.00269664,\n                                    -0.023941364,\n                                    0.02683138,\n                                    -0.008537768,\n                                    0.015263948,\n                                    -0.0009146389,\n                                    0.033824746,\n                                    0.056446794,\n                                    0.0402083,\n                                    0.0116293775,\n                                    -0.026475916,\n                                    0.028812254,\n                                    0.007166704,\n                                    0.019123232,\n                                    -0.035569053,\n                                    0.0405205,\n                                    -0.0005819396,\n                                    -0.017132718,\n                                    -0.046037585,\n                                    -0.00080346595,\n                                    0.01811889,\n                                    -0.03760534,\n                                    0.018191269,\n                                    -0.008197093,\n                                    -0.57882863,\n                                    -0.000672662,\n                                    -0.001335802,\n                                    0.013975108,\n                                    -0.019570343,\n                                    0.028314097,\n                                    0.045046568,\n                                    0.035575286,\n                                    0.034575686,\n                                    0.033587452,\n                                    -0.018752629,\n                                    0.04233055,\n                                    0.005945682,\n                                    0.0025113814,\n                                    -0.035881426,\n                                    -0.020722771,\n                                    -0.015774576,\n                                    0.026402935,\n                                    -0.037555635,\n                                    -0.008481637,\n                                    -0.012965701,\n                                    0.034037977,\n                                    -0.018095814,\n                                    -0.008438192,\n                                    0.02148607,\n                                    0.020160561,\n                                    0.011795948,\n                                    -0.012062201,\n                                    -0.042989142,\n                                    0.015613433,\n                                    -0.011568445,\n                                    0.008657603,\n                                    -0.040670592,\n                                    0.014913941,\n                                    -0.0112577975,\n                                    -0.024076495,\n                                    0.02954564,\n                                    -0.013133127,\n                                    -0.0059416546,\n                                    -0.00048456265,\n                                    0.0011656138,\n                                    -0.019161515,\n                                    0.010636894,\n                                    -0.0018473536,\n                                    -0.038761444,\n                                    -0.0041152565,\n                                    -0.033354424,\n                                    0.0077984687,\n                                    0.05082624,\n                                    -0.021553071,\n                                    -0.030517695,\n                                    0.00015588362,\n                                    0.019245714,\n                                    0.038018167,\n                                    0.009908745,\n                                    0.01375486,\n                                    -0.04062897,\n                                    0.023483306,\n                                    -0.0015093008,\n                                    -0.046167873,\n                                    0.005024104,\n                                    0.0499687,\n                                    -0.02716835,\n                                    -0.020069622,\n                                    -0.023069812,\n                                    0.026348654,\n                                    -0.013583373,\n                                    -0.031247435,\n                                    0.0057220724,\n                                    0.029737508,\n                                    -0.0127873095,\n                                    -0.07180655,\n                                    0.022778908,\n                                    -0.10396283,\n                                    0.0023331584,\n                                    0.014497311,\n                                    -0.0345167,\n                                    0.006854215,\n                                    0.009075742,\n                                    -0.022283688,\n                                    -0.055177886,\n                                    0.004162476,\n                                    0.0071029044,\n                                    0.059091505,\n                                    -0.0065568504,\n                                    0.0060109776,\n                                    0.012981457,\n                                    0.011448984,\n                                    0.029386984,\n                                    0.012492367,\n                                    0.02354932,\n                                    -0.060342938,\n                                    -0.06915519,\n                                    0.005660598,\n                                    0.011850899,\n                                    0.08251898,\n                                    -0.03152133,\n                                    0.014804568,\n                                    0.013223513,\n                                    0.041696273,\n                                    0.06387836,\n                                    0.020072307,\n                                    -0.035589702,\n                                    0.032584585,\n                                    0.08137274,\n                                    -0.0026014748,\n                                    -0.021596033,\n                                    -0.012303378,\n                                    -0.010743596,\n                                    0.0048901746,\n                                    -0.0101641435,\n                                    0.015676526,\n                                    -0.05967182,\n                                    -0.00025855273,\n                                    0.013249031,\n                                    -0.026359985,\n                                    0.022777312,\n                                    0.011446556,\n                                    -0.030813694,\n                                    0.033986926,\n                                    -0.02462458,\n                                    0.019599715,\n                                    0.044096645,\n                                    0.037751917,\n                                    -0.061674155,\n                                    0.0009605887,\n                                    -0.0094228145,\n                                    0.021414652,\n                                    0.034905758,\n                                    0.029377943,\n                                    0.016399201,\n                                    0.0033373137,\n                                    0.021846693,\n                                    -0.015754618,\n                                    0.026186157,\n                                    0.019083532,\n                                    -0.028348748,\n                                    -0.0059212535,\n                                    0.000566384,\n                                    -0.038904686,\n                                    -0.042027008,\n                                    -0.026518304,\n                                    0.033023357,\n                                    0.010524205,\n                                    -0.008438149,\n                                    -0.048058122,\n                                    0.022246836,\n                                    0.010936801,\n                                    -0.0012610283,\n                                    -0.041878432,\n                                    0.022992332,\n                                    -0.004457432,\n                                    0.07089306,\n                                    -0.0010447713,\n                                    -0.040450804,\n                                    -0.016754296,\n                                    -0.0125940135,\n                                    -0.045853153,\n                                    -0.019891176,\n                                    0.057301596,\n                                    0.0021659283,\n                                    -0.021016346,\n                                    -0.014386271,\n                                    0.022762043,\n                                    0.036544226,\n                                    0.02477326,\n                                    -0.019612273,\n                                    -0.00058425864,\n                                    0.050264414,\n                                    -0.031174134,\n                                    -0.032009248,\n                                    -0.022789652,\n                                    -0.005460837,\n                                    -0.001724023,\n                                    0.035822608,\n                                    0.011996974,\n                                    0.03194539,\n                                    0.07002919,\n                                    -0.009990035,\n                                    0.0058518364,\n                                    0.017082525,\n                                    0.07036781,\n                                    -0.0342657,\n                                    -0.018276302,\n                                    0.014695094,\n                                    0.010185737,\n                                    0.07255857,\n                                    -0.021013327,\n                                    -0.032842763,\n                                    0.031262517,\n                                    0.032060023,\n                                    -0.0103775775,\n                                    0.0003586954,\n                                    -0.022244405,\n                                    0.041007612,\n                                    -0.018762166,\n                                    -0.008022303,\n                                    0.026922746,\n                                    0.026779694,\n                                    0.032547478,\n                                    0.027680239,\n                                    0.0036993495,\n                                    -0.031153983,\n                                    -0.05372091,\n                                    -0.03851802,\n                                    -0.021737812,\n                                    0.007357179,\n                                    -0.016567985,\n                                    0.021105794,\n                                    -0.02776173,\n                                    0.016163912,\n                                    0.020843487,\n                                    -0.03039309,\n                                    -0.008892815,\n                                    0.02683626,\n                                    -0.017122306,\n                                    -0.0184309,\n                                    0.013733079,\n                                    0.02758898,\n                                    -0.045852516,\n                                    0.03270794,\n                                    -0.023668129,\n                                    -0.010921953,\n                                    0.012326697,\n                                    -0.0111868065,\n                                    -0.008506882,\n                                    0.002860946,\n                                    -0.028186888,\n                                    0.023398854,\n                                    0.0058893324,\n                                    0.03587482,\n                                    0.017461628,\n                                    -0.03214162,\n                                    -0.014840095,\n                                    -0.041959576,\n                                    0.009670438,\n                                    0.026877927,\n                                    0.020861441,\n                                    -0.017850585,\n                                    0.07126537,\n                                    0.042032268,\n                                    -0.016599711,\n                                    -0.0042182463,\n                                    -0.03167161,\n                                    0.01975196,\n                                    -0.0033085814,\n                                    -0.023717513,\n                                    -0.040270586,\n                                    -0.0024974914,\n                                    -0.036633782,\n                                    0.0049053268,\n                                    -0.0055219373,\n                                    0.06844488,\n                                    -0.019555489,\n                                    0.01736076,\n                                    -0.0036934405,\n                                    0.017452003,\n                                    0.005236636,\n                                    -0.004591033,\n                                    -0.028507106,\n                                    -0.028232122,\n                                    0.027932432,\n                                    -0.028780395,\n                                    -0.014429188,\n                                    -0.014299981,\n                                    -0.011906376,\n                                    -0.030620025,\n                                    -0.0010592914,\n                                    -0.0594139,\n                                    0.015825855,\n                                    -0.024774505,\n                                    0.019533608,\n                                    0.011998898,\n                                    0.022241177,\n                                    0.0310531,\n                                    -0.044300653,\n                                    -0.027391331,\n                                    0.0710473,\n                                    -0.01673653,\n                                    -0.008744926,\n                                    0.011332065,\n                                    0.013507328,\n                                    -0.051031407,\n                                    0.033352695,\n                                    -0.02093159,\n                                    0.000053586282,\n                                    0.040800236,\n                                    -0.0094574,\n                                    0.02740533,\n                                    0.012751397,\n                                    0.0128552215,\n                                    0.017742338,\n                                    0.01138026,\n                                    0.02335911,\n                                    0.03335187,\n                                    -0.016781978,\n                                    -0.016987963,\n                                    0.019311374,\n                                    0.042049285,\n                                    -0.028717823,\n                                    -0.004169765,\n                                    -0.017084865,\n                                    -0.0023979673,\n                                    -0.018646479,\n                                    0.0066830707,\n                                    -0.01749368,\n                                    0.007828976,\n                                    0.010099448,\n                                    -0.019169843,\n                                    -0.024857622,\n                                    0.051021747,\n                                    0.044948287,\n                                    -0.0049335132,\n                                    0.04642997,\n                                    -0.025901489,\n                                    -0.004937413,\n                                    0.034380127,\n                                    0.005773619,\n                                    -0.012778878,\n                                    -0.03135256,\n                                    -0.018361505,\n                                    -0.030995214,\n                                    -0.03082825,\n                                    0.035249922,\n                                    -0.007552682,\n                                    -0.0028598243,\n                                    -0.021648468,\n                                    0.0100568365,\n                                    -0.002327645,\n                                    -0.009805684,\n                                    -0.011886392,\n                                    -0.027860261,\n                                    -0.01826397,\n                                    -0.02869127,\n                                    -0.003687276,\n                                    0.020980947,\n                                    0.052783377,\n                                    -0.01866255,\n                                    -0.0046839397,\n                                    0.02839863,\n                                    -0.014747234,\n                                    0.017067445,\n                                    -0.05660018,\n                                    -0.048985656,\n                                    0.01894329,\n                                    -0.024421511,\n                                    0.010427627,\n                                    0.038688734,\n                                    0.0029068463,\n                                    -0.02129946,\n                                    0.010737069,\n                                    -0.022753587,\n                                    -0.052099925,\n                                    -0.043493476,\n                                    -0.01944308,\n                                    -0.014789367,\n                                    -0.056618415,\n                                    0.019941533,\n                                    -0.0007129525,\n                                    -0.043862317,\n                                    -0.015362609,\n                                    -0.046371143,\n                                    -0.028829107,\n                                    0.08486929,\n                                    -0.016791249,\n                                    -0.0055834707,\n                                    0.0010836263,\n                                    -0.030150631,\n                                    -0.007214237,\n                                    0.01942863,\n                                    0.032665063,\n                                    -0.010477292,\n                                    -0.0104825,\n                                    0.021849383,\n                                    -0.053900458,\n                                    -0.016860781,\n                                    0.011772243,\n                                    -0.014619118,\n                                    -0.018699612,\n                                    -0.0168864,\n                                    -0.005976909,\n                                    0.023738198,\n                                    0.053692427,\n                                    -0.03409129,\n                                    -0.0016941407,\n                                    0.007561814,\n                                    -0.018357098,\n                                    0.030291393,\n                                    -0.030218985,\n                                    0.044120774,\n                                    0.03816228,\n                                    0.01351999,\n                                    -0.018976852,\n                                    -0.015554067,\n                                    0.022997033,\n                                    -0.003045626,\n                                    0.014842845,\n                                    0.025743341,\n                                    -0.007374988,\n                                    0.009156645,\n                                    0.043532014,\n                                    0.035004992,\n                                    0.04133595,\n                                    -0.028215626,\n                                    0.026167184,\n                                    -0.005969747,\n                                    -0.003535241,\n                                    0.020214923,\n                                    -0.043116912,\n                                    0.04027726,\n                                    0.022817284,\n                                    -0.020371778,\n                                    -0.020417696,\n                                    -0.029446954,\n                                    0.03137515,\n                                    0.00953261,\n                                    -0.032215223,\n                                    -0.023165863,\n                                    0.0132183945,\n                                    0.013568648,\n                                    -0.043754786,\n                                    -0.010827778,\n                                    0.025348539,\n                                    0.0013333426,\n                                    0.040800147,\n                                    0.027408255,\n                                    -0.030850807,\n                                    0.020310663,\n                                    0.012701466,\n                                    -0.008789336,\n                                    0.046553873,\n                                    -0.06546157,\n                                    -0.0047804224,\n                                    -0.016820095,\n                                    -0.022452287,\n                                    -0.03190357,\n                                    0.0020978288,\n                                    -0.052405797,\n                                    0.060607318,\n                                    0.0053577656,\n                                    -0.050572604,\n                                    0.02419934,\n                                    0.0034670318,\n                                    0.032202,\n                                    -0.075502545,\n                                    0.0065738424,\n                                    0.009870168,\n                                    -0.051176727,\n                                    -0.031314746,\n                                    0.0071529318,\n                                    0.027213326,\n                                    -0.021405991,\n                                    -0.0071557583,\n                                    0.026564615,\n                                    0.03688707,\n                                    -0.009542302,\n                                    0.0019414064,\n                                    -0.0036243123,\n                                    0.021165375,\n                                    -0.012529597\n                                ],\n                                \"num_dimensions\": 768\n                            }\n                        ]\n                    }\n                }\n            ]\n        },\n        {\n            \"status\": {\n                \"code\": 10000,\n                \"description\": \"Ok\"\n            },\n            \"input\": {\n                \"id\": \"7b856670aef54194864b33e211562247\",\n                \"data\": {\n                    \"text\": {\n                        \"raw\": \"Hello everyone\",\n                        \"url\": \"https://samples.clarifai.com/placeholder.gif\"\n                    }\n                }\n            },\n            \"outputs\": [\n                {\n                    \"id\": \"bed13dc545ef4d0c9d2dd272e3109628\",\n                    \"status\": {\n                        \"code\": 10000,\n                        \"description\": \"Ok\"\n                    },\n                    \"created_at\": \"2023-11-27T13:45:14.133164913Z\",\n                    \"model\": {\n                        \"id\": \"english-text-embedding\",\n                        \"name\": \"general-english\",\n                        \"created_at\": \"2020-02-13T20:24:37.104035Z\",\n                        \"modified_at\": \"2020-02-13T20:24:37.104035Z\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"9b33adf15280465b857163ddaaacdcb1\",\n                            \"created_at\": \"2020-11-25T16:35:34.304130Z\",\n                            \"status\": {\n                                \"code\": 21100,\n                                \"description\": \"Model is trained and ready\"\n                            },\n                            \"visibility\": {\n                                \"gettable\": 50\n                            },\n                            \"app_id\": \"main\",\n                            \"user_id\": \"clarifai\",\n                            \"metadata\": {}\n                        },\n                        \"display_name\": \"general-english-text-embedder\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"text-embedder\",\n                        \"visibility\": {\n                            \"gettable\": 50\n                        },\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": [],\n                        \"workflow_recommended\": false\n                    },\n                    \"data\": {\n                        \"embeddings\": [\n                            {\n                                \"vector\": [\n                                    -0.019506106,\n                                    0.03245544,\n                                    0.045029566,\n                                    0.0031926834,\n                                    -0.042994965,\n                                    0.021008516,\n                                    -0.0067298124,\n                                    0.016827617,\n                                    -0.060217757,\n                                    -0.017301206,\n                                    -0.059346758,\n                                    0.046562545,\n                                    0.012979227,\n                                    0.008833933,\n                                    0.0032803058,\n                                    0.012746855,\n                                    -0.01213168,\n                                    0.015876474,\n                                    -0.019388482,\n                                    -0.028162243,\n                                    -0.0037388084,\n                                    0.010856248,\n                                    0.021074092,\n                                    -0.013610611,\n                                    0.01488063,\n                                    0.029545596,\n                                    0.030502163,\n                                    -0.035266824,\n                                    -0.011843021,\n                                    -0.0124932965,\n                                    -0.041301034,\n                                    0.018940123,\n                                    0.048560653,\n                                    -0.017698739,\n                                    -0.018149564,\n                                    -0.029120058,\n                                    -0.028632166,\n                                    -0.0063735475,\n                                    -0.00010794333,\n                                    0.013112896,\n                                    0.025519129,\n                                    -0.045206733,\n                                    0.033022538,\n                                    -0.014174109,\n                                    -0.025655149,\n                                    -0.017830802,\n                                    -0.035868227,\n                                    0.0400143,\n                                    -0.027575055,\n                                    -0.0019304083,\n                                    -0.018517267,\n                                    -0.0028794138,\n                                    0.007876726,\n                                    0.011317768,\n                                    -0.002160626,\n                                    -0.060338978,\n                                    -0.0029000046,\n                                    0.054519057,\n                                    -0.032971162,\n                                    -0.002249106,\n                                    0.01559359,\n                                    -0.05079587,\n                                    0.012033817,\n                                    0.044894814,\n                                    0.017009092,\n                                    0.044130106,\n                                    0.037407212,\n                                    0.012238424,\n                                    0.012503178,\n                                    0.00012451765,\n                                    0.0068297065,\n                                    0.0015625716,\n                                    0.022212885,\n                                    -0.042466406,\n                                    -0.020952368,\n                                    -0.04511681,\n                                    0.024225255,\n                                    0.030982522,\n                                    -0.042881113,\n                                    0.045333717,\n                                    -0.0029134152,\n                                    -0.06003252,\n                                    -0.0050793528,\n                                    -0.013281657,\n                                    -0.009908397,\n                                    -0.037395522,\n                                    0.035120115,\n                                    0.008897601,\n                                    0.0048968215,\n                                    0.0044952543,\n                                    -0.0021701576,\n                                    0.012084675,\n                                    0.00021455051,\n                                    -0.0011585121,\n                                    -0.014295344,\n                                    -0.036521893,\n                                    -0.029577352,\n                                    -0.019589009,\n                                    0.008812741,\n                                    0.0016848192,\n                                    -0.020303963,\n                                    -0.007466518,\n                                    0.02991878,\n                                    -0.024890227,\n                                    -0.027793834,\n                                    -0.040625125,\n                                    0.02174356,\n                                    -0.045519594,\n                                    -0.0017567717,\n                                    -0.0038811995,\n                                    -0.01866647,\n                                    -0.053284913,\n                                    0.018346688,\n                                    0.032586012,\n                                    0.00978834,\n                                    0.021476224,\n                                    0.015432932,\n                                    -0.016033893,\n                                    0.0013268471,\n                                    0.006918069,\n                                    -0.005572779,\n                                    0.051873412,\n                                    0.019690692,\n                                    -0.023348901,\n                                    0.049585108,\n                                    0.0021347997,\n                                    0.023519496,\n                                    0.021602811,\n                                    0.014129528,\n                                    0.00081289955,\n                                    -0.020279454,\n                                    -0.054695595,\n                                    -0.039973408,\n                                    0.013829995,\n                                    0.03242297,\n                                    -0.019723756,\n                                    0.026913492,\n                                    0.024675168,\n                                    -0.029505804,\n                                    -0.018882921,\n                                    -0.020153623,\n                                    0.05714514,\n                                    0.02385523,\n                                    0.009437271,\n                                    -0.015651109,\n                                    -0.023457283,\n                                    -0.022353249,\n                                    0.0125434315,\n                                    -0.0041550505,\n                                    -0.042299546,\n                                    -0.075730324,\n                                    0.027298084,\n                                    -0.0061010206,\n                                    -0.03630438,\n                                    -0.003696571,\n                                    -0.008998372,\n                                    -0.045071136,\n                                    0.0022960731,\n                                    0.005013532,\n                                    0.007996366,\n                                    -0.0004280409,\n                                    0.030746693,\n                                    0.0032868844,\n                                    -0.00237175,\n                                    -0.05392045,\n                                    -0.00372526,\n                                    0.0070729773,\n                                    0.016273504,\n                                    0.014832987,\n                                    0.016285222,\n                                    0.0027057729,\n                                    -0.023788381,\n                                    -0.036280144,\n                                    0.041160382,\n                                    0.011960217,\n                                    0.016078362,\n                                    0.06511967,\n                                    -0.02590069,\n                                    -0.050949555,\n                                    -0.017419783,\n                                    -0.04715485,\n                                    -0.04618758,\n                                    -0.067055896,\n                                    -0.018964423,\n                                    0.024927557,\n                                    0.008701207,\n                                    -0.019946206,\n                                    0.030504813,\n                                    0.019573655,\n                                    0.02522172,\n                                    0.03899298,\n                                    0.018920688,\n                                    0.009203131,\n                                    0.0072084055,\n                                    0.023546925,\n                                    0.043311752,\n                                    0.04504437,\n                                    0.020456983,\n                                    0.016051684,\n                                    -0.0045202575,\n                                    0.054290146,\n                                    0.045602046,\n                                    -0.0067023537,\n                                    0.02211625,\n                                    -0.016427904,\n                                    0.013377693,\n                                    -0.0028149418,\n                                    0.011680613,\n                                    -0.011856305,\n                                    0.006835586,\n                                    -0.058612492,\n                                    -0.028299069,\n                                    0.03036189,\n                                    -0.0425725,\n                                    0.010282005,\n                                    0.020185025,\n                                    0.050996754,\n                                    -0.024249362,\n                                    -0.03256854,\n                                    -0.037716366,\n                                    0.038151104,\n                                    0.0017982983,\n                                    0.060530495,\n                                    0.0026962985,\n                                    0.019024491,\n                                    -0.0066054077,\n                                    0.08722901,\n                                    -0.008108985,\n                                    -0.010948285,\n                                    -0.022076068,\n                                    -0.0021890334,\n                                    0.010417007,\n                                    -0.009455079,\n                                    -0.0010526676,\n                                    0.0004090008,\n                                    0.021271951,\n                                    0.059121598,\n                                    -0.017569298,\n                                    0.003092624,\n                                    0.03229546,\n                                    0.03018121,\n                                    -0.013931864,\n                                    0.012612807,\n                                    -0.017083637,\n                                    -0.028560074,\n                                    -0.04553364,\n                                    -0.0025517796,\n                                    -0.01547862,\n                                    0.031737912,\n                                    0.06079108,\n                                    -0.019340727,\n                                    -0.0111523075,\n                                    0.0018551867,\n                                    0.040430397,\n                                    0.03256847,\n                                    0.019426145,\n                                    -0.0140248155,\n                                    0.01142747,\n                                    -0.00011330965,\n                                    -0.02272588,\n                                    0.021809788,\n                                    -0.020621348,\n                                    -0.036586702,\n                                    0.0008662602,\n                                    -0.022296594,\n                                    0.038933907,\n                                    -0.000884334,\n                                    -0.017016653,\n                                    -0.01648917,\n                                    0.03557555,\n                                    0.001933432,\n                                    0.024314381,\n                                    0.0270916,\n                                    -0.043188423,\n                                    -0.013437531,\n                                    -0.011776602,\n                                    0.011801339,\n                                    0.037147168,\n                                    0.0015342097,\n                                    -0.06187741,\n                                    -0.061932284,\n                                    -0.0037713603,\n                                    -0.004932662,\n                                    0.02483811,\n                                    0.05009188,\n                                    -0.017831065,\n                                    0.0016148372,\n                                    -0.033330236,\n                                    0.019801414,\n                                    -0.013892283,\n                                    0.030714214,\n                                    0.038553596,\n                                    0.002646384,\n                                    -0.022515887,\n                                    0.024919864,\n                                    -0.020370828,\n                                    0.010699376,\n                                    0.052957084,\n                                    -0.0760477,\n                                    0.04808144,\n                                    0.039506424,\n                                    0.04651639,\n                                    -0.062652625,\n                                    -0.046016656,\n                                    0.008588066,\n                                    -0.01541216,\n                                    0.0023502836,\n                                    -0.033400144,\n                                    -0.5394032,\n                                    -0.039356455,\n                                    0.027478049,\n                                    -0.01045563,\n                                    -0.009392976,\n                                    0.009084031,\n                                    0.054592863,\n                                    0.02202664,\n                                    0.06519299,\n                                    0.04168567,\n                                    -0.024184959,\n                                    0.053604018,\n                                    -0.043512087,\n                                    0.02415614,\n                                    -0.015662631,\n                                    -0.00807666,\n                                    -0.030746125,\n                                    -0.016453601,\n                                    -0.024289303,\n                                    -0.014368981,\n                                    -0.009492209,\n                                    -0.009771027,\n                                    0.03788808,\n                                    0.026969578,\n                                    0.021238318,\n                                    -0.034114923,\n                                    0.047089327,\n                                    -0.014950466,\n                                    -0.045284983,\n                                    0.01897158,\n                                    0.004626207,\n                                    -0.0139116105,\n                                    -0.045037866,\n                                    0.025204588,\n                                    0.02014841,\n                                    -0.044080276,\n                                    0.044653814,\n                                    -0.039970946,\n                                    0.009894916,\n                                    0.0064040115,\n                                    -0.0073107197,\n                                    -0.05057452,\n                                    0.0326601,\n                                    -0.040827278,\n                                    -0.10284799,\n                                    -0.0058149183,\n                                    -0.05313162,\n                                    0.0062184073,\n                                    0.027229648,\n                                    -0.018343978,\n                                    -0.060444854,\n                                    0.028630106,\n                                    0.050134018,\n                                    0.028688176,\n                                    -0.014702172,\n                                    -0.011934171,\n                                    0.0058866604,\n                                    0.047675606,\n                                    -0.011741798,\n                                    -0.07284927,\n                                    0.014586406,\n                                    0.018579278,\n                                    -0.044189304,\n                                    -0.0117970705,\n                                    0.002458896,\n                                    0.028089728,\n                                    -0.04210707,\n                                    -0.0034175424,\n                                    -0.0017402648,\n                                    0.0042841397,\n                                    0.0070650713,\n                                    -0.079583466,\n                                    0.009843977,\n                                    -0.07249253,\n                                    -0.039893206,\n                                    -0.02354844,\n                                    -0.015991133,\n                                    0.0030704343,\n                                    0.022186598,\n                                    -0.035862304,\n                                    -0.036075182,\n                                    -0.010702448,\n                                    0.017456856,\n                                    0.072434604,\n                                    0.035121784,\n                                    -0.008518463,\n                                    0.0321325,\n                                    0.012849257,\n                                    0.03235246,\n                                    0.03371154,\n                                    0.029227296,\n                                    -0.055704482,\n                                    -0.021829173,\n                                    0.021939963,\n                                    0.023643224,\n                                    0.057379458,\n                                    -0.03298426,\n                                    -0.00518899,\n                                    0.03061761,\n                                    -0.0049435035,\n                                    0.037412684,\n                                    0.02130101,\n                                    -0.04012929,\n                                    0.04244267,\n                                    0.0583121,\n                                    -0.0029224108,\n                                    -0.05399375,\n                                    -0.037050553,\n                                    0.016185578,\n                                    0.01717561,\n                                    0.008068235,\n                                    -0.04414933,\n                                    -0.058966085,\n                                    0.02695893,\n                                    0.0068767825,\n                                    0.0073727476,\n                                    -0.017337127,\n                                    -0.0003806607,\n                                    -0.036578495,\n                                    0.03273252,\n                                    0.0017136264,\n                                    0.030857332,\n                                    -0.021550778,\n                                    0.10061388,\n                                    -0.02990214,\n                                    0.028916664,\n                                    -0.021503586,\n                                    0.002292583,\n                                    0.009611547,\n                                    0.012000599,\n                                    0.02886567,\n                                    -0.012352507,\n                                    0.011613497,\n                                    -0.02646854,\n                                    0.07777085,\n                                    0.062807046,\n                                    -0.015122373,\n                                    0.006308585,\n                                    0.0030311393,\n                                    -0.026582258,\n                                    -0.004970986,\n                                    -0.022344152,\n                                    0.020692056,\n                                    0.028443318,\n                                    -0.025082642,\n                                    -0.027438825,\n                                    -0.016389022,\n                                    -0.010407355,\n                                    0.0362947,\n                                    -0.023806894,\n                                    0.058681753,\n                                    -0.0032451674,\n                                    0.050855633,\n                                    -0.010496996,\n                                    -0.037935056,\n                                    -0.011489161,\n                                    0.0089246435,\n                                    -0.039351102,\n                                    -0.03680976,\n                                    0.07218408,\n                                    0.021055512,\n                                    -0.015210149,\n                                    -0.029796798,\n                                    0.012894759,\n                                    0.038340278,\n                                    0.013891497,\n                                    -0.029145626,\n                                    0.015338116,\n                                    -0.0037572521,\n                                    -0.006650358,\n                                    0.01703938,\n                                    0.015654283,\n                                    -0.0059158383,\n                                    -0.02056091,\n                                    0.013500796,\n                                    -0.0029281357,\n                                    0.06588838,\n                                    0.051207054,\n                                    0.009417972,\n                                    -0.0272743,\n                                    -0.015501182,\n                                    0.0033333625,\n                                    -0.011855716,\n                                    0.015885316,\n                                    -0.000999447,\n                                    -0.012897894,\n                                    0.07301443,\n                                    0.00823274,\n                                    -0.011923889,\n                                    0.005964578,\n                                    -0.005105194,\n                                    -0.023237372,\n                                    -0.0077672563,\n                                    -0.06498987,\n                                    0.0075522326,\n                                    0.00998595,\n                                    -0.0040985523,\n                                    0.027471973,\n                                    0.010244208,\n                                    0.02935314,\n                                    -0.004211842,\n                                    -0.017660132,\n                                    -0.038222477,\n                                    -0.044616804,\n                                    -0.0304021,\n                                    0.0036271028,\n                                    0.004636693,\n                                    -0.041138932,\n                                    0.02526505,\n                                    -0.0071803117,\n                                    0.033429947,\n                                    -0.0048112646,\n                                    0.0053788796,\n                                    -0.03204259,\n                                    -0.026040424,\n                                    -0.019672472,\n                                    -0.0300576,\n                                    0.007101836,\n                                    -0.007468804,\n                                    -0.015514284,\n                                    -0.0021675222,\n                                    0.0007542382,\n                                    -0.025273312,\n                                    0.023220178,\n                                    -0.034056377,\n                                    -0.009702835,\n                                    -0.0029781114,\n                                    -0.04426742,\n                                    0.031628814,\n                                    -0.050733306,\n                                    0.0323949,\n                                    0.00976705,\n                                    -0.022379259,\n                                    -0.009183988,\n                                    -0.10059851,\n                                    0.0033503624,\n                                    -0.009743682,\n                                    0.037989657,\n                                    -0.015545437,\n                                    0.067046545,\n                                    -0.014339127,\n                                    -0.015636044,\n                                    -0.011311763,\n                                    -0.043340806,\n                                    -0.016625447,\n                                    0.004970131,\n                                    -0.012740048,\n                                    -0.04533948,\n                                    0.020181865,\n                                    -0.006223463,\n                                    0.0042176074,\n                                    0.033759125,\n                                    0.028487463,\n                                    0.027046248,\n                                    -0.03997187,\n                                    -0.007699833,\n                                    -0.0035516263,\n                                    0.015759753,\n                                    -0.023747738,\n                                    -0.03176404,\n                                    -0.025196692,\n                                    0.04266059,\n                                    -0.04197729,\n                                    -0.04425013,\n                                    -0.010374313,\n                                    0.0033317572,\n                                    -0.042073905,\n                                    -0.009044364,\n                                    -0.036762487,\n                                    0.058278866,\n                                    -0.04364279,\n                                    0.02991232,\n                                    0.0060588815,\n                                    0.0134998495,\n                                    0.04024866,\n                                    -0.07450679,\n                                    -0.015898854,\n                                    0.06662752,\n                                    0.040468965,\n                                    0.01635504,\n                                    0.025380876,\n                                    0.005985117,\n                                    -0.03440613,\n                                    0.025292275,\n                                    -0.010325642,\n                                    -0.014385704,\n                                    0.0037131875,\n                                    -0.021444384,\n                                    0.028045215,\n                                    0.04137458,\n                                    -0.0034852405,\n                                    0.021758305,\n                                    -0.042499963,\n                                    0.042926963,\n                                    -0.0068848794,\n                                    -0.018315308,\n                                    0.0039560557,\n                                    0.018496051,\n                                    -0.006315264,\n                                    -0.016470976,\n                                    0.014978978,\n                                    -0.01576971,\n                                    -0.019196264,\n                                    -0.043655362,\n                                    0.0014887165,\n                                    0.047606178,\n                                    0.021445882,\n                                    -0.017893476,\n                                    -0.028895207,\n                                    -0.010595979,\n                                    0.008042553,\n                                    -0.016098257,\n                                    0.017284602,\n                                    0.010139588,\n                                    -0.026492616,\n                                    0.02852948,\n                                    0.014285108,\n                                    -0.025724001,\n                                    -0.0106946565,\n                                    -0.048016597,\n                                    -0.022750335,\n                                    -0.012476481,\n                                    -0.019895187,\n                                    0.015927162,\n                                    -0.011765505,\n                                    -0.015590917,\n                                    -0.0041610016,\n                                    -0.06815178,\n                                    0.025039926,\n                                    -0.0028482943,\n                                    0.0025530967,\n                                    0.007222163,\n                                    -0.010980582,\n                                    -0.04590758,\n                                    0.03474594,\n                                    -0.04726139,\n                                    0.01511488,\n                                    -0.011634352,\n                                    0.01529256,\n                                    0.04727236,\n                                    -0.031199345,\n                                    0.032346766,\n                                    -0.038478773,\n                                    -0.05759429,\n                                    0.027979786,\n                                    -0.019870536,\n                                    0.013746779,\n                                    0.05628623,\n                                    -0.021774597,\n                                    -0.033285927,\n                                    0.011806865,\n                                    -0.035478707,\n                                    -0.048554104,\n                                    0.032307018,\n                                    0.004488797,\n                                    -0.010133509,\n                                    -0.06983341,\n                                    -0.010225034,\n                                    0.038990878,\n                                    -0.040468372,\n                                    -0.023113362,\n                                    -0.035680898,\n                                    -0.02369813,\n                                    0.07022161,\n                                    0.021494225,\n                                    0.020123629,\n                                    0.038320865,\n                                    0.02107302,\n                                    0.042904,\n                                    0.02376904,\n                                    0.0095730405,\n                                    -0.028654274,\n                                    0.0014793616,\n                                    0.03135946,\n                                    -0.049540572,\n                                    -0.01743114,\n                                    0.014275027,\n                                    -0.014907107,\n                                    -0.0028468268,\n                                    -0.012123191,\n                                    -0.03354666,\n                                    0.020765074,\n                                    0.058439188,\n                                    -0.0031307114,\n                                    -0.015844509,\n                                    0.031507112,\n                                    -0.024732633,\n                                    0.015752437,\n                                    -0.04512754,\n                                    0.06456623,\n                                    0.023166269,\n                                    -0.008643564,\n                                    -0.026594272,\n                                    0.015633496,\n                                    0.00003888759,\n                                    -0.017214557,\n                                    -0.007465967,\n                                    0.0021650905,\n                                    0.027437594,\n                                    0.016282294,\n                                    0.038565706,\n                                    0.05903619,\n                                    0.042742074,\n                                    -0.026607456,\n                                    0.038848884,\n                                    -0.0034035034,\n                                    0.035230145,\n                                    -0.026692925,\n                                    -0.022917822,\n                                    0.0015325882,\n                                    0.023737442,\n                                    -0.010803837,\n                                    -0.0028050472,\n                                    -0.018456016,\n                                    0.0062546106,\n                                    0.01640168,\n                                    -0.018230757,\n                                    0.009203293,\n                                    0.037527293,\n                                    0.013700396,\n                                    -0.03928249,\n                                    -0.030254187,\n                                    0.0025041911,\n                                    -0.0040702685,\n                                    0.03337465,\n                                    0.056930527,\n                                    0.013901652,\n                                    0.019605966,\n                                    0.0039671967,\n                                    0.0002324327,\n                                    0.031591345,\n                                    0.0074378755,\n                                    0.039437894,\n                                    -0.046591714,\n                                    -0.023893919,\n                                    -0.008485897,\n                                    0.0011417768,\n                                    -0.051643416,\n                                    0.060484096,\n                                    0.015273644,\n                                    -0.045148388,\n                                    0.039092135,\n                                    0.005370073,\n                                    0.03170747,\n                                    -0.083719626,\n                                    -0.02423521,\n                                    0.036141902,\n                                    -0.014466402,\n                                    -0.021066654,\n                                    0.007364727,\n                                    -0.019005153,\n                                    -0.023863073,\n                                    -0.005625214,\n                                    0.042913973,\n                                    0.021124369,\n                                    -0.032016087,\n                                    0.008787728,\n                                    0.01517023,\n                                    0.03469575,\n                                    0.04322444\n                                ],\n                                \"num_dimensions\": 768\n                            }\n                        ]\n                    }\n                }\n            ]\n        }\n    ]\n}"},{"id":"001c64b4-d387-4e43-8745-cae39e8f0175","name":"Workflow Predict Image","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"inputs\": [\n        {\n            \"data\": {\n                \"image\": {\n                    \"url\": \"https://samples.clarifai.com/metro-north.jpg\"\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows/YOUR_WORKFLOW_ID/results"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"e1095bf7c7c34eb4b768bb12ab323aa5\"\n    },\n    \"workflow\": {\n        \"id\": \"Universal\",\n        \"app_id\": \"main\",\n        \"created_at\": \"2023-01-09T17:36:53.664130Z\",\n        \"metadata\": {},\n        \"visibility\": {\n            \"gettable\": 50\n        },\n        \"user_id\": \"clarifai\",\n        \"modified_at\": \"2023-01-09T17:36:53.664130Z\",\n        \"version\": {\n            \"id\": \"88dcc1fc137045aab4de6350db5d5a77\"\n        },\n        \"use_cases\": [],\n        \"check_consents\": []\n    },\n    \"results\": [\n        {\n            \"status\": {\n                \"code\": 10000,\n                \"description\": \"Ok\"\n            },\n            \"input\": {\n                \"id\": \"7e8457b079974e91bd72a33c7b90cbbd\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\"\n                    }\n                }\n            },\n            \"outputs\": [\n                {\n                    \"id\": \"ae6c87d007b04a49a66105700e566acf\",\n                    \"status\": {\n                        \"code\": 10000,\n                        \"description\": \"Ok\"\n                    },\n                    \"created_at\": \"2023-11-27T13:45:55.449685656Z\",\n                    \"model\": {\n                        \"id\": \"multimodal-clip-embed\",\n                        \"name\": \"multimodal-clip\",\n                        \"created_at\": \"2022-11-07T17:47:19.112250Z\",\n                        \"modified_at\": \"2022-11-07T17:47:19.112250Z\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"9fe2c8962c104327bc87b8f8104b161a\",\n                            \"created_at\": \"2022-11-07T17:47:19.123181Z\",\n                            \"status\": {\n                                \"code\": 21100,\n                                \"description\": \"Model is trained and ready\"\n                            },\n                            \"visibility\": {\n                                \"gettable\": 50\n                            },\n                            \"app_id\": \"main\",\n                            \"user_id\": \"clarifai\",\n                            \"metadata\": {}\n                        },\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"multimodal-embedder\",\n                        \"visibility\": {\n                            \"gettable\": 50\n                        },\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": [],\n                        \"workflow_recommended\": false\n                    },\n                    \"data\": {\n                        \"embeddings\": [\n                            {\n                                \"vector\": [\n                                    -0.022129335,\n                                    -0.031518698,\n                                    -0.028180823,\n                                    0.023543473,\n                                    0.032079257,\n                                    -0.03982516,\n                                    0.0071025356,\n                                    -0.038347322,\n                                    -0.017606644,\n                                    0.040615037,\n                                    0.028563023,\n                                    -0.0061757024,\n                                    -0.049940698,\n                                    -0.00062824,\n                                    -0.00986074,\n                                    -0.036563728,\n                                    -0.021772616,\n                                    0.04410579,\n                                    -0.028002463,\n                                    -0.005599219,\n                                    -0.000993718,\n                                    0.043876473,\n                                    0.013440673,\n                                    0.037710324,\n                                    -0.044997588,\n                                    0.011020077,\n                                    0.0056278836,\n                                    0.026906826,\n                                    -0.048284505,\n                                    -0.012255855,\n                                    -0.04428415,\n                                    0.07480913,\n                                    0.014306991,\n                                    -0.00989896,\n                                    0.032767214,\n                                    -0.019135442,\n                                    0.035111368,\n                                    -0.0048603,\n                                    0.02904714,\n                                    0.08591839,\n                                    0.04474279,\n                                    0.0031579211,\n                                    -0.034448892,\n                                    -0.042908233,\n                                    0.0057361736,\n                                    -0.13310724,\n                                    -0.0034111282,\n                                    0.015746608,\n                                    0.03411765,\n                                    0.021543296,\n                                    -0.00982252,\n                                    0.021135617,\n                                    0.04400387,\n                                    -0.0020463583,\n                                    0.011415017,\n                                    -0.016205247,\n                                    0.050959896,\n                                    -0.008300093,\n                                    -0.07429953,\n                                    -0.056820285,\n                                    -0.070222735,\n                                    -0.028002463,\n                                    0.019008042,\n                                    0.038143482,\n                                    -0.0133514935,\n                                    -0.032894615,\n                                    -0.013504373,\n                                    -0.0074783647,\n                                    -0.0017883739,\n                                    -0.009191891,\n                                    0.026932307,\n                                    0.04420771,\n                                    0.018702282,\n                                    0.027594784,\n                                    0.018320084,\n                                    -0.027875064,\n                                    -0.011536047,\n                                    0.0045863907,\n                                    -0.0046055005,\n                                    0.013338753,\n                                    0.011975576,\n                                    -0.0292255,\n                                    -0.03946844,\n                                    0.02494487,\n                                    0.036487285,\n                                    -0.042500556,\n                                    0.015415369,\n                                    0.021887276,\n                                    0.029123582,\n                                    -0.016128808,\n                                    0.0028760491,\n                                    0.056259725,\n                                    -0.5344674,\n                                    0.02518693,\n                                    -0.027339986,\n                                    0.040793397,\n                                    -0.016612926,\n                                    -0.033149414,\n                                    0.10222556,\n                                    -0.1899785,\n                                    -0.007962484,\n                                    -0.0151733095,\n                                    0.0060483026,\n                                    0.012274966,\n                                    0.06013268,\n                                    -0.02498309,\n                                    -0.015886748,\n                                    0.014319731,\n                                    -0.027187105,\n                                    -0.021976456,\n                                    -0.01935202,\n                                    -0.12352679,\n                                    0.013861092,\n                                    -0.007471995,\n                                    -0.011160217,\n                                    -0.021186577,\n                                    -0.03880596,\n                                    -0.06395467,\n                                    0.022575235,\n                                    -0.04425867,\n                                    -0.019504901,\n                                    0.037379086,\n                                    -0.036410846,\n                                    -0.0054399692,\n                                    0.03006634,\n                                    0.0056469934,\n                                    0.033174895,\n                                    0.008542153,\n                                    -0.020600539,\n                                    0.010790758,\n                                    0.037404563,\n                                    0.0028489768,\n                                    -0.042653434,\n                                    0.08077144,\n                                    0.027136145,\n                                    -0.021148358,\n                                    0.0020495434,\n                                    -0.0045832056,\n                                    -0.0004096698,\n                                    0.007892414,\n                                    -0.027263544,\n                                    0.00982252,\n                                    0.01930106,\n                                    -0.0009865517,\n                                    -0.007956114,\n                                    0.02495761,\n                                    -0.022014676,\n                                    0.033200372,\n                                    -0.032308575,\n                                    0.04991522,\n                                    -0.052030057,\n                                    -0.008280983,\n                                    0.050119057,\n                                    0.0073127453,\n                                    -0.015823048,\n                                    0.0016012555,\n                                    -0.028282743,\n                                    0.02504679,\n                                    0.0050291047,\n                                    0.0027438719,\n                                    0.012739974,\n                                    -0.043698113,\n                                    -0.017657604,\n                                    -0.028817821,\n                                    0.031161977,\n                                    -0.03365901,\n                                    0.04461539,\n                                    0.05024646,\n                                    -0.0016577891,\n                                    -0.05967404,\n                                    0.001609218,\n                                    0.014205071,\n                                    -0.01989984,\n                                    0.04456443,\n                                    0.00014631065,\n                                    -0.0007695741,\n                                    -0.036232486,\n                                    0.075930245,\n                                    0.057737563,\n                                    -0.06369987,\n                                    0.04874314,\n                                    -0.043417834,\n                                    -0.053202134,\n                                    0.004825265,\n                                    0.037608404,\n                                    0.02978606,\n                                    -0.052998293,\n                                    -0.007446515,\n                                    -0.010930898,\n                                    0.012829154,\n                                    0.0028935666,\n                                    -0.011465977,\n                                    -0.036512766,\n                                    -0.033684492,\n                                    0.061406676,\n                                    -0.0010287529,\n                                    0.017033346,\n                                    0.03554453,\n                                    -0.022651674,\n                                    -0.008147214,\n                                    0.022842774,\n                                    -0.04502307,\n                                    0.025021309,\n                                    0.0042487816,\n                                    0.053405974,\n                                    -0.023199493,\n                                    0.01505865,\n                                    0.04112464,\n                                    0.010293899,\n                                    0.025734749,\n                                    -0.037124284,\n                                    -0.029403862,\n                                    -0.023658132,\n                                    -0.017160745,\n                                    0.009261961,\n                                    -0.028715903,\n                                    0.0013265498,\n                                    0.012459695,\n                                    0.05936828,\n                                    -0.0051947245,\n                                    0.015491809,\n                                    -0.04132848,\n                                    -0.030524978,\n                                    0.028486583,\n                                    -0.058807723,\n                                    -0.018867902,\n                                    -0.00973971,\n                                    0.02978606,\n                                    -0.028843302,\n                                    0.0003833936,\n                                    -0.003560823,\n                                    -0.0048443754,\n                                    0.06517771,\n                                    0.060693238,\n                                    0.023314154,\n                                    0.041710675,\n                                    0.0399016,\n                                    0.038627602,\n                                    -0.017109785,\n                                    0.008338314,\n                                    0.003904802,\n                                    0.025823928,\n                                    0.030907178,\n                                    -0.0062043676,\n                                    0.018078024,\n                                    0.022677155,\n                                    0.05467997,\n                                    0.031620618,\n                                    -0.027976984,\n                                    0.05911348,\n                                    0.0007094573,\n                                    -0.006500572,\n                                    -0.021390418,\n                                    -0.009446691,\n                                    -0.0019476236,\n                                    0.0068349964,\n                                    -0.020880818,\n                                    0.01491851,\n                                    0.15022978,\n                                    -0.0033760932,\n                                    0.036945924,\n                                    0.048819583,\n                                    0.065279625,\n                                    0.13575716,\n                                    0.022728113,\n                                    -0.0030066338,\n                                    -0.009268331,\n                                    -0.0014467833,\n                                    0.03460177,\n                                    0.011950096,\n                                    -0.026448186,\n                                    -0.0035926728,\n                                    0.00042718727,\n                                    -0.009287441,\n                                    -0.026626546,\n                                    0.018294603,\n                                    0.017797744,\n                                    -0.02518693,\n                                    0.018422002,\n                                    0.022995654,\n                                    0.02970962,\n                                    0.014001232,\n                                    0.07939552,\n                                    0.020409439,\n                                    0.00514058,\n                                    0.031034578,\n                                    0.07226113,\n                                    0.0030767038,\n                                    -0.023288673,\n                                    -0.019517642,\n                                    0.042143837,\n                                    0.0009785893,\n                                    -0.0077395346,\n                                    -0.005503669,\n                                    -0.014306991,\n                                    -0.036665644,\n                                    -0.13891669,\n                                    -0.003234361,\n                                    0.01902078,\n                                    0.0016641591,\n                                    -0.050119057,\n                                    0.018332822,\n                                    -0.0076630944,\n                                    -0.00087428075,\n                                    0.0015431294,\n                                    -0.015364409,\n                                    -0.067776665,\n                                    0.047596544,\n                                    0.010134649,\n                                    -0.01496947,\n                                    -0.07751001,\n                                    0.00502592,\n                                    0.0805676,\n                                    -0.021097397,\n                                    -0.04036024,\n                                    0.0050896197,\n                                    0.016485527,\n                                    -0.0028266818,\n                                    -0.017721305,\n                                    0.08077144,\n                                    0.040054478,\n                                    0.051928136,\n                                    -0.012873744,\n                                    -0.08464439,\n                                    -0.015619208,\n                                    -0.025747487,\n                                    -0.023135794,\n                                    -0.00033800743,\n                                    0.033404212,\n                                    -0.053456932,\n                                    0.008892502,\n                                    0.014816591,\n                                    0.0013854722,\n                                    0.0504503,\n                                    -0.026753945,\n                                    -0.0006258512,\n                                    0.029633181,\n                                    -0.010414929,\n                                    0.016689366,\n                                    0.05065414,\n                                    -0.032359533,\n                                    -0.0076503544,\n                                    -0.025925849,\n                                    0.04902342,\n                                    -0.025785709,\n                                    -0.027314505,\n                                    -0.0025798448,\n                                    0.02498309,\n                                    0.032002814,\n                                    0.037047844,\n                                    -0.005841278,\n                                    -0.027543824,\n                                    0.04848834,\n                                    -0.030856218,\n                                    -0.023275932,\n                                    0.1096657,\n                                    -0.038270883,\n                                    0.10793306,\n                                    -0.025530908,\n                                    0.0058253533,\n                                    -0.011880026,\n                                    0.05457805,\n                                    -0.035697408,\n                                    0.004417586,\n                                    -0.0058635734,\n                                    0.027543824,\n                                    -0.0075866547,\n                                    -0.036232486,\n                                    -0.0004773509,\n                                    0.017925143,\n                                    0.03506041,\n                                    -0.017504726,\n                                    -0.0005924088,\n                                    0.000006811656,\n                                    0.06054036,\n                                    -0.015835788,\n                                    -0.09478541,\n                                    0.038067043,\n                                    0.011020077,\n                                    -0.046373505,\n                                    -0.00035632116,\n                                    0.017848704,\n                                    -0.034270532,\n                                    -0.02942934,\n                                    0.010905418,\n                                    0.031697057,\n                                    -0.011453237,\n                                    -0.022842774,\n                                    -0.045379788,\n                                    -0.18478058,\n                                    0.031722534,\n                                    0.032716256,\n                                    0.008026184,\n                                    -0.02029478,\n                                    -0.042806312,\n                                    -0.022116596,\n                                    0.00989259,\n                                    0.0033792781,\n                                    0.031009097,\n                                    -0.0099435495,\n                                    -0.011618856,\n                                    0.0052552396,\n                                    -0.017963365,\n                                    0.033455174,\n                                    0.018689543,\n                                    0.008535783,\n                                    0.018689543,\n                                    -0.045838427,\n                                    0.034550812,\n                                    0.024065811,\n                                    -0.014536311,\n                                    0.0058635734,\n                                    0.0048571154,\n                                    0.051265657,\n                                    0.025288848,\n                                    -0.029072622,\n                                    -0.012746344,\n                                    0.045761988,\n                                    -0.008223654,\n                                    -0.056004927,\n                                    -0.0301173,\n                                    -0.013032993,\n                                    -0.037328124,\n                                    -0.027059706,\n                                    0.03439793,\n                                    -0.003503493,\n                                    -0.016256208,\n                                    -0.022422355,\n                                    0.13433029,\n                                    -0.050577696,\n                                    -0.024409791,\n                                    0.046730224,\n                                    -0.041099157,\n                                    -0.0040927166,\n                                    0.032690775,\n                                    -0.022447836,\n                                    -0.0019953984,\n                                    0.00248111,\n                                    0.020651499,\n                                    0.02555639,\n                                    -0.021148358,\n                                    0.036920447,\n                                    0.042118356,\n                                    0.01494399,\n                                    0.011376797,\n                                    -0.020345738,\n                                    0.05065414,\n                                    -0.002016101,\n                                    0.0025862148,\n                                    0.011153848,\n                                    0.032996535,\n                                    -0.0076758345,\n                                    -0.0040353867,\n                                    0.051469497,\n                                    0.014192332,\n                                    0.0073254853,\n                                    0.057941403,\n                                    -0.05009358,\n                                    -0.01482933,\n                                    0.028257264,\n                                    -0.026881346,\n                                    0.009217371,\n                                    0.005338049,\n                                    -0.011911876,\n                                    0.06599307,\n                                    0.007809604,\n                                    0.011274877,\n                                    -0.0067394464,\n                                    -0.015504548,\n                                    0.013937532,\n                                    0.028537542,\n                                    0.024639111,\n                                    -0.0205241,\n                                    0.0057457285,\n                                    -0.02010368,\n                                    -0.00010142214,\n                                    0.02029478,\n                                    -0.0496859,\n                                    0.023072094,\n                                    -0.011160217,\n                                    0.017530205,\n                                    -0.04469183,\n                                    0.027365465,\n                                    0.03337873,\n                                    -0.018753242,\n                                    -0.0044335113,\n                                    -0.0021403157,\n                                    0.026295306,\n                                    0.007484735,\n                                    0.026753945,\n                                    0.018778723,\n                                    -0.005306199,\n                                    0.068184346,\n                                    -0.020715198,\n                                    0.013427933,\n                                    0.011402277,\n                                    0.048717663,\n                                    -0.0056406236,\n                                    -0.018778723,\n                                    -0.003256656,\n                                    0.0292255,\n                                    0.04122656,\n                                    0.0294803,\n                                    -0.029403862,\n                                    0.1395282,\n                                    -0.06268068,\n                                    -0.01006458,\n                                    0.003962132,\n                                    -0.039213642,\n                                    0.039392002,\n                                    0.051698815,\n                                    0.04497211\n                                ],\n                                \"num_dimensions\": 512\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"id\": \"5eac3999479a4efa8140cc71921134e9\",\n                    \"status\": {\n                        \"code\": 10000,\n                        \"description\": \"Ok\"\n                    },\n                    \"created_at\": \"2023-11-27T13:45:55.449697955Z\",\n                    \"model\": {\n                        \"id\": \"ccfc0043fa804de4a586005f72582e00\",\n                        \"name\": \"Multimodal Clip Clusterer\",\n                        \"created_at\": \"2022-11-16T14:51:43.695740Z\",\n                        \"modified_at\": \"2022-11-16T14:51:43.695740Z\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"4b134b9fb5f24e2bb09b7493560cc922\",\n                            \"created_at\": \"2022-11-16T14:51:43.695740Z\",\n                            \"status\": {\n                                \"code\": 21100,\n                                \"description\": \"Model is trained and ready\"\n                            },\n                            \"total_input_count\": 9527727,\n                            \"train_stats\": {},\n                            \"completed_at\": \"2022-11-16T14:51:43.695740Z\",\n                            \"visibility\": {\n                                \"gettable\": 50\n                            },\n                            \"app_id\": \"main\",\n                            \"user_id\": \"clarifai\",\n                            \"metadata\": {}\n                        },\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"clusterer\",\n                        \"visibility\": {\n                            \"gettable\": 50\n                        },\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": [],\n                        \"workflow_recommended\": false\n                    },\n                    \"data\": {\n                        \"clusters\": [\n                            {\n                                \"id\": \"72_21\",\n                                \"projection\": [\n                                    -0.26342398,\n                                    -0.08288257\n                                ]\n                            }\n                        ]\n                    }\n                }\n            ]\n        }\n    ]\n}"},{"id":"7a61b0ba-6ec3-4632-86b0-19736e5a092a","name":"Workflow Predict (32 inputs)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"inputs\": [{\n        \"id\": \"input3\"\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows/Universal/results"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"1c89c671c7379248373b9b552684db59\"\n    },\n    \"workflow\": {\n        \"id\": \"Universal\",\n        \"app_id\": \"main\",\n        \"created_at\": \"2023-01-09T17:36:53.664130Z\",\n        \"metadata\": {},\n        \"visibility\": {\n            \"gettable\": 50\n        },\n        \"user_id\": \"clarifai\",\n        \"modified_at\": \"2023-01-09T17:36:53.664130Z\",\n        \"version\": {\n            \"id\": \"88dcc1fc137045aab4de6350db5d5a77\"\n        },\n        \"use_cases\": [],\n        \"check_consents\": []\n    },\n    \"results\": [\n        {\n            \"status\": {\n                \"code\": 10000,\n                \"description\": \"Ok\"\n            },\n            \"input\": {\n                \"id\": \"bda54f69edd94e7abe505079adfbfe7d\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://s3.amazonaws.com/clarifai-api/img3/dev/orig/513b8946d6e24a1aa278db7c48fd1290/140c856dc82565d2c4d6ea720fceff78\"\n                    }\n                }\n            },\n            \"outputs\": [\n                {\n                    \"id\": \"0e3aed6472c14f92b825d1ad10f142fa\",\n                    \"status\": {\n                        \"code\": 10000,\n                        \"description\": \"Ok\"\n                    },\n                    \"created_at\": \"2023-11-27T13:47:42.720843960Z\",\n                    \"model\": {\n                        \"id\": \"multimodal-clip-embed\",\n                        \"name\": \"multimodal-clip\",\n                        \"created_at\": \"2022-11-07T17:47:19.112250Z\",\n                        \"modified_at\": \"2022-11-07T17:47:19.112250Z\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"9fe2c8962c104327bc87b8f8104b161a\",\n                            \"created_at\": \"2022-11-07T17:47:19.123181Z\",\n                            \"status\": {\n                                \"code\": 21100,\n                                \"description\": \"Model is trained and ready\"\n                            },\n                            \"visibility\": {\n                                \"gettable\": 50\n                            },\n                            \"app_id\": \"main\",\n                            \"user_id\": \"clarifai\",\n                            \"metadata\": {}\n                        },\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"multimodal-embedder\",\n                        \"visibility\": {\n                            \"gettable\": 50\n                        },\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": [],\n                        \"workflow_recommended\": false\n                    },\n                    \"data\": {\n                        \"embeddings\": [\n                            {\n                                \"vector\": [\n                                    -0.022129335,\n                                    -0.031518698,\n                                    -0.028180823,\n                                    0.023543473,\n                                    0.032079257,\n                                    -0.03982516,\n                                    0.0071025356,\n                                    -0.038347322,\n                                    -0.017606644,\n                                    0.040615037,\n                                    0.028563023,\n                                    -0.0061757024,\n                                    -0.049940698,\n                                    -0.00062824,\n                                    -0.00986074,\n                                    -0.036563728,\n                                    -0.021772616,\n                                    0.04410579,\n                                    -0.028002463,\n                                    -0.005599219,\n                                    -0.000993718,\n                                    0.043876473,\n                                    0.013440673,\n                                    0.037710324,\n                                    -0.044997588,\n                                    0.011020077,\n                                    0.0056278836,\n                                    0.026906826,\n                                    -0.048284505,\n                                    -0.012255855,\n                                    -0.04428415,\n                                    0.07480913,\n                                    0.014306991,\n                                    -0.00989896,\n                                    0.032767214,\n                                    -0.019135442,\n                                    0.035111368,\n                                    -0.0048603,\n                                    0.02904714,\n                                    0.08591839,\n                                    0.04474279,\n                                    0.0031579211,\n                                    -0.034448892,\n                                    -0.042908233,\n                                    0.0057361736,\n                                    -0.13310724,\n                                    -0.0034111282,\n                                    0.015746608,\n                                    0.03411765,\n                                    0.021543296,\n                                    -0.00982252,\n                                    0.021135617,\n                                    0.04400387,\n                                    -0.0020463583,\n                                    0.011415017,\n                                    -0.016205247,\n                                    0.050959896,\n                                    -0.008300093,\n                                    -0.07429953,\n                                    -0.056820285,\n                                    -0.070222735,\n                                    -0.028002463,\n                                    0.019008042,\n                                    0.038143482,\n                                    -0.0133514935,\n                                    -0.032894615,\n                                    -0.013504373,\n                                    -0.0074783647,\n                                    -0.0017883739,\n                                    -0.009191891,\n                                    0.026932307,\n                                    0.04420771,\n                                    0.018702282,\n                                    0.027594784,\n                                    0.018320084,\n                                    -0.027875064,\n                                    -0.011536047,\n                                    0.0045863907,\n                                    -0.0046055005,\n                                    0.013338753,\n                                    0.011975576,\n                                    -0.0292255,\n                                    -0.03946844,\n                                    0.02494487,\n                                    0.036487285,\n                                    -0.042500556,\n                                    0.015415369,\n                                    0.021887276,\n                                    0.029123582,\n                                    -0.016128808,\n                                    0.0028760491,\n                                    0.056259725,\n                                    -0.5344674,\n                                    0.02518693,\n                                    -0.027339986,\n                                    0.040793397,\n                                    -0.016612926,\n                                    -0.033149414,\n                                    0.10222556,\n                                    -0.1899785,\n                                    -0.007962484,\n                                    -0.0151733095,\n                                    0.0060483026,\n                                    0.012274966,\n                                    0.06013268,\n                                    -0.02498309,\n                                    -0.015886748,\n                                    0.014319731,\n                                    -0.027187105,\n                                    -0.021976456,\n                                    -0.01935202,\n                                    -0.12352679,\n                                    0.013861092,\n                                    -0.007471995,\n                                    -0.011160217,\n                                    -0.021186577,\n                                    -0.03880596,\n                                    -0.06395467,\n                                    0.022575235,\n                                    -0.04425867,\n                                    -0.019504901,\n                                    0.037379086,\n                                    -0.036410846,\n                                    -0.0054399692,\n                                    0.03006634,\n                                    0.0056469934,\n                                    0.033174895,\n                                    0.008542153,\n                                    -0.020600539,\n                                    0.010790758,\n                                    0.037404563,\n                                    0.0028489768,\n                                    -0.042653434,\n                                    0.08077144,\n                                    0.027136145,\n                                    -0.021148358,\n                                    0.0020495434,\n                                    -0.0045832056,\n                                    -0.0004096698,\n                                    0.007892414,\n                                    -0.027263544,\n                                    0.00982252,\n                                    0.01930106,\n                                    -0.0009865517,\n                                    -0.007956114,\n                                    0.02495761,\n                                    -0.022014676,\n                                    0.033200372,\n                                    -0.032308575,\n                                    0.04991522,\n                                    -0.052030057,\n                                    -0.008280983,\n                                    0.050119057,\n                                    0.0073127453,\n                                    -0.015823048,\n                                    0.0016012555,\n                                    -0.028282743,\n                                    0.02504679,\n                                    0.0050291047,\n                                    0.0027438719,\n                                    0.012739974,\n                                    -0.043698113,\n                                    -0.017657604,\n                                    -0.028817821,\n                                    0.031161977,\n                                    -0.03365901,\n                                    0.04461539,\n                                    0.05024646,\n                                    -0.0016577891,\n                                    -0.05967404,\n                                    0.001609218,\n                                    0.014205071,\n                                    -0.01989984,\n                                    0.04456443,\n                                    0.00014631065,\n                                    -0.0007695741,\n                                    -0.036232486,\n                                    0.075930245,\n                                    0.057737563,\n                                    -0.06369987,\n                                    0.04874314,\n                                    -0.043417834,\n                                    -0.053202134,\n                                    0.004825265,\n                                    0.037608404,\n                                    0.02978606,\n                                    -0.052998293,\n                                    -0.007446515,\n                                    -0.010930898,\n                                    0.012829154,\n                                    0.0028935666,\n                                    -0.011465977,\n                                    -0.036512766,\n                                    -0.033684492,\n                                    0.061406676,\n                                    -0.0010287529,\n                                    0.017033346,\n                                    0.03554453,\n                                    -0.022651674,\n                                    -0.008147214,\n                                    0.022842774,\n                                    -0.04502307,\n                                    0.025021309,\n                                    0.0042487816,\n                                    0.053405974,\n                                    -0.023199493,\n                                    0.01505865,\n                                    0.04112464,\n                                    0.010293899,\n                                    0.025734749,\n                                    -0.037124284,\n                                    -0.029403862,\n                                    -0.023658132,\n                                    -0.017160745,\n                                    0.009261961,\n                                    -0.028715903,\n                                    0.0013265498,\n                                    0.012459695,\n                                    0.05936828,\n                                    -0.0051947245,\n                                    0.015491809,\n                                    -0.04132848,\n                                    -0.030524978,\n                                    0.028486583,\n                                    -0.058807723,\n                                    -0.018867902,\n                                    -0.00973971,\n                                    0.02978606,\n                                    -0.028843302,\n                                    0.0003833936,\n                                    -0.003560823,\n                                    -0.0048443754,\n                                    0.06517771,\n                                    0.060693238,\n                                    0.023314154,\n                                    0.041710675,\n                                    0.0399016,\n                                    0.038627602,\n                                    -0.017109785,\n                                    0.008338314,\n                                    0.003904802,\n                                    0.025823928,\n                                    0.030907178,\n                                    -0.0062043676,\n                                    0.018078024,\n                                    0.022677155,\n                                    0.05467997,\n                                    0.031620618,\n                                    -0.027976984,\n                                    0.05911348,\n                                    0.0007094573,\n                                    -0.006500572,\n                                    -0.021390418,\n                                    -0.009446691,\n                                    -0.0019476236,\n                                    0.0068349964,\n                                    -0.020880818,\n                                    0.01491851,\n                                    0.15022978,\n                                    -0.0033760932,\n                                    0.036945924,\n                                    0.048819583,\n                                    0.065279625,\n                                    0.13575716,\n                                    0.022728113,\n                                    -0.0030066338,\n                                    -0.009268331,\n                                    -0.0014467833,\n                                    0.03460177,\n                                    0.011950096,\n                                    -0.026448186,\n                                    -0.0035926728,\n                                    0.00042718727,\n                                    -0.009287441,\n                                    -0.026626546,\n                                    0.018294603,\n                                    0.017797744,\n                                    -0.02518693,\n                                    0.018422002,\n                                    0.022995654,\n                                    0.02970962,\n                                    0.014001232,\n                                    0.07939552,\n                                    0.020409439,\n                                    0.00514058,\n                                    0.031034578,\n                                    0.07226113,\n                                    0.0030767038,\n                                    -0.023288673,\n                                    -0.019517642,\n                                    0.042143837,\n                                    0.0009785893,\n                                    -0.0077395346,\n                                    -0.005503669,\n                                    -0.014306991,\n                                    -0.036665644,\n                                    -0.13891669,\n                                    -0.003234361,\n                                    0.01902078,\n                                    0.0016641591,\n                                    -0.050119057,\n                                    0.018332822,\n                                    -0.0076630944,\n                                    -0.00087428075,\n                                    0.0015431294,\n                                    -0.015364409,\n                                    -0.067776665,\n                                    0.047596544,\n                                    0.010134649,\n                                    -0.01496947,\n                                    -0.07751001,\n                                    0.00502592,\n                                    0.0805676,\n                                    -0.021097397,\n                                    -0.04036024,\n                                    0.0050896197,\n                                    0.016485527,\n                                    -0.0028266818,\n                                    -0.017721305,\n                                    0.08077144,\n                                    0.040054478,\n                                    0.051928136,\n                                    -0.012873744,\n                                    -0.08464439,\n                                    -0.015619208,\n                                    -0.025747487,\n                                    -0.023135794,\n                                    -0.00033800743,\n                                    0.033404212,\n                                    -0.053456932,\n                                    0.008892502,\n                                    0.014816591,\n                                    0.0013854722,\n                                    0.0504503,\n                                    -0.026753945,\n                                    -0.0006258512,\n                                    0.029633181,\n                                    -0.010414929,\n                                    0.016689366,\n                                    0.05065414,\n                                    -0.032359533,\n                                    -0.0076503544,\n                                    -0.025925849,\n                                    0.04902342,\n                                    -0.025785709,\n                                    -0.027314505,\n                                    -0.0025798448,\n                                    0.02498309,\n                                    0.032002814,\n                                    0.037047844,\n                                    -0.005841278,\n                                    -0.027543824,\n                                    0.04848834,\n                                    -0.030856218,\n                                    -0.023275932,\n                                    0.1096657,\n                                    -0.038270883,\n                                    0.10793306,\n                                    -0.025530908,\n                                    0.0058253533,\n                                    -0.011880026,\n                                    0.05457805,\n                                    -0.035697408,\n                                    0.004417586,\n                                    -0.0058635734,\n                                    0.027543824,\n                                    -0.0075866547,\n                                    -0.036232486,\n                                    -0.0004773509,\n                                    0.017925143,\n                                    0.03506041,\n                                    -0.017504726,\n                                    -0.0005924088,\n                                    0.000006811656,\n                                    0.06054036,\n                                    -0.015835788,\n                                    -0.09478541,\n                                    0.038067043,\n                                    0.011020077,\n                                    -0.046373505,\n                                    -0.00035632116,\n                                    0.017848704,\n                                    -0.034270532,\n                                    -0.02942934,\n                                    0.010905418,\n                                    0.031697057,\n                                    -0.011453237,\n                                    -0.022842774,\n                                    -0.045379788,\n                                    -0.18478058,\n                                    0.031722534,\n                                    0.032716256,\n                                    0.008026184,\n                                    -0.02029478,\n                                    -0.042806312,\n                                    -0.022116596,\n                                    0.00989259,\n                                    0.0033792781,\n                                    0.031009097,\n                                    -0.0099435495,\n                                    -0.011618856,\n                                    0.0052552396,\n                                    -0.017963365,\n                                    0.033455174,\n                                    0.018689543,\n                                    0.008535783,\n                                    0.018689543,\n                                    -0.045838427,\n                                    0.034550812,\n                                    0.024065811,\n                                    -0.014536311,\n                                    0.0058635734,\n                                    0.0048571154,\n                                    0.051265657,\n                                    0.025288848,\n                                    -0.029072622,\n                                    -0.012746344,\n                                    0.045761988,\n                                    -0.008223654,\n                                    -0.056004927,\n                                    -0.0301173,\n                                    -0.013032993,\n                                    -0.037328124,\n                                    -0.027059706,\n                                    0.03439793,\n                                    -0.003503493,\n                                    -0.016256208,\n                                    -0.022422355,\n                                    0.13433029,\n                                    -0.050577696,\n                                    -0.024409791,\n                                    0.046730224,\n                                    -0.041099157,\n                                    -0.0040927166,\n                                    0.032690775,\n                                    -0.022447836,\n                                    -0.0019953984,\n                                    0.00248111,\n                                    0.020651499,\n                                    0.02555639,\n                                    -0.021148358,\n                                    0.036920447,\n                                    0.042118356,\n                                    0.01494399,\n                                    0.011376797,\n                                    -0.020345738,\n                                    0.05065414,\n                                    -0.002016101,\n                                    0.0025862148,\n                                    0.011153848,\n                                    0.032996535,\n                                    -0.0076758345,\n                                    -0.0040353867,\n                                    0.051469497,\n                                    0.014192332,\n                                    0.0073254853,\n                                    0.057941403,\n                                    -0.05009358,\n                                    -0.01482933,\n                                    0.028257264,\n                                    -0.026881346,\n                                    0.009217371,\n                                    0.005338049,\n                                    -0.011911876,\n                                    0.06599307,\n                                    0.007809604,\n                                    0.011274877,\n                                    -0.0067394464,\n                                    -0.015504548,\n                                    0.013937532,\n                                    0.028537542,\n                                    0.024639111,\n                                    -0.0205241,\n                                    0.0057457285,\n                                    -0.02010368,\n                                    -0.00010142214,\n                                    0.02029478,\n                                    -0.0496859,\n                                    0.023072094,\n                                    -0.011160217,\n                                    0.017530205,\n                                    -0.04469183,\n                                    0.027365465,\n                                    0.03337873,\n                                    -0.018753242,\n                                    -0.0044335113,\n                                    -0.0021403157,\n                                    0.026295306,\n                                    0.007484735,\n                                    0.026753945,\n                                    0.018778723,\n                                    -0.005306199,\n                                    0.068184346,\n                                    -0.020715198,\n                                    0.013427933,\n                                    0.011402277,\n                                    0.048717663,\n                                    -0.0056406236,\n                                    -0.018778723,\n                                    -0.003256656,\n                                    0.0292255,\n                                    0.04122656,\n                                    0.0294803,\n                                    -0.029403862,\n                                    0.1395282,\n                                    -0.06268068,\n                                    -0.01006458,\n                                    0.003962132,\n                                    -0.039213642,\n                                    0.039392002,\n                                    0.051698815,\n                                    0.04497211\n                                ],\n                                \"num_dimensions\": 512\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"id\": \"04377e0de987444eb5fac2ec606d50ce\",\n                    \"status\": {\n                        \"code\": 10000,\n                        \"description\": \"Ok\"\n                    },\n                    \"created_at\": \"2023-11-27T13:47:42.720855059Z\",\n                    \"model\": {\n                        \"id\": \"ccfc0043fa804de4a586005f72582e00\",\n                        \"name\": \"Multimodal Clip Clusterer\",\n                        \"created_at\": \"2022-11-16T14:51:43.695740Z\",\n                        \"modified_at\": \"2022-11-16T14:51:43.695740Z\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"4b134b9fb5f24e2bb09b7493560cc922\",\n                            \"created_at\": \"2022-11-16T14:51:43.695740Z\",\n                            \"status\": {\n                                \"code\": 21100,\n                                \"description\": \"Model is trained and ready\"\n                            },\n                            \"total_input_count\": 9527727,\n                            \"train_stats\": {},\n                            \"completed_at\": \"2022-11-16T14:51:43.695740Z\",\n                            \"visibility\": {\n                                \"gettable\": 50\n                            },\n                            \"app_id\": \"main\",\n                            \"user_id\": \"clarifai\",\n                            \"metadata\": {}\n                        },\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"clusterer\",\n                        \"visibility\": {\n                            \"gettable\": 50\n                        },\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": [],\n                        \"workflow_recommended\": false\n                    },\n                    \"data\": {\n                        \"clusters\": [\n                            {\n                                \"id\": \"72_21\",\n                                \"projection\": [\n                                    -0.26342398,\n                                    -0.08288257\n                                ]\n                            }\n                        ]\n                    }\n                }\n            ]\n        }\n    ]\n}"},{"id":"a0e97141-1870-4ac0-a3a3-e449235368d6","name":"Workflow Predict by Video URL","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"inputs\": [\n        {\n            \"data\": {\n                \"video\": {\n                    \"url\": \"https://samples.clarifai.com/pexels_video_2670_people_tracking.mp4\"\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows/YOUR_WORKFLOW_ID/results"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"40c941943f2817eb4cdbd8b8f0aa0f97\"\n    },\n    \"workflow\": {\n        \"id\": \"firehose3\",\n        \"app_id\": \"test-app-1700638575-empty\",\n        \"created_at\": \"2023-11-27T13:48:37.837135Z\",\n        \"metadata\": {},\n        \"visibility\": {\n            \"gettable\": 10\n        },\n        \"user_id\": \"a0btrubbaefn\",\n        \"modified_at\": \"2023-11-27T13:48:37.837135Z\",\n        \"version\": {\n            \"id\": \"96d9f8b3f36d460dbe5aef3d34ea7c6a\"\n        },\n        \"use_cases\": [],\n        \"check_consents\": []\n    },\n    \"results\": [\n        {\n            \"status\": {\n                \"code\": 10000,\n                \"description\": \"Ok\"\n            },\n            \"input\": {\n                \"id\": \"f4b14ff7c5e2442b9bfb95903ea8c913\",\n                \"data\": {\n                    \"video\": {\n                        \"url\": \"https://samples.clarifai.com/pexels_video_2670_people_tracking.mp4\"\n                    }\n                }\n            },\n            \"outputs\": [\n                {\n                    \"id\": \"22bf0491569d4504911950798dbc0534\",\n                    \"status\": {\n                        \"code\": 10000,\n                        \"description\": \"Ok\"\n                    },\n                    \"created_at\": \"2023-11-27T13:51:59.572012571Z\",\n                    \"model\": {\n                        \"id\": \"face-detection\",\n                        \"name\": \"Face\",\n                        \"created_at\": \"2020-11-20T17:09:42.109453Z\",\n                        \"modified_at\": \"2021-10-14T07:45:05.937031Z\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"fe995da8cb73490f8556416ecf25cea3\",\n                            \"created_at\": \"2021-01-21T23:31:28.004422Z\",\n                            \"status\": {\n                                \"code\": 21100,\n                                \"description\": \"Model is trained and ready\"\n                            },\n                            \"visibility\": {\n                                \"gettable\": 50\n                            },\n                            \"app_id\": \"main\",\n                            \"user_id\": \"clarifai\",\n                            \"metadata\": {}\n                        },\n                        \"display_name\": \"Face-visual-detector\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-detector\",\n                        \"visibility\": {\n                            \"gettable\": 50\n                        },\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": [],\n                        \"workflow_recommended\": false\n                    },\n                    \"data\": {\n                        \"frames\": [\n                            {\n                                \"frame_info\": {\n                                    \"index\": 0,\n                                    \"time\": 500\n                                },\n                                \"data\": {},\n                                \"id\": \"faa9f3d5c8569123d8bea365ea478031\"\n                            },\n                            {\n                                \"frame_info\": {\n                                    \"index\": 1,\n                                    \"time\": 1500\n                                },\n                                \"data\": {},\n                                \"id\": \"8e5f8672bdda2f2682d59ccc019d48c0\"\n                            },\n                            {\n                                \"frame_info\": {\n                                    \"index\": 2,\n                                    \"time\": 2500\n                                },\n                                \"data\": {},\n                                \"id\": \"3f4cd8b6cbe2361de2d3a3f84906723c\"\n                            },\n                            {\n                                \"frame_info\": {\n                                    \"index\": 3,\n                                    \"time\": 3500\n                                },\n                                \"data\": {},\n                                \"id\": \"049f7331f17764126fa433ccc7eb27a6\"\n                            },\n                            {\n                                \"frame_info\": {\n                                    \"index\": 4,\n                                    \"time\": 4500\n                                },\n                                \"data\": {},\n                                \"id\": \"a815862119825cfb037834ec5dc24619\"\n                            },\n                            {\n                                \"frame_info\": {\n                                    \"index\": 5,\n                                    \"time\": 5500\n                                },\n                                \"data\": {},\n                                \"id\": \"14572f138018d23fcd39a87f0c51880e\"\n                            },\n                            {\n                                \"frame_info\": {\n                                    \"index\": 6,\n                                    \"time\": 6500\n                                },\n                                \"data\": {},\n                                \"id\": \"7790d9923639183be7213e8330736ea5\"\n                            },\n                            {\n                                \"frame_info\": {\n                                    \"index\": 7,\n                                    \"time\": 7500\n                                },\n                                \"data\": {},\n                                \"id\": \"32224efe9c43139c9f3070930bae4e6c\"\n                            },\n                            {\n                                \"frame_info\": {\n                                    \"index\": 8,\n                                    \"time\": 8500\n                                },\n                                \"data\": {},\n                                \"id\": \"0c4dd5d602afa6754bcfd441998412af\"\n                            },\n                            {\n                                \"frame_info\": {\n                                    \"index\": 9,\n                                    \"time\": 9500\n                                },\n                                \"data\": {},\n                                \"id\": \"b2157f817cbee9f0ef2c8bded2bcd622\"\n                            },\n                            {\n                                \"frame_info\": {\n                                    \"index\": 10,\n                                    \"time\": 10500\n                                },\n                                \"data\": {},\n                                \"id\": \"1bb5b5ec851f208577f5f21ad38d7c3c\"\n                            },\n                            {\n                                \"frame_info\": {\n                                    \"index\": 11,\n                                    \"time\": 11500\n                                },\n                                \"data\": {},\n                                \"id\": \"a231f0214ec9b94e331014122db00942\"\n                            },\n                            {\n                                \"frame_info\": {\n                                    \"index\": 12,\n                                    \"time\": 12500\n                                },\n                                \"data\": {},\n                                \"id\": \"136f71735dfda3b842dbb36c32562889\"\n                            },\n                            {\n                                \"frame_info\": {\n                                    \"index\": 13,\n                                    \"time\": 13500\n                                },\n                                \"data\": {},\n                                \"id\": \"d7eb3e1036a0616c176de1f3e6f48414\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"id\": \"cedc3107b0cf4e5eb261072a1a8a680f\",\n                    \"status\": {\n                        \"code\": 10000,\n                        \"description\": \"Ok\"\n                    },\n                    \"created_at\": \"2023-11-27T13:51:59.572026223Z\",\n                    \"model\": {\n                        \"id\": \"face-detection\",\n                        \"name\": \"Face\",\n                        \"created_at\": \"2020-11-20T17:09:42.109453Z\",\n                        \"modified_at\": \"2021-10-14T07:45:05.937031Z\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"5e026c5fae004ed4a83263ebaabec49e\",\n                            \"created_at\": \"2020-10-10T17:15:51.311553Z\",\n                            \"status\": {\n                                \"code\": 21100,\n                                \"description\": \"Model is trained and ready\"\n                            },\n                            \"visibility\": {\n                                \"gettable\": 50\n                            },\n                            \"app_id\": \"main\",\n                            \"user_id\": \"clarifai\",\n                            \"metadata\": {}\n                        },\n                        \"display_name\": \"Face-visual-detector\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-detector\",\n                        \"visibility\": {\n                            \"gettable\": 50\n                        },\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": [],\n                        \"workflow_recommended\": false\n                    },\n                    \"data\": {\n                        \"frames\": [\n                            {\n                                \"frame_info\": {\n                                    \"index\": 0,\n                                    \"time\": 500\n                                },\n                                \"data\": {},\n                                \"id\": \"faa9f3d5c8569123d8bea365ea478031\"\n                            },\n                            {\n                                \"frame_info\": {\n                                    \"index\": 1,\n                                    \"time\": 1500\n                                },\n                                \"data\": {},\n                                \"id\": \"8e5f8672bdda2f2682d59ccc019d48c0\"\n                            },\n                            {\n                                \"frame_info\": {\n                                    \"index\": 2,\n                                    \"time\": 2500\n                                },\n                                \"data\": {},\n                                \"id\": \"3f4cd8b6cbe2361de2d3a3f84906723c\"\n                            },\n                            {\n                                \"frame_info\": {\n                                    \"index\": 3,\n                                    \"time\": 3500\n                                },\n                                \"data\": {},\n                                \"id\": \"049f7331f17764126fa433ccc7eb27a6\"\n                            },\n                            {\n                                \"frame_info\": {\n                                    \"index\": 4,\n                                    \"time\": 4500\n                                },\n                                \"data\": {},\n                                \"id\": \"a815862119825cfb037834ec5dc24619\"\n                            },\n                            {\n                                \"frame_info\": {\n                                    \"index\": 5,\n                                    \"time\": 5500\n                                },\n                                \"data\": {},\n                                \"id\": \"14572f138018d23fcd39a87f0c51880e\"\n                            },\n                            {\n                                \"frame_info\": {\n                                    \"index\": 6,\n                                    \"time\": 6500\n                                },\n                                \"data\": {},\n                                \"id\": \"7790d9923639183be7213e8330736ea5\"\n                            },\n                            {\n                                \"frame_info\": {\n                                    \"index\": 7,\n                                    \"time\": 7500\n                                },\n                                \"data\": {},\n                                \"id\": \"32224efe9c43139c9f3070930bae4e6c\"\n                            },\n                            {\n                                \"frame_info\": {\n                                    \"index\": 8,\n                                    \"time\": 8500\n                                },\n                                \"data\": {},\n                                \"id\": \"0c4dd5d602afa6754bcfd441998412af\"\n                            },\n                            {\n                                \"frame_info\": {\n                                    \"index\": 9,\n                                    \"time\": 9500\n                                },\n                                \"data\": {},\n                                \"id\": \"b2157f817cbee9f0ef2c8bded2bcd622\"\n                            },\n                            {\n                                \"frame_info\": {\n                                    \"index\": 10,\n                                    \"time\": 10500\n                                },\n                                \"data\": {},\n                                \"id\": \"1bb5b5ec851f208577f5f21ad38d7c3c\"\n                            },\n                            {\n                                \"frame_info\": {\n                                    \"index\": 11,\n                                    \"time\": 11500\n                                },\n                                \"data\": {},\n                                \"id\": \"a231f0214ec9b94e331014122db00942\"\n                            },\n                            {\n                                \"frame_info\": {\n                                    \"index\": 12,\n                                    \"time\": 12500\n                                },\n                                \"data\": {},\n                                \"id\": \"136f71735dfda3b842dbb36c32562889\"\n                            },\n                            {\n                                \"frame_info\": {\n                                    \"index\": 13,\n                                    \"time\": 13500\n                                },\n                                \"data\": {},\n                                \"id\": \"d7eb3e1036a0616c176de1f3e6f48414\"\n                            }\n                        ]\n                    }\n                }\n            ]\n        }\n    ]\n}"},{"id":"93067271-e7bf-426f-9124-6ebb99123c33","name":"Workflow Predict by Input ID","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{  \n   \"inputs\":[  \n      {  \n         \"id\" : \"input3\"\n      }\n   ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows/YOUR_WORKFLOW_ID/results"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"93943d8e57c2b83cac5d57e1be59ccef\"\n    },\n    \"workflow\": {\n        \"id\": \"Universal\",\n        \"app_id\": \"main\",\n        \"created_at\": \"2023-01-09T17:36:53.664130Z\",\n        \"metadata\": {},\n        \"visibility\": {\n            \"gettable\": 50\n        },\n        \"user_id\": \"clarifai\",\n        \"modified_at\": \"2023-01-09T17:36:53.664130Z\",\n        \"version\": {\n            \"id\": \"88dcc1fc137045aab4de6350db5d5a77\"\n        },\n        \"use_cases\": [],\n        \"check_consents\": []\n    },\n    \"results\": [\n        {\n            \"status\": {\n                \"code\": 10000,\n                \"description\": \"Ok\"\n            },\n            \"input\": {\n                \"id\": \"bda54f69edd94e7abe505079adfbfe7d\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://s3.amazonaws.com/clarifai-api/img3/dev/orig/513b8946d6e24a1aa278db7c48fd1290/140c856dc82565d2c4d6ea720fceff78\"\n                    }\n                }\n            },\n            \"outputs\": [\n                {\n                    \"id\": \"09354f2bc10c4813918368c338d66d0e\",\n                    \"status\": {\n                        \"code\": 10000,\n                        \"description\": \"Ok\"\n                    },\n                    \"created_at\": \"2023-11-27T13:47:22.715783316Z\",\n                    \"model\": {\n                        \"id\": \"multimodal-clip-embed\",\n                        \"name\": \"multimodal-clip\",\n                        \"created_at\": \"2022-11-07T17:47:19.112250Z\",\n                        \"modified_at\": \"2022-11-07T17:47:19.112250Z\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"9fe2c8962c104327bc87b8f8104b161a\",\n                            \"created_at\": \"2022-11-07T17:47:19.123181Z\",\n                            \"status\": {\n                                \"code\": 21100,\n                                \"description\": \"Model is trained and ready\"\n                            },\n                            \"visibility\": {\n                                \"gettable\": 50\n                            },\n                            \"app_id\": \"main\",\n                            \"user_id\": \"clarifai\",\n                            \"metadata\": {}\n                        },\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"multimodal-embedder\",\n                        \"visibility\": {\n                            \"gettable\": 50\n                        },\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": [],\n                        \"workflow_recommended\": false\n                    },\n                    \"data\": {\n                        \"embeddings\": [\n                            {\n                                \"vector\": [\n                                    -0.022129335,\n                                    -0.031518698,\n                                    -0.028180823,\n                                    0.023543473,\n                                    0.032079257,\n                                    -0.03982516,\n                                    0.0071025356,\n                                    -0.038347322,\n                                    -0.017606644,\n                                    0.040615037,\n                                    0.028563023,\n                                    -0.0061757024,\n                                    -0.049940698,\n                                    -0.00062824,\n                                    -0.00986074,\n                                    -0.036563728,\n                                    -0.021772616,\n                                    0.04410579,\n                                    -0.028002463,\n                                    -0.005599219,\n                                    -0.000993718,\n                                    0.043876473,\n                                    0.013440673,\n                                    0.037710324,\n                                    -0.044997588,\n                                    0.011020077,\n                                    0.0056278836,\n                                    0.026906826,\n                                    -0.048284505,\n                                    -0.012255855,\n                                    -0.04428415,\n                                    0.07480913,\n                                    0.014306991,\n                                    -0.00989896,\n                                    0.032767214,\n                                    -0.019135442,\n                                    0.035111368,\n                                    -0.0048603,\n                                    0.02904714,\n                                    0.08591839,\n                                    0.04474279,\n                                    0.0031579211,\n                                    -0.034448892,\n                                    -0.042908233,\n                                    0.0057361736,\n                                    -0.13310724,\n                                    -0.0034111282,\n                                    0.015746608,\n                                    0.03411765,\n                                    0.021543296,\n                                    -0.00982252,\n                                    0.021135617,\n                                    0.04400387,\n                                    -0.0020463583,\n                                    0.011415017,\n                                    -0.016205247,\n                                    0.050959896,\n                                    -0.008300093,\n                                    -0.07429953,\n                                    -0.056820285,\n                                    -0.070222735,\n                                    -0.028002463,\n                                    0.019008042,\n                                    0.038143482,\n                                    -0.0133514935,\n                                    -0.032894615,\n                                    -0.013504373,\n                                    -0.0074783647,\n                                    -0.0017883739,\n                                    -0.009191891,\n                                    0.026932307,\n                                    0.04420771,\n                                    0.018702282,\n                                    0.027594784,\n                                    0.018320084,\n                                    -0.027875064,\n                                    -0.011536047,\n                                    0.0045863907,\n                                    -0.0046055005,\n                                    0.013338753,\n                                    0.011975576,\n                                    -0.0292255,\n                                    -0.03946844,\n                                    0.02494487,\n                                    0.036487285,\n                                    -0.042500556,\n                                    0.015415369,\n                                    0.021887276,\n                                    0.029123582,\n                                    -0.016128808,\n                                    0.0028760491,\n                                    0.056259725,\n                                    -0.5344674,\n                                    0.02518693,\n                                    -0.027339986,\n                                    0.040793397,\n                                    -0.016612926,\n                                    -0.033149414,\n                                    0.10222556,\n                                    -0.1899785,\n                                    -0.007962484,\n                                    -0.0151733095,\n                                    0.0060483026,\n                                    0.012274966,\n                                    0.06013268,\n                                    -0.02498309,\n                                    -0.015886748,\n                                    0.014319731,\n                                    -0.027187105,\n                                    -0.021976456,\n                                    -0.01935202,\n                                    -0.12352679,\n                                    0.013861092,\n                                    -0.007471995,\n                                    -0.011160217,\n                                    -0.021186577,\n                                    -0.03880596,\n                                    -0.06395467,\n                                    0.022575235,\n                                    -0.04425867,\n                                    -0.019504901,\n                                    0.037379086,\n                                    -0.036410846,\n                                    -0.0054399692,\n                                    0.03006634,\n                                    0.0056469934,\n                                    0.033174895,\n                                    0.008542153,\n                                    -0.020600539,\n                                    0.010790758,\n                                    0.037404563,\n                                    0.0028489768,\n                                    -0.042653434,\n                                    0.08077144,\n                                    0.027136145,\n                                    -0.021148358,\n                                    0.0020495434,\n                                    -0.0045832056,\n                                    -0.0004096698,\n                                    0.007892414,\n                                    -0.027263544,\n                                    0.00982252,\n                                    0.01930106,\n                                    -0.0009865517,\n                                    -0.007956114,\n                                    0.02495761,\n                                    -0.022014676,\n                                    0.033200372,\n                                    -0.032308575,\n                                    0.04991522,\n                                    -0.052030057,\n                                    -0.008280983,\n                                    0.050119057,\n                                    0.0073127453,\n                                    -0.015823048,\n                                    0.0016012555,\n                                    -0.028282743,\n                                    0.02504679,\n                                    0.0050291047,\n                                    0.0027438719,\n                                    0.012739974,\n                                    -0.043698113,\n                                    -0.017657604,\n                                    -0.028817821,\n                                    0.031161977,\n                                    -0.03365901,\n                                    0.04461539,\n                                    0.05024646,\n                                    -0.0016577891,\n                                    -0.05967404,\n                                    0.001609218,\n                                    0.014205071,\n                                    -0.01989984,\n                                    0.04456443,\n                                    0.00014631065,\n                                    -0.0007695741,\n                                    -0.036232486,\n                                    0.075930245,\n                                    0.057737563,\n                                    -0.06369987,\n                                    0.04874314,\n                                    -0.043417834,\n                                    -0.053202134,\n                                    0.004825265,\n                                    0.037608404,\n                                    0.02978606,\n                                    -0.052998293,\n                                    -0.007446515,\n                                    -0.010930898,\n                                    0.012829154,\n                                    0.0028935666,\n                                    -0.011465977,\n                                    -0.036512766,\n                                    -0.033684492,\n                                    0.061406676,\n                                    -0.0010287529,\n                                    0.017033346,\n                                    0.03554453,\n                                    -0.022651674,\n                                    -0.008147214,\n                                    0.022842774,\n                                    -0.04502307,\n                                    0.025021309,\n                                    0.0042487816,\n                                    0.053405974,\n                                    -0.023199493,\n                                    0.01505865,\n                                    0.04112464,\n                                    0.010293899,\n                                    0.025734749,\n                                    -0.037124284,\n                                    -0.029403862,\n                                    -0.023658132,\n                                    -0.017160745,\n                                    0.009261961,\n                                    -0.028715903,\n                                    0.0013265498,\n                                    0.012459695,\n                                    0.05936828,\n                                    -0.0051947245,\n                                    0.015491809,\n                                    -0.04132848,\n                                    -0.030524978,\n                                    0.028486583,\n                                    -0.058807723,\n                                    -0.018867902,\n                                    -0.00973971,\n                                    0.02978606,\n                                    -0.028843302,\n                                    0.0003833936,\n                                    -0.003560823,\n                                    -0.0048443754,\n                                    0.06517771,\n                                    0.060693238,\n                                    0.023314154,\n                                    0.041710675,\n                                    0.0399016,\n                                    0.038627602,\n                                    -0.017109785,\n                                    0.008338314,\n                                    0.003904802,\n                                    0.025823928,\n                                    0.030907178,\n                                    -0.0062043676,\n                                    0.018078024,\n                                    0.022677155,\n                                    0.05467997,\n                                    0.031620618,\n                                    -0.027976984,\n                                    0.05911348,\n                                    0.0007094573,\n                                    -0.006500572,\n                                    -0.021390418,\n                                    -0.009446691,\n                                    -0.0019476236,\n                                    0.0068349964,\n                                    -0.020880818,\n                                    0.01491851,\n                                    0.15022978,\n                                    -0.0033760932,\n                                    0.036945924,\n                                    0.048819583,\n                                    0.065279625,\n                                    0.13575716,\n                                    0.022728113,\n                                    -0.0030066338,\n                                    -0.009268331,\n                                    -0.0014467833,\n                                    0.03460177,\n                                    0.011950096,\n                                    -0.026448186,\n                                    -0.0035926728,\n                                    0.00042718727,\n                                    -0.009287441,\n                                    -0.026626546,\n                                    0.018294603,\n                                    0.017797744,\n                                    -0.02518693,\n                                    0.018422002,\n                                    0.022995654,\n                                    0.02970962,\n                                    0.014001232,\n                                    0.07939552,\n                                    0.020409439,\n                                    0.00514058,\n                                    0.031034578,\n                                    0.07226113,\n                                    0.0030767038,\n                                    -0.023288673,\n                                    -0.019517642,\n                                    0.042143837,\n                                    0.0009785893,\n                                    -0.0077395346,\n                                    -0.005503669,\n                                    -0.014306991,\n                                    -0.036665644,\n                                    -0.13891669,\n                                    -0.003234361,\n                                    0.01902078,\n                                    0.0016641591,\n                                    -0.050119057,\n                                    0.018332822,\n                                    -0.0076630944,\n                                    -0.00087428075,\n                                    0.0015431294,\n                                    -0.015364409,\n                                    -0.067776665,\n                                    0.047596544,\n                                    0.010134649,\n                                    -0.01496947,\n                                    -0.07751001,\n                                    0.00502592,\n                                    0.0805676,\n                                    -0.021097397,\n                                    -0.04036024,\n                                    0.0050896197,\n                                    0.016485527,\n                                    -0.0028266818,\n                                    -0.017721305,\n                                    0.08077144,\n                                    0.040054478,\n                                    0.051928136,\n                                    -0.012873744,\n                                    -0.08464439,\n                                    -0.015619208,\n                                    -0.025747487,\n                                    -0.023135794,\n                                    -0.00033800743,\n                                    0.033404212,\n                                    -0.053456932,\n                                    0.008892502,\n                                    0.014816591,\n                                    0.0013854722,\n                                    0.0504503,\n                                    -0.026753945,\n                                    -0.0006258512,\n                                    0.029633181,\n                                    -0.010414929,\n                                    0.016689366,\n                                    0.05065414,\n                                    -0.032359533,\n                                    -0.0076503544,\n                                    -0.025925849,\n                                    0.04902342,\n                                    -0.025785709,\n                                    -0.027314505,\n                                    -0.0025798448,\n                                    0.02498309,\n                                    0.032002814,\n                                    0.037047844,\n                                    -0.005841278,\n                                    -0.027543824,\n                                    0.04848834,\n                                    -0.030856218,\n                                    -0.023275932,\n                                    0.1096657,\n                                    -0.038270883,\n                                    0.10793306,\n                                    -0.025530908,\n                                    0.0058253533,\n                                    -0.011880026,\n                                    0.05457805,\n                                    -0.035697408,\n                                    0.004417586,\n                                    -0.0058635734,\n                                    0.027543824,\n                                    -0.0075866547,\n                                    -0.036232486,\n                                    -0.0004773509,\n                                    0.017925143,\n                                    0.03506041,\n                                    -0.017504726,\n                                    -0.0005924088,\n                                    0.000006811656,\n                                    0.06054036,\n                                    -0.015835788,\n                                    -0.09478541,\n                                    0.038067043,\n                                    0.011020077,\n                                    -0.046373505,\n                                    -0.00035632116,\n                                    0.017848704,\n                                    -0.034270532,\n                                    -0.02942934,\n                                    0.010905418,\n                                    0.031697057,\n                                    -0.011453237,\n                                    -0.022842774,\n                                    -0.045379788,\n                                    -0.18478058,\n                                    0.031722534,\n                                    0.032716256,\n                                    0.008026184,\n                                    -0.02029478,\n                                    -0.042806312,\n                                    -0.022116596,\n                                    0.00989259,\n                                    0.0033792781,\n                                    0.031009097,\n                                    -0.0099435495,\n                                    -0.011618856,\n                                    0.0052552396,\n                                    -0.017963365,\n                                    0.033455174,\n                                    0.018689543,\n                                    0.008535783,\n                                    0.018689543,\n                                    -0.045838427,\n                                    0.034550812,\n                                    0.024065811,\n                                    -0.014536311,\n                                    0.0058635734,\n                                    0.0048571154,\n                                    0.051265657,\n                                    0.025288848,\n                                    -0.029072622,\n                                    -0.012746344,\n                                    0.045761988,\n                                    -0.008223654,\n                                    -0.056004927,\n                                    -0.0301173,\n                                    -0.013032993,\n                                    -0.037328124,\n                                    -0.027059706,\n                                    0.03439793,\n                                    -0.003503493,\n                                    -0.016256208,\n                                    -0.022422355,\n                                    0.13433029,\n                                    -0.050577696,\n                                    -0.024409791,\n                                    0.046730224,\n                                    -0.041099157,\n                                    -0.0040927166,\n                                    0.032690775,\n                                    -0.022447836,\n                                    -0.0019953984,\n                                    0.00248111,\n                                    0.020651499,\n                                    0.02555639,\n                                    -0.021148358,\n                                    0.036920447,\n                                    0.042118356,\n                                    0.01494399,\n                                    0.011376797,\n                                    -0.020345738,\n                                    0.05065414,\n                                    -0.002016101,\n                                    0.0025862148,\n                                    0.011153848,\n                                    0.032996535,\n                                    -0.0076758345,\n                                    -0.0040353867,\n                                    0.051469497,\n                                    0.014192332,\n                                    0.0073254853,\n                                    0.057941403,\n                                    -0.05009358,\n                                    -0.01482933,\n                                    0.028257264,\n                                    -0.026881346,\n                                    0.009217371,\n                                    0.005338049,\n                                    -0.011911876,\n                                    0.06599307,\n                                    0.007809604,\n                                    0.011274877,\n                                    -0.0067394464,\n                                    -0.015504548,\n                                    0.013937532,\n                                    0.028537542,\n                                    0.024639111,\n                                    -0.0205241,\n                                    0.0057457285,\n                                    -0.02010368,\n                                    -0.00010142214,\n                                    0.02029478,\n                                    -0.0496859,\n                                    0.023072094,\n                                    -0.011160217,\n                                    0.017530205,\n                                    -0.04469183,\n                                    0.027365465,\n                                    0.03337873,\n                                    -0.018753242,\n                                    -0.0044335113,\n                                    -0.0021403157,\n                                    0.026295306,\n                                    0.007484735,\n                                    0.026753945,\n                                    0.018778723,\n                                    -0.005306199,\n                                    0.068184346,\n                                    -0.020715198,\n                                    0.013427933,\n                                    0.011402277,\n                                    0.048717663,\n                                    -0.0056406236,\n                                    -0.018778723,\n                                    -0.003256656,\n                                    0.0292255,\n                                    0.04122656,\n                                    0.0294803,\n                                    -0.029403862,\n                                    0.1395282,\n                                    -0.06268068,\n                                    -0.01006458,\n                                    0.003962132,\n                                    -0.039213642,\n                                    0.039392002,\n                                    0.051698815,\n                                    0.04497211\n                                ],\n                                \"num_dimensions\": 512\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"id\": \"dc33e5cc5e7e4af28b6688a2f225a07d\",\n                    \"status\": {\n                        \"code\": 10000,\n                        \"description\": \"Ok\"\n                    },\n                    \"created_at\": \"2023-11-27T13:47:22.715798452Z\",\n                    \"model\": {\n                        \"id\": \"ccfc0043fa804de4a586005f72582e00\",\n                        \"name\": \"Multimodal Clip Clusterer\",\n                        \"created_at\": \"2022-11-16T14:51:43.695740Z\",\n                        \"modified_at\": \"2022-11-16T14:51:43.695740Z\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"4b134b9fb5f24e2bb09b7493560cc922\",\n                            \"created_at\": \"2022-11-16T14:51:43.695740Z\",\n                            \"status\": {\n                                \"code\": 21100,\n                                \"description\": \"Model is trained and ready\"\n                            },\n                            \"total_input_count\": 9527727,\n                            \"train_stats\": {},\n                            \"completed_at\": \"2022-11-16T14:51:43.695740Z\",\n                            \"visibility\": {\n                                \"gettable\": 50\n                            },\n                            \"app_id\": \"main\",\n                            \"user_id\": \"clarifai\",\n                            \"metadata\": {}\n                        },\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"clusterer\",\n                        \"visibility\": {\n                            \"gettable\": 50\n                        },\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": [],\n                        \"workflow_recommended\": false\n                    },\n                    \"data\": {\n                        \"clusters\": [\n                            {\n                                \"id\": \"72_21\",\n                                \"projection\": [\n                                    -0.26342398,\n                                    -0.08288257\n                                ]\n                            }\n                        ]\n                    }\n                }\n            ]\n        }\n    ]\n}"},{"id":"a294ae5f-21e7-4521-8962-2090ae222ec2","name":"Workflow Predict (config override)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"inputs\": [\n        {\n          \"data\": {\n            \"image\": {\n              \"url\": \"https://samples.clarifai.com/metro-north.jpg\"\n             }\n           }\n        }  \n    ],\n    \"output_config\": {\n      \"min_value\": 0.9,\n      \"max_concepts\": 3\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows/YOUR_WORKFLOW_ID/results"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"f492c9f00e0d2d6434a5edc145148a8c\"\n    },\n    \"workflow\": {\n        \"id\": \"Universal\",\n        \"app_id\": \"main\",\n        \"created_at\": \"2023-01-09T17:36:53.664130Z\",\n        \"metadata\": {},\n        \"visibility\": {\n            \"gettable\": 50\n        },\n        \"user_id\": \"clarifai\",\n        \"modified_at\": \"2023-01-09T17:36:53.664130Z\",\n        \"version\": {\n            \"id\": \"88dcc1fc137045aab4de6350db5d5a77\"\n        },\n        \"use_cases\": [],\n        \"check_consents\": []\n    },\n    \"results\": [\n        {\n            \"status\": {\n                \"code\": 10000,\n                \"description\": \"Ok\"\n            },\n            \"input\": {\n                \"id\": \"c2cedebbe466474bbe9ac6b9b8fd815c\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/metro-north.jpg\"\n                    }\n                }\n            },\n            \"outputs\": [\n                {\n                    \"id\": \"add588543b9a4ebcb9bbfc45c4c79e63\",\n                    \"status\": {\n                        \"code\": 10000,\n                        \"description\": \"Ok\"\n                    },\n                    \"created_at\": \"2023-11-27T13:48:06.891364118Z\",\n                    \"model\": {\n                        \"id\": \"multimodal-clip-embed\",\n                        \"name\": \"multimodal-clip\",\n                        \"created_at\": \"2022-11-07T17:47:19.112250Z\",\n                        \"modified_at\": \"2022-11-07T17:47:19.112250Z\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"9fe2c8962c104327bc87b8f8104b161a\",\n                            \"created_at\": \"2022-11-07T17:47:19.123181Z\",\n                            \"status\": {\n                                \"code\": 21100,\n                                \"description\": \"Model is trained and ready\"\n                            },\n                            \"visibility\": {\n                                \"gettable\": 50\n                            },\n                            \"app_id\": \"main\",\n                            \"user_id\": \"clarifai\",\n                            \"metadata\": {}\n                        },\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"multimodal-embedder\",\n                        \"visibility\": {\n                            \"gettable\": 50\n                        },\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": [],\n                        \"workflow_recommended\": false\n                    },\n                    \"data\": {\n                        \"embeddings\": [\n                            {\n                                \"vector\": [\n                                    -0.022129335,\n                                    -0.031518698,\n                                    -0.028180823,\n                                    0.023543473,\n                                    0.032079257,\n                                    -0.03982516,\n                                    0.0071025356,\n                                    -0.038347322,\n                                    -0.017606644,\n                                    0.040615037,\n                                    0.028563023,\n                                    -0.0061757024,\n                                    -0.049940698,\n                                    -0.00062824,\n                                    -0.00986074,\n                                    -0.036563728,\n                                    -0.021772616,\n                                    0.04410579,\n                                    -0.028002463,\n                                    -0.005599219,\n                                    -0.000993718,\n                                    0.043876473,\n                                    0.013440673,\n                                    0.037710324,\n                                    -0.044997588,\n                                    0.011020077,\n                                    0.0056278836,\n                                    0.026906826,\n                                    -0.048284505,\n                                    -0.012255855,\n                                    -0.04428415,\n                                    0.07480913,\n                                    0.014306991,\n                                    -0.00989896,\n                                    0.032767214,\n                                    -0.019135442,\n                                    0.035111368,\n                                    -0.0048603,\n                                    0.02904714,\n                                    0.08591839,\n                                    0.04474279,\n                                    0.0031579211,\n                                    -0.034448892,\n                                    -0.042908233,\n                                    0.0057361736,\n                                    -0.13310724,\n                                    -0.0034111282,\n                                    0.015746608,\n                                    0.03411765,\n                                    0.021543296,\n                                    -0.00982252,\n                                    0.021135617,\n                                    0.04400387,\n                                    -0.0020463583,\n                                    0.011415017,\n                                    -0.016205247,\n                                    0.050959896,\n                                    -0.008300093,\n                                    -0.07429953,\n                                    -0.056820285,\n                                    -0.070222735,\n                                    -0.028002463,\n                                    0.019008042,\n                                    0.038143482,\n                                    -0.0133514935,\n                                    -0.032894615,\n                                    -0.013504373,\n                                    -0.0074783647,\n                                    -0.0017883739,\n                                    -0.009191891,\n                                    0.026932307,\n                                    0.04420771,\n                                    0.018702282,\n                                    0.027594784,\n                                    0.018320084,\n                                    -0.027875064,\n                                    -0.011536047,\n                                    0.0045863907,\n                                    -0.0046055005,\n                                    0.013338753,\n                                    0.011975576,\n                                    -0.0292255,\n                                    -0.03946844,\n                                    0.02494487,\n                                    0.036487285,\n                                    -0.042500556,\n                                    0.015415369,\n                                    0.021887276,\n                                    0.029123582,\n                                    -0.016128808,\n                                    0.0028760491,\n                                    0.056259725,\n                                    -0.5344674,\n                                    0.02518693,\n                                    -0.027339986,\n                                    0.040793397,\n                                    -0.016612926,\n                                    -0.033149414,\n                                    0.10222556,\n                                    -0.1899785,\n                                    -0.007962484,\n                                    -0.0151733095,\n                                    0.0060483026,\n                                    0.012274966,\n                                    0.06013268,\n                                    -0.02498309,\n                                    -0.015886748,\n                                    0.014319731,\n                                    -0.027187105,\n                                    -0.021976456,\n                                    -0.01935202,\n                                    -0.12352679,\n                                    0.013861092,\n                                    -0.007471995,\n                                    -0.011160217,\n                                    -0.021186577,\n                                    -0.03880596,\n                                    -0.06395467,\n                                    0.022575235,\n                                    -0.04425867,\n                                    -0.019504901,\n                                    0.037379086,\n                                    -0.036410846,\n                                    -0.0054399692,\n                                    0.03006634,\n                                    0.0056469934,\n                                    0.033174895,\n                                    0.008542153,\n                                    -0.020600539,\n                                    0.010790758,\n                                    0.037404563,\n                                    0.0028489768,\n                                    -0.042653434,\n                                    0.08077144,\n                                    0.027136145,\n                                    -0.021148358,\n                                    0.0020495434,\n                                    -0.0045832056,\n                                    -0.0004096698,\n                                    0.007892414,\n                                    -0.027263544,\n                                    0.00982252,\n                                    0.01930106,\n                                    -0.0009865517,\n                                    -0.007956114,\n                                    0.02495761,\n                                    -0.022014676,\n                                    0.033200372,\n                                    -0.032308575,\n                                    0.04991522,\n                                    -0.052030057,\n                                    -0.008280983,\n                                    0.050119057,\n                                    0.0073127453,\n                                    -0.015823048,\n                                    0.0016012555,\n                                    -0.028282743,\n                                    0.02504679,\n                                    0.0050291047,\n                                    0.0027438719,\n                                    0.012739974,\n                                    -0.043698113,\n                                    -0.017657604,\n                                    -0.028817821,\n                                    0.031161977,\n                                    -0.03365901,\n                                    0.04461539,\n                                    0.05024646,\n                                    -0.0016577891,\n                                    -0.05967404,\n                                    0.001609218,\n                                    0.014205071,\n                                    -0.01989984,\n                                    0.04456443,\n                                    0.00014631065,\n                                    -0.0007695741,\n                                    -0.036232486,\n                                    0.075930245,\n                                    0.057737563,\n                                    -0.06369987,\n                                    0.04874314,\n                                    -0.043417834,\n                                    -0.053202134,\n                                    0.004825265,\n                                    0.037608404,\n                                    0.02978606,\n                                    -0.052998293,\n                                    -0.007446515,\n                                    -0.010930898,\n                                    0.012829154,\n                                    0.0028935666,\n                                    -0.011465977,\n                                    -0.036512766,\n                                    -0.033684492,\n                                    0.061406676,\n                                    -0.0010287529,\n                                    0.017033346,\n                                    0.03554453,\n                                    -0.022651674,\n                                    -0.008147214,\n                                    0.022842774,\n                                    -0.04502307,\n                                    0.025021309,\n                                    0.0042487816,\n                                    0.053405974,\n                                    -0.023199493,\n                                    0.01505865,\n                                    0.04112464,\n                                    0.010293899,\n                                    0.025734749,\n                                    -0.037124284,\n                                    -0.029403862,\n                                    -0.023658132,\n                                    -0.017160745,\n                                    0.009261961,\n                                    -0.028715903,\n                                    0.0013265498,\n                                    0.012459695,\n                                    0.05936828,\n                                    -0.0051947245,\n                                    0.015491809,\n                                    -0.04132848,\n                                    -0.030524978,\n                                    0.028486583,\n                                    -0.058807723,\n                                    -0.018867902,\n                                    -0.00973971,\n                                    0.02978606,\n                                    -0.028843302,\n                                    0.0003833936,\n                                    -0.003560823,\n                                    -0.0048443754,\n                                    0.06517771,\n                                    0.060693238,\n                                    0.023314154,\n                                    0.041710675,\n                                    0.0399016,\n                                    0.038627602,\n                                    -0.017109785,\n                                    0.008338314,\n                                    0.003904802,\n                                    0.025823928,\n                                    0.030907178,\n                                    -0.0062043676,\n                                    0.018078024,\n                                    0.022677155,\n                                    0.05467997,\n                                    0.031620618,\n                                    -0.027976984,\n                                    0.05911348,\n                                    0.0007094573,\n                                    -0.006500572,\n                                    -0.021390418,\n                                    -0.009446691,\n                                    -0.0019476236,\n                                    0.0068349964,\n                                    -0.020880818,\n                                    0.01491851,\n                                    0.15022978,\n                                    -0.0033760932,\n                                    0.036945924,\n                                    0.048819583,\n                                    0.065279625,\n                                    0.13575716,\n                                    0.022728113,\n                                    -0.0030066338,\n                                    -0.009268331,\n                                    -0.0014467833,\n                                    0.03460177,\n                                    0.011950096,\n                                    -0.026448186,\n                                    -0.0035926728,\n                                    0.00042718727,\n                                    -0.009287441,\n                                    -0.026626546,\n                                    0.018294603,\n                                    0.017797744,\n                                    -0.02518693,\n                                    0.018422002,\n                                    0.022995654,\n                                    0.02970962,\n                                    0.014001232,\n                                    0.07939552,\n                                    0.020409439,\n                                    0.00514058,\n                                    0.031034578,\n                                    0.07226113,\n                                    0.0030767038,\n                                    -0.023288673,\n                                    -0.019517642,\n                                    0.042143837,\n                                    0.0009785893,\n                                    -0.0077395346,\n                                    -0.005503669,\n                                    -0.014306991,\n                                    -0.036665644,\n                                    -0.13891669,\n                                    -0.003234361,\n                                    0.01902078,\n                                    0.0016641591,\n                                    -0.050119057,\n                                    0.018332822,\n                                    -0.0076630944,\n                                    -0.00087428075,\n                                    0.0015431294,\n                                    -0.015364409,\n                                    -0.067776665,\n                                    0.047596544,\n                                    0.010134649,\n                                    -0.01496947,\n                                    -0.07751001,\n                                    0.00502592,\n                                    0.0805676,\n                                    -0.021097397,\n                                    -0.04036024,\n                                    0.0050896197,\n                                    0.016485527,\n                                    -0.0028266818,\n                                    -0.017721305,\n                                    0.08077144,\n                                    0.040054478,\n                                    0.051928136,\n                                    -0.012873744,\n                                    -0.08464439,\n                                    -0.015619208,\n                                    -0.025747487,\n                                    -0.023135794,\n                                    -0.00033800743,\n                                    0.033404212,\n                                    -0.053456932,\n                                    0.008892502,\n                                    0.014816591,\n                                    0.0013854722,\n                                    0.0504503,\n                                    -0.026753945,\n                                    -0.0006258512,\n                                    0.029633181,\n                                    -0.010414929,\n                                    0.016689366,\n                                    0.05065414,\n                                    -0.032359533,\n                                    -0.0076503544,\n                                    -0.025925849,\n                                    0.04902342,\n                                    -0.025785709,\n                                    -0.027314505,\n                                    -0.0025798448,\n                                    0.02498309,\n                                    0.032002814,\n                                    0.037047844,\n                                    -0.005841278,\n                                    -0.027543824,\n                                    0.04848834,\n                                    -0.030856218,\n                                    -0.023275932,\n                                    0.1096657,\n                                    -0.038270883,\n                                    0.10793306,\n                                    -0.025530908,\n                                    0.0058253533,\n                                    -0.011880026,\n                                    0.05457805,\n                                    -0.035697408,\n                                    0.004417586,\n                                    -0.0058635734,\n                                    0.027543824,\n                                    -0.0075866547,\n                                    -0.036232486,\n                                    -0.0004773509,\n                                    0.017925143,\n                                    0.03506041,\n                                    -0.017504726,\n                                    -0.0005924088,\n                                    0.000006811656,\n                                    0.06054036,\n                                    -0.015835788,\n                                    -0.09478541,\n                                    0.038067043,\n                                    0.011020077,\n                                    -0.046373505,\n                                    -0.00035632116,\n                                    0.017848704,\n                                    -0.034270532,\n                                    -0.02942934,\n                                    0.010905418,\n                                    0.031697057,\n                                    -0.011453237,\n                                    -0.022842774,\n                                    -0.045379788,\n                                    -0.18478058,\n                                    0.031722534,\n                                    0.032716256,\n                                    0.008026184,\n                                    -0.02029478,\n                                    -0.042806312,\n                                    -0.022116596,\n                                    0.00989259,\n                                    0.0033792781,\n                                    0.031009097,\n                                    -0.0099435495,\n                                    -0.011618856,\n                                    0.0052552396,\n                                    -0.017963365,\n                                    0.033455174,\n                                    0.018689543,\n                                    0.008535783,\n                                    0.018689543,\n                                    -0.045838427,\n                                    0.034550812,\n                                    0.024065811,\n                                    -0.014536311,\n                                    0.0058635734,\n                                    0.0048571154,\n                                    0.051265657,\n                                    0.025288848,\n                                    -0.029072622,\n                                    -0.012746344,\n                                    0.045761988,\n                                    -0.008223654,\n                                    -0.056004927,\n                                    -0.0301173,\n                                    -0.013032993,\n                                    -0.037328124,\n                                    -0.027059706,\n                                    0.03439793,\n                                    -0.003503493,\n                                    -0.016256208,\n                                    -0.022422355,\n                                    0.13433029,\n                                    -0.050577696,\n                                    -0.024409791,\n                                    0.046730224,\n                                    -0.041099157,\n                                    -0.0040927166,\n                                    0.032690775,\n                                    -0.022447836,\n                                    -0.0019953984,\n                                    0.00248111,\n                                    0.020651499,\n                                    0.02555639,\n                                    -0.021148358,\n                                    0.036920447,\n                                    0.042118356,\n                                    0.01494399,\n                                    0.011376797,\n                                    -0.020345738,\n                                    0.05065414,\n                                    -0.002016101,\n                                    0.0025862148,\n                                    0.011153848,\n                                    0.032996535,\n                                    -0.0076758345,\n                                    -0.0040353867,\n                                    0.051469497,\n                                    0.014192332,\n                                    0.0073254853,\n                                    0.057941403,\n                                    -0.05009358,\n                                    -0.01482933,\n                                    0.028257264,\n                                    -0.026881346,\n                                    0.009217371,\n                                    0.005338049,\n                                    -0.011911876,\n                                    0.06599307,\n                                    0.007809604,\n                                    0.011274877,\n                                    -0.0067394464,\n                                    -0.015504548,\n                                    0.013937532,\n                                    0.028537542,\n                                    0.024639111,\n                                    -0.0205241,\n                                    0.0057457285,\n                                    -0.02010368,\n                                    -0.00010142214,\n                                    0.02029478,\n                                    -0.0496859,\n                                    0.023072094,\n                                    -0.011160217,\n                                    0.017530205,\n                                    -0.04469183,\n                                    0.027365465,\n                                    0.03337873,\n                                    -0.018753242,\n                                    -0.0044335113,\n                                    -0.0021403157,\n                                    0.026295306,\n                                    0.007484735,\n                                    0.026753945,\n                                    0.018778723,\n                                    -0.005306199,\n                                    0.068184346,\n                                    -0.020715198,\n                                    0.013427933,\n                                    0.011402277,\n                                    0.048717663,\n                                    -0.0056406236,\n                                    -0.018778723,\n                                    -0.003256656,\n                                    0.0292255,\n                                    0.04122656,\n                                    0.0294803,\n                                    -0.029403862,\n                                    0.1395282,\n                                    -0.06268068,\n                                    -0.01006458,\n                                    0.003962132,\n                                    -0.039213642,\n                                    0.039392002,\n                                    0.051698815,\n                                    0.04497211\n                                ],\n                                \"num_dimensions\": 512\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"id\": \"f11cbb3f9b154949a546dcdb3b54bb95\",\n                    \"status\": {\n                        \"code\": 10000,\n                        \"description\": \"Ok\"\n                    },\n                    \"created_at\": \"2023-11-27T13:48:06.891376656Z\",\n                    \"model\": {\n                        \"id\": \"ccfc0043fa804de4a586005f72582e00\",\n                        \"name\": \"Multimodal Clip Clusterer\",\n                        \"created_at\": \"2022-11-16T14:51:43.695740Z\",\n                        \"modified_at\": \"2022-11-16T14:51:43.695740Z\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"4b134b9fb5f24e2bb09b7493560cc922\",\n                            \"created_at\": \"2022-11-16T14:51:43.695740Z\",\n                            \"status\": {\n                                \"code\": 21100,\n                                \"description\": \"Model is trained and ready\"\n                            },\n                            \"total_input_count\": 9527727,\n                            \"train_stats\": {},\n                            \"completed_at\": \"2022-11-16T14:51:43.695740Z\",\n                            \"visibility\": {\n                                \"gettable\": 50\n                            },\n                            \"app_id\": \"main\",\n                            \"user_id\": \"clarifai\",\n                            \"metadata\": {}\n                        },\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"clusterer\",\n                        \"visibility\": {\n                            \"gettable\": 50\n                        },\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": [],\n                        \"workflow_recommended\": false\n                    },\n                    \"data\": {\n                        \"clusters\": [\n                            {\n                                \"id\": \"72_21\",\n                                \"projection\": [\n                                    -0.26342398,\n                                    -0.08288257\n                                ]\n                            }\n                        ]\n                    }\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"2b173411-e1c8-44c0-94ca-0d01bba49dd1"},{"name":"Delete Batch Workflows by IDs (async)","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"efc42dde-7009-41f9-9bc2-dd551f0e78bb"}}],"id":"3d4b4f79-eae0-4d97-91ed-6345680d0a57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"ids\":[\"f7d48fcdca4f4a6592cc5cc493c1f654\",\n  \"df9008bd8e834a17bb2fe678107dad54\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows","description":"<p>Delete multiple workflows by ID in an asynchronous operation.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ids</code></td>\n<td>array[string]</td>\n<td>Workflow IDs to delete</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","workflows"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"07e72172-ef9f-46cb-9196-dc12f9c705b9","name":"Delete batch workflows by ids (async)","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n  \"ids\":[\"f7d48fcdca4f4a6592cc5cc493c1f654\",\n  \"df9008bd8e834a17bb2fe678107dad54\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"77432a653c53646f33bbfc8f9bb5c437\"\n    }\n}"}],"_postman_id":"3d4b4f79-eae0-4d97-91ed-6345680d0a57"},{"name":"Delete All Workflows (async)","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"74e6efaf-a67e-46d4-b253-6b8a1ef3ffb3"}}],"id":"46f8daac-3b17-4164-90f4-f261602e5984","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"delete_all\":true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows","description":"<p>Delete all custom workflows in the app asynchronously. The default base workflow is not deleted.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","workflows"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"48db3d1a-317f-41aa-b7d9-2d7020b51d5b","name":"Delete all workflows (async)","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n  \"delete_all\":true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"1ec06e22805e173e3e734551d2e92cdd\"\n    }\n}"}],"_postman_id":"46f8daac-3b17-4164-90f4-f261602e5984"},{"name":"Delete Workflow by ID","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"de0517d1-f470-4c24-b118-767f5ca770ff"}}],"id":"42bf1d01-a5da-46c2-870d-779bdd6e5a68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows/YOUR_WORKFLOW_ID","description":"<p>Delete a specific workflow by ID.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>workflow_id</code></td>\n<td>string</td>\n<td>Workflow ID to delete</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","workflows","YOUR_WORKFLOW_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"bda43ba7-6e82-4b9f-a29c-bd47d7f67b20","name":"Delete Workflow by ID","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows/YOUR_WORKFLOW_ID"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"fd402535f0a7c87edb371fcc41eed255\"\n    }\n}"}],"_postman_id":"42bf1d01-a5da-46c2-870d-779bdd6e5a68"},{"name":"PostWorkflowResultsSimilarity - Embedding comparisons","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"281d0e72-0ae7-49c7-a560-faa9eca77dc1"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"248f6498-027a-4ece-9e7f-2aa5fa89dddf"}}],"id":"3596473a-fc69-4d6b-ac5d-a468071bbb2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"model_version_id\":\"0676ebddd5d6413ebdaa101570295a39\",\n    \"probe_inputs\":[\n        {\"data\":{\"image\": {\"url\": \"https://samples.clarifai.com/brangelina_just_brad.jpg\"}}}\n    ],\n    \"pool_inputs\":[\n        {\"data\":{\"video\": {\"url\": \"https://samples.clarifai.com/brangelina_video.gif\"}}}  \n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows/YOUR_WORKFLOW_ID/results/similarity","description":"<p>Compare two inputs using a workflow's embedding output. Returns a similarity score by computing the cosine distance between the embedding vectors produced by the workflow for each input.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>inputs[0].data.image.url</code></td>\n<td>string</td>\n<td>First image URL</td>\n</tr>\n<tr>\n<td><code>inputs[1].data.image.url</code></td>\n<td>string</td>\n<td>Second image URL</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","workflows","YOUR_WORKFLOW_ID","results","similarity"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"24b0d93f-d684-4b37-85b3-ed90863430b5","name":"PostWorkflowResultsSimilarity - Embedding comparisons","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n\t\"model_version_id\":\"0676ebddd5d6413ebdaa101570295a39\",\n    \"probe_inputs\":[\n        {\"data\":{\"image\": {\"url\": \"https://samples.clarifai.com/brangelina_just_brad.jpg\"}}}\n    ],\n    \"pool_inputs\":[\n        {\"data\":{\"video\": {\"url\": \"https://samples.clarifai.com/brangelina_video.gif\"}}}  \n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows/celebrity-face-recognition-workflow-1twch/results/similarity"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"b9aeae084be1b322937fd868d34313dd\"\n    },\n    \"results\": [\n        {\n            \"probe_input\": {\n                \"id\": \"6e577eeefae349db8356c79817873d37\",\n                \"data\": {\n                    \"image\": {\n                        \"url\": \"https://samples.clarifai.com/brangelina_just_brad.jpg\"\n                    }\n                },\n                \"status\": {\n                    \"code\": 10000,\n                    \"description\": \"Ok\"\n                }\n            },\n            \"pool_results\": [\n                {\n                    \"score\": -1,\n                    \"input\": {\n                        \"id\": \"4b48934ae67e4c5eb58be9b8f9ca8d83\",\n                        \"data\": {\n                            \"video\": {\n                                \"url\": \"https://samples.clarifai.com/brangelina_video.gif\"\n                            },\n                            \"frames\": [\n                                {\n                                    \"frame_info\": {\n                                        \"index\": 0,\n                                        \"time\": 500\n                                    },\n                                    \"id\": \"faa9f3d5c8569123d8bea365ea478031\"\n                                }\n                            ]\n                        },\n                        \"status\": {\n                            \"code\": 39999,\n                            \"description\": \"No embeddings found for this input\"\n                        }\n                    }\n                },\n                {\n                    \"score\": -1,\n                    \"input\": {\n                        \"id\": \"4b48934ae67e4c5eb58be9b8f9ca8d83\",\n                        \"data\": {\n                            \"video\": {\n                                \"url\": \"https://samples.clarifai.com/brangelina_video.gif\"\n                            },\n                            \"frames\": [\n                                {\n                                    \"frame_info\": {\n                                        \"index\": 1,\n                                        \"time\": 1500\n                                    },\n                                    \"id\": \"8e5f8672bdda2f2682d59ccc019d48c0\"\n                                }\n                            ]\n                        },\n                        \"status\": {\n                            \"code\": 39999,\n                            \"description\": \"No embeddings found for this input\"\n                        }\n                    }\n                },\n                {\n                    \"score\": -1,\n                    \"input\": {\n                        \"id\": \"4b48934ae67e4c5eb58be9b8f9ca8d83\",\n                        \"data\": {\n                            \"video\": {\n                                \"url\": \"https://samples.clarifai.com/brangelina_video.gif\"\n                            },\n                            \"frames\": [\n                                {\n                                    \"frame_info\": {\n                                        \"index\": 2,\n                                        \"time\": 2500\n                                    },\n                                    \"id\": \"3f4cd8b6cbe2361de2d3a3f84906723c\"\n                                }\n                            ]\n                        },\n                        \"status\": {\n                            \"code\": 39999,\n                            \"description\": \"No embeddings found for this input\"\n                        }\n                    }\n                },\n                {\n                    \"score\": -1,\n                    \"input\": {\n                        \"id\": \"4b48934ae67e4c5eb58be9b8f9ca8d83\",\n                        \"data\": {\n                            \"video\": {\n                                \"url\": \"https://samples.clarifai.com/brangelina_video.gif\"\n                            },\n                            \"frames\": [\n                                {\n                                    \"frame_info\": {\n                                        \"index\": 3,\n                                        \"time\": 3500\n                                    },\n                                    \"id\": \"049f7331f17764126fa433ccc7eb27a6\"\n                                }\n                            ]\n                        },\n                        \"status\": {\n                            \"code\": 39999,\n                            \"description\": \"No embeddings found for this input\"\n                        }\n                    }\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"3596473a-fc69-4d6b-ac5d-a468071bbb2c"}],"id":"a0f0f7a3-c800-42a8-8c5e-dc753c7793db","description":"<p>Core operations for managing workflows: creating multi-node pipelines, running predictions on images or video, patching workflow nodes, and deleting workflows individually or in batch.</p>\n<p><strong>Key operations:</strong> list, get, create, patch, predict (image/video), predict similarity (embedding comparison), delete by ID, delete batch, delete all.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code>, <code>YOUR_WORKFLOW_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/create/workflows/create\">Create Workflows</a> | <a href=\"https://docs.clarifai.com/create/workflows/inference\">Workflow Inferences</a></p>\n","_postman_id":"a0f0f7a3-c800-42a8-8c5e-dc753c7793db","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Workflow Metrics","item":[{"name":"List Workflow Metrics","event":[{"listen":"test","script":{"exec":["firstWorkflowEvaluation = JSON.parse(responseBody).workflow_metrics[0]","","postman.setEnvironmentVariable(\"workflow_metrics_id\", encodeURIComponent(firstWorkflowEvaluation.id));","postman.setEnvironmentVariable(\"annotation_search_metrics_id\", encodeURIComponent(firstWorkflowEvaluation.node_metrics[Object.keys(firstWorkflowEvaluation.node_metrics)[0]].id));"],"type":"text/javascript","id":"8e6ffd39-2e93-4b99-929d-6422f9ba0f7f"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"19bb4910-4f87-4db9-acbb-519548dd2586"}}],"id":"cbe07adc-22d3-4cd9-bc83-d1b42ce542f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows/YOUR_WORKFLOW_ID/metrics","description":"<p>List all workflow metric sets in the app. Workflow metrics evaluate a workflow's predictions against ground truth annotations.</p>\n<h2 id=\"query-parameters\"><strong>Query Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td>integer</td>\n<td>Page number</td>\n</tr>\n<tr>\n<td><code>per_page</code></td>\n<td>integer</td>\n<td>Results per page</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","workflows","YOUR_WORKFLOW_ID","metrics"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"72fffe13-6acc-49f0-a703-057bb4ff8008","name":"List Workflow Metrics","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows/YOUR_WORKFLOW_ID/metrics"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"1a9848c9ca7e4e27dd73fd8e1ef5045c\"\n    },\n    \"workflow_metrics\": []\n}"}],"_postman_id":"cbe07adc-22d3-4cd9-bc83-d1b42ce542f8"},{"name":"Get Workflow Metrics","event":[{"listen":"test","script":{"exec":["workflowEvaluation = JSON.parse(responseBody).workflow_metrics","if (workflowEvaluation.node_metrics) {","    postman.setEnvironmentVariable(\"workflow_node_id\", encodeURIComponent(Object.keys(workflowEvaluation.node_metrics)[0]));","}",""],"type":"text/javascript","id":"3afaccdf-99c1-438b-874e-6f63901ac3db"}}],"id":"0692970c-9c59-4e41-8e42-98b695bd6c1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows/YOUR_WORKFLOW_ID/metrics","description":"<p>Retrieve computed metrics for a specific workflow metric set.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>workflow_id</code></td>\n<td>string</td>\n<td>Workflow ID</td>\n</tr>\n<tr>\n<td><code>workflow_metrics_id</code></td>\n<td>string</td>\n<td>Metrics ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","workflows","YOUR_WORKFLOW_ID","metrics"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"df2144e3-3539-4123-9bb1-a52ca60af9ec","name":"Get Workflow Metrics","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows/YOUR_WORKFLOW_ID/metrics"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"2202a18532ed9006b9a7f391168b3110\"\n    },\n    \"workflow_metrics\": []\n}"}],"_postman_id":"0692970c-9c59-4e41-8e42-98b695bd6c1d"},{"name":"Get Workflow Node Metrics","event":[{"listen":"test","script":{"exec":["",""],"type":"text/javascript","id":"aeb2aa83-0287-453a-bf4e-36b1bf07142a"}}],"id":"56354560-cea2-42ca-ad59-ae4a33f30cac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows/YOUR_WORKFLOW_ID/metrics/YOUR_WORKFLOW_METRICS_ID/nodes/general-concept","description":"<p>Retrieve metrics broken down per node within a workflow. Useful for identifying which node in a multi-model pipeline is underperforming.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>workflow_id</code></td>\n<td>string</td>\n<td>Workflow ID</td>\n</tr>\n<tr>\n<td><code>workflow_metrics_id</code></td>\n<td>string</td>\n<td>Metrics set ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","workflows","YOUR_WORKFLOW_ID","metrics","YOUR_WORKFLOW_METRICS_ID","nodes","general-concept"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"19e116be-9b40-4999-8183-3ad2dbb9bec0","name":"Get Workflow Node Metrics","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows/YOUR_WORKFLOW_ID/metrics/YOUR_WORKFLOW_METRICS_ID/nodes/general-concept"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"3809c464871e83ff06b578904efc87ca\"\n    },\n    \"node_metrics\": {\n        \"status\": {\n            \"code\": 43106,\n            \"description\": \"Evaluation pending\"\n        },\n        \"id\": \"7190d795d3f04696bab1cdb04277baeb\"\n    }\n}"}],"_postman_id":"56354560-cea2-42ca-ad59-ae4a33f30cac"},{"name":"Add Workflow Metrics For All Concepts in App","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"workflow_metrics_id\", encodeURIComponent(JSON.parse(responseBody).workflow_metrics[0].id));"],"type":"text/javascript","packages":{},"id":"1bf65a90-c2b8-445e-bb7a-73f860f47434"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"b0b86e22-c8e6-4a2c-9def-baa8ed4af30f"}}],"id":"c60d237f-46c5-4473-8409-f1132c7aaead","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\n    \"workflow_metrics\": [\n        {\n            \"id\": \"workflow-metrics-1777931642\",\n                \"data\": {\n                \"concepts\": [{\"id\": \"YOUR_CONCEPT_ID\"}]\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows/YOUR_WORKFLOW_ID/metrics","description":"<p>Run a workflow evaluation against all concepts defined in the app. Computes precision, recall, and F1 per concept.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>workflow_metrics[].workflow</code></td>\n<td>object</td>\n<td>Workflow to evaluate (by <code>id</code>)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","workflows","YOUR_WORKFLOW_ID","metrics"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"a5a5db0d-401b-4097-88bb-e706363943d1","name":"Add Workflow Metrics For All Concepts in the App","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"workflow_metrics\": [\n        {\n            \"id\": \"workflow-metrics-1777931642\",\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"YOUR_CONCEPT_ID\"\n                    }\n                ]\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows/YOUR_WORKFLOW_ID/metrics"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"be6905e18e41dbdf2b7097cbe0c4cc05\"\n    },\n    \"workflow_metrics\": [\n        {\n            \"id\": \"workflow-metrics-1701170979\",\n            \"workflow_id\": \"firehose3\",\n            \"created_at\": \"2023-11-28T11:29:40.776856940Z\",\n            \"modified_at\": \"2023-11-28T11:29:40.776856940Z\",\n            \"status\": {\n                \"code\": 43100,\n                \"description\": \"Evaluation queued\"\n            },\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"foo1\",\n                        \"value\": 1\n                    }\n                ]\n            },\n            \"node_metrics\": {\n                \"general-concept\": {\n                    \"status\": {\n                        \"code\": 43106,\n                        \"description\": \"Evaluation pending\"\n                    }\n                }\n            },\n            \"visibility\": {\n                \"gettable\": 10\n            }\n        }\n    ]\n}"}],"_postman_id":"c60d237f-46c5-4473-8409-f1132c7aaead"},{"name":"Add Workflow Metrics For One Concept","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"workflow_metrics_id\", encodeURIComponent(JSON.parse(responseBody).workflow_metrics[0].id));"],"type":"text/javascript","id":"5e0c75d0-3123-410a-a05b-66f13695209c"}}],"id":"1cfab83b-d6a9-4319-9edf-963d6114c283","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"workflow_metrics\": [\n        {\n            \"id\": \"workflow-metrics-1777931642\",\n            \"data\": {\n                \"concepts\": [{\"id\": \"YOUR_CONCEPT_ID\"}]\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows/YOUR_WORKFLOW_ID/metrics","description":"<p>Run a workflow evaluation scoped to a single concept. Returns precision and recall for that concept only.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>workflow_metrics[].workflow</code></td>\n<td>object</td>\n<td>Workflow to evaluate</td>\n</tr>\n<tr>\n<td><code>workflow_metrics[].eval_info.params.concept_ids</code></td>\n<td>array[string]</td>\n<td>Single concept ID to evaluate</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","workflows","YOUR_WORKFLOW_ID","metrics"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"9657ef63-89fc-4380-ba98-64b9477adee5","name":"Add Workflow Metrics For One Concept","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"workflow_metrics\": [\n        {\n            \"id\": \"workflow-metrics-1777931642\",\n            \"data\": {\n                \"concepts\": [{\"id\": \"YOUR_CONCEPT_ID\"}]\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows/YOUR_WORKFLOW_ID/metrics"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"c9711dfca40c6c713c7116ead0b6f9b7\"\n    },\n    \"workflow_metrics\": [\n        {\n            \"id\": \"workflow-metrics-1701080734\",\n            \"workflow_id\": \"Empty\",\n            \"created_at\": \"2023-11-27T10:25:34.578993659Z\",\n            \"modified_at\": \"2023-11-27T10:25:34.578993659Z\",\n            \"status\": {\n                \"code\": 43100,\n                \"description\": \"Evaluation queued\"\n            },\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"foo\",\n                        \"value\": 1\n                    }\n                ]\n            },\n            \"visibility\": {\n                \"gettable\": 10\n            }\n        }\n    ]\n}"}],"_postman_id":"1cfab83b-d6a9-4319-9edf-963d6114c283"},{"name":"Add Workflow Metrics With Ground Truth Search","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"workflow_metrics_id\", encodeURIComponent(JSON.parse(responseBody).workflow_metrics[0].id));"],"type":"text/javascript","id":"37d5f84a-b101-440f-bcd0-880f2cd9c914"}}],"id":"5a4e0b70-acd7-4ebe-95c7-baae10d19f18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"workflow_metrics\": [\n        {\n            \"id\": \"workflow-metrics-1777931642\",\n            \"data\": {\n                \"concepts\": [{\"id\": \"YOUR_CONCEPT_ID\"}]\n            },\n            \"ground_truth\": {\n                \"query\": {\n                    \"ands\": [{\n                        \"annotation\": {\n                            \"data\": {\n                                \"concepts\": [{\"id\": \"YOUR_CONCEPT_ID\"}]\n                            }\n                        }\n                    }]\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows/YOUR_WORKFLOW_ID/metrics","description":"<p>Run a workflow evaluation using a custom search query to define ground truth. Enables flexible evaluation against any subset of annotations.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>workflow_metrics[].workflow</code></td>\n<td>object</td>\n<td>Workflow to evaluate</td>\n</tr>\n<tr>\n<td><code>workflow_metrics[].ground_truth_search</code></td>\n<td>object</td>\n<td>Search query defining the ground truth set</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","workflows","YOUR_WORKFLOW_ID","metrics"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"3c46eff4-4f24-443f-96d6-6d3a766235d9","name":"Add Workflow Metrics With Ground Truth Search","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"workflow_metrics\": [\n        {\n            \"id\": \"workflow-metrics-1777931642\",\n            \"data\": {\n                \"concepts\": [{\"id\": \"YOUR_CONCEPT_ID\"}]\n            },\n            \"ground_truth\": {\n                \"query\": {\n                    \"ands\": [{\n                        \"annotation\": {\n                            \"data\": {\n                                \"concepts\": [{\"id\": \"YOUR_CONCEPT_ID\"}]\n                            }\n                        }\n                    }]\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows/YOUR_WORKFLOW_ID/metrics"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"adb6d2400c00c218c2d05e8ae09e6aed\"\n    },\n    \"workflow_metrics\": [\n        {\n            \"id\": \"workflow-metrics-1701093534\",\n            \"workflow_id\": \"firehose3\",\n            \"created_at\": \"2023-11-27T13:58:53.873005565Z\",\n            \"modified_at\": \"2023-11-27T13:58:53.873005565Z\",\n            \"status\": {\n                \"code\": 43100,\n                \"description\": \"Evaluation queued\"\n            },\n            \"data\": {\n                \"concepts\": [\n                    {\n                        \"id\": \"foo1\",\n                        \"value\": 1\n                    }\n                ]\n            },\n            \"node_metrics\": {\n                \"general-concept\": {\n                    \"status\": {\n                        \"code\": 43106,\n                        \"description\": \"Evaluation pending\"\n                    }\n                }\n            },\n            \"ground_truth\": {\n                \"query\": {\n                    \"ands\": [\n                        {\n                            \"annotation\": {\n                                \"data\": {\n                                    \"concepts\": [\n                                        {\n                                            \"id\": \"foo1\",\n                                            \"value\": 1\n                                        }\n                                    ]\n                                }\n                            }\n                        }\n                    ]\n                }\n            },\n            \"visibility\": {\n                \"gettable\": 10\n            }\n        }\n    ]\n}"}],"_postman_id":"5a4e0b70-acd7-4ebe-95c7-baae10d19f18"},{"name":"Delete Workflow Metrics","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"workflow_metrics_id\", encodeURIComponent(JSON.parse(responseBody).workflow_metrics[0].id));"],"type":"text/javascript","id":"f6fcd925-3c24-4982-8a1a-3edc610e6692"}}],"id":"1517faf1-8795-40c9-a644-af44204a7f03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\": [\"YOUR_WORKFLOW_METRICS_ID\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows/YOUR_WORKFLOW_ID/metrics","description":"<p>Delete a specific workflow metrics set.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>workflow_metrics_id</code></td>\n<td>string</td>\n<td>Metrics set ID to delete</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","workflows","YOUR_WORKFLOW_ID","metrics"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"fdddceb8-11cc-4e54-af41-ba64466d5cdf","name":"Delete Workflow Metrics","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"ids\": [\"YOUR_WORKFLOW_METRICS_ID\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows/YOUR_WORKFLOW_ID/metrics"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"details\": \"Workflow metrics 'workflow-metrics-1701093534' deleted\",\n        \"req_id\": \"071c1fc21c2170235b02eaf2fc1e569f\"\n    }\n}"}],"_postman_id":"1517faf1-8795-40c9-a644-af44204a7f03"}],"id":"72598a19-ad6e-4db1-b945-a0040c8dc13b","description":"<p>Workflow Metrics evaluate how well a workflow performs against a labeled dataset by computing per-concept precision and recall. Metrics can be computed for all concepts in the app or scoped to a single concept, and can use a custom ground-truth search.</p>\n<p><strong>Key operations:</strong> add metrics (all concepts), add metrics (one concept), add with ground truth search, list, get, get node metrics, delete.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code>, <code>YOUR_WORKFLOW_ID</code>, <code>YOUR_WORKFLOW_METRICS_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/create/workflows/manage\">Manage Workflows</a></p>\n","_postman_id":"72598a19-ad6e-4db1-b945-a0040c8dc13b","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Workflow Versions","item":[{"name":"List Workflow Versions","event":[{"listen":"test","script":{"exec":["firstWorkflowVersion = JSON.parse(responseBody).workflow_versions[0]","","postman.setEnvironmentVariable(\"workflow_version_id\", encodeURIComponent(firstWorkflowVersion.id));",""],"type":"text/javascript","id":"b5698c74-0ccc-4f61-9426-54b9004e6fcb"}}],"id":"bbda0077-14a1-4cfd-bc1a-06f02bba7569","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows/YOUR_WORKFLOW_ID/versions","description":"<p>List all versions of a specific workflow. Each time a workflow is modified, a new version is created automatically.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>workflow_id</code></td>\n<td>string</td>\n<td>Workflow ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","workflows","YOUR_WORKFLOW_ID","versions"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"5900e3bb-a30d-4789-8938-3ccaa11e332f","name":"List Workflow Versions","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows/YOUR_WORKFLOW_ID/versions"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"9988a637a50a841d59d64f37533845a6\"\n    },\n    \"workflow_versions\": [\n        {\n            \"id\": \"f81c94796fdf4661aaa7d4bffb3e614a\",\n            \"workflow_id\": \"firehose3\",\n            \"created_at\": \"2023-11-27T13:58:42.098144Z\",\n            \"modified_at\": \"2023-11-27T13:58:42.098144Z\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"nodes\": [\n                {\n                    \"id\": \"general-concept\",\n                    \"model\": {\n                        \"id\": \"general-image-recognition\",\n                        \"name\": \"Image Recognition\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"aa7f35c01e0642fda5cf400f543e7c40\"\n                        },\n                        \"display_name\": \"general-visual-classifier\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-classifier\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": []\n                    },\n                    \"output_info_override\": {}\n                }\n            ],\n            \"metadata\": {},\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\"\n        }\n    ]\n}"}],"_postman_id":"bbda0077-14a1-4cfd-bc1a-06f02bba7569"},{"name":"Get Workflow Version","event":[{"listen":"test","script":{"exec":["firstWorkflowVersion = JSON.parse(responseBody).workflow_versions[0]","","postman.setEnvironmentVariable(\"workflow_version_id\", encodeURIComponent(firstWorkflowVersion.id));",""],"type":"text/javascript","id":"d0c9b4fa-d336-45bc-be08-98886ceb4e6e"}}],"id":"4f358d85-c254-4ac1-96d2-a800f0aef512","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows/YOUR_WORKFLOW_ID/versions/YOUR_WORKFLOW_VERSION_ID","description":"<p>Retrieve the configuration of a specific workflow version.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>workflow_id</code></td>\n<td>string</td>\n<td>Workflow ID</td>\n</tr>\n<tr>\n<td><code>workflow_version_id</code></td>\n<td>string</td>\n<td>Workflow version ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","workflows","YOUR_WORKFLOW_ID","versions","YOUR_WORKFLOW_VERSION_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"ec2f90b9-fc25-4b4a-9ea9-b715f09ee498","name":"Get Workflow Version","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows/YOUR_WORKFLOW_ID/versions/YOUR_WORKFLOW_VERSION_ID"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"1648220e1524bac8fec5282a28d5b0c7\"\n    },\n    \"workflow_version\": {\n        \"id\": \"f81c94796fdf4661aaa7d4bffb3e614a\",\n        \"workflow_id\": \"firehose3\",\n        \"created_at\": \"2023-11-27T13:58:42.098144Z\",\n        \"modified_at\": \"2023-11-27T13:58:42.098144Z\",\n        \"visibility\": {\n            \"gettable\": 10\n        },\n        \"nodes\": [\n            {\n                \"id\": \"general-concept\",\n                \"model\": {\n                    \"id\": \"general-image-recognition\",\n                    \"name\": \"Image Recognition\",\n                    \"app_id\": \"main\",\n                    \"model_version\": {\n                        \"id\": \"aa7f35c01e0642fda5cf400f543e7c40\"\n                    },\n                    \"display_name\": \"general-visual-classifier\",\n                    \"user_id\": \"clarifai\",\n                    \"model_type_id\": \"visual-classifier\",\n                    \"toolkits\": [],\n                    \"use_cases\": [],\n                    \"languages\": [],\n                    \"languages_full\": [],\n                    \"check_consents\": []\n                },\n                \"output_info_override\": {}\n            }\n        ],\n        \"metadata\": {},\n        \"app_id\": \"test-app-1700638575-empty\",\n        \"user_id\": \"a0btrubbaefn\"\n    }\n}"}],"_postman_id":"4f358d85-c254-4ac1-96d2-a800f0aef512"},{"name":"Patch Workflow Version","event":[{"listen":"test","script":{"exec":["firstWorkflowVersion = JSON.parse(responseBody).workflow_versions[0]","","postman.setEnvironmentVariable(\"workflow_version_id\", encodeURIComponent(firstWorkflowVersion.id));",""],"type":"text/javascript","packages":{},"id":"d895b300-47cf-4249-8015-0a43ee3f36a6"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"845b4ce7-2900-485e-9223-f7ca73da6f4d"}}],"id":"3f607101-068d-4701-afd2-1b90402c5489","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"workflow_versions\": [\n        {\n            \"id\": \"YOUR_WORKFLOW_VERSION_ID\",\n            \"metadata\": {\n                \"foo\": \"bar\"\n            }\n        }\n    ],\n    \"action\": \"merge\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows/YOUR_WORKFLOW_ID/versions/YOUR_WORKFLOW_VERSION_ID","description":"<p>Update properties of a specific workflow version, such as its description.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>workflow_versions[].id</code></td>\n<td>string</td>\n<td>Version ID</td>\n</tr>\n<tr>\n<td><code>workflow_versions[].description</code></td>\n<td>string</td>\n<td>Updated description</td>\n</tr>\n<tr>\n<td><code>action</code></td>\n<td>string</td>\n<td><code>merge</code> or <code>overwrite</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","workflows","YOUR_WORKFLOW_ID","versions","YOUR_WORKFLOW_VERSION_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"41e3d1c7-d025-4d66-a745-251ad7a5c16c","name":"Patch Workflow Version","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"workflow_versions\": [\n        {\n            \"id\": \"YOUR_WORKFLOW_VERSION_ID\",\n            \"metadata\": {\n                \"foo\": \"bar\"\n            }\n        }\n    ],\n    \"action\": \"merge\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows/YOUR_WORKFLOW_ID/versions/"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"abc43a04a7fa82f621090443a6ad4763\"\n    },\n    \"workflow_versions\": [\n        {\n            \"id\": \"f81c94796fdf4661aaa7d4bffb3e614a\",\n            \"workflow_id\": \"firehose3\",\n            \"created_at\": \"2023-11-27T13:58:42.098144Z\",\n            \"modified_at\": \"2023-11-27T14:01:23.129516622Z\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"nodes\": [\n                {\n                    \"id\": \"general-concept\",\n                    \"model\": {\n                        \"id\": \"general-image-recognition\",\n                        \"name\": \"Image Recognition\",\n                        \"app_id\": \"main\",\n                        \"model_version\": {\n                            \"id\": \"aa7f35c01e0642fda5cf400f543e7c40\"\n                        },\n                        \"display_name\": \"general-visual-classifier\",\n                        \"user_id\": \"clarifai\",\n                        \"model_type_id\": \"visual-classifier\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": []\n                    },\n                    \"output_info_override\": {}\n                }\n            ],\n            \"metadata\": {\n                \"foo\": \"bar\"\n            },\n            \"app_id\": \"test-app-1700638575-empty\",\n            \"user_id\": \"a0btrubbaefn\"\n        }\n    ]\n}"}],"_postman_id":"3f607101-068d-4701-afd2-1b90402c5489"},{"name":"Delete Workflow Version","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"30e1d2ef-880d-4833-9146-8d75cd200f62"}}],"id":"d8f82f8b-9f09-450b-a924-314bcdb288b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"workflow_version_ids\": [\"YOUR_WORKFLOW_VERSION_ID\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows/YOUR_WORKFLOW_ID/versions/YOUR_WORKFLOW_VERSION_ID","description":"<p>Delete a specific workflow version. The workflow itself and other versions remain intact.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>workflow_id</code></td>\n<td>string</td>\n<td>Workflow ID</td>\n</tr>\n<tr>\n<td><code>workflow_version_id</code></td>\n<td>string</td>\n<td>Version ID to delete</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","workflows","YOUR_WORKFLOW_ID","versions","YOUR_WORKFLOW_VERSION_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"d1675578-30c8-4de7-b648-5081d495335d","name":"Delete Workflow Version","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"workflow_version_ids\": [\"YOUR_WORKFLOW_VERSION_ID\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows/YOUR_WORKFLOW_ID/versions/"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"details\": \"Workflow version '399e86b1e0a84fa481143a4217d1bea0' deleted\",\n        \"req_id\": \"84baf3850aca89d5ae7499c64f40bb09\"\n    }\n}"}],"_postman_id":"d8f82f8b-9f09-450b-a924-314bcdb288b2"}],"id":"f5c0f0f1-a808-46a5-aafc-4fbdd3129931","description":"<p>Workflow Versions are immutable snapshots of a workflow's node configuration at a point in time. Use versions to roll back to a previous workflow structure or compare performance across iterations.</p>\n<p><strong>Key operations:</strong> list versions, get version, patch version, delete version.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code>, <code>YOUR_WORKFLOW_ID</code>, <code>YOUR_WORKFLOW_VERSION_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/create/workflows/manage\">Manage Workflows</a></p>\n","_postman_id":"f5c0f0f1-a808-46a5-aafc-4fbdd3129931","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}}],"id":"0b441390-c2af-4ceb-85d1-a8503abdf25b","description":"<p>Workflows chain multiple models together into a single prediction pipeline. Each node in a workflow feeds its output to the next, enabling complex multi-step inference (e.g. detect → crop → classify). Workflows can be versioned and evaluated against labeled data.</p>\n<p><strong>Subfolders:</strong></p>\n<ul>\n<li><strong>Workflow Essentials</strong> — Create, predict, patch, and delete workflows</li>\n<li><strong>Workflow Metrics</strong> — Evaluate workflow performance against annotated ground truth</li>\n<li><strong>Workflow Versions</strong> — List and manage versioned snapshots of a workflow</li>\n</ul>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code>, <code>YOUR_WORKFLOW_ID</code>, <code>YOUR_WORKFLOW_VERSION_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/create/workflows/\">Workflows Documentation</a> | <a href=\"https://docs.clarifai.com/create/workflows/create\">Create Workflows</a> | <a href=\"https://docs.clarifai.com/create/workflows/inference\">Workflow Inferences</a> | <a href=\"https://docs.clarifai.com/create/workflows/base-workflows\">Base Workflows</a></p>\n","_postman_id":"0b441390-c2af-4ceb-85d1-a8503abdf25b","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Pipelines","item":[{"name":"Pipeline Essentials","item":[{"name":"List Pipelines","id":"e6d91477-b961-49ad-8465-ec93887d3389","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/pipelines?page=1&per_page=100","description":"<p>List all pipelines in the app. Pipelines are multi-step data processing graphs that chain models, transformations, and custom logic.</p>\n<h2 id=\"query-parameters\"><strong>Query Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td>integer</td>\n<td>Page number</td>\n</tr>\n<tr>\n<td><code>per_page</code></td>\n<td>integer</td>\n<td>Results per page</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","pipelines"],"host":["https://api.clarifai.com"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"100"}],"variable":[]}},"response":[],"_postman_id":"e6d91477-b961-49ad-8465-ec93887d3389"},{"name":"Get Pipeline","id":"e7cab6be-2ab5-481f-826e-21056d81bcb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/pipelines/YOUR_PIPELINE_ID","description":"<p>Retrieve the full configuration and status of a specific pipeline.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>pipeline_id</code></td>\n<td>string</td>\n<td>Pipeline ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","pipelines","YOUR_PIPELINE_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7cab6be-2ab5-481f-826e-21056d81bcb9"},{"name":"Delete Pipelines","id":"9e9e1b66-0fdb-46ad-9d83-d2679b87ce00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/pipelines","description":"<p>Delete one or more pipelines by ID. Associated pipeline versions and runs are also deleted.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ids</code></td>\n<td>array[string]</td>\n<td>Pipeline IDs to delete</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","pipelines"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e9e1b66-0fdb-46ad-9d83-d2679b87ce00"}],"id":"a7026122-2cff-4856-99af-2249e61e34df","description":"<p>Core operations for retrieving and managing pipelines within an application.</p>\n<p><strong>Key operations:</strong> list pipelines, get pipeline by ID, delete pipelines.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code>, <code>YOUR_PIPELINE_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/compute/pipelines/manage\">Manage Pipelines</a></p>\n","_postman_id":"a7026122-2cff-4856-99af-2249e61e34df","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Pipeline Versions","item":[{"name":"List Pipeline Versions","id":"068ffa91-35af-4e58-be61-141b77a5807a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/pipelines/YOUR_PIPELINE_ID/versions?page=1&per_page=100","description":"<p>List all versions of a specific pipeline.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>pipeline_id</code></td>\n<td>string</td>\n<td>Pipeline ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","pipelines","YOUR_PIPELINE_ID","versions"],"host":["https://api.clarifai.com"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"100"}],"variable":[]}},"response":[],"_postman_id":"068ffa91-35af-4e58-be61-141b77a5807a"},{"name":"Get Pipeline Version","id":"26ae1549-41fc-4913-afe3-dac43b1dea49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/pipelines/YOUR_PIPELINE_ID/versions/YOUR_PIPELINE_VERSION_ID","description":"<p>Retrieve the configuration of a specific pipeline version.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>pipeline_id</code></td>\n<td>string</td>\n<td>Pipeline ID</td>\n</tr>\n<tr>\n<td><code>pipeline_version_id</code></td>\n<td>string</td>\n<td>Pipeline version ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","pipelines","YOUR_PIPELINE_ID","versions","YOUR_PIPELINE_VERSION_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"26ae1549-41fc-4913-afe3-dac43b1dea49"}],"id":"8424d726-5fb1-493f-b84a-c67ec426c974","description":"<p>Pipeline Versions are versioned snapshots of a pipeline's step configuration. Each version defines the exact sequence of operations that will run when the pipeline is executed.</p>\n<p><strong>Key operations:</strong> list versions, get version by ID.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code>, <code>YOUR_PIPELINE_ID</code>, <code>YOUR_PIPELINE_VERSION_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/compute/pipelines/create-api\">Create and Run Pipelines</a></p>\n","_postman_id":"8424d726-5fb1-493f-b84a-c67ec426c974","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Pipeline Runs","item":[{"name":"Post Pipeline Version Runs","id":"3f74ac89-5f91-4974-81a3-848c490c22e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"pipeline_version_runs\": [\n        {\n            \"id\": \"df15ffd6-f3fe-4234-9172-236a1760fe68\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/pipelines/YOUR_PIPELINE_ID/versions/YOUR_PIPELINE_VERSION_ID/runs","description":"<p>Start a new execution run of a pipeline version. The pipeline processes its input data asynchronously — use GET to poll the run status.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>pipeline_id</code></td>\n<td>string</td>\n<td>Pipeline ID</td>\n</tr>\n<tr>\n<td><code>pipeline_version_id</code></td>\n<td>string</td>\n<td>Pipeline version ID to execute</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>pipeline_version_runs</code></td>\n<td>array</td>\n<td>Run configuration (input source, parameters, etc.)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","pipelines","YOUR_PIPELINE_ID","versions","YOUR_PIPELINE_VERSION_ID","runs"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f74ac89-5f91-4974-81a3-848c490c22e5"},{"name":"Get Pipeline Version Run","id":"8209617e-7bfd-4ef0-a197-003c2fafa40d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/pipelines/YOUR_PIPELINE_ID/versions/YOUR_PIPELINE_VERSION_ID/runs/YOUR_PIPELINE_VERSION_RUN_ID","description":"<p>Get the current status and progress of a specific pipeline run.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>pipeline_id</code></td>\n<td>string</td>\n<td>Pipeline ID</td>\n</tr>\n<tr>\n<td><code>pipeline_version_id</code></td>\n<td>string</td>\n<td>Pipeline version ID</td>\n</tr>\n<tr>\n<td><code>pipeline_version_run_id</code></td>\n<td>string</td>\n<td>Run ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","pipelines","YOUR_PIPELINE_ID","versions","YOUR_PIPELINE_VERSION_ID","runs","YOUR_PIPELINE_VERSION_RUN_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8209617e-7bfd-4ef0-a197-003c2fafa40d"},{"name":"Patch Pipeline Version Runs","id":"4076cc17-6632-4561-99f5-9418e85ef6ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"overwrite\",\n    \"pipeline_version_runs\": [\n        {\n            \"id\": \"YOUR_PIPELINE_VERSION_RUN_ID\",\n            \"orchestration_status\": {\n                \"status\": {\n                    \"code\": 21107\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/pipelines/YOUR_PIPELINE_ID/versions/YOUR_PIPELINE_VERSION_ID/runs","description":"<p>Update the state of a pipeline run — for example, to pause, cancel, or resume execution.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>pipeline_version_runs[].id</code></td>\n<td>string</td>\n<td>Run ID</td>\n</tr>\n<tr>\n<td><code>pipeline_version_runs[].status.code</code></td>\n<td>integer</td>\n<td>New status code (e.g., cancel)</td>\n</tr>\n<tr>\n<td><code>action</code></td>\n<td>string</td>\n<td><code>overwrite</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","pipelines","YOUR_PIPELINE_ID","versions","YOUR_PIPELINE_VERSION_ID","runs"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4076cc17-6632-4561-99f5-9418e85ef6ce"},{"name":"List Pipeline Run Log Entries","id":"23fdd4f1-f67d-4fdc-bf31-af371f83e92a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/pipelines/YOUR_PIPELINE_ID/versions/YOUR_PIPELINE_VERSION_ID/runs/YOUR_PIPELINE_VERSION_RUN_ID/log_entries?page=1&per_page=50&log_type=pipeline.version.run","description":"<p>Retrieve log entries for a pipeline run. Logs include per-step status, error messages, and timing information.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>pipeline_id</code></td>\n<td>string</td>\n<td>Pipeline ID</td>\n</tr>\n<tr>\n<td><code>pipeline_version_id</code></td>\n<td>string</td>\n<td>Pipeline version ID</td>\n</tr>\n<tr>\n<td><code>pipeline_version_run_id</code></td>\n<td>string</td>\n<td>Run ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","pipelines","YOUR_PIPELINE_ID","versions","YOUR_PIPELINE_VERSION_ID","runs","YOUR_PIPELINE_VERSION_RUN_ID","log_entries"],"host":["https://api.clarifai.com"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"50"},{"key":"log_type","value":"pipeline.version.run"}],"variable":[]}},"response":[],"_postman_id":"23fdd4f1-f67d-4fdc-bf31-af371f83e92a"}],"id":"0e00e9e3-86cc-4127-9efd-a8ce765ff694","description":"<p>Pipeline Runs represent a single execution of a pipeline version. Runs can be started, monitored for status, and inspected via log entries. A run can also be patched to update its state.</p>\n<p><strong>Key operations:</strong> post run (execute), get run, patch run, list log entries.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code>, <code>YOUR_PIPELINE_ID</code>, <code>YOUR_PIPELINE_VERSION_ID</code>, <code>YOUR_PIPELINE_VERSION_RUN_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/compute/pipelines/manage-run\">Manage Pipeline Runs</a></p>\n","_postman_id":"0e00e9e3-86cc-4127-9efd-a8ce765ff694","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Pipeline Steps","item":[{"name":"List Pipeline Step Versions","id":"969b0ec0-2050-4013-96c0-7c4f86e3027c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/pipeline_steps?page=1&per_page=100","description":"<p>List all pipeline step versions available in the app. Pipeline steps are the individual processing units that make up a pipeline.</p>\n<h2 id=\"query-parameters\"><strong>Query Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td>integer</td>\n<td>Page number</td>\n</tr>\n<tr>\n<td><code>per_page</code></td>\n<td>integer</td>\n<td>Results per page</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","pipeline_steps"],"host":["https://api.clarifai.com"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"100"}],"variable":[]}},"response":[],"_postman_id":"969b0ec0-2050-4013-96c0-7c4f86e3027c"},{"name":"Get Pipeline Step Version","id":"84dfd354-89eb-4ea5-94b1-66cd38514c42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/pipeline_steps/YOUR_PIPELINE_STEP_ID/versions/YOUR_PIPELINE_STEP_VERSION_ID","description":"<p>Retrieve the configuration of a specific pipeline step version.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>pipeline_step_id</code></td>\n<td>string</td>\n<td>Pipeline step ID</td>\n</tr>\n<tr>\n<td><code>pipeline_step_version_id</code></td>\n<td>string</td>\n<td>Pipeline step version ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","pipeline_steps","YOUR_PIPELINE_STEP_ID","versions","YOUR_PIPELINE_STEP_VERSION_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"84dfd354-89eb-4ea5-94b1-66cd38514c42"}],"id":"95ace6c8-dbb6-4d08-968b-b12117cc4f48","description":"<p>Pipeline Steps are the individual operation units within a pipeline version. Each step has its own versioned definition that specifies the transformation or action it performs.</p>\n<p><strong>Key operations:</strong> list step versions, get step version.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code>, <code>YOUR_PIPELINE_STEP_ID</code>, <code>YOUR_PIPELINE_STEP_VERSION_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/compute/pipelines/create-api\">Create and Run Pipelines</a></p>\n","_postman_id":"95ace6c8-dbb6-4d08-968b-b12117cc4f48","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}}],"id":"98fcfe1f-fee6-447f-932d-baa0af6c3347","description":"<p>Pipelines are multi-step data processing orchestrations that run sequences of operations on inputs — such as ingestion, transformation, annotation, and export — in a defined order. Each pipeline is versioned and can be executed as a run.</p>\n<p><strong>Subfolders:</strong></p>\n<ul>\n<li><strong>Pipeline Essentials</strong> — List, get, and delete pipelines</li>\n<li><strong>Pipeline Versions</strong> — Manage versioned pipeline definitions</li>\n<li><strong>Pipeline Runs</strong> — Execute a pipeline version and monitor run progress</li>\n<li><strong>Pipeline Steps</strong> — Inspect the individual step definitions within a pipeline</li>\n</ul>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code>, <code>YOUR_PIPELINE_ID</code>, <code>YOUR_PIPELINE_VERSION_ID</code>, <code>YOUR_PIPELINE_VERSION_RUN_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/compute/pipelines/\">Pipelines Documentation</a> | <a href=\"https://docs.clarifai.com/compute/pipelines/create-api\">Create and Run Pipelines</a> | <a href=\"https://docs.clarifai.com/compute/pipelines/manage-run\">Manage Pipeline Runs</a></p>\n","_postman_id":"98fcfe1f-fee6-447f-932d-baa0af6c3347","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Artifacts","item":[{"name":"Artifact Essentials","item":[{"name":"Post Artifacts","id":"a429f20c-f76c-4787-ae59-412a9f36e005","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"artifacts\": [\n        {\n            \"id\": \"my-artifact\",\n            \"user_id\": \"YOUR_USER_ID\",\n            \"app_id\": \"YOUR_APP_ID\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/artifacts","description":"<p>Create a new artifact in the app. Artifacts are versioned file objects (model weights, configs, datasets, etc.) that can be uploaded, versioned, and referenced by pipelines and models.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>artifacts[].id</code></td>\n<td>string</td>\n<td>Unique artifact ID</td>\n</tr>\n<tr>\n<td><code>artifacts[].user_id</code></td>\n<td>string</td>\n<td>Owner's user ID</td>\n</tr>\n<tr>\n<td><code>artifacts[].app_id</code></td>\n<td>string</td>\n<td>Application ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","artifacts"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a429f20c-f76c-4787-ae59-412a9f36e005"},{"name":"List Artifacts","id":"567c6200-9783-485e-a001-77b8a049658b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/artifacts?page=1&per_page=20","description":"<p>List all artifacts in the app.</p>\n<h2 id=\"query-parameters\"><strong>Query Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td>integer</td>\n<td>Page number</td>\n</tr>\n<tr>\n<td><code>per_page</code></td>\n<td>integer</td>\n<td>Results per page</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","artifacts"],"host":["https://api.clarifai.com"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"20"}],"variable":[]}},"response":[],"_postman_id":"567c6200-9783-485e-a001-77b8a049658b"},{"name":"Get Artifact","id":"54418e05-126e-45f4-827a-e6d1bd27f714","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/artifacts/YOUR_ARTIFACT_ID","description":"<p>Retrieve metadata for a specific artifact.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>artifact_id</code></td>\n<td>string</td>\n<td>Artifact ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","artifacts","YOUR_ARTIFACT_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"54418e05-126e-45f4-827a-e6d1bd27f714"},{"name":"Delete Artifact","id":"a7032b55-07f1-4ceb-96da-dfa6a58cb89d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"artifact_id\": \"YOUR_ARTIFACT_ID\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/artifacts","description":"<p>Delete a specific artifact and all its versions.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>artifact_id</code></td>\n<td>string</td>\n<td>Artifact ID to delete</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","artifacts"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7032b55-07f1-4ceb-96da-dfa6a58cb89d"}],"id":"3e51beb1-1b59-47ab-9231-3e0685282cd2","description":"<p>Core operations for managing artifacts within an application — creating artifact records, listing all artifacts, retrieving a specific artifact, and deleting.</p>\n<p><strong>Key operations:</strong> post, list, get by ID, delete.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code>, <code>YOUR_ARTIFACT_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/create/artifacts/manage\">Manage Artifacts</a></p>\n","_postman_id":"3e51beb1-1b59-47ab-9231-3e0685282cd2","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Artifact Versions","item":[{"name":"Post Artifact Version (Upload)","id":"4b04f6b6-c120-473f-a40d-26c0f26418db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"artifact_versions\": [\n        {\n            \"id\": \"v1\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/artifacts/YOUR_ARTIFACT_ID/versions/upload","description":"<p>Upload a new version of an artifact. Artifact versions support streaming uploads for large files.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>artifact_id</code></td>\n<td>string</td>\n<td>Artifact ID</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>artifact_versions[].id</code></td>\n<td>string</td>\n<td>Optional version ID (auto-generated if omitted)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","artifacts","YOUR_ARTIFACT_ID","versions","upload"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b04f6b6-c120-473f-a40d-26c0f26418db"},{"name":"List Artifact Versions","id":"6621e750-049a-4d63-9c77-9e42058ac96d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/artifacts/YOUR_ARTIFACT_ID/versions?page=1&per_page=20","description":"<p>List all versions of an artifact.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>artifact_id</code></td>\n<td>string</td>\n<td>Artifact ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","artifacts","YOUR_ARTIFACT_ID","versions"],"host":["https://api.clarifai.com"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"20"}],"variable":[]}},"response":[],"_postman_id":"6621e750-049a-4d63-9c77-9e42058ac96d"},{"name":"Get Artifact Version","id":"4a1c6071-6b66-4ddf-a1b8-5692ed644474","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/artifacts/YOUR_ARTIFACT_ID/versions/YOUR_ARTIFACT_VERSION_ID","description":"<p>Retrieve metadata for a specific artifact version, including upload status and download URL.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>artifact_id</code></td>\n<td>string</td>\n<td>Artifact ID</td>\n</tr>\n<tr>\n<td><code>artifact_version_id</code></td>\n<td>string</td>\n<td>Artifact version ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","artifacts","YOUR_ARTIFACT_ID","versions","YOUR_ARTIFACT_VERSION_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a1c6071-6b66-4ddf-a1b8-5692ed644474"},{"name":"Delete Artifact Version","id":"0b48a892-d728-495e-946b-cbf739bf95f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/artifacts/YOUR_ARTIFACT_ID/versions/YOUR_ARTIFACT_VERSION_ID","description":"<p>Delete a specific artifact version.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>artifact_id</code></td>\n<td>string</td>\n<td>Artifact ID</td>\n</tr>\n<tr>\n<td><code>artifact_version_id</code></td>\n<td>string</td>\n<td>Version ID to delete</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","artifacts","YOUR_ARTIFACT_ID","versions","YOUR_ARTIFACT_VERSION_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b48a892-d728-495e-946b-cbf739bf95f5"}],"id":"4807a92c-feae-4ce0-984f-ab0a93bf1771","description":"<p>Artifact Versions represent individual file uploads associated with an artifact. Each version stores a specific file, allowing you to track changes to model weights, configs, or other files over time.</p>\n<p><strong>Key operations:</strong> upload (post version), list versions, get version by ID, delete version.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code>, <code>YOUR_ARTIFACT_ID</code>, <code>YOUR_ARTIFACT_VERSION_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/create/artifacts/manage\">Manage Artifacts</a></p>\n","_postman_id":"4807a92c-feae-4ce0-984f-ab0a93bf1771","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}}],"id":"310e4bc8-dc90-4fd5-87bd-9055a1466e53","description":"<p>Artifacts are files stored within a Clarifai application — such as model weights, configuration files, or datasets. Each artifact can have multiple uploaded versions. Artifacts are referenced by models and other resources that depend on external files.</p>\n<p><strong>Subfolders:</strong></p>\n<ul>\n<li><strong>Artifact Essentials</strong> — Create, list, get, and delete artifacts</li>\n<li><strong>Artifact Versions</strong> — Upload and manage versioned files for an artifact</li>\n</ul>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code>, <code>YOUR_ARTIFACT_ID</code>, <code>YOUR_ARTIFACT_VERSION_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/create/artifacts/\">Artifacts Documentation</a> | <a href=\"https://docs.clarifai.com/create/artifacts/manage\">Manage Artifacts</a> | <a href=\"https://docs.clarifai.com/create/artifacts/use-cases\">Artifacts Use Cases</a></p>\n","_postman_id":"310e4bc8-dc90-4fd5-87bd-9055a1466e53","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Secrets","item":[{"name":"Post Secrets","id":"46e8b9eb-7ce0-4e31-8cbb-490038a0db41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"secrets\": [\n        {\n            \"id\": \"my-secret\",\n            \"value\": \"my-secret-value\",\n            \"description\": \"My API secret\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/secrets","description":"<p>Create one or more secrets for the authenticated user. Secrets are encrypted key-value pairs used to store API keys, tokens, and credentials that can be referenced in models and pipelines.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>secrets[].id</code></td>\n<td>string</td>\n<td>Unique secret ID</td>\n</tr>\n<tr>\n<td><code>secrets[].value</code></td>\n<td>string</td>\n<td>Secret value (encrypted at rest)</td>\n</tr>\n<tr>\n<td><code>secrets[].description</code></td>\n<td>string</td>\n<td>Human-readable description</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","secrets"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"46e8b9eb-7ce0-4e31-8cbb-490038a0db41"},{"name":"List Secrets","id":"25c31ccb-d5d3-431d-9c16-9eebf7a0bc1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/secrets?page=1&per_page=100","description":"<p>List all secrets belonging to the authenticated user. Secret values are masked in the response.</p>\n<h2 id=\"query-parameters\"><strong>Query Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td>integer</td>\n<td>Page number</td>\n</tr>\n<tr>\n<td><code>per_page</code></td>\n<td>integer</td>\n<td>Results per page</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","secrets"],"host":["https://api.clarifai.com"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"100"}],"variable":[]}},"response":[],"_postman_id":"25c31ccb-d5d3-431d-9c16-9eebf7a0bc1f"},{"name":"Get Secret","id":"b8ae2d02-232f-4a6a-aee9-2900722c3a73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/secrets/YOUR_SECRET_ID","description":"<p>Retrieve metadata for a specific secret. The secret value is not returned.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>secret_id</code></td>\n<td>string</td>\n<td>Secret ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","secrets","YOUR_SECRET_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8ae2d02-232f-4a6a-aee9-2900722c3a73"},{"name":"Patch Secrets","id":"50acd8c9-4861-47a4-a644-1a525ad7090a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"overwrite\",\n    \"secret\": [\n        {\n            \"id\": \"my-secret\",\n            \"description\": \"Updated description\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/secrets","description":"<p>Update one or more secrets — change description or rotate the value.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>secret[].id</code></td>\n<td>string</td>\n<td>Secret ID to update</td>\n</tr>\n<tr>\n<td><code>secret[].description</code></td>\n<td>string</td>\n<td>Updated description</td>\n</tr>\n<tr>\n<td><code>secret[].value</code></td>\n<td>string</td>\n<td>New secret value (rotates the secret)</td>\n</tr>\n<tr>\n<td><code>action</code></td>\n<td>string</td>\n<td><code>overwrite</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","secrets"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"50acd8c9-4861-47a4-a644-1a525ad7090a"},{"name":"Delete Secrets","id":"a0ab4b76-d825-44d4-b383-de7c5ac3795e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/secrets","description":"<p>Delete one or more secrets by ID.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ids</code></td>\n<td>array[string]</td>\n<td>Secret IDs to delete</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","secrets"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a0ab4b76-d825-44d4-b383-de7c5ac3795e"}],"id":"aa995b99-f74e-4bd4-b70c-109e33491b82","description":"<p>Secrets store sensitive credentials (such as cloud provider API keys or registry tokens) securely within your Clarifai account. They can be referenced by compute clusters, node pools, and deployments without exposing the raw values in your requests.</p>\n<p><strong>Key operations:</strong> post, list, get by ID, patch, delete.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_SECRET_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/control/authentication/\">Authentication</a> | <a href=\"https://docs.clarifai.com/control/authentication/pat\">Personal Access Tokens</a></p>\n","_postman_id":"aa995b99-f74e-4bd4-b70c-109e33491b82","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Runners","item":[{"name":"Post Runners","id":"187dfae1-9507-4cf3-8d97-4e21ed347234","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"runners\": [\n        {\n            \"id\": \"my-runner\",\n            \"description\": \"My custom runner\",\n            \"labels\": [\n                \"custom\"\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/runners","description":"<p>Register one or more runners. Runners are self-hosted compute environments that execute model inference on your own hardware and connect to Clarifai's API for task dispatch.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>runners[].id</code></td>\n<td>string</td>\n<td>Unique runner ID</td>\n</tr>\n<tr>\n<td><code>runners[].description</code></td>\n<td>string</td>\n<td>Human-readable description</td>\n</tr>\n<tr>\n<td><code>runners[].labels</code></td>\n<td>array[string]</td>\n<td>Labels used to route deployments to this runner</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","runners"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"187dfae1-9507-4cf3-8d97-4e21ed347234"},{"name":"List Runners","id":"af3bde87-26d9-407e-929c-ec73236c3095","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/runners?page=1&per_page=100","description":"<p>List all runners registered by the authenticated user.</p>\n<h2 id=\"query-parameters\"><strong>Query Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td>integer</td>\n<td>Page number</td>\n</tr>\n<tr>\n<td><code>per_page</code></td>\n<td>integer</td>\n<td>Results per page</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","runners"],"host":["https://api.clarifai.com"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"100"}],"variable":[]}},"response":[],"_postman_id":"af3bde87-26d9-407e-929c-ec73236c3095"},{"name":"Get Runner","id":"b36f5b95-3e38-47ce-bddc-6e3e9f247b31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/runners/YOUR_RUNNER_ID","description":"<p>Retrieve details and connection status of a specific runner.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>runner_id</code></td>\n<td>string</td>\n<td>Runner ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","runners","YOUR_RUNNER_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b36f5b95-3e38-47ce-bddc-6e3e9f247b31"},{"name":"Delete Runners","id":"93982f9c-6dbe-4115-81fd-7aee5a8264de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/runners","description":"<p>Delete one or more runners by ID.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ids</code></td>\n<td>array[string]</td>\n<td>Runner IDs to delete</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","runners"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"93982f9c-6dbe-4115-81fd-7aee5a8264de"}],"id":"cf0cbe3f-b197-4651-b1b5-5a35a4af7d20","description":"<p>Runners are lightweight agents that execute model inference on your own compute infrastructure and report results back to Clarifai. They enable on-premises or hybrid deployments where models must run outside Clarifai's managed cloud.</p>\n<p><strong>Key operations:</strong> post, list, get by ID, delete.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_RUNNER_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/compute/local-runners/\">Local Runners</a></p>\n","_postman_id":"cf0cbe3f-b197-4651-b1b5-5a35a4af7d20","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Compute Orchestration","item":[{"name":"Clusters","item":[{"name":"Add Compute Cluster","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"find_duplicate_annotations_job_id\", JSON.parse(responseBody).find_duplicate_annotations_jobs[0].id);"],"type":"text/javascript","packages":{},"id":"743c82cc-65a1-4cd0-954a-6a4d1299c60d"}}],"id":"c6f76ac6-e74e-4e57-9b5d-c8004e4ad5f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"compute_clusters\": [\n        {\n            \"id\": \"YOUR_COMPUTE_CLUSTER_ID\",\n            \"description\": \"This is a compute cluster that is in the cloud in AWS\",\n            \"cloud_provider\": {\n                \"id\": \"aws\"\n            },\n            \"region\": \"us-east-1\",\n            \"managed_by\": \"clarifai\",\n            \"cluster_type\": \"dedicated\",\n            \"key\": {\n                \"id\": \"YOUR_PAT\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/compute_clusters","description":"<p>Create a new compute cluster connected to a cloud provider. Clusters provide the infrastructure for deploying models at scale. Requires a cloud provider API key configured as a secret.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>compute_clusters[].id</code></td>\n<td>string</td>\n<td>Unique cluster ID (<code>YOUR_COMPUTE_CLUSTER_ID</code>)</td>\n</tr>\n<tr>\n<td><code>compute_clusters[].cloud_provider.id</code></td>\n<td>string</td>\n<td>Cloud provider: <code>aws</code>, <code>gcp</code>, <code>azure</code>, or <code>vultr</code></td>\n</tr>\n<tr>\n<td><code>compute_clusters[].cloud_provider.cloud_region</code></td>\n<td>object</td>\n<td>Target cloud region</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","compute_clusters"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"aef1561c-5afd-45f1-ad10-817878f14c3f","name":"Add Compute Cluster","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"compute_clusters\": [\n        {\n            \"id\": \"first-real-cc\", // specify a name for your cluster\n            \"description\": \"This is a compute cluster that is in the cloud in AWS\",\n            \"cloud_provider\": {\n                \"id\": \"aws\"\n            },\n            \"region\": \"us-east-1\",\n            \"managed_by\": \"clarifai\",\n            \"cluster_type\": \"dedicated\",\n            \"key\": {\n                \"id\": \"YOUR_PAT\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/alfrick/compute_clusters/"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"e7f899cf6bb34c6ca03ac2bd04c48f96\"\n    },\n    \"compute_clusters\": [\n        {\n            \"id\": \"first-real-cc\",\n            \"description\": \"This is a compute cluster that is in the cloud in AWS\",\n            \"cloud_provider\": {\n                \"id\": \"aws\",\n                \"name\": \"AWS\"\n            },\n            \"region\": \"us-east-1\",\n            \"user_id\": \"alfrick\",\n            \"created_at\": \"2024-11-04T10:28:01.077325274Z\",\n            \"modified_at\": \"2024-11-04T10:28:01.077325274Z\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"cluster_type\": \"dedicated\",\n            \"managed_by\": \"clarifai\",\n            \"key\": {\n                \"id\": \"****\",\n                \"description\": \"my-new-pat\"\n            }\n        }\n    ]\n}"}],"_postman_id":"c6f76ac6-e74e-4e57-9b5d-c8004e4ad5f7"},{"name":"Get Compute Cluster","event":[{"listen":"test","script":{"exec":["if (JSON.parse(responseBody).find_duplicate_annotations_jobs?.length > 0) {","    postman.setEnvironmentVariable(\"find_duplicate_annotations_job_id\", JSON.parse(responseBody).find_duplicate_annotations_jobs[0].id);","}"],"type":"text/javascript","packages":{},"id":"d299654e-9702-4b9e-af0d-da23d3cd3998"}}],"id":"a8bf2c45-cbad-4297-a2b3-575a190549f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/compute_clusters/YOUR_COMPUTE_CLUSTER_ID","description":"<p>Retrieve the configuration and provisioning status of a specific compute cluster.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>compute_cluster_id</code></td>\n<td>string</td>\n<td>Cluster ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","compute_clusters","YOUR_COMPUTE_CLUSTER_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"3e731f5d-777d-4534-b450-86b711db44ae","name":"Get Compute Cluster","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/users/alfrick/compute_clusters/first-real-cc"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"03017a218cbc4dc5a5cde52feddc0855\"\n    },\n    \"compute_cluster\": {\n        \"id\": \"first-real-cc\",\n        \"description\": \"This is a compute cluster that is in the cloud in AWS\",\n        \"cloud_provider\": {\n            \"id\": \"aws\",\n            \"name\": \"AWS\"\n        },\n        \"region\": \"us-east-1\",\n        \"user_id\": \"alfrick\",\n        \"created_at\": \"2024-11-04T10:28:01.077325Z\",\n        \"modified_at\": \"2024-11-04T10:28:01.077325Z\",\n        \"visibility\": {\n            \"gettable\": 10\n        },\n        \"cluster_type\": \"dedicated\",\n        \"managed_by\": \"clarifai\",\n        \"key\": {\n            \"id\": \"****\",\n            \"description\": \"my-new-pat\"\n        }\n    }\n}"}],"_postman_id":"a8bf2c45-cbad-4297-a2b3-575a190549f3"},{"name":"List Compute Clusters","event":[{"listen":"test","script":{"exec":["if (JSON.parse(responseBody).find_duplicate_annotations_jobs?.length > 0) {","    postman.setEnvironmentVariable(\"find_duplicate_annotations_job_id\", JSON.parse(responseBody).find_duplicate_annotations_jobs[0].id);","}"],"type":"text/javascript","packages":{},"id":"a1a8db33-830f-403e-b5a4-8d67267fe0b1"}}],"id":"48db93aa-d8fc-46e0-9e22-93d8c006a416","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/compute_clusters","description":"<p>List all compute clusters in the account.</p>\n<h2 id=\"query-parameters\"><strong>Query Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td>integer</td>\n<td>Page number</td>\n</tr>\n<tr>\n<td><code>per_page</code></td>\n<td>integer</td>\n<td>Results per page</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","compute_clusters"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"5658b428-33c1-478f-a537-8f80d9fdb958","name":"List Compute Clusters","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/users/alfrick/compute_clusters/"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"06ab54e0ff9b429db4c07a41aa089aeb\"\n    },\n    \"compute_clusters\": [\n        {\n            \"id\": \"first-real-cc-2\",\n            \"description\": \"This is a compute cluster that is in the cloud in AWS\",\n            \"cloud_provider\": {\n                \"id\": \"aws\",\n                \"name\": \"AWS\"\n            },\n            \"region\": \"us-east-1\",\n            \"user_id\": \"alfrick\",\n            \"created_at\": \"2024-11-04T10:38:39.537668Z\",\n            \"modified_at\": \"2024-11-04T10:38:39.537668Z\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"cluster_type\": \"dedicated\",\n            \"managed_by\": \"clarifai\",\n            \"key\": {\n                \"id\": \"****\",\n                \"description\": \"my-new-pat\"\n            }\n        },\n        {\n            \"id\": \"first-real-cc\",\n            \"description\": \"This is a compute cluster that is in the cloud in AWS\",\n            \"cloud_provider\": {\n                \"id\": \"aws\",\n                \"name\": \"AWS\"\n            },\n            \"region\": \"us-east-1\",\n            \"user_id\": \"alfrick\",\n            \"created_at\": \"2024-11-04T10:28:01.077325Z\",\n            \"modified_at\": \"2024-11-04T10:28:01.077325Z\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"cluster_type\": \"dedicated\",\n            \"managed_by\": \"clarifai\",\n            \"key\": {\n                \"id\": \"****\",\n                \"description\": \"my-new-pat\"\n            }\n        },\n        {\n            \"id\": \"test-aws-cluster\",\n            \"description\": \"My AWS cluster\",\n            \"cloud_provider\": {\n                \"id\": \"aws\",\n                \"name\": \"AWS\"\n            },\n            \"region\": \"us-east-1\",\n            \"user_id\": \"alfrick\",\n            \"created_at\": \"2024-10-28T09:00:40.062498Z\",\n            \"modified_at\": \"2024-10-28T09:00:40.062498Z\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"cluster_type\": \"dedicated\",\n            \"managed_by\": \"clarifai\",\n            \"key\": {\n                \"id\": \"****\",\n                \"description\": \"my-new-pat\"\n            }\n        }\n    ]\n}"}],"_postman_id":"48db93aa-d8fc-46e0-9e22-93d8c006a416"},{"name":"Delete Compute Clusters","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"find_duplicate_annotations_job_id\", JSON.parse(responseBody).find_duplicate_annotations_jobs[0].id);"],"type":"text/javascript","packages":{},"id":"cbaa2d96-48f7-4e66-9da7-2f728dc28ae0"}}],"id":"0b2ce75c-0692-466c-97dd-8d19f4aec780","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ids\": [\"YOUR_COMPUTE_CLUSTER_ID\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/compute_clusters","description":"<p>Delete one or more compute clusters. All nodepools and deployments within the cluster are also removed.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ids</code></td>\n<td>array[string]</td>\n<td>Cluster IDs to delete</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","compute_clusters"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"c1b68680-fda2-4be5-965c-658d4c50c40c","name":"Delete Compute Clusters","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"ids\": [\"first-real-cc\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/alfrick/compute_clusters/"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"36bab6ff95cd43bdb3d88dc04a9a360d\"\n    }\n}"}],"_postman_id":"0b2ce75c-0692-466c-97dd-8d19f4aec780"}],"id":"dbc370e4-abf1-46c2-9445-059bc22946e7","description":"<p>Compute Clusters are the top-level compute environments that contain one or more node pools. A cluster is tied to a specific cloud provider and region and serves as the boundary for resource isolation.</p>\n<p><strong>Key operations:</strong> add cluster, get, list, delete.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_COMPUTE_CLUSTER_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/compute/deployments/clusters-nodepools\">Create Clusters and Nodepools</a> | <a href=\"https://docs.clarifai.com/compute/deployments/manage-compute\">Manage Your Compute</a></p>\n","_postman_id":"dbc370e4-abf1-46c2-9445-059bc22946e7","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Nodepools","item":[{"name":"Add Nodepool for GPU","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"find_duplicate_annotations_job_id\", JSON.parse(responseBody).find_duplicate_annotations_jobs[0].id);"],"type":"text/javascript","packages":{},"id":"7dcdc60b-1c57-4e34-8fbd-9ae49ab9ff0c"}}],"id":"6724ddea-1539-45e9-a5b4-11a41f6b056e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"nodepools\": [\n        {\n            \"id\": \"YOUR_NODEPOOL_ID\",\n            \"description\": \"First nodepool in AWS in a proper compute cluster\",\n            \"metadata\": {\n                \"date\": \"03-04-2024\"\n            },\n            \"compute_cluster\": {\n                \"id\": \"YOUR_COMPUTE_CLUSTER_ID\",\n                \"user_id\": \"YOUR_USER_ID\"\n            },\n            \"instance_types\": [\n                {\n                    \"id\": \"g5.xlarge\",\n                    \"compute_info\": {\n                        \"cpu_limit\": \"8\",\n                        \"cpu_memory\": \"16Gi\",\n                        \"accelerator_type\": [\n                            \"a10\"\n                        ],\n                        \"num_accelerators\": 1,\n                        \"accelerator_memory\": \"40Gi\"\n                    }\n                }\n            ],\n            \"node_capacity_type\": {\n                \"capacity_types\": [\n                    1,\n                    2\n                ]\n            },\n            \"max_instances\": 10,\n            \"visibility\": {\n                \"gettable\": 10\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/compute_clusters/YOUR_COMPUTE_CLUSTER_ID/nodepools","description":"<p>Create a GPU nodepool within an existing compute cluster. GPU nodepools are used for accelerated model inference and training.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>nodepools[].id</code></td>\n<td>string</td>\n<td>Nodepool ID (<code>YOUR_NODEPOOL_ID</code>)</td>\n</tr>\n<tr>\n<td><code>nodepools[].compute_cluster.id</code></td>\n<td>string</td>\n<td>Parent cluster ID</td>\n</tr>\n<tr>\n<td><code>nodepools[].instance_types[].id</code></td>\n<td>string</td>\n<td>Cloud instance type (e.g., <code>p3.2xlarge</code>)</td>\n</tr>\n<tr>\n<td><code>nodepools[].min_instances</code></td>\n<td>integer</td>\n<td>Minimum number of nodes (scale-to-zero if <code>0</code>)</td>\n</tr>\n<tr>\n<td><code>nodepools[].max_instances</code></td>\n<td>integer</td>\n<td>Maximum number of nodes for auto-scaling</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","compute_clusters","YOUR_COMPUTE_CLUSTER_ID","nodepools"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"0d9f97d3-9208-44c6-8d63-25083de5a708","name":"Add Nodepool for GPU","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"nodepools\": [\n        {\n            \"id\": \"first-gpu-nodepool\", // specify a name for your nodepool\n            \"description\": \"First nodepool in AWS in a proper compute cluster\",\n            \"metadata\": {\n                \"date\": \"03-04-2024\"\n            },\n            \"compute_cluster\": {\n                \"id\": \"first-real-cc\",\n                \"user_id\": \"alfrick\"\n            },\n            \"instance_types\": [\n                {\n                    \"id\": \"g5.xlarge\",\n                    \"compute_info\": {\n                        \"cpu_limit\": \"8\",\n                        \"cpu_memory\": \"16Gi\",\n                        \"accelerator_type\": [\n                            \"a10\"\n                        ],\n                        \"num_accelerators\": 1,\n                        \"accelerator_memory\": \"40Gi\"\n                    }\n                }\n            ],\n            \"node_capacity_type\": {\n                \"capacity_types\": [\n                    1,\n                    2\n                ]\n            },\n            \"max_instances\": 10,\n            \"visibility\": {\n                \"gettable\": 10\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/alfrick/compute_clusters/first-real-cc/nodepools"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"a752240257634b7d9fc7292e9c77c7d5\"\n    },\n    \"nodepools\": [\n        {\n            \"id\": \"first-gpu-nodepool\",\n            \"description\": \"First nodepool in AWS in a proper compute cluster\",\n            \"created_at\": \"2024-11-04T13:10:21.978400Z\",\n            \"modified_at\": \"2024-11-04T13:10:21.978400Z\",\n            \"compute_cluster\": {\n                \"id\": \"first-real-cc\",\n                \"description\": \"This is a compute cluster that is in the cloud in AWS\",\n                \"cloud_provider\": {\n                    \"id\": \"aws\",\n                    \"name\": \"AWS\"\n                },\n                \"region\": \"us-east-1\",\n                \"user_id\": \"alfrick\",\n                \"created_at\": \"2024-11-04T12:01:34.064093Z\",\n                \"modified_at\": \"2024-11-04T12:01:34.064093Z\",\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"cluster_type\": \"dedicated\",\n                \"managed_by\": \"clarifai\",\n                \"key\": {\n                    \"id\": \"****\"\n                }\n            },\n            \"node_capacity_type\": {\n                \"capacity_types\": [\n                    1,\n                    2\n                ]\n            },\n            \"instance_types\": [\n                {\n                    \"id\": \"g5.xlarge\",\n                    \"description\": \"g5.xlarge\",\n                    \"compute_info\": {\n                        \"cpu_limit\": \"4\",\n                        \"cpu_memory\": \"16Gi\",\n                        \"num_accelerators\": 1,\n                        \"accelerator_memory\": \"24Gi\",\n                        \"accelerator_type\": [\n                            \"NVIDIA-A10G\"\n                        ]\n                    }\n                }\n            ],\n            \"max_instances\": 10,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {\n                \"date\": \"03-04-2026\"\n            }\n        }\n    ]\n}"}],"_postman_id":"6724ddea-1539-45e9-a5b4-11a41f6b056e"},{"name":"Add Nodepool for CPU","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"find_duplicate_annotations_job_id\", JSON.parse(responseBody).find_duplicate_annotations_jobs[0].id);"],"type":"text/javascript","packages":{},"id":"e00f2960-b54e-4232-b4b9-942b719c5997"}}],"id":"3eacb378-8811-4790-b784-72165fc2cf22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"nodepools\": [\n        {\n            \"id\": \"YOUR_NODEPOOL_ID\",\n            \"description\": \"First nodepool in AWS in a proper compute cluster\",\n            \"metadata\": {\n                \"date\": \"03-04-2024\"\n            },\n            \"compute_cluster\": {\n                \"id\": \"YOUR_COMPUTE_CLUSTER_ID\",\n                \"user_id\": \"YOUR_USER_ID\"\n            },\n            \"instance_types\": [\n                {\n                    \"id\": \"t3a.2xlarge\"\n                }\n            ],\n            \"node_capacity_type\": {\n                \"capacity_types\": [\n                    1,\n                    2\n                ]\n            },\n            \"max_instances\": 10,\n            \"visibility\": {\n                \"gettable\": 10\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/compute_clusters/YOUR_COMPUTE_CLUSTER_ID/nodepools","description":"<p>Create a CPU nodepool within an existing compute cluster. CPU nodepools are suited for lightweight models and preprocessing tasks.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>nodepools[].id</code></td>\n<td>string</td>\n<td>Nodepool ID (<code>YOUR_NODEPOOL_ID</code>)</td>\n</tr>\n<tr>\n<td><code>nodepools[].compute_cluster.id</code></td>\n<td>string</td>\n<td>Parent cluster ID</td>\n</tr>\n<tr>\n<td><code>nodepools[].instance_types[].id</code></td>\n<td>string</td>\n<td>Cloud instance type (e.g., <code>t3.medium</code>)</td>\n</tr>\n<tr>\n<td><code>nodepools[].min_instances</code></td>\n<td>integer</td>\n<td>Minimum number of nodes</td>\n</tr>\n<tr>\n<td><code>nodepools[].max_instances</code></td>\n<td>integer</td>\n<td>Maximum number of nodes</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","compute_clusters","YOUR_COMPUTE_CLUSTER_ID","nodepools"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"ab12edc6-a0a2-46a1-b368-82fe5750854d","name":"Add Nodepool for CPU","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"nodepools\": [\n        {\n            \"id\": \"first-cpu-nodepool\", // specify a name for your nodepool\n            \"description\": \"First nodepool in AWS in a proper compute cluster\",\n            \"metadata\": {\n                \"date\": \"03-04-2024\"\n            },\n            \"compute_cluster\": {\n                \"id\": \"first-real-cc\",\n                \"user_id\": \"alfrick\"\n            },\n            \"instance_types\": [\n                {\n                    \"id\": \"t3a.2xlarge\"\n                }\n            ],\n            \"node_capacity_type\": {\n                \"capacity_types\": [\n                    1,\n                    2\n                ]\n            },\n            \"max_instances\": 10,\n            \"visibility\": {\n                \"gettable\": 10\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/alfrick/compute_clusters/first-real-cc/nodepools"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"4d5ef54c56814794a5583bb13c2aed07\"\n    },\n    \"nodepools\": [\n        {\n            \"id\": \"first-cpu-nodepool\",\n            \"description\": \"First nodepool in AWS in a proper compute cluster\",\n            \"created_at\": \"2024-11-04T16:09:07.111086Z\",\n            \"modified_at\": \"2024-11-04T16:09:07.111086Z\",\n            \"compute_cluster\": {\n                \"id\": \"first-real-cc\",\n                \"description\": \"This is a compute cluster that is in the cloud in AWS\",\n                \"cloud_provider\": {\n                    \"id\": \"aws\",\n                    \"name\": \"AWS\"\n                },\n                \"region\": \"us-east-1\",\n                \"user_id\": \"alfrick\",\n                \"created_at\": \"2024-11-04T12:01:34.064093Z\",\n                \"modified_at\": \"2024-11-04T12:01:34.064093Z\",\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"cluster_type\": \"dedicated\",\n                \"managed_by\": \"clarifai\",\n                \"key\": {\n                    \"id\": \"****\"\n                }\n            },\n            \"node_capacity_type\": {\n                \"capacity_types\": [\n                    1,\n                    2\n                ]\n            },\n            \"instance_types\": [\n                {\n                    \"id\": \"t3a.2xlarge\",\n                    \"description\": \"t3a.2xlarge\",\n                    \"compute_info\": {\n                        \"cpu_limit\": \"8\",\n                        \"cpu_memory\": \"32Gi\"\n                    }\n                }\n            ],\n            \"max_instances\": 10,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {\n                \"date\": \"03-04-2024\"\n            }\n        }\n    ]\n}"}],"_postman_id":"3eacb378-8811-4790-b784-72165fc2cf22"},{"name":"Get Nodepool","event":[{"listen":"test","script":{"exec":["if (JSON.parse(responseBody).find_duplicate_annotations_jobs?.length > 0) {","    postman.setEnvironmentVariable(\"find_duplicate_annotations_job_id\", JSON.parse(responseBody).find_duplicate_annotations_jobs[0].id);","}"],"type":"text/javascript","packages":{},"id":"00fc22bf-658e-4389-a8f8-89901b1c39ff"}}],"id":"4a50095d-17e3-41ef-a09e-a2ecde39880a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/compute_clusters/YOUR_COMPUTE_CLUSTER_ID/nodepools/YOUR_NODEPOOL_ID","description":"<p>Retrieve details and status of a specific nodepool.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>compute_cluster_id</code></td>\n<td>string</td>\n<td>Cluster ID</td>\n</tr>\n<tr>\n<td><code>nodepool_id</code></td>\n<td>string</td>\n<td>Nodepool ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","compute_clusters","YOUR_COMPUTE_CLUSTER_ID","nodepools","YOUR_NODEPOOL_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"a65ea8f8-3c9e-41a9-b0bc-d2eb55f579ce","name":"Get Nodepool","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/users/alfrick/compute_clusters/first-real-cc/nodepools/first-cpu-nodepool"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"8c51630b9f1a489c99992c492711aded\"\n    },\n    \"nodepool\": {\n        \"id\": \"first-cpu-nodepool\",\n        \"description\": \"First nodepool in AWS in a proper compute cluster\",\n        \"created_at\": \"2024-11-04T15:59:32.391408Z\",\n        \"modified_at\": \"2024-11-04T16:08:23.679437Z\",\n        \"compute_cluster\": {\n            \"id\": \"first-real-cc\",\n            \"description\": \"This is a compute cluster that is in the cloud in AWS\",\n            \"cloud_provider\": {\n                \"id\": \"aws\",\n                \"name\": \"AWS\"\n            },\n            \"region\": \"us-east-1\",\n            \"user_id\": \"alfrick\",\n            \"created_at\": \"2024-11-04T12:01:34.064093Z\",\n            \"modified_at\": \"2024-11-04T12:01:34.064093Z\",\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"cluster_type\": \"dedicated\",\n            \"managed_by\": \"clarifai\",\n            \"key\": {\n                \"id\": \"****\"\n            }\n        },\n        \"node_capacity_type\": {\n            \"capacity_types\": [\n                1,\n                2\n            ]\n        },\n        \"max_instances\": 10,\n        \"visibility\": {\n            \"gettable\": 10\n        },\n        \"metadata\": {\n            \"date\": \"03-04-2024\"\n        }\n    }\n}"}],"_postman_id":"4a50095d-17e3-41ef-a09e-a2ecde39880a"},{"name":"List Nodepools","event":[{"listen":"test","script":{"exec":["if (JSON.parse(responseBody).find_duplicate_annotations_jobs?.length > 0) {","    postman.setEnvironmentVariable(\"find_duplicate_annotations_job_id\", JSON.parse(responseBody).find_duplicate_annotations_jobs[0].id);","}"],"type":"text/javascript","packages":{},"id":"1baf9521-e207-4bd8-a330-a3e18c663f82"}}],"id":"683457e0-3abc-4f76-9c06-7125e3741c98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/compute_clusters/YOUR_COMPUTE_CLUSTER_ID/nodepools","description":"<p>List all nodepools in a compute cluster.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>compute_cluster_id</code></td>\n<td>string</td>\n<td>Cluster ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","compute_clusters","YOUR_COMPUTE_CLUSTER_ID","nodepools"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"ac0ac4e1-6c35-475d-9890-f700cf42ed4d","name":"List Nodepools","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/users/alfrick/compute_clusters/first-real-cc/nodepools/"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"1a3eecc62da84e2caf38e1b9c04abddb\"\n    },\n    \"nodepools\": [\n        {\n            \"id\": \"first-cpu-nodepool\",\n            \"description\": \"First nodepool in AWS in a proper compute cluster\",\n            \"created_at\": \"2024-11-04T16:12:00.679937Z\",\n            \"modified_at\": \"2024-11-04T16:12:00.679937Z\",\n            \"compute_cluster\": {\n                \"id\": \"first-real-cc\",\n                \"description\": \"This is a compute cluster that is in the cloud in AWS\",\n                \"cloud_provider\": {\n                    \"id\": \"aws\",\n                    \"name\": \"AWS\"\n                },\n                \"region\": \"us-east-1\",\n                \"user_id\": \"alfrick\",\n                \"created_at\": \"2024-11-04T12:01:34.064093Z\",\n                \"modified_at\": \"2024-11-04T12:01:34.064093Z\",\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"cluster_type\": \"dedicated\",\n                \"managed_by\": \"clarifai\",\n                \"key\": {\n                    \"id\": \"****\"\n                }\n            },\n            \"node_capacity_type\": {\n                \"capacity_types\": [\n                    1,\n                    2\n                ]\n            },\n            \"instance_types\": [\n                {\n                    \"id\": \"t3a.2xlarge\",\n                    \"description\": \"t3a.2xlarge\",\n                    \"compute_info\": {\n                        \"cpu_limit\": \"8\",\n                        \"cpu_memory\": \"32Gi\"\n                    }\n                }\n            ],\n            \"max_instances\": 10,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {\n                \"date\": \"03-04-2024\"\n            }\n        },\n        {\n            \"id\": \"first-gpu-nodepoolr\",\n            \"description\": \"First nodepool in AWS in a proper compute cluster\",\n            \"created_at\": \"2024-11-04T15:49:23.221959Z\",\n            \"modified_at\": \"2024-11-04T15:49:23.221959Z\",\n            \"compute_cluster\": {\n                \"id\": \"first-real-cc\",\n                \"description\": \"This is a compute cluster that is in the cloud in AWS\",\n                \"cloud_provider\": {\n                    \"id\": \"aws\",\n                    \"name\": \"AWS\"\n                },\n                \"region\": \"us-east-1\",\n                \"user_id\": \"alfrick\",\n                \"created_at\": \"2024-11-04T12:01:34.064093Z\",\n                \"modified_at\": \"2024-11-04T12:01:34.064093Z\",\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"cluster_type\": \"dedicated\",\n                \"managed_by\": \"clarifai\",\n                \"key\": {\n                    \"id\": \"****\"\n                }\n            },\n            \"node_capacity_type\": {\n                \"capacity_types\": [\n                    1,\n                    2\n                ]\n            },\n            \"instance_types\": [\n                {\n                    \"id\": \"g5.xlarge\",\n                    \"description\": \"g5.xlarge\",\n                    \"compute_info\": {\n                        \"cpu_limit\": \"4\",\n                        \"cpu_memory\": \"16Gi\",\n                        \"num_accelerators\": 1,\n                        \"accelerator_memory\": \"24Gi\",\n                        \"accelerator_type\": [\n                            \"NVIDIA-A10G\"\n                        ]\n                    }\n                }\n            ],\n            \"max_instances\": 10,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {\n                \"date\": \"03-04-2026\"\n            }\n        },\n        {\n            \"id\": \"first-gpu-nodepool\",\n            \"description\": \"First nodepool in AWS in a proper compute cluster\",\n            \"created_at\": \"2024-11-04T13:10:21.978400Z\",\n            \"modified_at\": \"2024-11-04T13:10:21.978400Z\",\n            \"compute_cluster\": {\n                \"id\": \"first-real-cc\",\n                \"description\": \"This is a compute cluster that is in the cloud in AWS\",\n                \"cloud_provider\": {\n                    \"id\": \"aws\",\n                    \"name\": \"AWS\"\n                },\n                \"region\": \"us-east-1\",\n                \"user_id\": \"alfrick\",\n                \"created_at\": \"2024-11-04T12:01:34.064093Z\",\n                \"modified_at\": \"2024-11-04T12:01:34.064093Z\",\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"cluster_type\": \"dedicated\",\n                \"managed_by\": \"clarifai\",\n                \"key\": {\n                    \"id\": \"****\"\n                }\n            },\n            \"node_capacity_type\": {\n                \"capacity_types\": [\n                    1,\n                    2\n                ]\n            },\n            \"instance_types\": [\n                {\n                    \"id\": \"g5.xlarge\",\n                    \"description\": \"g5.xlarge\",\n                    \"compute_info\": {\n                        \"cpu_limit\": \"4\",\n                        \"cpu_memory\": \"16Gi\",\n                        \"num_accelerators\": 1,\n                        \"accelerator_memory\": \"24Gi\",\n                        \"accelerator_type\": [\n                            \"NVIDIA-A10G\"\n                        ]\n                    }\n                }\n            ],\n            \"max_instances\": 10,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"metadata\": {\n                \"date\": \"03-04-2026\"\n            }\n        }\n    ]\n}"}],"_postman_id":"683457e0-3abc-4f76-9c06-7125e3741c98"},{"name":"List Instance Types","event":[{"listen":"test","script":{"exec":["if (JSON.parse(responseBody).find_duplicate_annotations_jobs?.length > 0) {","    postman.setEnvironmentVariable(\"find_duplicate_annotations_job_id\", JSON.parse(responseBody).find_duplicate_annotations_jobs[0].id);","}"],"type":"text/javascript","packages":{},"id":"fc75904a-ec19-4ede-80e7-907f3cdd3074"}}],"id":"003efaa8-e713-4ba9-b1ba-7ec4ddfb3364","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/cloud_providers/YOUR_CLOUD_PROVIDER_ID/regions/YOUR_REGION/instance_types","description":"<p>List all instance types available from a cloud provider in a specific region. Use this to discover valid instance type IDs before creating a nodepool.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cloud_provider_id</code></td>\n<td>string</td>\n<td>Cloud provider ID (e.g., <code>aws</code>)</td>\n</tr>\n<tr>\n<td><code>region</code></td>\n<td>string</td>\n<td>Cloud region (e.g., <code>us-east-1</code>)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","cloud_providers","YOUR_CLOUD_PROVIDER_ID","regions","YOUR_REGION","instance_types"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"f051c148-f77a-4aa0-935f-33d8ac124463","name":"List Instance Types","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/cloud_providers/aws/regions/us-east-1/instance_types"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"1c758d7583824c87916ec7f365d37f25\"\n    },\n    \"instance_types\": [\n        {\n            \"id\": \"t3a.small\",\n            \"description\": \"t3a.small\",\n            \"compute_info\": {\n                \"cpu_limit\": \"2\",\n                \"cpu_memory\": \"2Gi\"\n            }\n        },\n        {\n            \"id\": \"t3a.medium\",\n            \"description\": \"t3a.medium\",\n            \"compute_info\": {\n                \"cpu_limit\": \"2\",\n                \"cpu_memory\": \"4Gi\"\n            }\n        },\n        {\n            \"id\": \"t3a.large\",\n            \"description\": \"t3a.large\",\n            \"compute_info\": {\n                \"cpu_limit\": \"2\",\n                \"cpu_memory\": \"8Gi\"\n            }\n        },\n        {\n            \"id\": \"t3a.xlarge\",\n            \"description\": \"t3a.xlarge\",\n            \"compute_info\": {\n                \"cpu_limit\": \"4\",\n                \"cpu_memory\": \"16Gi\"\n            }\n        },\n        {\n            \"id\": \"t3a.2xlarge\",\n            \"description\": \"t3a.2xlarge\",\n            \"compute_info\": {\n                \"cpu_limit\": \"8\",\n                \"cpu_memory\": \"32Gi\"\n            }\n        },\n        {\n            \"id\": \"g4dn.xlarge\",\n            \"description\": \"g4dn.xlarge\",\n            \"compute_info\": {\n                \"cpu_limit\": \"4\",\n                \"cpu_memory\": \"16Gi\",\n                \"num_accelerators\": 1,\n                \"accelerator_memory\": \"16Gi\",\n                \"accelerator_type\": [\n                    \"NVIDIA-T4\"\n                ]\n            }\n        },\n        {\n            \"id\": \"g5.xlarge\",\n            \"description\": \"g5.xlarge\",\n            \"compute_info\": {\n                \"cpu_limit\": \"4\",\n                \"cpu_memory\": \"16Gi\",\n                \"num_accelerators\": 1,\n                \"accelerator_memory\": \"24Gi\",\n                \"accelerator_type\": [\n                    \"NVIDIA-A10G\"\n                ]\n            }\n        },\n        {\n            \"id\": \"g5.2xlarge\",\n            \"description\": \"g5.2xlarge\",\n            \"compute_info\": {\n                \"cpu_limit\": \"8\",\n                \"cpu_memory\": \"32Gi\",\n                \"num_accelerators\": 1,\n                \"accelerator_memory\": \"24Gi\",\n                \"accelerator_type\": [\n                    \"NVIDIA-A10G\"\n                ]\n            }\n        },\n        {\n            \"id\": \"g6.xlarge\",\n            \"description\": \"g6.xlarge\",\n            \"compute_info\": {\n                \"cpu_limit\": \"4\",\n                \"cpu_memory\": \"16Gi\",\n                \"num_accelerators\": 1,\n                \"accelerator_memory\": \"24Gi\",\n                \"accelerator_type\": [\n                    \"NVIDIA-L4\"\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"003efaa8-e713-4ba9-b1ba-7ec4ddfb3364"},{"name":"Delete Nodepools","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"find_duplicate_annotations_job_id\", JSON.parse(responseBody).find_duplicate_annotations_jobs[0].id);"],"type":"text/javascript","packages":{},"id":"0768dd03-956c-4361-a91d-265397171b2a"}}],"id":"a0b18a5e-a318-45e6-b710-75edda87d086","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ids\": [\"YOUR_NODEPOOL_ID\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/compute_clusters/YOUR_COMPUTE_CLUSTER_ID/nodepools","description":"<p>Delete one or more nodepools from a cluster. All deployments on the deleted nodepools are also removed.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ids</code></td>\n<td>array[string]</td>\n<td>Nodepool IDs to delete</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","compute_clusters","YOUR_COMPUTE_CLUSTER_ID","nodepools"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"96c7d593-0977-4c38-9f47-b240db025c6f","name":"Delete Nodepools","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"ids\": [\"YOUR_NODEPOOL_ID\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/alfrick/compute_clusters/first-real-cc/nodepools/"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"215e6f5f6e2d4075b873ca908303b5ba\"\n    }\n}"}],"_postman_id":"a0b18a5e-a318-45e6-b710-75edda87d086"}],"id":"89d89be5-3b90-46b1-bfc1-72e486d071d2","description":"<p>Node Pools are subsets of virtual machine instances within a cluster, configured for either GPU or CPU workloads. Deployments are assigned to a node pool which determines the hardware used for inference.</p>\n<p><strong>Key operations:</strong> add GPU nodepool, add CPU nodepool, get, list, list instance types, delete.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_COMPUTE_CLUSTER_ID</code>, <code>YOUR_NODEPOOL_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/compute/deployments/clusters-nodepools\">Create Clusters and Nodepools</a> | <a href=\"https://docs.clarifai.com/compute/deployments/cloud-instances\">Supported Cloud Instances</a></p>\n","_postman_id":"89d89be5-3b90-46b1-bfc1-72e486d071d2","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Deployments","item":[{"name":"Post Deployments","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"find_duplicate_annotations_job_id\", JSON.parse(responseBody).find_duplicate_annotations_jobs[0].id);"],"type":"text/javascript","packages":{},"id":"9178e605-c657-414f-806d-7530b679092e"}}],"id":"d95220c5-2040-463c-adea-84e539928f02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"deployments\": [{\n        \"id\": \"my_first-deployment\",\n        \"description\": \"some random deployment\",\n        \"user_id\": \"YOUR_USER_ID\",\n        \"autoscale_config\": {\n            \"min_replicas\": 0,\n            \"max_replicas\": 20,\n            \"traffic_history_seconds\": 100,\n            \"scale_down_delay_seconds\": 30,\n            \"scale_up_delay_seconds\": 30,\n            \"enable_packing\": true\n        },\n        \"worker\": {\n                \"model\": {\n                    \"id\": \"YOUR_MODEL_ID\",\n                    \"model_version\": {\n                        \"id\": \"YOUR_VERSION_ID\"\n                    }, \n                    \"user_id\": \"YOUR_USER_ID\", \n                    \"app_id\": \"YOUR_APP_ID\"\n                }\n        },\n        \"scheduling_choice\": 4, \n        \"nodepools\": [{\n            \"id\": \"YOUR_NODEPOOL_ID\",\n            \"compute_cluster\": {\n                \"id\": \"YOUR_COMPUTE_CLUSTER_ID\",\n                \"user_id\": \"YOUR_USER_ID\"\n            }\n        }],\n        \"visibility\": {\n                \"gettable\": 10\n        }\n\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/deployments","description":"<p>Deploy a model onto a configured nodepool. The deployment makes the model accessible via the predict API at low latency.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>deployments[].id</code></td>\n<td>string</td>\n<td>Unique deployment ID</td>\n</tr>\n<tr>\n<td><code>deployments[].nodepools[].id</code></td>\n<td>string</td>\n<td>Target nodepool ID</td>\n</tr>\n<tr>\n<td><code>deployments[].model.id</code></td>\n<td>string</td>\n<td>Model to deploy</td>\n</tr>\n<tr>\n<td><code>deployments[].model.model_version.id</code></td>\n<td>string</td>\n<td>Model version to deploy</td>\n</tr>\n<tr>\n<td><code>deployments[].scheduling_choice</code></td>\n<td>integer</td>\n<td><code>1</code> = efficiency, <code>4</code> = performance</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","deployments"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"f90f7e9c-db91-47b3-a780-b8a167a4b80c","name":"Post Deployments","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"deployments\": [{\n        \"id\": \"my_first-deployment\",\n        \"description\": \"some random deployment\",\n        \"user_id\": \"YOUR_USER_ID\",\n        \"autoscale_config\": {\n            \"min_replicas\": 0,\n            \"max_replicas\": 20,\n            \"traffic_history_seconds\": 100,\n            \"scale_down_delay_seconds\": 30,\n            \"scale_up_delay_seconds\": 30,\n            \"enable_packing\": true\n        },\n        \"worker\": {\n                \"model\": {\n                    \"id\": \"YOUR_MODEL_ID\",\n                    \"model_version\": {\n                        \"id\": \"YOUR_VERSION_ID\"\n                    }, \n                    \"user_id\": \"YOUR_USER_ID\", \n                    \"app_id\": \"YOUR_APP_ID\"\n                }\n        },\n        \"scheduling_choice\": 4, // performance\n        \"nodepools\": [{\n            \"id\": \"YOUR_NODEPOOL_ID\",\n            \"compute_cluster\": {\n                \"id\": \"YOUR_COMPUTE_CLUSTER_ID\",\n                \"user_id\": \"YOUR_USER_ID\"\n            }\n        }],\n        \"visibility\": {\n                \"gettable\": 10\n        }\n\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/deployments/"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"1c96e7daa233483a92092d00446fc2b4\"\n    },\n    \"deployments\": [\n        {\n            \"id\": \"my_first-deployment\",\n            \"user_id\": \"luv_2261\",\n            \"autoscale_config\": {\n                \"max_replicas\": 20,\n                \"traffic_history_seconds\": 100,\n                \"scale_down_delay_seconds\": 30,\n                \"scale_up_delay_seconds\": 30,\n                \"enable_packing\": true\n            },\n            \"nodepools\": [\n                {\n                    \"id\": \"first-cpu-nodepool\",\n                    \"description\": \"First nodepool in AWS in a proper compute cluster\",\n                    \"created_at\": \"2024-11-06T07:25:56.519188Z\",\n                    \"modified_at\": \"2024-11-06T07:25:56.519188Z\",\n                    \"compute_cluster\": {\n                        \"id\": \"first-real-cc\",\n                        \"description\": \"This is a compute cluster that is in the cloud in AWS\",\n                        \"cloud_provider\": {\n                            \"id\": \"aws\",\n                            \"name\": \"AWS\"\n                        },\n                        \"region\": \"us-east-1\",\n                        \"user_id\": \"luv_2261\",\n                        \"created_at\": \"2024-11-06T07:24:20.818413Z\",\n                        \"modified_at\": \"2024-11-06T07:24:20.818413Z\",\n                        \"visibility\": {\n                            \"gettable\": 10\n                        },\n                        \"cluster_type\": \"dedicated\",\n                        \"managed_by\": \"clarifai\",\n                        \"key\": {\n                            \"id\": \"****\"\n                        }\n                    },\n                    \"node_capacity_type\": {\n                        \"capacity_types\": [\n                            1,\n                            2\n                        ]\n                    },\n                    \"instance_types\": [\n                        {\n                            \"id\": \"t3a.2xlarge\",\n                            \"description\": \"t3a.2xlarge\",\n                            \"compute_info\": {\n                                \"cpu_limit\": \"8\",\n                                \"cpu_memory\": \"32Gi\"\n                            }\n                        }\n                    ],\n                    \"max_instances\": 10,\n                    \"visibility\": {\n                        \"gettable\": 10\n                    },\n                    \"metadata\": {\n                        \"date\": \"03-04-2026\"\n                    }\n                }\n            ],\n            \"scheduling_choice\": 4,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"description\": \"some random deployment\",\n            \"worker\": {\n                \"model\": {\n                    \"id\": \"got-ocr2_0\",\n                    \"name\": \"got-ocr2_0\",\n                    \"created_at\": \"2024-10-15T12:53:45.311554Z\",\n                    \"modified_at\": \"2024-10-16T13:30:59.570591Z\",\n                    \"app_id\": \"test-upload\",\n                    \"model_version\": {\n                        \"id\": \"30c48f5e156443fd82d492d046275aa3\",\n                        \"created_at\": \"2024-10-16T07:52:48.545137Z\",\n                        \"status\": {\n                            \"code\": 21100,\n                            \"description\": \"Model is trained and ready for deployment\"\n                        },\n                        \"visibility\": {\n                            \"gettable\": 10\n                        },\n                        \"app_id\": \"test-upload\",\n                        \"user_id\": \"luv_2261\",\n                        \"metadata\": {},\n                        \"inference_compute_info\": {\n                            \"cpu_limit\": \"1\",\n                            \"cpu_memory\": \"3Gi\",\n                            \"num_accelerators\": 1,\n                            \"accelerator_memory\": \"3Gi\",\n                            \"accelerator_type\": [\n                                \"NVIDIA-A10G\"\n                            ]\n                        },\n                        \"build_info\": {\n                            \"docker_image_name\": \"clarifai-mdata/prod/pytorch\",\n                            \"docker_image_tag\": \"30c48f5e156443fd82d492d046275aa3\",\n                            \"docker_image_digest\": \"sha256:278939f46e0a5bf1edc84ea65f08814bb6e63bcc1c3ff3c2722513e4992c3f30\"\n                        }\n                    },\n                    \"user_id\": \"luv_2261\",\n                    \"model_type_id\": \"image-to-text\",\n                    \"visibility\": {\n                        \"gettable\": 10\n                    },\n                    \"metadata\": {},\n                    \"presets\": {},\n                    \"toolkits\": [],\n                    \"use_cases\": [],\n                    \"languages\": [],\n                    \"languages_full\": [],\n                    \"check_consents\": [],\n                    \"workflow_recommended\": false,\n                    \"license_type\": 2,\n                    \"source\": 1,\n                    \"creator\": \"stepfun-ai\"\n                }\n            },\n            \"created_at\": \"2024-11-06T10:48:02.947910Z\",\n            \"modified_at\": \"2024-11-06T10:48:02.947910Z\"\n        }\n    ]\n}"}],"_postman_id":"d95220c5-2040-463c-adea-84e539928f02"},{"name":"List Deployments","event":[{"listen":"test","script":{"exec":["if (JSON.parse(responseBody).find_duplicate_annotations_jobs?.length > 0) {","    postman.setEnvironmentVariable(\"find_duplicate_annotations_job_id\", JSON.parse(responseBody).find_duplicate_annotations_jobs[0].id);","}"],"type":"text/javascript","packages":{},"id":"90389d96-18b6-4f61-ba27-61a6f3000848"}}],"id":"b7c77a68-22d2-4a17-8733-620e3a2646c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/deployments","description":"<p>List all deployments in the account.</p>\n<h2 id=\"query-parameters\"><strong>Query Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td>integer</td>\n<td>Page number</td>\n</tr>\n<tr>\n<td><code>per_page</code></td>\n<td>integer</td>\n<td>Results per page</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","deployments"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"9f653279-396b-40da-8004-d784eac5d75d","name":"List Deployments","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/deployments/"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"ba52133d0dfb41c993103ea43f5b71d8\"\n    },\n    \"deployments\": [\n        {\n            \"id\": \"my_first-deployment\",\n            \"user_id\": \"luv_2261\",\n            \"autoscale_config\": {\n                \"max_replicas\": 20,\n                \"traffic_history_seconds\": 100,\n                \"scale_down_delay_seconds\": 30,\n                \"scale_up_delay_seconds\": 30,\n                \"enable_packing\": true\n            },\n            \"nodepools\": [\n                {\n                    \"id\": \"first-cpu-nodepool\",\n                    \"description\": \"First nodepool in AWS in a proper compute cluster\",\n                    \"created_at\": \"2024-11-06T07:25:56.519188Z\",\n                    \"modified_at\": \"2024-11-06T07:25:56.519188Z\",\n                    \"compute_cluster\": {\n                        \"id\": \"first-real-cc\",\n                        \"description\": \"This is a compute cluster that is in the cloud in AWS\",\n                        \"cloud_provider\": {\n                            \"id\": \"aws\",\n                            \"name\": \"AWS\"\n                        },\n                        \"region\": \"us-east-1\",\n                        \"user_id\": \"luv_2261\",\n                        \"created_at\": \"2024-11-06T07:24:20.818413Z\",\n                        \"modified_at\": \"2024-11-06T07:24:20.818413Z\",\n                        \"visibility\": {\n                            \"gettable\": 10\n                        },\n                        \"cluster_type\": \"dedicated\",\n                        \"managed_by\": \"clarifai\",\n                        \"key\": {\n                            \"id\": \"****\"\n                        }\n                    },\n                    \"node_capacity_type\": {\n                        \"capacity_types\": [\n                            1,\n                            2\n                        ]\n                    },\n                    \"instance_types\": [\n                        {\n                            \"id\": \"t3a.2xlarge\",\n                            \"description\": \"t3a.2xlarge\",\n                            \"compute_info\": {\n                                \"cpu_limit\": \"8\",\n                                \"cpu_memory\": \"32Gi\"\n                            }\n                        }\n                    ],\n                    \"max_instances\": 10,\n                    \"visibility\": {\n                        \"gettable\": 10\n                    },\n                    \"metadata\": {\n                        \"date\": \"03-04-2026\"\n                    }\n                }\n            ],\n            \"scheduling_choice\": 4,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"description\": \"some random deployment\",\n            \"worker\": {\n                \"model\": {\n                    \"id\": \"got-ocr2_0\",\n                    \"name\": \"got-ocr2_0\",\n                    \"created_at\": \"2024-10-15T12:53:45.311554Z\",\n                    \"modified_at\": \"2024-10-16T13:30:59.570591Z\",\n                    \"app_id\": \"test-upload\",\n                    \"model_version\": {\n                        \"id\": \"30c48f5e156443fd82d492d046275aa3\",\n                        \"created_at\": \"2024-10-16T07:52:48.545137Z\",\n                        \"status\": {\n                            \"code\": 21100,\n                            \"description\": \"Model is trained and ready for deployment\"\n                        },\n                        \"visibility\": {\n                            \"gettable\": 10\n                        },\n                        \"app_id\": \"test-upload\",\n                        \"user_id\": \"luv_2261\",\n                        \"metadata\": {},\n                        \"inference_compute_info\": {\n                            \"cpu_limit\": \"1\",\n                            \"cpu_memory\": \"3Gi\",\n                            \"num_accelerators\": 1,\n                            \"accelerator_memory\": \"3Gi\",\n                            \"accelerator_type\": [\n                                \"NVIDIA-A10G\"\n                            ]\n                        },\n                        \"build_info\": {\n                            \"docker_image_name\": \"clarifai-mdata/prod/pytorch\",\n                            \"docker_image_tag\": \"30c48f5e156443fd82d492d046275aa3\",\n                            \"docker_image_digest\": \"sha256:278939f46e0a5bf1edc84ea65f08814bb6e63bcc1c3ff3c2722513e4992c3f30\"\n                        }\n                    },\n                    \"user_id\": \"luv_2261\",\n                    \"model_type_id\": \"image-to-text\",\n                    \"visibility\": {\n                        \"gettable\": 10\n                    },\n                    \"metadata\": {},\n                    \"presets\": {},\n                    \"toolkits\": [],\n                    \"use_cases\": [],\n                    \"languages\": [],\n                    \"languages_full\": [],\n                    \"check_consents\": [],\n                    \"workflow_recommended\": false,\n                    \"license_type\": 2,\n                    \"source\": 1,\n                    \"creator\": \"stepfun-ai\"\n                }\n            },\n            \"created_at\": \"2024-11-06T10:48:02.947910Z\",\n            \"modified_at\": \"2024-11-06T10:48:02.947910Z\"\n        }\n    ]\n}"}],"_postman_id":"b7c77a68-22d2-4a17-8733-620e3a2646c0"},{"name":"Get Deployment","event":[{"listen":"test","script":{"exec":["if (JSON.parse(responseBody).find_duplicate_annotations_jobs?.length > 0) {","    postman.setEnvironmentVariable(\"find_duplicate_annotations_job_id\", JSON.parse(responseBody).find_duplicate_annotations_jobs[0].id);","}"],"type":"text/javascript","packages":{},"id":"a7dd70f7-c4da-4686-8a43-70403c49c364"}}],"id":"812367c7-f998-4995-8f0b-fd08600b8762","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/deployments/YOUR_DEPLOYMENT_ID","description":"<p>Retrieve the configuration and health status of a specific deployment.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>deployment_id</code></td>\n<td>string</td>\n<td>Deployment ID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","deployments","YOUR_DEPLOYMENT_ID"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"3d0f8b19-71b1-4efb-bc18-09dc7733c767","name":"Get Deployment","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/deployments/YOUR_DEPLOYMENT_ID"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"20cb53c102504d598d9d7699037f9ab4\"\n    },\n    \"deployment\": {\n        \"id\": \"my_first-deployment\",\n        \"user_id\": \"luv_2261\",\n        \"autoscale_config\": {\n            \"max_replicas\": 20,\n            \"traffic_history_seconds\": 100,\n            \"scale_down_delay_seconds\": 30,\n            \"scale_up_delay_seconds\": 30,\n            \"enable_packing\": true\n        },\n        \"nodepools\": [\n            {\n                \"id\": \"first-cpu-nodepool\",\n                \"description\": \"First nodepool in AWS in a proper compute cluster\",\n                \"created_at\": \"2024-11-06T07:25:56.519188Z\",\n                \"modified_at\": \"2024-11-06T07:25:56.519188Z\",\n                \"compute_cluster\": {\n                    \"id\": \"first-real-cc\",\n                    \"description\": \"This is a compute cluster that is in the cloud in AWS\",\n                    \"cloud_provider\": {\n                        \"id\": \"aws\",\n                        \"name\": \"AWS\"\n                    },\n                    \"region\": \"us-east-1\",\n                    \"user_id\": \"luv_2261\",\n                    \"created_at\": \"2024-11-06T07:24:20.818413Z\",\n                    \"modified_at\": \"2024-11-06T07:24:20.818413Z\",\n                    \"visibility\": {\n                        \"gettable\": 10\n                    },\n                    \"cluster_type\": \"dedicated\",\n                    \"managed_by\": \"clarifai\",\n                    \"key\": {\n                        \"id\": \"****\"\n                    }\n                },\n                \"node_capacity_type\": {\n                    \"capacity_types\": [\n                        1,\n                        2\n                    ]\n                },\n                \"instance_types\": [\n                    {\n                        \"id\": \"t3a.2xlarge\",\n                        \"description\": \"t3a.2xlarge\",\n                        \"compute_info\": {\n                            \"cpu_limit\": \"8\",\n                            \"cpu_memory\": \"32Gi\"\n                        }\n                    }\n                ],\n                \"max_instances\": 10,\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"metadata\": {\n                    \"date\": \"03-04-2026\"\n                }\n            }\n        ],\n        \"scheduling_choice\": 4,\n        \"visibility\": {\n            \"gettable\": 10\n        },\n        \"description\": \"some random deployment\",\n        \"worker\": {\n            \"model\": {\n                \"id\": \"got-ocr2_0\",\n                \"name\": \"got-ocr2_0\",\n                \"created_at\": \"2024-10-15T12:53:45.311554Z\",\n                \"modified_at\": \"2024-10-16T13:30:59.570591Z\",\n                \"app_id\": \"test-upload\",\n                \"model_version\": {\n                    \"id\": \"30c48f5e156443fd82d492d046275aa3\",\n                    \"created_at\": \"2024-10-16T07:52:48.545137Z\",\n                    \"status\": {\n                        \"code\": 21100,\n                        \"description\": \"Model is trained and ready for deployment\"\n                    },\n                    \"visibility\": {\n                        \"gettable\": 10\n                    },\n                    \"app_id\": \"test-upload\",\n                    \"user_id\": \"luv_2261\",\n                    \"metadata\": {},\n                    \"inference_compute_info\": {\n                        \"cpu_limit\": \"1\",\n                        \"cpu_memory\": \"3Gi\",\n                        \"num_accelerators\": 1,\n                        \"accelerator_memory\": \"3Gi\",\n                        \"accelerator_type\": [\n                            \"NVIDIA-A10G\"\n                        ]\n                    },\n                    \"build_info\": {\n                        \"docker_image_name\": \"clarifai-mdata/prod/pytorch\",\n                        \"docker_image_tag\": \"30c48f5e156443fd82d492d046275aa3\",\n                        \"docker_image_digest\": \"sha256:278939f46e0a5bf1edc84ea65f08814bb6e63bcc1c3ff3c2722513e4992c3f30\"\n                    }\n                },\n                \"user_id\": \"luv_2261\",\n                \"model_type_id\": \"image-to-text\",\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"metadata\": {},\n                \"presets\": {},\n                \"toolkits\": [],\n                \"use_cases\": [],\n                \"languages\": [],\n                \"languages_full\": [],\n                \"check_consents\": [],\n                \"workflow_recommended\": false,\n                \"license_type\": 2,\n                \"source\": 1,\n                \"creator\": \"stepfun-ai\"\n            }\n        },\n        \"created_at\": \"2024-11-06T10:48:02.947910Z\",\n        \"modified_at\": \"2024-11-06T10:48:02.947910Z\"\n    }\n}"}],"_postman_id":"812367c7-f998-4995-8f0b-fd08600b8762"},{"name":"Predict with Deployed Model","event":[{"listen":"test","script":{"exec":["if (JSON.parse(responseBody).find_duplicate_annotations_jobs?.length > 0) {","    postman.setEnvironmentVariable(\"find_duplicate_annotations_job_id\", JSON.parse(responseBody).find_duplicate_annotations_jobs[0].id);","}"],"type":"text/javascript","packages":{},"id":"f699ddf0-fea6-49b6-87a0-6f62f2ae21f6"}}],"id":"b6641bc8-80b8-4f97-b93b-91f067b03692","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"inputs\": [\r\n        {\r\n            \"data\": {\r\n                \"text\": {\r\n                    \"raw\": \"How many planets are there in the universe?\"\r\n                }\r\n            }\r\n        }\r\n    ],\r\n    \"runner_selector\": {\r\n        \"nodepool\": {\r\n            \"id\": \"YOUR_NODEPOOL_ID\",\r\n            \"compute_cluster\": {\r\n                \"id\": \"YOUR_COMPUTE_CLUSTER_ID\",\r\n                \"user_id\": \"YOUR_USER_ID\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID/outputs","description":"<p>Run inference using a model that has been deployed to a custom compute cluster. Routes the request directly to your deployment.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>inputs[].data.text.raw</code></td>\n<td>string</td>\n<td>Text prompt for text models</td>\n</tr>\n<tr>\n<td><code>inputs[].data.image.url</code></td>\n<td>string</td>\n<td>Image URL for vision models</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models","YOUR_MODEL_ID","outputs"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"d8d7c7bb-c1f5-41d1-a6cf-ce3171924097","name":"Predict with Deployed Model","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"inputs\": [\r\n        {\r\n            \"data\": {\r\n                \"text\": {\r\n                    \"raw\": \"How many planets are there in the universe?\"\r\n                }\r\n            }\r\n        }\r\n    ],\r\n    \"runner_selector\": {\r\n        \"nodepool\": {\r\n            \"id\": \"YOUR_NODEPOOL_ID\",\r\n            \"compute_cluster\": {\r\n                \"id\": \"YOUR_COMPUTE_CLUSTER_ID\",\r\n                \"user_id\": \"YOUR_USER_ID\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID/outputs"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 21351,\n        \"description\": \"Model is deploying\",\n        \"details\": \"The model may currently still be loading as there are no responses yet.\",\n        \"req_id\": \"bc19bcd03ee74da9adb04ce01a396d68\"\n    },\n    \"outputs\": []\n}"}],"_postman_id":"b6641bc8-80b8-4f97-b93b-91f067b03692"},{"name":"Delete Deployments","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"find_duplicate_annotations_job_id\", JSON.parse(responseBody).find_duplicate_annotations_jobs[0].id);"],"type":"text/javascript","packages":{},"id":"78af234f-96b9-4d8e-a914-b484d2efe964"}}],"id":"21d4c3f3-80c5-4ee3-a274-5ce2136b28a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ids\": [\"YOUR_DEPLOYMENT_ID\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/deployments","description":"<p>Delete one or more deployments. The associated model versions are not deleted.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ids</code></td>\n<td>array[string]</td>\n<td>Deployment IDs to delete</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","deployments"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"33ae5bdb-73f4-4c83-9a53-bacf8d997888","name":"Delete Deployments","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Key 60d6c5e1e9f7449b8d7e4ed67c2bb6aa","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"ids\": [\"YOUR_DEPLOYMENT_ID\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/deployments/"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"e5544b108f3342cb8e93c1f20c6838f1\"\n    }\n}"}],"_postman_id":"21d4c3f3-80c5-4ee3-a274-5ce2136b28a0"}],"id":"5ee3ed17-fe49-4cef-b81d-42dbc79bd014","description":"<p>Deployments assign a specific model version to a node pool for serving inference requests. Once deployed, a model can be called via the standard predict endpoint and will run on the configured compute infrastructure.</p>\n<p><strong>Key operations:</strong> post deployment, list, get, predict with deployed model, delete.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_DEPLOYMENT_ID</code>, <code>YOUR_MODEL_ID</code>, <code>YOUR_APP_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/compute/deployments/deploy-model\">Deploy a Model</a> | <a href=\"https://docs.clarifai.com/compute/deployments/manage-compute\">Manage Your Compute</a></p>\n","_postman_id":"5ee3ed17-fe49-4cef-b81d-42dbc79bd014","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Cloud Infrastructure","item":[{"name":"List Cloud Providers","id":"ac30b7b4-441c-421e-9439-dc58852e0e70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/cloud_providers","description":"<p>List all supported cloud providers (e.g., <code>aws</code>, <code>gcp</code>, <code>azure</code>, <code>vultr</code>) and their metadata. Use the returned provider IDs when creating compute clusters and querying regions.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","cloud_providers"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac30b7b4-441c-421e-9439-dc58852e0e70"},{"name":"List Cloud Regions","id":"23132bd3-4527-4125-9b5b-f7192d6885e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.clarifai.com/v2/cloud_providers/YOUR_CLOUD_PROVIDER_ID/regions?page=1&per_page=100","description":"<p>List all regions available for a specific cloud provider. Returns region IDs and display names for use when configuring compute clusters.</p>\n<h2 id=\"path-parameters\"><strong>Path Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cloud_provider_id</code></td>\n<td>string</td>\n<td>Cloud provider ID (e.g., <code>aws</code>)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"query-parameters\"><strong>Query Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td>integer</td>\n<td>Page number</td>\n</tr>\n<tr>\n<td><code>per_page</code></td>\n<td>integer</td>\n<td>Results per page</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","cloud_providers","YOUR_CLOUD_PROVIDER_ID","regions"],"host":["https://api.clarifai.com"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"100"}],"variable":[]}},"response":[],"_postman_id":"23132bd3-4527-4125-9b5b-f7192d6885e7"}],"id":"059e77db-13e9-4c67-b537-0428c6488f02","description":"<p>Cloud Infrastructure endpoints allow you to discover the cloud providers, regions, and instance types available for use when creating compute clusters and node pools.</p>\n<p><strong>Key operations:</strong> list cloud providers, list regions by provider, list instance types by provider and region.</p>\n<p><strong>Variables required:</strong> <code>YOUR_CLOUD_PROVIDER_ID</code>, <code>YOUR_REGION</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/compute/deployments/cloud-instances\">Supported Cloud Instances</a></p>\n","_postman_id":"059e77db-13e9-4c67-b537-0428c6488f02","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}}],"id":"4b4cd4b3-0a13-42ad-90ee-aceb0fecf9e9","description":"<p>Compute Orchestration lets you provision and manage dedicated compute infrastructure for model inference — from cloud clusters and GPU/CPU node pools to model deployments and cloud provider configuration.</p>\n<p><strong>Subfolders:</strong></p>\n<ul>\n<li><strong>Clusters</strong> — Create and manage compute clusters (the top-level compute environment)</li>\n<li><strong>Nodepools</strong> — Configure GPU or CPU node pools within a cluster</li>\n<li><strong>Deployments</strong> — Deploy a model version to a node pool for serving</li>\n<li><strong>Cloud Infrastructure</strong> — Discover available cloud providers, regions, and instance types</li>\n</ul>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_COMPUTE_CLUSTER_ID</code>, <code>YOUR_NODEPOOL_ID</code>, <code>YOUR_DEPLOYMENT_ID</code>, <code>YOUR_CLOUD_PROVIDER_ID</code>, <code>YOUR_REGION</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/compute/overview\">Compute Orchestration Overview</a> | <a href=\"https://docs.clarifai.com/compute/deployments/clusters-nodepools\">Create Clusters &amp; Nodepools</a> | <a href=\"https://docs.clarifai.com/compute/deployments/deploy-model\">Deploy a Model</a></p>\n","_postman_id":"4b4cd4b3-0a13-42ad-90ee-aceb0fecf9e9","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}},{"name":"Walkthroughs","item":[{"name":"RAG","item":[{"name":"Create RAG Application","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"app_id\", encodeURIComponent(JSON.parse(responseBody).apps[0].id));","postman.setEnvironmentVariable(\"app_owner_id\", encodeURIComponent(JSON.parse(responseBody).apps[0].user_id));"],"type":"text/javascript","packages":{},"id":"99a6c44a-a5b7-49d4-97f6-58ffbba3a056"}}],"id":"a89327aa-06ef-46c4-9263-66ad63ec75c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"apps\": [\n        {\n            \"id\": \"rag-app-1777931642\",\n            \"default_workflow\": {\n                \"user_id\": \"clarifai\",\n                \"app_id\": \"main\",\n                \"id\": \"Text\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps","description":"<p>Create a new application for a Retrieval-Augmented Generation (RAG) pipeline. This is step 1 of the RAG walkthrough — the app stores the document inputs and embeddings.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>apps[].id</code></td>\n<td>string</td>\n<td>Application ID for the RAG app</td>\n</tr>\n<tr>\n<td><code>apps[].default_workflow</code></td>\n<td>object</td>\n<td>Base workflow — use a text embedding workflow for RAG</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"77b296cc-cfc0-403c-902f-ede40ae65f3e","name":"Create RAG Application","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"apps\": [\n        {\n            \"id\": \"rag-app-1777931642\",\n            \"default_workflow\": {\n                \"user_id\": \"clarifai\",\n                \"app_id\": \"main\",\n                \"id\": \"Text\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 May 2024 08:46:05 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"701"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Accept,X-Requested-With,Content-Type,Referer,Accept-Encoding,X-CSRF-Token,Authorization,X-Clarifai-Application-Id,X-Clarifai-REST-API-Key,X-Clarifai-Session-Token,X-Clarifai-Client,X-Clarifai-Site,X-RapidAPI-User,x-clarifai-request-id-prefix,x-request-id"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,POST,PUT,PATCH,OPTIONS,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Grpc-Metadata-Content-Type","value":"application/grpc"},{"key":"X-Clarifai-Request-Id","value":"fdb499456d3143ea920cb5ef0c7a6b6b"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"fdb499456d3143ea920cb5ef0c7a6b6b\"\n    },\n    \"apps\": [\n        {\n            \"id\": \"rag-app-1714639564\",\n            \"name\": \"rag-app-1714639564\",\n            \"default_language\": \"en\",\n            \"default_workflow_id\": \"Text\",\n            \"default_workflow\": {\n                \"id\": \"Text\",\n                \"app_id\": \"rag-app-1714639564\",\n                \"created_at\": \"2024-05-02T08:46:05.508253Z\",\n                \"metadata\": {},\n                \"visibility\": {\n                    \"gettable\": 10\n                },\n                \"user_id\": \"clarifai\",\n                \"modified_at\": \"2024-05-02T08:46:05.508253Z\",\n                \"version\": {\n                    \"id\": \"0a7eaab890724ce19a15b75ed72327c1\"\n                },\n                \"use_cases\": [],\n                \"check_consents\": []\n            },\n            \"user_id\": \"clarifai\",\n            \"created_at\": \"2024-05-02T08:46:05.507552086Z\",\n            \"modified_at\": \"2024-05-02T08:46:05.507552086Z\",\n            \"metadata\": {},\n            \"sample_ms\": 1000,\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"is_template\": false\n        }\n    ]\n}"}],"_postman_id":"a89327aa-06ef-46c4-9263-66ad63ec75c5"},{"name":"Create Model","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"model_id\", JSON.parse(responseBody).model.id);"],"type":"text/javascript","packages":{},"id":"4491b35c-ca17-47d9-97b2-38cb2ad5a68c"}}],"id":"132a5052-0088-4d6c-af82-36aadf367995","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"model\": {\n        \"id\": \"rag_prompter\",\n        \"model_type_id\": \"rag-prompter\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models","description":"<p>Create a prompter model for the RAG pipeline. The prompter model formats retrieved document chunks and the user's question into a prompt string for the LLM.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>models[].id</code></td>\n<td>string</td>\n<td>Model ID</td>\n</tr>\n<tr>\n<td><code>models[].model_type_id</code></td>\n<td>string</td>\n<td>Must be <code>rag-prompter</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"bc5b4676-62fd-4bc2-a069-878795ef1b8d","name":"Create Model","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"model\": {\n        \"id\": \"rag_prompter\",\n        \"model_type_id\": \"rag-prompter\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 May 2024 08:48:42 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"484"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Accept,X-Requested-With,Content-Type,Referer,Accept-Encoding,X-CSRF-Token,Authorization,X-Clarifai-Application-Id,X-Clarifai-REST-API-Key,X-Clarifai-Session-Token,X-Clarifai-Client,X-Clarifai-Site,X-RapidAPI-User,x-clarifai-request-id-prefix,x-request-id"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,POST,PUT,PATCH,OPTIONS,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Grpc-Metadata-Content-Type","value":"application/grpc"},{"key":"X-Clarifai-Request-Id","value":"87142962939d46a3b885dccbbc245221"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"87142962939d46a3b885dccbbc245221\"\n    },\n    \"model\": {\n        \"id\": \"rag_prompter\",\n        \"name\": \"rag_prompter\",\n        \"created_at\": \"2024-05-02T08:48:42.363415167Z\",\n        \"modified_at\": \"2024-05-02T08:48:42.363415167Z\",\n        \"app_id\": \"rag-app-1714639564\",\n        \"user_id\": \"clarifai\",\n        \"model_type_id\": \"rag-prompter\",\n        \"visibility\": {\n            \"gettable\": 10\n        },\n        \"metadata\": {},\n        \"presets\": {},\n        \"toolkits\": [],\n        \"use_cases\": [],\n        \"languages\": [],\n        \"languages_full\": [],\n        \"check_consents\": [],\n        \"workflow_recommended\": false\n    }\n}"}],"_postman_id":"132a5052-0088-4d6c-af82-36aadf367995"},{"name":"Create Model Version","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"model_id\", JSON.parse(responseBody).model.id);","postman.setEnvironmentVariable(\"version_id\", encodeURIComponent(JSON.parse(responseBody).model.model_version.id));"],"type":"text/javascript","packages":{},"id":"7569a827-0843-4ea1-a7e2-cee419bb2de3"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"747f79a9-0706-4407-ac31-e1a74f6d7b92"}}],"id":"27e76156-3c80-4cbd-8d45-7e6eeed24b62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"model_versions\": [\n        {\n            \"output_info\": {\n                \"params\": {\n                    \"min_score\": 0.7,\n                    \"max_results\": 5,\n                    \"prompt_template\": \"Context information is below:\\n{data.hits}\\nGiven the context information and not prior knowledge, answer the query.\\nQuery: {data.text.raw}\\nAnswer: \"\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID/versions","description":"<p>Configure the prompter model by setting the prompt template. The template defines how retrieved context and user queries are combined before being sent to the LLM.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>model_versions[].output_info.params.prompt_template</code></td>\n<td>string</td>\n<td>Template string using <code>{data.hits}</code> for retrieved context and <code>{data.text.raw}</code> for the user query</td>\n</tr>\n<tr>\n<td><code>model_versions[].output_info.params.min_score</code></td>\n<td>float</td>\n<td>Minimum retrieval similarity score (0–1)</td>\n</tr>\n<tr>\n<td><code>model_versions[].output_info.params.max_results</code></td>\n<td>integer</td>\n<td>Maximum number of retrieved chunks</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","models","YOUR_MODEL_ID","versions"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"82c3320b-de78-4676-abe7-0cbab8c4e55e","name":"Create Model Version","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"model_versions\": [\n        {\n            \"output_info\": {\n                \"params\": {\n                    \"min_score\": 0.7,\n                    \"max_results\": 5,\n                    \"prompt_template\": \"Context information is below:\\n{data.hits}\\nGiven the context information and not prior knowledge, answer the query.\\nQuery: {data.text.raw}\\nAnswer: \"\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/models/YOUR_MODEL_ID/versions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 May 2024 08:51:33 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"1167"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Accept,X-Requested-With,Content-Type,Referer,Accept-Encoding,X-CSRF-Token,Authorization,X-Clarifai-Application-Id,X-Clarifai-REST-API-Key,X-Clarifai-Session-Token,X-Clarifai-Client,X-Clarifai-Site,X-RapidAPI-User,x-clarifai-request-id-prefix,x-request-id"},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,POST,PUT,PATCH,OPTIONS,DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Grpc-Metadata-Content-Type","value":"application/grpc"},{"key":"X-Clarifai-Request-Id","value":"1d349062b444477d888eeea83e7d5bbc"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"1d349062b444477d888eeea83e7d5bbc\"\n    },\n    \"model\": {\n        \"id\": \"rag_prompter\",\n        \"name\": \"rag_prompter\",\n        \"created_at\": \"2024-05-02T08:48:42.363415Z\",\n        \"modified_at\": \"2024-05-02T08:48:42.363415Z\",\n        \"app_id\": \"rag-app-1714639564\",\n        \"model_version\": {\n            \"id\": \"6924fd5efffa49e1947a4c4b0b02bd52\",\n            \"created_at\": \"2024-05-02T08:51:33.206443200Z\",\n            \"status\": {\n                \"code\": 21100,\n                \"description\": \"Model is trained and ready for deployment\"\n            },\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"app_id\": \"rag-app-1714639564\",\n            \"user_id\": \"clarifai\",\n            \"metadata\": {},\n            \"output_info\": {\n                \"output_config\": {\n                    \"max_concepts\": 0,\n                    \"min_value\": 0\n                },\n                \"message\": \"Show output_info with: GET /models/{model_id}/output_info\",\n                \"params\": {\n                    \"max_results\": 5,\n                    \"min_score\": 0.7,\n                    \"prompt_template\": \"Context information is below:\\n{data.hits}\\nGiven the context information and not prior knowledge, answer the query.\\nQuery: {data.text.raw}\\nAnswer: \"\n                }\n            },\n            \"input_info\": {\n                \"params\": {}\n            },\n            \"train_info\": {},\n            \"import_info\": {}\n        },\n        \"user_id\": \"clarifai\",\n        \"model_type_id\": \"rag-prompter\",\n        \"visibility\": {\n            \"gettable\": 10\n        },\n        \"metadata\": {},\n        \"presets\": {},\n        \"toolkits\": [],\n        \"use_cases\": [],\n        \"languages\": [],\n        \"languages_full\": [],\n        \"check_consents\": [],\n        \"workflow_recommended\": false\n    }\n}"}],"_postman_id":"27e76156-3c80-4cbd-8d45-7e6eeed24b62"},{"name":"Create RAG Workflow","event":[{"listen":"test","script":{"exec":["postman.setEnvironmentVariable(\"workflow_id\", JSON.parse(responseBody).workflows[0].id);"],"type":"text/javascript","packages":{},"id":"28018d9c-2630-431e-885d-dcd63a6f0f3e"}}],"id":"de9f15d9-09b3-4b83-973f-471fc06a7c3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"workflows\": [\n        {\n            \"id\": \"rag-workflow\",\n            \"nodes\": [\n                {\n                    \"id\": \"rag_prompter\",\n                    \"model\": {\n                        \"id\": \"YOUR_MODEL_ID\",\n                        \"model_version\": {\n                            \"id\": \"YOUR_VERSION_ID\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"llm\",\n                    \"node_inputs\": [\n                        {\n                            \"node_id\": \"rag_prompter\"\n                        }\n                    ],\n                    \"model\": {\n                        \"id\": \"mistral-7B-Instruct\",\n                        \"user_id\": \"mistralai\",\n                        \"app_id\": \"YOUR_APP_ID\",\n                        \"model_version\": {\n                            \"id\": \"2d48077b457e4a6d899ca48a89fa91d3\"\n                        }\n                    }\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows","description":"<p>Assemble the full RAG workflow by chaining the prompter model and an LLM. The workflow retrieves relevant document chunks, formats them into a prompt, and generates a response.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>workflows[].id</code></td>\n<td>string</td>\n<td>Workflow ID</td>\n</tr>\n<tr>\n<td><code>workflows[].nodes[0]</code></td>\n<td>object</td>\n<td>Prompter node — references the RAG prompter model</td>\n</tr>\n<tr>\n<td><code>workflows[].nodes[1]</code></td>\n<td>object</td>\n<td>LLM node — references the language model (e.g., Mistral, GPT-4) with <code>node_inputs</code> pointing to the prompter</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","workflows"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"3f56cdb9-a199-48ee-abe0-be077b2d658f","name":"Create Workflow","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"workflows\": [{\n    \"id\": \"rag-workflow\",\n    \"nodes\": [\n      {\n        \"id\": \"rag_prompter\",\n        \"model\": {\n          \"id\": \"rag_prompter\",\n          \"model_version\": {\n            \"id\": \"b94181fa354d43ac8215f3568bb9c741\"\n          }\n        }\n      },\n      {\n        \"id\": \"llm\",\n            \"node_inputs\": [\n                        {\"node_id\": \"rag_prompter\"}\n                    ],\n        \"model\": {\n          \"id\": \"mistral-7B-Instruct\",\n          \"user_id\": \"mistralai\",\n          \"app_id\":  \"completion\",\n          \"model_version\": {\n            \"id\": \"2d48077b457e4a6d899ca48a89fa91d3\"\n          }\n        }\n      }\n    ]\n  }]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"8c11523d25b6050ee413fa34fd3ecf68\"\n    },\n    \"workflows\": [\n        {\n            \"id\": \"rag-workflow\",\n            \"app_id\": \"rag_app\",\n            \"created_at\": \"2024-04-29T12:53:24.361459443Z\",\n            \"nodes\": [\n                {\n                    \"id\": \"rag_prompter\",\n                    \"model\": {\n                        \"id\": \"rag_prompter\",\n                        \"name\": \"rag_prompter\",\n                        \"app_id\": \"rag_app\",\n                        \"model_version\": {\n                            \"id\": \"b94181fa354d43ac8215f3568bb9c741\"\n                        },\n                        \"user_id\": \"8tzpjy1a841y\",\n                        \"model_type_id\": \"rag-prompter\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": []\n                    },\n                    \"output_info_override\": {}\n                },\n                {\n                    \"id\": \"llm\",\n                    \"model\": {\n                        \"id\": \"mistral-7B-Instruct\",\n                        \"name\": \"mistral-7B-Instruct\",\n                        \"app_id\": \"completion\",\n                        \"model_version\": {\n                            \"id\": \"2d48077b457e4a6d899ca48a89fa91d3\"\n                        },\n                        \"user_id\": \"mistralai\",\n                        \"model_type_id\": \"text-to-text\",\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": []\n                    },\n                    \"node_inputs\": [\n                        {\n                            \"node_id\": \"rag_prompter\"\n                        }\n                    ],\n                    \"output_info_override\": {}\n                }\n            ],\n            \"metadata\": {},\n            \"visibility\": {\n                \"gettable\": 10\n            },\n            \"user_id\": \"8tzpjy1a841y\",\n            \"modified_at\": \"2024-04-29T12:53:24.361459443Z\",\n            \"version\": {\n                \"id\": \"a133ce20024847428d2f5cfd6fe78fdb\"\n            },\n            \"use_cases\": [],\n            \"check_consents\": []\n        }\n    ]\n}"}],"_postman_id":"de9f15d9-09b3-4b83-973f-471fc06a7c3f"},{"name":"RAG Workflow Predict","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"b01efa35-391e-42a6-b882-c0cce08f01a8"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"1af31bdd-c1d9-48d4-b61c-36c6e7c7ff5f"}}],"id":"dc8f8b9e-72a6-446d-816e-70b0b9cd958a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"inputs\": [\n        {\n            \"data\": {\n                \"text\": {\n                    \"raw\": \"Summarize this PDF in less than 100 words\"\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows/YOUR_WORKFLOW_ID/results","description":"<p>Query the RAG workflow with a user question. The workflow retrieves relevant document chunks from the app, injects them into the prompt, and returns the LLM's grounded response.</p>\n<h2 id=\"body-parameters\"><strong>Body Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>inputs[].data.text.raw</code></td>\n<td>string</td>\n<td>User question or query</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}},"urlObject":{"path":["v2","users","YOUR_USER_ID","apps","YOUR_APP_ID","workflows","YOUR_WORKFLOW_ID","results"],"host":["https://api.clarifai.com"],"query":[],"variable":[]}},"response":[{"id":"e6d84593-b582-431f-a6fb-2f1c34b4117a","name":"Workflow Predict by Text Copy","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Key YOUR_PAT","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"inputs\": [\n        {\n            \"data\": {\n                \"text\": {\n                    \"raw\": \"Summarize this PDF in less than 100 words\"\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.clarifai.com/v2/users/YOUR_USER_ID/apps/YOUR_APP_ID/workflows/YOUR_WORKFLOW_ID/results"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"code\": 10000,\n        \"description\": \"Ok\",\n        \"req_id\": \"2356948cdbd6a63af9dae932964a2522\"\n    },\n    \"workflow\": {\n        \"id\": \"rag-workflow\",\n        \"app_id\": \"rag_app\",\n        \"created_at\": \"2024-04-29T12:53:24.361459Z\",\n        \"metadata\": {},\n        \"visibility\": {\n            \"gettable\": 10\n        },\n        \"user_id\": \"8tzpjy1a841y\",\n        \"modified_at\": \"2024-04-29T12:53:24.361459Z\",\n        \"version\": {\n            \"id\": \"a133ce20024847428d2f5cfd6fe78fdb\"\n        },\n        \"use_cases\": [],\n        \"check_consents\": []\n    },\n    \"results\": [\n        {\n            \"status\": {\n                \"code\": 10000,\n                \"description\": \"Ok\"\n            },\n            \"input\": {\n                \"id\": \"c899c0fe2aa44459934896bc3b4888f1\",\n                \"data\": {\n                    \"text\": {\n                        \"raw\": \"Summarize this PDF in less than 100 words\",\n                        \"url\": \"https://samples.clarifai.com/placeholder.gif\"\n                    }\n                }\n            },\n            \"outputs\": [\n                {\n                    \"id\": \"7f0528ce337c40e8a269ef2b43a5a823\",\n                    \"status\": {\n                        \"code\": 10000,\n                        \"description\": \"Ok\"\n                    },\n                    \"created_at\": \"2024-04-29T13:04:48.709413948Z\",\n                    \"model\": {\n                        \"id\": \"rag_prompter\",\n                        \"name\": \"rag_prompter\",\n                        \"created_at\": \"2024-04-29T12:36:30.474807Z\",\n                        \"modified_at\": \"2024-04-29T12:36:30.474807Z\",\n                        \"app_id\": \"rag_app\",\n                        \"model_version\": {\n                            \"id\": \"b94181fa354d43ac8215f3568bb9c741\",\n                            \"created_at\": \"2024-04-29T12:41:12.502239Z\",\n                            \"status\": {\n                                \"code\": 21100,\n                                \"description\": \"Model is trained and ready for deployment\"\n                            },\n                            \"visibility\": {\n                                \"gettable\": 10\n                            },\n                            \"app_id\": \"rag_app\",\n                            \"user_id\": \"8tzpjy1a841y\",\n                            \"metadata\": {}\n                        },\n                        \"user_id\": \"8tzpjy1a841y\",\n                        \"model_type_id\": \"rag-prompter\",\n                        \"visibility\": {\n                            \"gettable\": 10\n                        },\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": [],\n                        \"workflow_recommended\": false\n                    },\n                    \"data\": {\n                        \"text\": {\n                            \"raw\": \"Context information is below:\\nMM1: Methods, Analysis & Insights from Multimodal LLM Pre-training 25\\nAppendix\\nA Dataset Details ................................................ 25\\nA.1 Interleaved Image-Text Data................................ 25\\nA.2 Text-Only Data ........................................... 25\\nA.3 Visual Instruction Tuning Data ............................. 26\\nB Training Details ............................................... 27\\nB.1 Pre-training .............................................. 27\\nB.2 Supervised Fine-tuning (SFT) .............................. 29\\nC Evaluation Details ............................................. 30\\nC.1 Pre-training Evaluation .................................... 30\\nC.2 SFT Evaluation Benchmarks................................ 30\\nC.3 SFT Evaluation Meta-Average .............................. 30\\nC.4 Additional SFT Ablations .................................. 31\\nC.5 Implementation Details for Few-shot MM1-30B-Chat .......... 32\\nD Qualitative Examples........................................... 33\\nE Author Contributions and Acknowledgements ..................... 40\\nA Dataset Details\\nA.1 Interleaved Image-Text Data\\nFollowing a process similar to OBELICS [58], we construct a dataset of 500M\\ninterleaved image-text documents, containing 1B images and 500B text tokens.\\nThese 500M documents are built from a collection of 3B HTML files described\\nin Sec. A.2. From each of the HTML files, we extract the text body layer and\\nall the <img>tags. We remove documents that have no images or more than 30\\nimages. We then download the images and insert them at their original positions\\nin the text. Finally, we perform image filtering andimage de-duplication\\nto remove low-quality and repetitive images.\\nDuring image filtering, we remove images that have corrupted bytes and/or\\nheader, aspect ratio less than 1/2 or greater than 2, are too small (less than\\n100px) or too large (larger than 10,000px), or if their URL contains logo,button,\\nicon,pluginorwidget. During image de-duplication, we remove images whose\\nURL or MD5 hash have appeared more than 10 times in the dataset. Addition-\\nally, when an image appears multiple times on a single page, we only retain its\\nfirst appearance.\\nA.2 Text-Only Data\\nFrom an initial Web corpus of 150B English HTML files, we perform boilerplate\\nremoval to arrive at the HTML representing the main content. We then follow\\nsimilar processes as GPT-3 [10] and CCNet [118] to filter out documents that\\nare too short, contain profanity, or are otherwise considered low-quality doc-\\numents. We de-duplicate the data using exact-hash matching and LSH-based\\nnear-duplicate detection. Using these methods, we arrive at 3B HTML files.\\n26 B. McKinzie et al.\\nDatasets Size Prompting Strategy\\nText-only SFT 13k–\\nLLaVA-Conv [76] 57k\\nLLaVA-Complex [76] 77k–\\nShareGPT-4V [15] 102k\\nVQAv2 [38] 83k\\n“Answer the question using a single word or\\nphrase.”GQA [46] 72k\\nOKVQA [82] 9k\\nOCRVQA [86] 80k\\nDVQA [51] 200k\\nChartQA [83] 18k\\nAI2D [52] 3k\\nDocVQA [85] 39k\\nInfoVQA [84] 24k\\nA-OKVQA [98] 66k“Answer with the option’s letter from the given\\nchoices directly.”\\nCOCO Captions [18] 83kSample from a pre-generated prompt list, e.g.,\\n“Provide a brief description of the given image.” TextCaps [103] 22k\\nSynthDog-EN [53] 500kSample from a pre-generated prompt list, e.g.,\\n“Please transcribe all the text in the picture.”\\nTotal 1.45M–\\nTable 5: List of datasets used for supervised fine-tuning.\\nA.3 Visual Instruction Tuning Data\\nOur final SFT data mixture contains a variety of datasets, mostly follow LLaVA-\\n1.5 [74] and LLaVA-NeXT [75]. Specifically,\\n–To encourage the model to provide long-form detailed responses and perform\\nconversations, we follow previous work, use the existing GPT-4 generated\\ndata (LLaVA-Conv and LLaVA-Complex [76]) and the existing GPT-4V gen-\\nerated data (ShareGPT-4V [15]) for model training. We also experimented\\nwith LAION-GPT4V, but did not observe further performance improvement,\\nthus not included in the final mixture.\\n–To enhance the model with better vision-language (VL) understanding capa-\\nbility, we use a variety of academic task oriented VL datasets. These datasets\\nare either in the form of image captioning, or in the form of VQA with short\\nanswers. Specifically,\\n•For natural images: VQAv2 [38], GQA [46], OKVQA [82], A-OKVQA [98],\\nand COCO Captions [18];\\n•For text-rich images: OCRVQA [86], and TextCaps [103];\\n•Fordocumentandchartunderstanding:DVQA[51],ChartQA[83],AI2D[52],\\nDocVQA [85], InfoVQA [84], and SynthDog-En [53];\\n–To enhance the model’s text-only instruction following capability, we also\\nblend in a small amount of text-only SFT data.\\n24 B. McKinzie et al.\\n129. Zellers, R., Holtzman, A., Bisk, Y., Farhadi, A., Choi, Y.: Hellaswag: Can a ma-\\nchine really finish your sentence? (2019)\\n130. Zhang, H., Li, H., Li, F., Ren, T., Zou, X., Liu, S., Huang, S., Gao, J., Zhang,\\nL., Li, C., et al.: Llava-grounding: Grounded visual chat with large multimodal\\nmodels. arXiv preprint arXiv:2312.02949 (2023)\\n131. Zhang, S., Roller, S., Goyal, N., Artetxe, M., Chen, M., Chen, S., Dewan, C.,\\nDiab, M., Li, X., Lin, X.V., et al.: Opt: Open pre-trained transformer language\\nmodels. arXiv preprint arXiv:2205.01068 (2022)\\n132. Zhao, B., Wu, B., Huang, T.: Svit: Scaling up visual instruction tuning. arXiv\\npreprint arXiv:2307.04087 (2023)\\n133. Zhou, B., Hu, Y., Weng, X., Jia, J., Luo, J., Liu, X., Wu, J., Huang, L.:\\nTinyllava: A framework of small-scale large multimodal models. arXiv preprint\\narXiv:2402.14289 (2024)\\n134. Zhu, D., Chen, J., Shen, X., Li, X., Elhoseiny, M.: Minigpt-4: Enhancing vision-\\nlanguage understanding with advanced large language models. arXiv preprint\\narXiv:2304.10592 (2023)\\n135. Zhu, Y., Zhu, M., Liu, N., Ou, Z., Mou, X., Tang, J.: Llava-phi: Efficient multi-\\nmodal assistant with small language model. arXiv preprint arXiv:2401.02330\\n(2024)\\n136. Zoph, B., Bello, I., Kumar, S., Du, N., Huang, Y., Dean, J., Shazeer, N., Fedus,\\nW.: St-moe: Designing stable and transferable sparse expert models (2022)\\n:mplug-docowl:Modularizedmultimodallargelanguagemodelfordocument\\nunderstanding. arXiv preprint arXiv:2307.02499 (2023)\\n124. Ye, Q., Xu, H., Xu, G., Ye, J., Yan, M., Zhou, Y., Wang, J., Hu, A., Shi, P.,\\nShi, Y., et al.: mplug-owl: Modularization empowers large language models with\\nmultimodality. arXiv preprint arXiv:2304.14178 (2023)\\n125. Ye, Q., Xu, H., Ye, J., Yan, M., Liu, H., Qian, Q., Zhang, J., Huang, F., Zhou,\\nJ.: mplug-owl2: Revolutionizing multi-modal large language model with modality\\ncollaboration. arXiv preprint arXiv:2311.04257 (2023)\\n126. You, H., Zhang, H., Gan, Z., Du, X., Zhang, B., Wang, Z., Cao, L., Chang, S.F.,\\nYang, Y.: Ferret: Refer and ground anything anywhere at any granularity. In:\\nICLR (2024)\\n127. Yu, W., Yang, Z., Li, L., Wang, J., Lin, K., Liu, Z., Wang, X., Wang, L.: Mm-vet:\\nEvaluating large multimodal models for integrated capabilities. arXiv preprint\\narXiv:2308.02490 (2023)\\n128. Yue, X., Ni, Y., Zhang, K., Zheng, T., Liu, R., Zhang, G., Stevens, S.,\\nJiang, D., Ren, W., Sun, Y., et al.: Mmmu: A massive multi-discipline multi-\\nmodal understanding and reasoning benchmark for expert agi. arXiv preprint\\narXiv:2311.16502 (2023)\\n: Mixtral of experts (2024)\\n50. Joshi, M., Choi, E., Weld, D.S., Zettlemoyer, L.: Triviaqa: A large scale dis-\\ntantly supervised challenge dataset for reading comprehension. arXiv preprint\\narXiv:1705.03551 (2017)\\n51. Kafle, K., Price, B., Cohen, S., Kanan, C.: Dvqa: Understanding data visualiza-\\ntions via question answering. In: CVPR (2018)\\n52. Kembhavi, A., Salvato, M., Kolve, E., Seo, M., Hajishirzi, H., Farhadi, A.: A\\ndiagram is worth a dozen images. In: ECCV (2016)\\n53. Kim, G., Hong, T., Yim, M., Nam, J., Park, J., Yim, J., Hwang, W., Yun, S., Han,\\nD., Park, S.: Ocr-free document understanding transformer. In: ECCV (2022)\\n54. Koh, J.Y., Fried, D., Salakhutdinov, R.: Generating images with multimodal lan-\\nguage models. arXiv preprint arXiv:2305.17216 (2023)\\n55. Komatsuzaki, A., Puigcerver, J., Lee-Thorp, J., Ruiz, C.R., Mustafa, B., Ainslie,\\nJ., Tay, Y., Dehghani, M., Houlsby, N.: Sparse upcycling: Training mixture-of-\\nexperts from dense checkpoints. In: ICLR (2023)\\nGiven the context information and not prior knowledge, answer the query.\\nQuery: Summarize this PDF in less than 100 words\\nAnswer: \",\n                            \"text_info\": {\n                                \"encoding\": \"UnknownTextEnc\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": \"b0f171ebf3334025bd8ff449e9060b40\",\n                    \"status\": {\n                        \"code\": 10000,\n                        \"description\": \"Ok\"\n                    },\n                    \"created_at\": \"2024-04-29T13:04:48.711852113Z\",\n                    \"model\": {\n                        \"id\": \"mistral-7B-Instruct\",\n                        \"name\": \"mistral-7B-Instruct\",\n                        \"created_at\": \"2023-09-28T16:31:37.932586Z\",\n                        \"modified_at\": \"2024-02-13T08:28:17.266611Z\",\n                        \"app_id\": \"completion\",\n                        \"model_version\": {\n                            \"id\": \"2d48077b457e4a6d899ca48a89fa91d3\",\n                            \"created_at\": \"2024-02-20T11:57:12.747884Z\",\n                            \"status\": {\n                                \"code\": 21100,\n                                \"description\": \"Model is trained and ready\"\n                            },\n                            \"completed_at\": \"2024-02-20T13:04:33.226582Z\",\n                            \"visibility\": {\n                                \"gettable\": 50\n                            },\n                            \"app_id\": \"completion\",\n                            \"user_id\": \"mistralai\",\n                            \"metadata\": {}\n                        },\n                        \"user_id\": \"mistralai\",\n                        \"model_type_id\": \"text-to-text\",\n                        \"visibility\": {\n                            \"gettable\": 50\n                        },\n                        \"toolkits\": [],\n                        \"use_cases\": [],\n                        \"languages\": [],\n                        \"languages_full\": [],\n                        \"check_consents\": [],\n                        \"workflow_recommended\": false,\n                        \"image\": {\n                            \"url\": \"https://data.clarifai.com/large/users/mistralai/apps/completion/inputs/image/aa67589e41714fe7ebe0703173736116\",\n                            \"hosted\": {\n                                \"prefix\": \"https://data.clarifai.com\",\n                                \"suffix\": \"users/mistralai/apps/completion/inputs/image/aa67589e41714fe7ebe0703173736116\",\n                                \"sizes\": [\n                                    \"small\",\n                                    \"large\"\n                                ],\n                                \"crossorigin\": \"use-credentials\"\n                            }\n                        }\n                    },\n                    \"data\": {\n                        \"text\": {\n                            \"raw\": \"1. This paper proposes a method called mplug-docowl, which is a modularized multimodal large language model for document understanding. 2. The model is designed to collaborate with other models to improve its performance. 3. It is trained on a large dataset of interleaved image-text documents. 4. The model is evaluated on several downstream tasks and achieves state-of-the-art results. 5. The authors also discuss the potential of their method for multimodal large language models.\\nB Training Details\\nB.1 Pre-training\\nWe use a version of the mplug-docowl model with 136B parameters, which is a\\nscaled-up version of the original mplug-docowl model. We perform pre-training\\non a dataset of 500M interleaved image-text documents, which is constructed\\nfrom a collection of 3B HTML files. We perform image filtering and image\\nde-duplication to remove low-quality and repetitive images. We use a batch\\nsize of 256 and a learning rate of 1e-4. We perform pre-training for 100k steps,\\nor until convergence.\\nB.2 Supervised Fine-tuning\\nWe use a version of the mplug-docowl model with 136B parameters for supervised\\nfine-tuning. We use a dataset mixture of 1.45M text-only and 500k visual in-\\nstruction tuning documents. We perform fine-tuning with a batch size of 256\\nand a learning rate of 1e-5. We perform fine-tuning for 10k steps, or until con-\\nvergence.\\nC Evaluation Details\\nC.1 Pre-training Evaluation\\nWe evaluate the pre-trained model on several downstream tasks. Specifically,\\nwe evaluate on the following tasks: TextCaps, SynthDog-EN, and ChartQA.\\nTextCaps: We evaluate the model on the TextCaps dataset, which consists of\\nimage-text pairs and requires the model to generate a caption for each image.\\nSynthDog-EN: We evaluate the model on the SynthDog-EN dataset, which\\nconsists of synthetic images and requires the\",\n                            \"text_info\": {\n                                \"encoding\": \"UnknownTextEnc\"\n                            }\n                        }\n                    }\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"dc8f8b9e-72a6-446d-816e-70b0b9cd958a"}],"id":"b1d163f7-c0a1-48d9-b01a-ebeaa996f746","description":"<p>Retrieval Augmented Generation (RAG) enhances LLM responses by retrieving relevant context from a knowledge base before generating text. This walkthrough builds a complete RAG pipeline on Clarifai: create a dedicated app, define the LLM model and version, assemble a RAG workflow, and run predictions.</p>\n<p><strong>Steps:</strong> create RAG application → create model → create model version → create RAG workflow → predict with RAG workflow.</p>\n<p><strong>Variables required:</strong> <code>YOUR_USER_ID</code>, <code>YOUR_APP_ID</code>, <code>YOUR_MODEL_ID</code>, <code>YOUR_VERSION_ID</code>, <code>YOUR_WORKFLOW_ID</code></p>\n<p>📖 <a href=\"https://docs.clarifai.com/compute/overview\">Compute Orchestration Overview</a> | <a href=\"https://docs.clarifai.com/create/workflows/create\">Create Workflows</a> | <a href=\"https://docs.clarifai.com/create/workflows/inference\">Workflow Inferences</a></p>\n","_postman_id":"b1d163f7-c0a1-48d9-b01a-ebeaa996f746","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}}],"id":"cac93e9d-9c34-4f43-9cda-679595ab0261","description":"<p>Walkthroughs provide end-to-end step-by-step guides that combine multiple API operations to accomplish a complete use case. Each subfolder walks through a specific scenario from setup to result.</p>\n<p><strong>Subfolders:</strong></p>\n<ul>\n<li><strong>RAG</strong> — Build a Retrieval Augmented Generation pipeline using a Clarifai LLM workflow</li>\n</ul>\n<p><strong>Variables required:</strong> vary by walkthrough — see individual subfolder descriptions.</p>\n<p>📖 <a href=\"https://docs.clarifai.com/\">Clarifai Documentation</a></p>\n","_postman_id":"cac93e9d-9c34-4f43-9cda-679595ab0261","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","id":"83bab89c-a68a-4fb1-83b7-0e3c20e2d96a","name":"Clarifai Public API","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]}},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"23fc4ae9-b741-48f6-a107-06ce69c6af57"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"38fb7ab5-4b42-4bee-81cf-49e0a5902782"}}],"variable":[{"key":"compute_cluster_id","value":"YOUR_COMPUTE_CLUSTER_ID"},{"key":"base_url","value":"https://api.clarifai.com","type":"string"},{"key":"key","value":"YOUR_PAT","type":"string"},{"key":"user_id","value":"YOUR_USER_ID","type":"string"},{"key":"app_id","value":"YOUR_APP_ID","type":"string"},{"key":"model_id","value":"YOUR_MODEL_ID","type":"string"},{"key":"version_id","value":"YOUR_VERSION_ID","type":"string"},{"key":"workflow_id","value":"YOUR_WORKFLOW_ID","type":"string"},{"key":"input_id","value":"YOUR_INPUT_ID","type":"string"},{"key":"concept_id","value":"YOUR_CONCEPT_ID","type":"string"},{"key":"concept_id2","value":"YOUR_CONCEPT_ID_2","type":"string"},{"key":"annotation_id","value":"YOUR_ANNOTATION_ID","type":"string"},{"key":"annotation_filter_id","value":"YOUR_ANNOTATION_FILTER_ID","type":"string"},{"key":"annotation_search_metrics_id","value":"YOUR_ANNOTATION_SEARCH_METRICS_ID","type":"string"},{"key":"dataset_id","value":"YOUR_DATASET_ID","type":"string"},{"key":"dataset_version_id","value":"YOUR_DATASET_VERSION_ID","type":"string"},{"key":"collector_id","value":"YOUR_COLLECTOR_ID","type":"string"},{"key":"evaluation_id","value":"YOUR_EVALUATION_ID","type":"string"},{"key":"embed_model_version_id","value":"YOUR_EMBED_MODEL_VERSION_ID","type":"string"},{"key":"artifact_id","value":"YOUR_ARTIFACT_ID","type":"string"},{"key":"artifact_version_id","value":"YOUR_ARTIFACT_VERSION_ID","type":"string"},{"key":"asset_id","value":"YOUR_ASSET_ID","type":"string"},{"key":"secret_id","value":"YOUR_SECRET_ID","type":"string"},{"key":"runner_id","value":"YOUR_RUNNER_ID","type":"string"},{"key":"vocab_id","value":"YOUR_VOCAB_ID","type":"string"},{"key":"task_id","value":"YOUR_TASK_ID","type":"string"},{"key":"inputs_add_job_id","value":"YOUR_INPUTS_ADD_JOB_ID","type":"string"},{"key":"input","value":"YOUR_INPUT_ID","type":"string"},{"key":"find_duplicate_annotations_job_id","value":"YOUR_FIND_DUPLICATE_JOB_ID","type":"string"},{"key":"workflow_metrics_id","value":"YOUR_WORKFLOW_METRICS_ID","type":"string"},{"key":"workflow_version_id","value":"YOUR_WORKFLOW_VERSION_ID","type":"string"},{"key":"pipeline_id","value":"YOUR_PIPELINE_ID","type":"string"},{"key":"pipeline_version_id","value":"YOUR_PIPELINE_VERSION_ID","type":"string"},{"key":"pipeline_version_run_id","value":"YOUR_PIPELINE_VERSION_RUN_ID","type":"string"},{"key":"pipeline_step_id","value":"YOUR_PIPELINE_STEP_ID","type":"string"},{"key":"pipeline_step_version_id","value":"YOUR_PIPELINE_STEP_VERSION_ID","type":"string"},{"key":"nodepool_id","value":"YOUR_NODEPOOL_ID","type":"string"},{"key":"deployment_id","value":"YOUR_DEPLOYMENT_ID","type":"string"},{"key":"cloud_provider_id","value":"YOUR_CLOUD_PROVIDER_ID","type":"string"},{"key":"region","value":"YOUR_REGION","type":"string"}]}