{"activeVersionTag":"latest","latestAvailableVersionTag":"latest","collection":{"info":{"_postman_id":"8d60ee4e-62e1-4d20-8748-ff39de147a5b","name":"Undetectable Local API","description":"With the API v1.5 in [Undetectable](https:\/\/undetectable.io\/?utm_source=api-docs.undetectable.io), you will be able to get a list of profiles, create, launch, update, and close them. Additionally, with the obtained information, you can connect various automation tools such as **Puppeteer**, **Playwright**, **Selenium** and others to profiles on the Chromium core.\n\nAlso check our documentation: [https:\/\/docs.undetectable.io\/en\/](https:\/\/docs.undetectable.io\/en\/?utm_source=api-docs.undetectable.io)\n\nYou can download **Chromedriver** for working with Selenium here:\n\n- [Windows](https:\/\/cdn.undetectable.io\/download\/chromedriver_win_x64.zip)\n    \n- [MacOS M series](https:\/\/cdn.undetectable.io\/download\/chromedriver_mac_arm64.zip)\n    \n- [MacOS Intel](https:\/\/cdn.undetectable.io\/download\/chromedriver_mac_x64.zip)\n    \n\n> The program must be running to work with the API. \n  \n\nBy default, the local server runs on port **`25325`**. If this port is occupied, it will start on another port. You can check the port in the program settings and change it if necessary.\n\n<img src=\"https:\/\/content.pstmn.io\/1b4e200d-3be2-43be-8083-b8ee137774c0\/Q2xlYW5TaG90IDIwMjUtMDItMDQgYXQgMjEuMjcuMjFAMngucG5n\" alt=\"Local%20API%20url%20in%20Undetectable%20Browser%20settings\">\n\nTo access the local server, use the IP: **127.0.0.1**, **localhost**, or the local IP within your network, and the port from the settings plus the path you want to execute, for example, `http:\/\/localhost:25325\/status`.\n\n### API Responses\n\nAll API responses look like:\n\n``` json\n{\n\"code\": `<status code>`,\n\"status\": `<status>`,\n\"data\": `<return object>`,\n}\n\n ```\n\nwhere **status code** and **status** reflect the status:\n\n| status code | status | Description |\n| --- | --- | --- |\n| 0 | \"success\" | success |\n| 1 | \"error\" | error, = {\"error\":\"error description\"} |\n\n**return object** - various data sent by the API, for example, a list of profiles.\n\nErrors have the following format:\n\n``` json\n{\n    \"code\":1,\n    \"status\":\"error\",\n    \"data\":\n    {\"error\": \"error description\"},\n}\n\n ```\n\n> \ud83d\udd34 - Required parametr in request","schema":"https:\/\/schema.getpostman.com\/json\/collection\/v2.0.0\/collection.json","isPublicCollection":false,"owner":"41479973","team":6704275,"collectionId":"8d60ee4e-62e1-4d20-8748-ff39de147a5b","publishedId":"2sAYQfC8sn","public":true,"publicUrl":"https:\/\/api-docs.undetectable.io","privateUrl":"https:\/\/go.postman.co\/documentation\/41479973-8d60ee4e-62e1-4d20-8748-ff39de147a5b","customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"9259dd"},"documentationLayout":"classic-double-column","customisation":{"metaTags":[{"name":"description","value":"Create your own automation using the Undetectable local API"},{"name":"title","value":"Undetectable Browser Local API"}],"appearance":{"default":"dark","themes":[{"name":"dark","logo":"https:\/\/content.pstmn.io\/b3721961-f797-4761-81b6-b29c6eee8b1d\/NTEyeDUxMiAoMSkucG5n","colors":{"top-bar":"212121","right-sidebar":"303030","highlight":"ad73f9"}},{"name":"light","logo":"https:\/\/content.pstmn.io\/ed223f6d-de3b-4e5c-882f-321f98475174\/NTEyeDUxMiAoMSkucG5n","colors":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"9259dd"}}]}},"version":"8.10.1","publishDate":"2025-01-23T20:46:59.000Z","activeVersionTag":"latest","documentationTheme":"light","metaTags":{"title":"Undetectable Browser Local API","description":"Create your own automation using the Undetectable local API"},"logos":{"logoLight":"https:\/\/content.pstmn.io\/ed223f6d-de3b-4e5c-882f-321f98475174\/NTEyeDUxMiAoMSkucG5n","logoDark":"https:\/\/content.pstmn.io\/b3721961-f797-4761-81b6-b29c6eee8b1d\/NTEyeDUxMiAoMSkucG5n"}},"statusCode":200},"environments":[],"user":{"authenticated":false,"permissions":{"publish":false}},"run":{"button":{"js":"https:\/\/run.pstmn.io\/button.js","css":"https:\/\/run.pstmn.io\/button.css"}},"web":"https:\/\/www.getpostman.com\/","team":{"logo":"https:\/\/res.cloudinary.com\/postman\/image\/upload\/t_team_logo_pubdoc\/v1\/team\/acf819a5630acd7bd12fde54f357cce8ca0f58c6c96f1dbd27dcd579dd8e7424","favicon":"https:\/\/undetectable.io\/favicon.ico"},"isEnvFetchError":false,"languages":"[{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"HttpClient\"},{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"RestSharp\"},{\"key\":\"curl\",\"label\":\"cURL\",\"variant\":\"cURL\"},{\"key\":\"dart\",\"label\":\"Dart\",\"variant\":\"http\"},{\"key\":\"go\",\"label\":\"Go\",\"variant\":\"Native\"},{\"key\":\"http\",\"label\":\"HTTP\",\"variant\":\"HTTP\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"OkHttp\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"Unirest\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"Fetch\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"jQuery\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"XHR\"},{\"key\":\"c\",\"label\":\"C\",\"variant\":\"libcurl\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Axios\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Native\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Request\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Unirest\"},{\"key\":\"objective-c\",\"label\":\"Objective-C\",\"variant\":\"NSURLSession\"},{\"key\":\"ocaml\",\"label\":\"OCaml\",\"variant\":\"Cohttp\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"cURL\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"Guzzle\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"HTTP_Request2\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"pecl_http\"},{\"key\":\"powershell\",\"label\":\"PowerShell\",\"variant\":\"RestMethod\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"http.client\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"Requests\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"httr\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"RCurl\"},{\"key\":\"ruby\",\"label\":\"Ruby\",\"variant\":\"Net::HTTP\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"Httpie\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"wget\"},{\"key\":\"swift\",\"label\":\"Swift\",\"variant\":\"URLSession\"}]","languageSettings":[{"key":"csharp","label":"C#","variant":"HttpClient"},{"key":"csharp","label":"C#","variant":"RestSharp"},{"key":"curl","label":"cURL","variant":"cURL"},{"key":"dart","label":"Dart","variant":"http"},{"key":"go","label":"Go","variant":"Native"},{"key":"http","label":"HTTP","variant":"HTTP"},{"key":"java","label":"Java","variant":"OkHttp"},{"key":"java","label":"Java","variant":"Unirest"},{"key":"javascript","label":"JavaScript","variant":"Fetch"},{"key":"javascript","label":"JavaScript","variant":"jQuery"},{"key":"javascript","label":"JavaScript","variant":"XHR"},{"key":"c","label":"C","variant":"libcurl"},{"key":"nodejs","label":"NodeJs","variant":"Axios"},{"key":"nodejs","label":"NodeJs","variant":"Native"},{"key":"nodejs","label":"NodeJs","variant":"Request"},{"key":"nodejs","label":"NodeJs","variant":"Unirest"},{"key":"objective-c","label":"Objective-C","variant":"NSURLSession"},{"key":"ocaml","label":"OCaml","variant":"Cohttp"},{"key":"php","label":"PHP","variant":"cURL"},{"key":"php","label":"PHP","variant":"Guzzle"},{"key":"php","label":"PHP","variant":"HTTP_Request2"},{"key":"php","label":"PHP","variant":"pecl_http"},{"key":"powershell","label":"PowerShell","variant":"RestMethod"},{"key":"python","label":"Python","variant":"http.client"},{"key":"python","label":"Python","variant":"Requests"},{"key":"r","label":"R","variant":"httr"},{"key":"r","label":"R","variant":"RCurl"},{"key":"ruby","label":"Ruby","variant":"Net::HTTP"},{"key":"shell","label":"Shell","variant":"Httpie"},{"key":"shell","label":"Shell","variant":"wget"},{"key":"swift","label":"Swift","variant":"URLSession"}],"languageOptions":[{"label":"C# - HttpClient","value":"csharp - HttpClient - C#"},{"label":"C# - RestSharp","value":"csharp - RestSharp - C#"},{"label":"cURL - cURL","value":"curl - cURL - cURL"},{"label":"Dart - http","value":"dart - http - Dart"},{"label":"Go - Native","value":"go - Native - Go"},{"label":"HTTP - HTTP","value":"http - HTTP - HTTP"},{"label":"Java - OkHttp","value":"java - OkHttp - Java"},{"label":"Java - Unirest","value":"java - Unirest - Java"},{"label":"JavaScript - Fetch","value":"javascript - Fetch - JavaScript"},{"label":"JavaScript - jQuery","value":"javascript - jQuery - JavaScript"},{"label":"JavaScript - XHR","value":"javascript - XHR - JavaScript"},{"label":"C - libcurl","value":"c - libcurl - C"},{"label":"NodeJs - Axios","value":"nodejs - Axios - NodeJs"},{"label":"NodeJs - Native","value":"nodejs - Native - NodeJs"},{"label":"NodeJs - Request","value":"nodejs - Request - NodeJs"},{"label":"NodeJs - Unirest","value":"nodejs - Unirest - NodeJs"},{"label":"Objective-C - NSURLSession","value":"objective-c - NSURLSession - Objective-C"},{"label":"OCaml - Cohttp","value":"ocaml - Cohttp - OCaml"},{"label":"PHP - cURL","value":"php - cURL - PHP"},{"label":"PHP - Guzzle","value":"php - Guzzle - PHP"},{"label":"PHP - HTTP_Request2","value":"php - HTTP_Request2 - PHP"},{"label":"PHP - pecl_http","value":"php - pecl_http - PHP"},{"label":"PowerShell - RestMethod","value":"powershell - RestMethod - PowerShell"},{"label":"Python - http.client","value":"python - http.client - Python"},{"label":"Python - Requests","value":"python - Requests - Python"},{"label":"R - httr","value":"r - httr - R"},{"label":"R - RCurl","value":"r - RCurl - R"},{"label":"Ruby - Net::HTTP","value":"ruby - Net::HTTP - Ruby"},{"label":"Shell - Httpie","value":"shell - Httpie - Shell"},{"label":"Shell - wget","value":"shell - wget - Shell"},{"label":"Swift - URLSession","value":"swift - URLSession - Swift"}],"layoutOptions":[{"value":"classic-single-column","label":"Single Column"},{"value":"classic-double-column","label":"Double Column"}],"versionOptions":[],"environmentOptions":[{"value":"0","label":"No Environment"}],"canonicalUrl":"https:\/\/api-docs.undetectable.io\/view\/metadata\/2sAYQfC8sn"}