Upload and Delete Font Files
# Upload and Delete Font Files
# Upload Font Files to Player
Path:
/api/fonts
Method: POST
Content-type: multipart/form-data
API Description: This can be used to upload the font files to the directory of Ftp/fonts of the player.
Note: This function is supported only by player of version 1.71.5 or above.
Request Example
http://192.168.42.129/api/fonts
# Delete Font Files in Player
Path:
/api/fonts/*
Method: DELETE
Content-type: application/json; charset=utf-8
API Description: This can be used to delete the font files in the player.
Note: This function is supported only by player of version 1.71.5 or above.
Request Example
(1) Delete one font file in the player:
http://192.168.42.129/api/fonts/Impact_F12902024F7B77EE4C34557EE6F3818B_206784.ttf
(2) Delete all font files in the directory of Ftp/fonts of the player: http://192.168.42.129/api/fonts/*