Skip to content

Endpoint

  • Method: GET
  • Path: /fluent-player/video-content/{media_id}
  • Edition: Core
  • Controller: MediaController@getFluentPlayerContent
  • Route source: fluent-community/Modules/Integrations/FluentPlayer/Http/player_api.php:12
  • Controller source: fluent-community/Modules/Integrations/FluentPlayer/Http/Controllers/MediaController.php

GET Get Video Content

GET
/fluent-player/video-content/{media_id}

Get Video Content for the FluentCommunity Media API.

Controller: MediaController@getFluentPlayerContent
Route source: fluent-community/Modules/Integrations/FluentPlayer/Http/player_api.php:12

Authorizations

ApplicationPasswords

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

Type
API Key (header: Authorization)

Parameters

Path Parameters

media_id*

Media ID extracted from the URL path.

Type
string
Required

Responses

Successful response

application/json
JSON
"string"

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation