GenLogin
  • Genlogin's Technology
  • Group profiles
    • Create profile
      • Overview
      • Network And WEBRTC
      • Location
      • Advanced settings
      • Cookies
    • Extensions
    • Local and Cloud profiles
    • Group profiles
    • Change owner profile
    • Share profile
    • Team-member
    • Email and password
    • Captcha service
    • Support center
  • Genlogin API
    • Profile API
      • 1. Profile list
      • 2. Create profile
      • 3. Run profile
      • 4. Stop profile
      • 5. Delete profile
    • Github Examples
  • Record automation
    • Overview
    • Puppeteer
    • Selenium
  • Automation guide
    • Overview
    • Running automation separately following profile group
  • ABOUT
    • FAQ
      • How to use Genlogin?
      • What operating systems does the software support?
      • Can I use my account on different computers at the same time?
      • How many accounts can I use in 1 computer?
      • How to pay for the invoice?
      • If I cannot pay on time, will I lose all my data?
      • How long will I wait prior to the activation of my subscription?
      • How to change the subscription plan?
Powered by GitBook
On this page
  1. Genlogin API
  2. Profile API

2. Create profile

Previous1. Profile listNext3. Run profile

Last updated 1 year ago

Api Create Profile

post
Authorizations
Body
profile_dataanyOptional
Responses
200
Successful Response
application/json
422
Validation Error
application/json
post
POST /profiles/ HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 21

{
  "profile_data": null
}
{
  "success": true,
  "data": {
    "id": 1,
    "user_id": 1,
    "profile_data": null,
    "created_at": "2025-05-21T11:47:29.289Z",
    "updated_at": "2025-05-21T11:47:29.289Z",
    "shared_on_cloud": true,
    "status": 1
  }
}