Folders

List folders

get

Distinct, non-empty folder tags across persistent profiles.

授权
Authorizationstring必填

Permanent JWT from Settings → Automation API.

响应
200

Folder names.

application/json
string[]可选Example: ["work","scrapers"]
get
/folders

Delete a folder

delete

Deletes the folder tag. With delete_profiles=true the profiles in it are deleted too; otherwise they're unfiled (moved to "All").

授权
Authorizationstring必填

Permanent JWT from Settings → Automation API.

路径参数
folderstring必填
查询参数
delete_profilesboolean可选

Delete the profiles in the folder (default false = unfile).

Default: false
响应
200

Deleted.

application/json
deleted_folderstring可选
delete_profilesboolean可选
profilesinteger可选

Profiles affected.

delete
/folders/{folder}

Rename a folder

patch

Retags every profile in the folder. Returns the count.

授权
Authorizationstring必填

Permanent JWT from Settings → Automation API.

路径参数
folderstring必填
请求体
namestring必填

New folder name.

响应
200

Renamed.

application/json
renamed_tostring可选
profilesinteger可选

Profiles retagged.

patch
/folders/{folder}

Create a profile in a folder

post

Same as POST /profiles, but the folder comes from the path (overriding any folder in the body).

授权
Authorizationstring必填

Permanent JWT from Settings → Automation API.

路径参数
folderstring必填
请求体
namestring可选
notesstring可选
proxy_idstring可选

Bind a proxy already in the store (by id).

proxystring可选

Attach a proxy by string (host:port:user:pass or scheme://user:pass@host:port). On a persistent profile it is added to the proxy store (deduped by endpoint) and full-tested (UDP + geo), then bound by id — so it appears in the proxy list and QUIC/WebRTC gating has a cached result. On a temporary profile it is attached inline (not stored). Ignored if proxy_id is set.

Example: socks5://user:[email protected]:1080
folderstring可选

Folder tag (ignored on /folders/{folder}/profiles, which wins).

响应
200

Created profile metadata.

application/json

Launcher-facing profile metadata (returned by create).

idstring · uuid可选
namestring可选
notesstring可选
proxy_idstring · 可为 null可选
last_launched_atstring · 可为 null可选

ISO-8601 or null.

created_atstring · 可为 null可选
pinnedboolean可选
folderstring可选
post
/folders/{folder}/profiles

最后更新于

这有帮助吗?