{"info":{"_postman_id":"9321f4d8-c613-404c-9e32-d3c9c5e7df34","name":"SkyCloud AI Market","description":"<html><head></head><body><p>This collection contains various AI-powered endpoints provided by SkyCloud for tasks such as image captioning, optical character recognition (OCR), speech recognition, emotion detection, and more. These APIs allow you to leverage advanced AI technologies like face verification, gender detection, and license plate recognition in your applications.</p>\n<p>Each endpoint requires the user to have an active market package, which is checked before processing the request. Depending on the service, the user needs to provide files such as images or audio, which are processed to return AI-generated results.</p>\n<p>Explore the various capabilities to enhance your application with AI-powered features.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"22644769","collectionId":"9321f4d8-c613-404c-9e32-d3c9c5e7df34","publishedId":"2sAXxS8Btw","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-10-12T11:56:44.000Z"},"item":[{"name":"Autorization","item":[{"name":"Login","id":"61041c79-bdd5-4f6b-a7ee-b6dd0a1c1b21","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\" : \"api@api.com\",\n    \"password\" : \"987654321\"\n}","options":{"raw":{"language":"json"}}},"url":"https://skycloud.ir/api/v1/auth/login","urlObject":{"path":["auth","login"],"host":["https://skycloud.ir/api/v1"],"query":[],"variable":[]}},"response":[{"id":"3d8bc1c9-caa5-41e6-9c46-4718600702ff","name":"Ok","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\" : \"test@test.com\",\n    \"password\" : \"password\"\n}","options":{"raw":{"language":"json"}}},"url":"https://skycloud.ir/api/v1/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 200,\n    \"access_token\": \"<string>\",\n    \"token_type\": \"bearer\",\n    \"expires_in\": 3600\n}"},{"id":"fff41649-9f46-441c-b7c3-8aa71a4f2f71","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\" : \"test@test.com\",\n    \"password\" : \"password\"\n}","options":{"raw":{"language":"json"}}},"url":"https://skycloud.ir/api/v1/auth/login"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Unauthorized\",\n    \"status_code\": 401\n}"}],"_postman_id":"61041c79-bdd5-4f6b-a7ee-b6dd0a1c1b21"}],"id":"7211bbb5-33c3-4b64-8c84-b3686907efcc","_postman_id":"7211bbb5-33c3-4b64-8c84-b3686907efcc","description":""},{"name":"Image To Caption","item":[{"name":"Image To Caption","id":"92dab58e-8f16-4b37-8bcb-689939a7c9cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://skycloud.ir/api/v1/market/image-to-caption","description":"<p>This endpoint takes an image file as input and generates a descriptive caption for the image. The user must have an active package to use this service. The image file is uploaded, processed, and a caption is returned. If the user does not have an active package, an error message will be returned.</p>\n","urlObject":{"path":["market","image-to-caption"],"host":["https://skycloud.ir/api/v1"],"query":[],"variable":[]}},"response":[{"id":"238f7fe6-c755-4b1e-8e05-e2ece1568b4a","name":"Ok","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://skycloud.ir/api/v1/market/image-to-caption"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Oct 2024 11:35:15 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 200,\n    \"message\": \"Text generated successfully.\",\n    \"data\": \"<string>\"\n}"},{"id":"199983f7-d068-4eed-9676-2df45443bef3","name":"Bad Parameter","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://skycloud.ir/api/v1/market/image-to-caption"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Oct 2024 08:58:24 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 400,\n    \"message\": \"Something went wrong.\"\n}"},{"id":"2c48cf68-7833-453a-b13d-4068ac79102c","name":"Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://skycloud.ir/api/v1/market/image-to-caption"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Oct 2024 09:06:53 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 500,\n    \"message\": \"An unexpected error occurred while fetching models. Please try again later.\"\n}"}],"_postman_id":"92dab58e-8f16-4b37-8bcb-689939a7c9cc"}],"id":"58be867b-652b-4afa-ad67-7669315d4b42","_postman_id":"58be867b-652b-4afa-ad67-7669315d4b42","description":""},{"name":"OCR","item":[{"name":"OCR","id":"2dafa8ae-ed9b-406c-9b1b-cb2c59e2b478","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://skycloud.ir/api/v1/market/ocr","description":"<p>This endpoint extracts text from an uploaded image using Optical Character Recognition (OCR) technology. The user must have an active package. The uploaded image is processed to return the recognized text within the image.</p>\n","urlObject":{"path":["market","ocr"],"host":["https://skycloud.ir/api/v1"],"query":[],"variable":[]}},"response":[{"id":"b9df45f5-f591-4132-8a3f-75671f1fcc09","name":"Ok","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://skycloud.ir/api/v1/market/ocr"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Oct 2024 13:34:12 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 200,\n    \"message\": \"Text generated successfully.\",\n    \"data\": \"<string>\"\n}"},{"id":"7507f657-dc26-48e7-bae0-48378d8730d5","name":"Bad Parameter","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://skycloud.ir/api/v1/market/ocr"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Oct 2024 11:03:57 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 400,\n    \"message\": \"Something went wrong.\"\n}"},{"id":"c0d045c4-2e75-40af-81c0-abe0866ba9b7","name":"Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://skycloud.ir/api/v1/market/ocr"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Oct 2024 11:13:54 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 500,\n    \"message\": \"An unexpected error occurred while fetching models. Please try again later.\"\n}"}],"_postman_id":"2dafa8ae-ed9b-406c-9b1b-cb2c59e2b478"}],"id":"7197d5e9-8545-4435-8835-542dd96af043","_postman_id":"7197d5e9-8545-4435-8835-542dd96af043","description":""},{"name":"Licence Plate","item":[{"name":"Licence Plate","id":"19f81b94-7a5b-45cf-90f0-32d1f8333983","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://skycloud.ir/api/v1/market/license-plate","description":"<p>This endpoint detects and extracts the text from a license plate in an uploaded image. Users need an active package to use this service. The service returns the license plate number found in the image.</p>\n","urlObject":{"path":["market","license-plate"],"host":["https://skycloud.ir/api/v1"],"query":[],"variable":[]}},"response":[{"id":"f35a9a7c-670d-478d-b2a2-d6ab5b2054e7","name":"Ok","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://skycloud.ir/api/v1/market/license-plate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Oct 2024 13:35:05 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 200,\n    \"message\": \"Text generated successfully.\",\n    \"data\": \"<string>\"\n}"},{"id":"268db7af-8125-4d63-9d54-f897505ca17a","name":"Bad Parameter","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://skycloud.ir/api/v1/market/license-plate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Oct 2024 11:04:34 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 400,\n    \"message\": \"Something went wrong.\"\n}"},{"id":"d80549a8-4856-4122-8b2a-4e81afc007ec","name":"Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://skycloud.ir/api/v1/market/license-plate"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Oct 2024 11:13:35 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 500,\n    \"message\": \"An unexpected error occurred while fetching models. Please try again later.\"\n}"}],"_postman_id":"19f81b94-7a5b-45cf-90f0-32d1f8333983"}],"id":"5f637db6-df90-4697-af58-c85339df3a61","_postman_id":"5f637db6-df90-4697-af58-c85339df3a61","description":""},{"name":"Speech Recognition","item":[{"name":"Speech Recognition","id":"89bcc51a-dd84-4383-aad3-4b8d9a2c9288","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://skycloud.ir/api/v1/market/speech-recognition","description":"<p>This endpoint converts speech from an uploaded audio file into text. Users must have an active package to use this service. The result is a text transcription of the audio file provided.</p>\n","urlObject":{"path":["market","speech-recognition"],"host":["https://skycloud.ir/api/v1"],"query":[],"variable":[]}},"response":[{"id":"97094e7e-332a-4397-a6b0-b8242e3ab96a","name":"Ok","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://skycloud.ir/api/v1/market/speech-recognition"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Oct 2024 13:35:05 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 200,\n    \"message\": \"Text generated successfully.\",\n    \"data\": \"<string>\"\n}"},{"id":"ba53e016-5c9f-43ef-a8bd-0f9fcb799316","name":"Bad Parameter","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://skycloud.ir/api/v1/market/speech-recognition"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Oct 2024 11:04:50 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 400,\n    \"message\": \"Something went wrong.\"\n}"},{"id":"2f453d03-ef88-43cd-8c29-34ba681dfb64","name":"Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://skycloud.ir/api/v1/market/speech-recognition"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Oct 2024 11:13:00 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 500,\n    \"message\": \"An unexpected error occurred while fetching models. Please try again later.\"\n}"}],"_postman_id":"89bcc51a-dd84-4383-aad3-4b8d9a2c9288"}],"id":"5d4ddecd-ea18-45d8-9773-803a806d7de4","_postman_id":"5d4ddecd-ea18-45d8-9773-803a806d7de4","description":""},{"name":"Emotion Detection","item":[{"name":"Emotion Detection","id":"bea37c22-d2e9-4b99-aaf3-4f1a2080a05f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://skycloud.ir/api/v1/market/emotion-detection","description":"<p>This endpoint analyzes an image of a face and detects the emotions of the person. Users must have an active package to access this feature. The response includes detected emotions such as happiness, sadness, anger, etc.</p>\n","urlObject":{"path":["market","emotion-detection"],"host":["https://skycloud.ir/api/v1"],"query":[],"variable":[]}},"response":[{"id":"959cc3f3-e80f-4fdc-b730-82a2d6bbe700","name":"Ok","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":[]}]},"url":"https://skycloud.ir/api/v1/market/emotion-detection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Oct 2024 11:35:15 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 200,\n    \"data\": \"<string>\"\n}"},{"id":"19b33111-afcf-4a12-b659-d2343b2c2ace","name":"Bad Parameter","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":[]}]},"url":"https://skycloud.ir/api/v1/market/emotion-detection"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Oct 2024 08:58:24 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 400,\n    \"message\": \"Something went wrong.\"\n}"},{"id":"77234fa9-c9ed-40d9-a650-094bf5dba5ec","name":"Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":[]}]},"url":"https://skycloud.ir/api/v1/market/emotion-detection"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Oct 2024 09:06:53 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 500,\n    \"message\": \"An unexpected error occurred while fetching models. Please try again later.\"\n}"}],"_postman_id":"bea37c22-d2e9-4b99-aaf3-4f1a2080a05f"}],"id":"dd7b143c-c5f0-4c11-9606-03858f452928","_postman_id":"dd7b143c-c5f0-4c11-9606-03858f452928","description":""},{"name":"Face Verification","item":[{"name":"Face Verification","id":"c3c53028-92f8-4d9f-b4ac-a65fa098850d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"file2","type":"file","value":null}]},"url":"https://skycloud.ir/api/v1/market/face-verification","description":"<p>This endpoint compares two images of faces to verify whether they belong to the same person. Users need an active package to use this service. The result will indicate the similarity between the two faces and whether they are likely the same person.</p>\n","urlObject":{"path":["market","face-verification"],"host":["https://skycloud.ir/api/v1"],"query":[],"variable":[]}},"response":[{"id":"53bb2df6-cdc4-4f01-a927-744d6ca04d41","name":"Ok","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":[]}]},"url":"https://skycloud.ir/api/v1/market/face-verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Oct 2024 11:35:15 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 200,\n    \"data\": \"<string>\"\n}"},{"id":"c0e69003-8602-468e-b93f-3761416880e9","name":"Bad Parameter","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":[]}]},"url":"https://skycloud.ir/api/v1/market/face-verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Oct 2024 08:58:24 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 400,\n    \"message\": \"Something went wrong.\"\n}"},{"id":"e6505f77-0361-4e7b-b4c0-7e43d9d1bcce","name":"Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":[]}]},"url":"https://skycloud.ir/api/v1/market/face-verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Oct 2024 09:06:53 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 500,\n    \"error\": \"An unexpected error occurred while fetching models. Please try again later.\"\n}"}],"_postman_id":"c3c53028-92f8-4d9f-b4ac-a65fa098850d"}],"id":"54c3c0e8-79b3-4bf3-ae9c-59612d892610","_postman_id":"54c3c0e8-79b3-4bf3-ae9c-59612d892610","description":""},{"name":"Age Detection","item":[{"name":"Age Detection","id":"2e6db450-151f-4f90-ba4c-1c20316b476b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://skycloud.ir/api/v1/market/age-detection","description":"<p>This endpoint estimates the age of a person from a face in an uploaded image. Users must have an active package. The system analyzes the face and provides an estimated age in the response.</p>\n","urlObject":{"path":["market","age-detection"],"host":["https://skycloud.ir/api/v1"],"query":[],"variable":[]}},"response":[{"id":"65e2c1d1-1ac2-4c3c-bc2e-7076c3181aa4","name":"Ok","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":[]}]},"url":"https://skycloud.ir/api/v1/market/age-detection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Oct 2024 11:35:15 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 200,\n    \"data\": \"<string>\"\n}"},{"id":"2f1b43ff-9f80-4fc2-b703-afa6bba77d8c","name":"Bad Parameter","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":[]}]},"url":"https://skycloud.ir/api/v1/market/age-detection"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Oct 2024 08:58:24 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 400,\n    \"message\": \"Something went wrong.\"\n}"},{"id":"8421bf03-fc4a-4521-991a-1622585b5542","name":"Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":[]}]},"url":"https://skycloud.ir/api/v1/market/age-detection"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Oct 2024 09:06:53 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 500,\n    \"message\": \"An unexpected error occurred while fetching models. Please try again later.\"\n}"}],"_postman_id":"2e6db450-151f-4f90-ba4c-1c20316b476b"}],"id":"2e9f4ceb-06b7-47b9-8afa-52fcfdbc68bd","_postman_id":"2e9f4ceb-06b7-47b9-8afa-52fcfdbc68bd","description":""},{"name":"Gender Detection","item":[{"name":"Gender Detection","id":"1f8132f0-7f64-4a56-aed3-e2b67b3ee595","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://skycloud.ir/api/v1/market/gender-detection","description":"<p>This endpoint predicts the gender of a person based on an uploaded image of their face. Users need an active package to use this service. The response returns the predicted gender.</p>\n","urlObject":{"path":["market","gender-detection"],"host":["https://skycloud.ir/api/v1"],"query":[],"variable":[]}},"response":[{"id":"2a096c6f-71e1-4135-b0f6-65a7bebb2efe","name":"Ok","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":[]}]},"url":"https://skycloud.ir/api/v1/market/gender-detection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Oct 2024 11:35:15 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 200,\n    \"data\": \"<integer>\"\n}"},{"id":"cb71ec66-dadd-4252-9b3f-994af4bcc396","name":"Bad Parameter","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":[]}]},"url":"https://skycloud.ir/api/v1/market/gender-detection"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Oct 2024 08:58:24 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 400,\n    \"message\": \"Something went wrong.\"\n}"},{"id":"1a9521cb-f6f8-49e0-b3a5-2ed5e8fedbdc","name":"Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":[]}]},"url":"https://skycloud.ir/api/v1/market/gender-detection"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Oct 2024 09:06:53 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 500,\n    \"message\": \"An unexpected error occurred while fetching models. Please try again later.\"\n}"}],"_postman_id":"1f8132f0-7f64-4a56-aed3-e2b67b3ee595"}],"id":"4c031122-196b-45f7-8ade-855deaa6b3b8","_postman_id":"4c031122-196b-45f7-8ade-855deaa6b3b8","description":""},{"name":"Object Detection","item":[{"name":"Object Detection","id":"d92ead41-bfa5-4f48-a425-9ace6da188d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://skycloud.ir/api/v1/market/object-detection","description":"<p>This endpoint allows authenticated users to upload an image file for object detection. The API processes the image and returns the detected objects.</p>\n","urlObject":{"path":["market","object-detection"],"host":["https://skycloud.ir/api/v1"],"query":[],"variable":[]}},"response":[{"id":"bee9e8de-c541-4b8b-97f1-ea285d7118a1","name":"Ok","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":[]}]},"url":"https://skycloud.ir/api/v1/market/object-detection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Oct 2024 11:35:15 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 200,\n    \"data\": [\n        \"<string>\"\n    ]\n}"},{"id":"05a093d8-388b-463d-8fba-ca2780481255","name":"Bad Parameter","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":[]}]},"url":"https://skycloud.ir/api/v1/market/object-detection"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Oct 2024 08:58:24 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 400,\n    \"message\": \"Something went wrong.\"\n}"},{"id":"4e553893-f548-4cf5-995b-2ee3d82a1113","name":"Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":[]}]},"url":"https://skycloud.ir/api/v1/market/object-detection"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Oct 2024 09:06:53 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 500,\n    \"message\": \"An unexpected error occurred while fetching models. Please try again later.\"\n}"}],"_postman_id":"d92ead41-bfa5-4f48-a425-9ace6da188d0"}],"id":"e32e2885-1758-46b2-b9c7-b36ee9e51fa5","_postman_id":"e32e2885-1758-46b2-b9c7-b36ee9e51fa5","description":""}],"event":[{"listen":"prerequest","script":{"id":"e10ba101-0f04-4869-8e9e-78f51d01d5aa","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"76c2f760-b0dd-4960-8d0e-ebd53bdf4bf0","type":"text/javascript","exec":[""]}}],"variable":[{"key":"base_url","value":"https://skycloud.ir/api/v1"},{"key":"bearer_token","value":""}]}