{"info":{"_postman_id":"2fcf7153-0edb-43c4-923c-6018bfca1285","name":"Bosch Cognitive Services API","description":"<html><head></head><body><p>This document describes the recognition interface of the Bosch Cognitive Services Platform.</p>\n<h3 id=\"quickstart\">..Quickstart</h3>\n<p>1. Create user account in Postman <a href=\"https://www.postman.com/\">Postman</a></p>\n<p>1. Fork our public GROW BCS APIs collection by clicking on the button (Run in Postman) in the right upper corner of this screen.</p>\n<p>2. Import the environment variable that we send to you.</p>\n<p><img src=\"https://apidocumentationpostman.blob.core.windows.net/postman-documetation-api/step1.jpg\" alt=\"\"></p>\n<p>3. Select our provided enviroment as default for the collection.</p>\n<p>4. Start to make a recognition.</p>\n<p>Note : <a href=\"https://learning.postman.com/docs/sending-requests/managing-environments/\">Tutorial: Environment in Postman</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"4080259","collectionId":"2fcf7153-0edb-43c4-923c-6018bfca1285","publishedId":"VUjQmjED","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"333333"},"publishDate":"2022-08-16T08:03:48.000Z"},"item":[{"name":"Image Recognition","item":[{"name":"Create New Recognition","id":"1379a08b-be38-41f8-a28b-547753b446d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{recognition-token}}","description":"<p>Required. It is in environment that provided by us</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"image","description":"<p>Required. Input should be file.</p>\n","type":"file","value":null}]},"url":"{{recognition-host}}/api/v1/pipelines/:recognition_pipeline_id/recognitions","description":"<p>Make a post request to send images against the BCS recognition service in order to be identified. The returned id can be used to fetch the recognition result.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Host</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>recognition-host</td>\n<td>{{recognition-host}}  <br />Required. It is in the environment variable that will be provided by us.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","pipelines",":recognition_pipeline_id","recognitions"],"host":["{{recognition-host}}"],"query":[],"variable":[{"id":"d601ad47-ae76-49c0-acad-85346af00938","description":{"content":"<p>Required. It is in environment that provided by us</p>\n","type":"text/plain"},"type":"any","value":"{{recognition-pipeline-id}}","key":"recognition_pipeline_id"}]}},"response":[{"id":"5c4f8fad-a275-4b48-b170-6806923d5422","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{recognition-token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","src":["pWNbt4gzf/img.jpg"]}]},"url":"{{recognition-host}}/api/v1/pipelines/{{recognition-pipeline-id}}/recognitions"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"73"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Date","value":"Sat, 30 Jul 2022 02:02:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"62e49123a454e83c728205f5\",\n    \"polling\": {\n        \"delay\": 3000,\n        \"interval\": 500\n    }\n}"}],"_postman_id":"1379a08b-be38-41f8-a28b-547753b446d4"},{"name":"Get Recognition by Id","id":"2341aa85-6266-43bc-8268-bb556335a5e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{recognition-token}}","type":"text"}],"url":"{{recognition-host}}/api/v1/pipelines/:recognition_pipeline_id/recognitions/:recognition_id","urlObject":{"path":["api","v1","pipelines",":recognition_pipeline_id","recognitions",":recognition_id"],"host":["{{recognition-host}}"],"query":[],"variable":[{"id":"2dec5761-b543-45c7-8459-7fe70e7873d1","description":{"content":"<p>Required. It is in environment that provided by us</p>\n","type":"text/plain"},"type":"any","value":"{{recognition-pipeline-id}}","key":"recognition_pipeline_id"},{"id":"f385096a-2757-474b-8b36-2cadd6a7ed72","description":{"content":"<p>Required. By creating new recognition, it returns recognition id to retrive by it the results of recognition</p>\n","type":"text/plain"},"type":"any","value":"","key":"recognition_id"}]}},"response":[{"id":"56c1d79d-ac7f-4a38-b832-45449e5454f7","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{recognition-token}}","type":"text"}],"url":{"raw":"{{recognition-host}}/api/v1/pipelines/:recognition_pipeline_id/recognitions/:recognition_id","host":["{{recognition-host}}"],"path":["api","v1","pipelines",":recognition_pipeline_id","recognitions",":recognition_id"],"variable":[{"key":"recognition_pipeline_id","value":"{{recognition-pipeline-id}}","description":"Required. It is in environment that provided by us"},{"key":"recognition_id","value":"62e4abb6a454e843088208a5","description":"Required. By creating new recognition, it returns recognition id to retrive by it the results of recognition"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"5040"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Date","value":"Sat, 30 Jul 2022 03:55:44 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FINISHED\",\n    \"data\": {\n        \"results\": [\n            {\n                \"id\": \"3122801084\", // product id\n                \"custom\": {\n                    \"image\": \"{{recognition-host}}/{customer}/3122801084.jpg\",\n                    \"confidence\": 0.86\n                }\n            },\n            {\n                \"id\": \"3120251217\",\n                \"custom\": {\n                    \"image\": \"{{recognition-host}}/{customer}/3120251217.jpg\",\n                    \"confidence\": 0.06\n                }\n            },\n            {\n                \"id\": \"3120452104\",\n                \"custom\": {\n                    \"image\": \"{{recognition-host}}/{customer}/3120452104.jpg\",\n                    \"confidence\": 0.02\n                }\n            },\n            {\n                \"id\": \"3120739017\",\n                \"custom\": {\n                    \"image\": \"{{recognition-host}}/{customer}/3120739017.jpg\",\n                    \"confidence\": 0.01\n                }\n            },\n            ...\n        ]\n    }\n}"}],"_postman_id":"2341aa85-6266-43bc-8268-bb556335a5e8"}],"id":"03d9d9c4-43b5-471e-83a3-00aaabf2f7dc","description":"<p>This folder describes the image recognition interface of the Bosch Cognitive Services Platform (BCS Platform). The interface can be used to send images against the BCS platform. There, the images are processed through a neural network, with the aim of identifying the spare part that is depicted on the image.</p>\n","_postman_id":"03d9d9c4-43b5-471e-83a3-00aaabf2f7dc"},{"name":"Image Search","item":[{"name":"Get Image Info by ProductId","id":"b823ff80-e2c3-4e9a-8445-a10e4cebc0a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{image-index-host}}/indexes/:image_index_name/docs?api-version={{image-api-version}}&api-key={{image-api-key}}&$filter=&search=*&$count=true&$select=*&$searchFields=*","description":"<p>This query is used to retrieve all images of the same product, but with different angles or cameras, by ProductId. To retrieve the ProductId, search for it using the method in the Text Search folder.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Host</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>image-index-host</strong></td>\n<td>{{image-index-host}}  <br />Required. It is in environment that provided by us</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["indexes",":image_index_name","docs"],"host":["{{image-index-host}}"],"query":[{"description":{"content":"<p>Required.  It is in environment that provided by us. Version of the REST API used for the request. For a list of supported versions, see API versions. For this operation. </p>\n","type":"text/plain"},"key":"api-version","value":"{{image-api-version}}"},{"description":{"content":"<p>Required.  It is in environment that provided by us. A unique, system-generated string that authenticates the request to your search service.</p>\n","type":"text/plain"},"key":"api-key","value":"{{image-api-key}}"},{"description":{"content":"<p>Required. A structured search expression in standard OData syntax. Only filterable fields can be used in a filter. Example :</p>\n<p>(ID eq '{{ProductId}}') and ( SpinAngle eq 0 or SpinAngle eq 45 or SpinAngle eq 90 or SpinAngle eq 135 or SpinAngle eq 180 or SpinAngle eq 225 ) and (ElevationAngle eq 55 or ElevationAngle eq 45) and CameraNumber eq '1' and LightId eq '1'</p>\n<p>Note : It is prefer to search ID as captial and small letter like (ID eq 'f03cg41034' or ID eq 'F03CG41034')</p>\n","type":"text/plain"},"key":"$filter","value":""},{"description":{"content":"<p>Optional. The text to search for.</p>\n","type":"text/plain"},"key":"search","value":"*"},{"description":{"content":"<p>Specifies whether to fetch the total count of results. This is the count of all documents that match the search and $filter parameters, ignoring $top</p>\n","type":"text/plain"},"key":"$count","value":"true"},{"description":{"content":"<p>Optional. Only fields marked as retrievable can be included in this clause. If unspecified or set to *, all fields marked as retrievable in the schema are included in the projection.</p>\n","type":"text/plain"},"key":"$select","value":"*"},{"description":{"content":"<p>Optional. The list of comma-separated field names to search for the specified text. Target fields must be marked as searchable in the index schema.</p>\n","type":"text/plain"},"key":"$searchFields","value":"*"}],"variable":[{"id":"6db0328e-03de-4454-b81f-b82afe663081","description":{"content":"<p>Required.  It is in environment that provided by us</p>\n","type":"text/plain"},"type":"any","value":"{{image-index-name}}","key":"image_index_name"}]}},"response":[{"id":"02f1748a-5252-4b7d-8142-fe541d70f518","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{image-index-host}}/indexes/{{image-index-name}}/docs?api-version={{image-api-version}}&api-key={{image-api-key}}&search=*&$count=true&$select=*&$searchFields=*&$filter=(ID eq 'f03cg41034' or ID eq 'F03CG41034' or ID eq 'F03CG41034') and ( SpinAngle eq 0 or SpinAngle eq 45 or SpinAngle eq 90 or SpinAngle eq 135 or SpinAngle eq 180 or SpinAngle eq 225 ) and (ElevationAngle eq 55 or ElevationAngle eq 45) and CameraNumber eq '1' and LightId eq '1'","host":["{{image-index-host}}"],"path":["indexes","{{image-index-name}}","docs"],"query":[{"key":"api-version","value":"{{image-api-version}}","description":"Required. Version of the REST API used for the request. For a list of supported versions, see API versions. For this operation"},{"key":"api-key","value":"{{image-api-key}}","description":"Required. A unique, system-generated string that authenticates the request to your search service."},{"key":"search","value":"*","description":"Optional. The text to search for."},{"key":"$count","value":"true","description":"Specifies whether to fetch the total count of results. This is the count of all documents that match the search and $filter parameters, ignoring $top"},{"key":"$select","value":"*","description":"Optional. Only fields marked as retrievable can be included in this clause. If unspecified or set to *, all fields marked as retrievable in the schema are included in the projection."},{"key":"$searchFields","value":"*","description":"Optional. The list of comma-separated field names to search for the specified text. Target fields must be marked as searchable in the index schema."},{"key":"$filter","value":"(ID eq 'f03cg41034' or ID eq 'F03CG41034' or ID eq 'F03CG41034') and ( SpinAngle eq 0 or SpinAngle eq 45 or SpinAngle eq 90 or SpinAngle eq 135 or SpinAngle eq 180 or SpinAngle eq 225 ) and (ElevationAngle eq 55 or ElevationAngle eq 45) and CameraNumber eq '1' and LightId eq '1'","description":"Optional. A structured search expression in standard OData syntax. Only filterable fields can be used in a filter. "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"@odata.context\": \"{{image-index-host}}/indexes('{{image-index-name}}')/$metadata#docs(*)\",\r\n    \"@odata.count\": 1,\r\n    \"value\": [\r\n        {\r\n            \"@search.score\": 1.0,\r\n            \"content\": null,\r\n            \"CameraName\": \"BCS Machine\",\r\n            \"CameraNumber\": \"1\",\r\n            \"ID\": \"f03cg41034\",\r\n            \"PostProcessDate\": \"2019.05.06\",\r\n            \"PostProcessTime\": \"16:03:00\",\r\n            \"ElevationAngle\": 55,\r\n            \"SpinAngle\": 0,\r\n            \"LightId\": \"1\",\r\n            \"PhotoSessionId\": \"34\",\r\n            \"RecipeId\": \"33\",\r\n            \"StepId\": \"34\",\r\n            \"Height\": 69.6834,\r\n            \"Width\": 156.727,\r\n            \"Length\": 373.668,\r\n            \"Weight\": 582.4,\r\n            \"ExposureTime\": \"20000\",\r\n            \"uri\": \"https://{{image-host-name}}/{{image-index-name}}/M42/{{ProductId}}/2019_05_06_{{ProductId}}_RcpId33_StpId34_PhSessId34_LightId1_CamNum1_CamElev55_ImgNo0_SpinAngle0.jpg\",\r\n            \"thumbnailUri\": \"https://{{image-host-name}}/{{image-index-name}}/M42-thumbnails/{{ProductId}}/2019_05_06_{{ProductId}}_RcpId33_StpId34_PhSessId34_LightId1_CamNum1_CamElev55_ImgNo0_SpinAngle0.jpg\",\r\n            \"metadata_storage_content_type\": \"application/octet-stream\",\r\n            \"metadata_storage_size\": 5747588,\r\n            \"metadata_storage_last_modified\": \"2021-03-04T10:20:02Z\",\r\n            \"metadata_storage_content_md5\": \"uXYPnlk7J7uOy976Ut3o4w==\",\r\n            \"metadata_storage_name\": \"2019_05_06_F03CG41034_RcpId33_StpId34_PhSessId34_LightId1_CamNum1_CamElev55_ImgNo0_SpinAngle0.jpg\",\r\n            \"metadata_storage_path\": \"aHR0cHM6Ly9kYXRmaWxlc3luYy5ibG9iLmNvcmUud2luZG93cy5uZXQvYm9zY2gtZmFjdG9yeS1ibGVpY2hhY2gvTTQyL0YwM0NHNDEwMzQvMjAxOV8wNV8wNl9GMDNDRzQxMDM0X1JjcElkMzNfU3RwSWQzNF9QaFNlc3NJZDM0X0xpZ2h0SWQxX0NhbU51bTFfQ2FtRWxldjU1X0ltZ05vMF9TcGluQW5nbGUwLmpwZw2\",\r\n            \"metadata_content_type\": null,\r\n            \"tags\": []\r\n        }\r\n    ]\r\n}"},{"id":"7d1f88e2-2bf6-4a80-9570-10a4bd99b585","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{image-index-host}}/indexes/{{image-index-name}}/docs?api-version={{image-api-version}}&api-key={{image-api-key}}&search=*&$count=true&$select=*&$searchFields=*&$filter=","host":["{{image-index-host}}"],"path":["indexes","{{image-index-name}}","docs"],"query":[{"key":"api-version","value":"{{image-api-version}}","description":"Required. Version of the REST API used for the request. For a list of supported versions, see API versions. For this operation"},{"key":"api-key","value":"{{image-api-key}}","description":"Required. A unique, system-generated string that authenticates the request to your search service."},{"key":"search","value":"*","description":"Optional. The text to search for."},{"key":"$count","value":"true","description":"Specifies whether to fetch the total count of results. This is the count of all documents that match the search and $filter parameters, ignoring $top"},{"key":"$select","value":"*","description":"Optional. Only fields marked as retrievable can be included in this clause. If unspecified or set to *, all fields marked as retrievable in the schema are included in the projection."},{"key":"$searchFields","value":"*","description":"Optional. The list of comma-separated field names to search for the specified text. Target fields must be marked as searchable in the index schema."},{"key":"$filter","value":"","description":"Optional. A structured search expression in standard OData syntax. Only filterable fields can be used in a filter. Example :\n\n(ID eq '{{ProductId}}') and ( SpinAngle eq 0 or SpinAngle eq 45 or SpinAngle eq 90 or SpinAngle eq 135 or SpinAngle eq 180 or SpinAngle eq 225 ) and (ElevationAngle eq 55 or ElevationAngle eq 45) and CameraNumber eq '1' and LightId eq '1'\n\nNote : It is prefer to search ID as captial and small letter like (ID eq 'f03cg41034' or ID eq 'F03CG41034')"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Language","value":"en"},{"key":"Expires","value":"-1"},{"key":"request-id","value":"e296d7ff-82f7-484a-a366-5ef3c72c8c6b"},{"key":"elapsed-time","value":"69"},{"key":"Preference-Applied","value":"odata.include-annotations=\"*\""},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Date","value":"Fri, 29 Jul 2022 14:52:22 GMT"},{"key":"Content-Length","value":"86"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": \"\",\n        \"message\": \"The value for OData query '$filter' cannot be empty.\"\n    }\n}"}],"_postman_id":"b823ff80-e2c3-4e9a-8445-a10e4cebc0a4"},{"name":"Get Image by URI","id":"6833fa65-53b3-497f-a08c-5600012c7bdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{image-uri}}?sp={{image-sas-sp}}&st={{image-sas-st}}&se={{image-sas-se}}&spr={{image-sas-spr}}&sv={{image-sas-sv}}&sr={{image-sas-sr}}&sig={{image-sas-sig}}","description":"<p>This query retrives the image by uri or thumbnailUri.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Path Variable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>{{image-uri}}</strong></td>\n<td>To get uri or thumbnailUri, query image info in Image Search folder.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"host":["{{image-uri}}"],"query":[{"key":"sp","value":"{{image-sas-sp}}"},{"key":"st","value":"{{image-sas-st}}"},{"key":"se","value":"{{image-sas-se}}"},{"key":"spr","value":"{{image-sas-spr}}"},{"key":"sv","value":"{{image-sas-sv}}"},{"key":"sr","value":"{{image-sas-sr}}"},{"key":"sig","value":"{{image-sas-sig}}"}],"variable":[]}},"response":[],"_postman_id":"6833fa65-53b3-497f-a08c-5600012c7bdc"}],"id":"671e415e-aefe-470c-983f-a8d1ffa48f5d","_postman_id":"671e415e-aefe-470c-983f-a8d1ffa48f5d","description":""},{"name":"Text Search","item":[{"name":"Get Products Info by Search","id":"4946f934-4a32-4cc3-a252-47e33ba55365","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{text-index-host}}/indexes/:text_index_name/docs?api-version={{text-api-version}}&api-key={{text-api-key}}&search=*&$top=100&queryType=full&$count=false&fuzzy=true&searchMode=all&select=&searchFields","description":"<p>A query request targets the documents collection of a single index on a search service. It includes parameters that define the match criteria, and parameters that shape the response.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Host</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>text-index-host</td>\n<td>{{text-index-host}}  <br />Required. It is in environment that provided by us</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["indexes",":text_index_name","docs"],"host":["{{text-index-host}}"],"query":[{"description":{"content":"<p>Required.  It is in environment that provided by us. Version of the REST API used for the request. For a list of supported versions, see API versions. For this operation</p>\n","type":"text/plain"},"key":"api-version","value":"{{text-api-version}}"},{"description":{"content":"<p>Required.  It is in environment that provided by us. A unique, system-generated string that authenticates the request to your search service.</p>\n","type":"text/plain"},"key":"api-key","value":"{{text-api-key}}"},{"description":{"content":"<p>Optional. The text to search for.</p>\n","type":"text/plain"},"key":"search","value":"*"},{"description":{"content":"<p>Optional. The number of search results to retrieve.</p>\n","type":"text/plain"},"key":"$top","value":"100"},{"description":{"content":"<p>Optional. Valid values are \"simple\", \"full\", or \"semantic\" (preview). Defaults to \"simple\".</p>\n<p>\"simple\" interprets query strings using the simple query syntax that allows for symbols such as +, *, and \"\". Queries are evaluated across all searchable fields (or fields indicated in searchFields) in each document by default.</p>\n<p>\"full\" interprets query strings using the full Lucene query syntax which allows field-specific and weighted searches. Range search in the Lucene query language is not supported in favor of $filter, which offers similar functionality.</p>\n<p>\"semantic\" improves precision of search results by reranking the top 50 matches using a ranking model trained on the Bing corpus for queries expressed in natural language as opposed to keywords. If you set the query type to semantic, you must also set queryLanguage and semanticConfiguration. You can optionally set answers if you want to also return the top 3 answers if the query input was formulated in natural language (\"what is a ...), and you can optionally set captions to extract key passages from the highest ranked documents.</p>\n","type":"text/plain"},"key":"queryType","value":"full"},{"description":{"content":"<p>Specifies whether to fetch the total count of results. This is the count of all documents that match the search and $filter parameters, ignoring $top</p>\n","type":"text/plain"},"key":"$count","value":"false"},{"description":{"content":"<p>Optional. For fuzzy search</p>\n","type":"text/plain"},"key":"fuzzy","value":"true"},{"description":{"content":"<p>Optional. Valid values are \"any\" or \"all\" Defaults to \"any\". Specifies whether any or all of the search terms must be matched in order to count the document as a match.</p>\n","type":"text/plain"},"key":"searchMode","value":"all"},{"description":{"content":"<p>Optional. Only fields marked as retrievable can be included in this clause. If unspecified or set to *, all fields marked as retrievable in the schema are included in the projection.</p>\n","type":"text/plain"},"key":"select","value":""},{"description":{"content":"<p>Optional. The list of comma-separated field names to search for the specified text. Target fields must be marked as searchable in the index schema.</p>\n","type":"text/plain"},"key":"searchFields","value":""}],"variable":[{"id":"7cfc3787-28be-4cc9-8539-2a7150a1c668","description":{"content":"<p>Required.  It is in environment that provided by us</p>\n","type":"text/plain"},"type":"any","value":"{{text-index-name}}","key":"text_index_name"}]}},"response":[{"id":"c3b8c60f-9ebe-43e2-9650-76fb651c92b4","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{text-index-host}}/indexes/:text_index_name/docs?api-version={{text-api-version}}&api-key={{text-api-key}}&search=*&$top=100&queryType=full&$count=false&fuzzy=true&searchMode=all&select=&searchFields","host":["{{text-index-host}}"],"path":["indexes",":text_index_name","docs"],"query":[{"key":"api-version","value":"{{text-api-version}}","description":"Required.  It is in environment that provided by us. Version of the REST API used for the request. For a list of supported versions, see API versions. For this operation"},{"key":"api-key","value":"{{text-api-key}}","description":"Required.  It is in environment that provided by us. A unique, system-generated string that authenticates the request to your search service."},{"key":"search","value":"*","description":"Optional. The text to search for."},{"key":"$top","value":"100","description":"Optional. The number of search results to retrieve."},{"key":"queryType","value":"full","description":"Optional. Valid values are \"simple\", \"full\", or \"semantic\" (preview). Defaults to \"simple\".\n\n\"simple\" interprets query strings using the simple query syntax that allows for symbols such as +, *, and \"\". Queries are evaluated across all searchable fields (or fields indicated in searchFields) in each document by default.\n\n\"full\" interprets query strings using the full Lucene query syntax which allows field-specific and weighted searches. Range search in the Lucene query language is not supported in favor of $filter, which offers similar functionality.\n\n\"semantic\" improves precision of search results by reranking the top 50 matches using a ranking model trained on the Bing corpus for queries expressed in natural language as opposed to keywords. If you set the query type to semantic, you must also set queryLanguage and semanticConfiguration. You can optionally set answers if you want to also return the top 3 answers if the query input was formulated in natural language (\"what is a ...), and you can optionally set captions to extract key passages from the highest ranked documents."},{"key":"$count","value":"false","description":"Specifies whether to fetch the total count of results. This is the count of all documents that match the search and $filter parameters, ignoring $top"},{"key":"fuzzy","value":"true","description":"Optional. For fuzzy search"},{"key":"searchMode","value":"all","description":"Optional. Valid values are \"any\" or \"all\" Defaults to \"any\". Specifies whether any or all of the search terms must be matched in order to count the document as a match."},{"key":"select","value":"","description":"Optional. Only fields marked as retrievable can be included in this clause. If unspecified or set to *, all fields marked as retrievable in the schema are included in the projection."},{"key":"searchFields","value":null,"description":"Optional. The list of comma-separated field names to search for the specified text. Target fields must be marked as searchable in the index schema."}],"variable":[{"key":"text_index_name","value":"{{text-index-name}}","description":"Required.  It is in environment that provided by us"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; odata.metadata=minimal"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"request-id","value":"819eb93d-cfbd-44a1-961d-f735abe6aedb"},{"key":"elapsed-time","value":"76"},{"key":"OData-Version","value":"4.0"},{"key":"Preference-Applied","value":"odata.include-annotations=\"*\""},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Date","value":"Sat, 30 Jul 2022 03:35:32 GMT"},{"key":"Content-Length","value":"6863"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"{{text-index-host}}/indexes('{{text-index-name}}')/$metadata#docs(*)\",\n    \"value\": [\n        {\n            \"@search.score\": 1,\n            \"articleNumber\": \"2827030006\",\n            \"name\": \"TEILES.P,TASTR.      4/2 1/4\",\n            \"Bestand\": null,\n            \"Lagerplatz\": null,\n            \"vendorMaterialId\": null,\n            \"Lieferantname\": null,\n            \"Lieferantmaterialnummer\": null,\n            \"Warengruppe\": \"R4900\",\n            \"description\": null,\n            \"id\": \"2827030006\"\n        }\n    ]\n}"}],"_postman_id":"4946f934-4a32-4cc3-a252-47e33ba55365"}],"id":"2fa8ea06-a871-4a18-97b0-34a58d014ec3","description":"<p>This folder describes the text recognition interface of the Bosch Cognitive Services Platform (BCS Platform). The interface can be used to send search words against the BCS platform. There, the texts are processed through a cognitive service, with the aim of identifying the spare part that is depicted on the text.</p>\n","_postman_id":"2fa8ea06-a871-4a18-97b0-34a58d014ec3"}],"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"b2c5f684-11e9-4024-af79-91b9e5ba9a80"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"53815e35-bc7c-4d95-891e-01740a9147be"}}]}