# Nstbrowser API ## Docs - API [Introduction](https://apidocs.nstbrowser.io/doc-922484.md): - API [Browsers](https://apidocs.nstbrowser.io/folder-3410330.md): - API [Profiles](https://apidocs.nstbrowser.io/folder-3410331.md): - API [Locals](https://apidocs.nstbrowser.io/folder-3410332.md): - API [CDP Endpoints](https://apidocs.nstbrowser.io/folder-3410333.md): - Automation [Introduction](https://apidocs.nstbrowser.io/doc-922599.md): - Automation [Selenium](https://apidocs.nstbrowser.io/doc-922602.md): - Automation [Puppeteer](https://apidocs.nstbrowser.io/doc-922605.md): - Automation [Playwright](https://apidocs.nstbrowser.io/doc-922606.md): - Automation [CDP Functions](https://apidocs.nstbrowser.io/folder-3411147.md): - Automation > CDP Functions [Network.updateContextProxy](https://apidocs.nstbrowser.io/doc-922608.md): - Docker [Introduction](https://apidocs.nstbrowser.io/doc-922611.md): - Docker [Libraries](https://apidocs.nstbrowser.io/doc-922612.md): - Docker [Configuration](https://apidocs.nstbrowser.io/doc-922613.md): - Browserless(Beta) [Introduction](https://apidocs.nstbrowser.io/doc-922615.md): - Browserless(Beta) [Quickstart](https://apidocs.nstbrowser.io/folder-3411160.md): - Browserless(Beta) > Quickstart [Puppeteer](https://apidocs.nstbrowser.io/doc-922617.md): - Browserless(Beta) > Quickstart [Playwright](https://apidocs.nstbrowser.io/doc-922619.md): - Browserless(Beta) [Captach CDP Functions](https://apidocs.nstbrowser.io/folder-3411161.md): - Browserless(Beta) > Captach CDP Functions [Captcha.setConfig](https://apidocs.nstbrowser.io/doc-922622.md): - Browserless(Beta) > Captach CDP Functions [Captcha.setAutoSolve](https://apidocs.nstbrowser.io/doc-922623.md): - Browserless(Beta) > Captach CDP Functions [Captcha.solve](https://apidocs.nstbrowser.io/doc-922624.md): - Browserless(Beta) > Captach CDP Functions [Captcha Events](https://apidocs.nstbrowser.io/folder-3411169.md): - Browserless(Beta) > Captach CDP Functions > Captcha Events [Captcha.detected](https://apidocs.nstbrowser.io/doc-922625.md): - Browserless(Beta) > Captach CDP Functions > Captcha Events [Captcha.solveFinished](https://apidocs.nstbrowser.io/doc-922627.md): - Browserless(Beta) > Captach CDP Functions > Captcha Events [Captcha.solveFailed](https://apidocs.nstbrowser.io/doc-922629.md): ## API Docs - API > Browsers [StartBrowser](https://apidocs.nstbrowser.io/api-15554899.md): Start browser - API > Browsers [StartBrowsers](https://apidocs.nstbrowser.io/api-15554897.md): Start browsers - API > Browsers [StartOnceBrowser](https://apidocs.nstbrowser.io/api-15554898.md): Start once browser - API > Browsers [StopBrowser](https://apidocs.nstbrowser.io/api-15554900.md): Stop browser - API > Browsers [StopBrowsers](https://apidocs.nstbrowser.io/api-15554896.md): Stop browsers, all browsers will be stopped if the request body is an empty array - API > Browsers [GetBrowsers](https://apidocs.nstbrowser.io/api-15554895.md): Get browsers - API > Browsers [GetBrowserPages](https://apidocs.nstbrowser.io/api-15554902.md): Get browser pages by profileId - API > Browsers [GetBrowserDebugger](https://apidocs.nstbrowser.io/api-15554901.md): Get browser remote debugging address - API > Profiles > Groups [GetAllProfileGroups](https://apidocs.nstbrowser.io/api-15645168.md): get all profile groups - API > Profiles > Groups [ChangeProfileGroup](https://apidocs.nstbrowser.io/api-15645166.md): change profile's group - API > Profiles > Groups [BatchChangeProfileGroup](https://apidocs.nstbrowser.io/api-15645167.md): batch change profile's group - API > Profiles > Proxy [UpdateProfileProxy](https://apidocs.nstbrowser.io/api-15554907.md): update profile proxy by profileId, url cannot be empty at the same time as protocol, host, and port - API > Profiles > Proxy [BatchUpdateProxy](https://apidocs.nstbrowser.io/api-15554909.md): batch update proxy for profiles, url cannot be empty at the same time as protocol, host, and port - API > Profiles > Proxy [ResetProfileProxy](https://apidocs.nstbrowser.io/api-15554908.md): reset profile proxy to local type - API > Profiles > Proxy [BatchResetProfileProxy](https://apidocs.nstbrowser.io/api-15554910.md): batch reset profile proxy to local type - API > Profiles > Tags [CreateProfileTags](https://apidocs.nstbrowser.io/api-15554912.md): create profile tags by profileId - API > Profiles > Tags [BatchCreateProfileTags](https://apidocs.nstbrowser.io/api-15554916.md): batch create profile tags - API > Profiles > Tags [UpdateProfileTags](https://apidocs.nstbrowser.io/api-15554911.md): update profile tags by profileId - API > Profiles > Tags [BatchUpdateProfileTags](https://apidocs.nstbrowser.io/api-15554915.md): batch update profile tags - API > Profiles > Tags [ClearProfileTags](https://apidocs.nstbrowser.io/api-15554913.md): clear profile tags by profileId - API > Profiles > Tags [BatchClearProfileTags](https://apidocs.nstbrowser.io/api-15554917.md): batch clear profile tags - API > Profiles > Tags [GetProfileTags](https://apidocs.nstbrowser.io/api-15554914.md): get all profile tags - API > Profiles [CreateProfile](https://apidocs.nstbrowser.io/api-15554904.md): create profile, default parameters will be used if request body is empty - API > Profiles [DeleteProfiles](https://apidocs.nstbrowser.io/api-15554905.md): delete profiles by profileIds - API > Profiles [DeleteProfile](https://apidocs.nstbrowser.io/api-15554906.md): delete profile by profileId - API > Profiles [GetProfiles](https://apidocs.nstbrowser.io/api-15554903.md): List profiles - API > Locals [ClearProfileCache](https://apidocs.nstbrowser.io/api-15554918.md): Clear local profile data by profileId. - API > Locals [ClearProfileCookies](https://apidocs.nstbrowser.io/api-15554919.md): Clear local profile cookies by profileId. - API > CDP Endpoints [ConnectBrowser](https://apidocs.nstbrowser.io/api-15554920.md): Launch and connect to a running browser or a created profile - API > CDP Endpoints [ConnectOnceBrowser](https://apidocs.nstbrowser.io/api-15554921.md): Launch or connect to a once browser