---
title: "Fast Account Upload"
method: POST
path: "/item/fast-sell"
tags: ["Account publishing"]
---

# Fast Account Upload

`POST /item/fast-sell`

Adds and checks the account for validity.

> ❗️ If you receive a "retry_request" error, you should repeat the same request (up to a maximum of 100 times).

## Request body

- object
  - `title` string — Title of account. If **title** specified and **title_en** is empty, **title_en** will be automatically translated to English language.
  - `title_en` string — English title of account. If **title_en** specified and **title** is empty, **title** will be automatically translated to Russian language.
  - `auto_generate_title` boolean — Generate the title by using AI.
  - `price` number, required — Current price of account in your currency.
  - `category_id` 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 22 | 24 | 28 | 30 | 31, required — Accounts category.
  - `currency` 'rub' | 'uah' | 'kzt' | 'byn' | 'usd' | 'eur' | 'gbp' | 'cny' | 'try' | 'jpy' | 'brl', required
  - `item_origin` 'brute' | 'phishing' | 'stealer' | 'autoreg' | 'personal' | 'resale' | 'dummy' | 'self_registration' | 'retrieve_via_support', required — Account origin.
  - `guarantee_duration` 0 | 43200 | 86400 | 259200 — Guarantee duration.
  - `allow_ask_discount` boolean — Allow users to ask discount for this account.
  - `proxy_id` integer — Proxy id that will be used to check account.
  - `random_proxy` Schema — unresolved $ref
  - `description` string — Account public description.
  - `information` string — Account private information (visible only for buyer).
  - `login` string — Account login (or email).
  - `password` string — Account password.
  - `login_password` string — Account login data (login:password format).
  - `resell_item_id` integer — Put item id, if you are trying to resell item. This is useful to pass temporary email from reselling item to new item. You will get same temporary email from reselling account.
  - `has_email_login_data` boolean — Required if a **category** is one of list of Required email login data categories.
  - `email_login_data` string — Required if a **category** is one of list of Required email login data categories. Email login data (email:password format).
  - `email_type` 'native' | 'autoreg' — Email type.
  - `tfa_secret` string — 2FA secret code. Available for `Instagram` and `Roblox` categories.
  - `extra` ExtraModel
    - `proxy` string — Proxy line format ip:port:user:pass (prioritize over proxy_id parameter).
    - `close_item` boolean — If set, the item will be closed **item_state = closed**.
    - `region` string — Region. Required if you want to upload WoT account. Optional if you want to upload miHoYo or Riot account.
    - `service` 'windscribeVPN' | 'tunnelbearVPN' | 'vanishVPN' | 'mullvadVPN' | 'PIAVPN' | 'AdguardVPN' | 'pureVPN' | 'ultraVPN' | 'cyberghostVPN' | 'vyprVPN' | 'hotspotShieldVPN' | 'planetVPN' | 'telegram' | 'discord' | 'discord_trial' | 'chatgpt' | 'claude' | 'cursor' | 'grok' — Service. Required if you want to upload VPN, gift or LLM.
    - `system` 'laser' | 'scroll' | 'magic' — Supercell system. Required if you want to upload Supercell account.
    - `confirmationCode` string — Code from email (in case of problems). Optional if you want to upload Supercell account.
    - `cookies` string — Cookies. Required if you want to upload Fortnite, Epic Games, Social Club, Instagram, TikTok or Cursor account.
    - `login_without_cookies` boolean — Login without cookies. Optional if you want to upload Instagram account.
    - `cookie_login` boolean — Cookie login. Optional. Used only if you want to upload TikTok account.
    - `mfa_file` string — Steam mafile. Optional. Used only if you want to upload Steam account.
    - `dota2_mmr` integer — Dota 2 MMR. Optional. Used only if you want to upload Steam account.
    - `uplay_games` boolean — Select this game (Far Cry, R6S, etc) if it can be played on a selling account. Optional. Used only if you want to upload Steam account.
    - `ea_games` boolean — Select this game (FIFA, Battlefield, etc) if it can be played on a selling account. Optional. Used only if you want to upload Steam account.
    - `ark` boolean — Select this game (ARK: Survival Evolved) if it can be played on a selling account. Optional. Used only if you want to upload Steam account.
    - `ark_ascended` boolean — Select this game (ARK: Survival Ascended) if it can be played on a selling account. Optional. Used only if you want to upload Steam account.
    - `warframe` boolean — Select this game (Warframe) if it can be played on a selling account. Optional. Used only if you want to upload Steam account.
    - `the_quarry` boolean — Select this game (The Quarry *No Trial*) if it can be played on a selling account. Optional. Used only if you want to upload Steam account.
    - `brawlhalla` boolean — Select this game (Brawlhalla) if it can be played on a selling account. Optional. Used only if you want to upload Steam account.
    - `genshin_currency` integer — Genshin Impact Primogems count. Optional. Used only if you want to upload miHoYo account.
    - `honkai_currency` integer — Honkai Star Rail Stellar Jade count. Optional. Used only if you want to upload miHoYo account.
    - `zenless_currency` integer — Zenless Zone Zero Polychrome count. Optional. Used only if you want to upload miHoYo account.
    - `password` string — Telegram 2FA Password. Optional. Used only if you want to upload Telegram account.
    - `telegramClient` string — Telegram client. Optional. Used only if you want to upload Telegram account.
    - `telegramJson` string — Contents of session.json file. Optional. Used only if you want to upload Telegram account.
    - `checkChannels` boolean — Check channels. Optional. Used only if you want to upload Telegram account.
    - `checkSpam` boolean — Check spam. Optional. Used only if you want to upload Telegram account.
    - `checkHypixelBan` boolean — Check ban on Hypixel. Optional. Used only if you want to upload Minecraft account.

## Response `200`

Successful Response.

- object
  - `item` ItemModel, required
    - `item_id` integer, required
    - `item_state` string, required
    - `category_id` integer, required
    - `published_date` integer, required
    - `title` string, required
    - `description` string, required
    - `price` integer, required
    - `update_stat_date` integer, required
    - `refreshed_date` integer, required
    - `edit_date` integer, required
    - `pending_deletion_date` integer, required
    - `view_count` integer, required
    - `is_sticky` integer, required
    - `item_origin` string, required
    - `extended_guarantee` integer, required
    - `nsb` integer, required
    - `allow_ask_discount` integer, required
    - `title_en` string, required
    - `description_en` string, required
    - `email_type` string, required
    - `email_provider` string, required
    - `item_domain` string, required
    - `resale_item_origin` string, required
    - `auto_bump_period` integer, required
    - `guarantee_duration` integer, required
    - `rub_price` integer, required
    - `discount` boolean, required
    - `feedback_data` string, required
    - `max_discount_percent` integer, required
    - `priceWithSellerFee` number, required
    - `category` object, required
      - `category_id` integer, required
      - `category_title` string, required
      - `category_name` string, required
      - `category_url` string, required
    - `guarantee` object, required
      - `duration` integer, required
      - `class` string, required
      - `durationPhrase` string, required
      - `endDate` unknown, required
      - `active` unknown, required
      - `cancelled` unknown, required
      - `remainingTime` unknown, required
    - `canViewLoginData` boolean, required
    - `canViewTempEmail` boolean, required
    - `canUpdateItemStats` boolean, required
    - `canReportItem` boolean, required
    - `canViewItemViews` boolean, required
    - `canManagePublicTag` boolean, required
    - `canViewEmailLoginData` boolean, required
    - `copyFormatData` object, required
      - `title_link` string, required
    - `showGetEmailCodeButton` boolean, required
    - `canOpenItem` boolean, required
    - `canCloseItem` boolean, required
    - `canEditItem` boolean, required
    - `canDeleteItem` boolean, required
    - `canStickItem` boolean, required
    - `canUnstickItem` boolean, required
    - `canBumpItem` boolean, required
    - `canNotBumpItemReason` string, required
    - `canAutoBump` boolean, required
    - `buyer` object, required
      - `user_id` integer, required
      - `operation_date` integer, required
      - `visitorIsBuyer` boolean, required
    - `isPersonalAccount` boolean, required
    - `canBuyItem` boolean, required
    - `price_currency` string, required
    - `priceWithSellerFeeLabel` string, required
    - `canValidateAccount` boolean, required
    - `canResellItem` boolean, required
    - `canViewAccountLink` boolean
    - `accountLinks` object[], required
      - `link` string, required
      - `text` string, required
      - `iconClass` string, required
    - `accountLink` string, required
    - `imagePreviewLinks` object, required
      - `download` object, required
        - `games` string, required
    - `emailLoginUrl` string, required
    - `canChangePassword` boolean, required
    - `canChangeEmailPassword` boolean, required
    - `uniqueKeyExists` boolean, required
    - `itemOriginPhrase` string, required
    - `sold_items_category_count` integer, required
    - `restore_items_category_count` integer, required
    - `tags` unknown[], required
      - unknown
    - `public_tag` object, required
      - `background_color` string, required
      - `tag_id` integer, required
      - `title` string, required
    - `note_text` string, required
    - `descriptionHtml` string, required
    - `descriptionEnHtml` string, required
    - `descriptionPlain` string, required
    - `descriptionEnPlain` string, required
    - `seller` object, required
      - `user_id` integer, required
      - `sold_items_count` integer, required
      - `active_items_count` integer, required
      - `restore_data` string, required
      - `username` string, required
      - `avatar_date` integer, required
      - `is_banned` integer, required
      - `display_style_group_id` integer, required
      - `restore_percents` integer, required
  - `itemLink` string, required
  - `system_info` RespSystemInfo, required
    - `rate_limit` object, required
      - `limit` integer, required
      - `remaining` integer, required
      - `reset` integer, required
      - `bucket` string
    - `visitor_id` integer, required
    - `time` integer, required
    - `log_id` integer, required

## Other responses

- `400` — Bad Request.
- `401` — Unauthorized
- `403` — Error Response.
- `404` — Error Response.

---

[API](https://skmtc.net/lzt/apis/lolzteam-public-api-market.md) · [All operations](https://skmtc.net/lzt/apis/lolzteam-public-api-market/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lzt/lolzteam-public-api-market/revisions/e939f4b36a9f/schema)
