Skip to content

Endpoint

  • Method: GET
  • Path: /settings/fluent-player-settings
  • Edition: Core
  • Controller: SettingController@getFluentPlayerSettings
  • Route source: fluent-community/app/Http/Routes/api.php:163
  • Controller source: fluent-community/app/Http/Controllers/SettingController.php

GET Get Fluent Player Settings

GET
/settings/fluent-player-settings

Get Fluent Player Settings for the FluentCommunity Settings API.

Controller: SettingController@getFluentPlayerSettings
Route source: fluent-community/app/Http/Routes/api.php:163

Authorizations

ApplicationPasswords

WordPress Application Passwords — use Basic auth with username:application_password.

Type
API Key (header: Authorization)

Responses

Successful response

application/json
JSON
{
  
"settings": {
  
  
"enable_fluent_player": "string",
  
  
"skin": "string",
  
  
"brandColor": "string",
  
  
"controlBarColor": "string",
  
  
"controls": {
  
  
  
"play": true,
  
  
  
"volume": true,
  
  
  
"progress_bar": true,
  
  
  
"current_time": true,
  
  
  
"captions_toggle": true,
  
  
  
"playback_speed": true,
  
  
  
"settings": true,
  
  
  
"pip": true,
  
  
  
"fullscreen": true,
  
  
  
"backward": true,
  
  
  
"forward": true
  
  
},
  
  
"behaviors": {
  
  
  
"muted_autoplay": true,
  
  
  
"save_play_position": true,
  
  
  
"hide_top_controls": true,
  
  
  
"hide_center_controls": true,
  
  
  
"hide_bottom_controls": true,
  
  
  
"load_strategy": "string"
  
  
},
  
  
"video_upload": "string",
  
  
"video_upload_role": "string",
  
  
"play_embedded_videos": "string"
  
}
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation