Skip to content
AniBridge
Search
⌘
Ctrl
K
Main Navigation
Guide
API
Integrations
Developer
Legal
Changelog
Appearance
Menu
Return to top
Preferences
GET
/api/v2/app/preferences
Authorizations
cookieAuth
Session cookie set by /api/v2/auth/login
Type
API Key (cookie: SID)
Responses
200
400
401
500
Preference payload.
Content-Type
application/json
Schema
JSON
JSON
{
"save_path"
:
"string"
,
"temp_path_enabled"
:
true
,
"temp_path"
:
"string"
}
GET
/api/v2/app/preferences
Playground
Authorization
cookieAuth
Try it out
Samples