{"info":{"_postman_id":"18bd9b20-5222-4862-ac35-ca8a2c361853","name":"ImageTranslate","description":"<html><head></head><body><p>Basic API calls to create project and retrieve results.</p>\n<p>You will need to generate an API Key using the ImageTranslate dashboard (<a href=\"https://www.imagetranslate.com/user/account\">https://www.imagetranslate.com/user/account</a>) to start using the APIs.</p>\n<p>This API Key has to be passed in the headers for all requests.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"7384020","collectionId":"18bd9b20-5222-4862-ac35-ca8a2c361853","publishedId":"S1LpbXnh","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-04-29T06:41:22.000Z"},"item":[{"name":"Create Project","id":"fcbfeb4d-93c5-4df4-809b-9a54dd707daf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"source_language\": \"language ISO code\",\n    \"target_languages\": \"comma separated language ISO codes\",\n    \"image_urls\": [\"url-to-image-asset-1\", \"url-to-image-asset-2\"],\n    \"title\": \"optional title\"\n}"},"url":"https://www.imagetranslate.com/api/create","description":"<p>Creates project and returns an ID if successful</p>\n","urlObject":{"protocol":"https","path":["api","create"],"host":["www","imagetranslate","com"],"query":[],"variable":[]}},"response":[{"id":"ab49e085-38d3-4926-9c85-4fe4e2a126b5","name":"Create Project","originalRequest":{"method":"POST","header":[{"key":"api-key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"source_language\": \"en\",\n    \"target_languages\": \"fr,jp,ar\",\n    \"image_urls\": [\"https://i.alicdn.com/img/tfs/TB1x20cPbvpK1RjSZFqXXcXUVXa-990-400.png\",\n    \"https://i.alicdn.com/img/tfs/TB1qavKRQvoK1RjSZFNXXcxMVXa-990-400.jpg_q80.jpg\"],\n    \"title\": \"Alibaba examples\"\n}"},"url":"https://www.imagetranslate.com/api/create"},"status":"OK","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"5cc6a5d81f89fd509faa86b3\",\n    \"message\": \"Project created successfully\"\n}"}],"_postman_id":"fcbfeb4d-93c5-4df4-809b-9a54dd707daf"},{"name":"Get Project","id":"ed2487f4-0856-4444-9f4c-4010ad552ea1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":""}],"url":"https://www.imagetranslate.com/api/get/PROJECT-ID","description":"<p>Retrieve results of a project that has been created.</p>\n<p>To save the image file, you can <code>wget</code> the <code>export_url</code>.</p>\n<p><code>wget -O image.png export_url</code></p>\n","urlObject":{"protocol":"https","path":["api","get","PROJECT-ID"],"host":["www","imagetranslate","com"],"query":[],"variable":[]}},"response":[{"id":"ebd03344-b3ae-4030-9131-d7162136534d","name":"Get Project","originalRequest":{"method":"GET","header":[{"key":"api-key","value":""}],"url":"https://www.imagetranslate.com/api/get/PROJECT-ID"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"5cc6a5d81f89fd509faa86b3\",\n    \"message\": \"Use the processed flag to continue or stop polling\",\n    \"results\": [\n        {\n            \"ja\": {\n                \"editor_url\": \"https://www.imagetranslate.com/editor/target/5cc6a5d81f89fd509faa86b3/Japanese\",\n                \"export_url\": \"https://www.imagetranslate.com/export/5cc6a5d81f89fd509faa86aa\",\n                \"processed\": true\n            },\n            \"ru\": {\n                \"editor_url\": \"https://www.imagetranslate.com/editor/target/5cc6a5d81f89fd509faa86b3/Russian\",\n                \"export_url\": \"https://www.imagetranslate.com/export/5cc6a5d81f89fd509faa86b0\",\n                \"processed\": true\n            },\n            \"th\": {\n                \"editor_url\": \"https://www.imagetranslate.com/editor/target/5cc6a5d81f89fd509faa86b3/Thai\",\n                \"export_url\": \"https://www.imagetranslate.com/export/5cc6a5d81f89fd509faa86ad\",\n                \"processed\": true\n            }\n        },\n        {\n            \"ja\": {\n                \"editor_url\": \"https://www.imagetranslate.com/editor/target/5cc6a5d81f89fd509faa86b3/Japanese\",\n                \"export_url\": \"https://www.imagetranslate.com/export/5cc6a5d81f89fd509faa86ab\",\n                \"processed\": true\n            },\n            \"ru\": {\n                \"editor_url\": \"https://www.imagetranslate.com/editor/target/5cc6a5d81f89fd509faa86b3/Russian\",\n                \"export_url\": \"https://www.imagetranslate.com/export/5cc6a5d81f89fd509faa86b1\",\n                \"processed\": true\n            },\n            \"th\": {\n                \"editor_url\": \"https://www.imagetranslate.com/editor/target/5cc6a5d81f89fd509faa86b3/Thai\",\n                \"export_url\": \"https://www.imagetranslate.com/export/5cc6a5d81f89fd509faa86ae\",\n                \"processed\": true\n            }\n        }\n    ]\n}"}],"_postman_id":"ed2487f4-0856-4444-9f4c-4010ad552ea1"},{"name":"Delete Project","id":"f3d54633-29f9-4586-872b-b03654402d94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"api-key","value":""}],"body":{"mode":"formdata","formdata":[]},"url":"https://www.imagetranslate.com/api/delete/PROJECT-ID","description":"<p>Delete an existing project</p>\n","urlObject":{"protocol":"https","path":["api","delete","PROJECT-ID"],"host":["www","imagetranslate","com"],"query":[],"variable":[]}},"response":[{"id":"3786a430-c7d1-4f46-8e19-2da137d16fbd","name":"Delete Project","originalRequest":{"method":"DELETE","header":[{"key":"api-key","value":""}],"body":{"mode":"formdata","formdata":[]},"url":"https://www.imagetranslate.com/api/delete/PROJECT-ID"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Project deleted successfully\"\n}"}],"_postman_id":"f3d54633-29f9-4586-872b-b03654402d94"},{"name":"https://admin-api.stage.portfolioiq.co/api/v1/configurations","id":"b7dad858-6551-4156-a7f1-8e4806116d1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"cookie","value":"_dev_session=HvFpy3Ok1e%2BKGAYwVR6XwdsDujF9zSei9iTaKGfzQhIcQ3x7NjsGpsL%2BOcax%2BvDeTvHXG0VCxoUydhHYRL8NNjvFhbO%2Bi11VCAEc6LAe2Q%2F3CdshxWoNK%2FeRYfHxgJxZr6jHMzreMH%2FWhCg8Gh6HnPgIHkzEVVUGe3PxBcmuUPiWBUHICEHHmBEC4%2F8ramj1mgAuas8hRn3A7jI2jbcdxKTzXLuEYHWEHGepiQolxWg%3D--lmKSt%2Fs5EnSuqYei--VT4jZt%2FnGjpvLI9M09M7dw%3D%3D; path=/; httponly; samesite=none; secure"}],"body":{"mode":"raw","raw":"{\n    \"organization_uid\": \"1dddbc52-0e30-45a5-b62b-361fd6def779\",\n    \"configs\": [\n        \n        {\n            \"slug\": \"feature_flag\",\n            \"feature\": \"excel\",\n            \"value\": {\n                \"visibility\": \"disabled\"\n            }\n        }\n    ]\n\n}","options":{"raw":{"language":"json"}}},"url":"https://admin-api.stage.portfolioiq.co/api/v1/configurations","description":"<p>Generated from cURL: curl --location --request PUT '<a href=\"https://admin-api.stage.portfolioiq.co/api/v1/configurations\">https://admin-api.stage.portfolioiq.co/api/v1/configurations</a>' <br />--header 'Content-Type: application/json' <br />--header 'cookie: _dev_session=HvFpy3Ok1e%2BKGAYwVR6XwdsDujF9zSei9iTaKGfzQhIcQ3x7NjsGpsL%2BOcax%2BvDeTvHXG0VCxoUydhHYRL8NNjvFhbO%2Bi11VCAEc6LAe2Q%2F3CdshxWoNK%2FeRYfHxgJxZr6jHMzreMH%2FWhCg8Gh6HnPgIHkzEVVUGe3PxBcmuUPiWBUHICEHHmBEC4%2F8ramj1mgAuas8hRn3A7jI2jbcdxKTzXLuEYHWEHGepiQolxWg%3D--lmKSt%2Fs5EnSuqYei--VT4jZt%2FnGjpvLI9M09M7dw%3D%3D; path=/; httponly; samesite=none; secure' <br />--data '{\n    \"organization_uid\": \"1dddbc52-0e30-45a5-b62b-361fd6def779\",\n    \"configs\": [</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    {\n        \"slug\": \"feature_flag\",\n        \"feature\": \"excel\",\n        \"value\": {\n            \"visibility\": \"disabled\"\n        }\n    }\n]\n</code></pre><p>}'</p>\n","urlObject":{"protocol":"https","path":["api","v1","configurations"],"host":["admin-api","stage","portfolioiq","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7dad858-6551-4156-a7f1-8e4806116d1a"}],"event":[{"listen":"prerequest","script":{"id":"f14dd8f2-75b1-4e61-b572-62c99c1c87df","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0cfd1d23-f3ca-4fd1-bead-06cee0c15a26","type":"text/javascript","exec":[""]}}],"variable":[{"key":"YOUR-API-KEY","value":"","type":"string"}]}