Skip to main content
PUT
Edit Font Profile API Endpoint

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
font_profile_id
integer
required
font_path
enum<string>
required
Available options:
,
local_files/fonts/BalderLL.ttf,
local_files/fonts/Bangers-Regular.ttf,
local_files/fonts/Fontspring-DEMO-FoundationSans-Black.otf,
local_files/fonts/Geologica_Cursive-Black.ttf,
local_files/fonts/Poppins-Black.ttf,
local_files/fonts/RationalDisplay-Black.ttf,
local_files/fonts/RationalDisplay-Bold.ttf,
local_files/fonts/RationalDisplay-ExtraBold.ttf,
local_files/fonts/Sequel Sans Bold Body.ttf,
local_files/fonts/Sequel Sans Medium Body.ttf
profile_name
string
Minimum string length: 1
font_size
string
Minimum string length: 1
font_bold
boolean
font_italic
boolean
font_underlined
boolean
font_strikethrough
boolean
caption_position
integer
caption_style_color
string
Minimum string length: 1
caption_style_stroke_color
string
Minimum string length: 1
caption_style_stroke_thickness
integer
caption_shadow_x_pos
integer
caption_shadow_y_pos
integer
caption_shadow_color
string
Minimum string length: 1
caption_shadow_blur
integer
caption_lines
integer
caption_ai_keyword_highlighter
boolean
caption_ai_keyword_highlighter_color
string
Minimum string length: 1
caption_highlighter
boolean
caption_highlighter_color
string
Minimum string length: 1
preview_url
string
Minimum string length: 1

Response

Successfully edited the font profile

Font Profile OpenAPI Schema

font_profile_id
integer
disabled
boolean
profile_name
string
name
string
path
string
size
integer
bold
boolean
italic
boolean
underlined
boolean
strikethrough
boolean
caption_position
Overlay Coordinate · object

Overlay Coordinate OpenAPI Schema

caption_style_color
string
caption_style_stroke_color
string
caption_style_stroke_thickness
integer
caption_shadow_x_pos
integer
caption_shadow_y_pos
integer
caption_shadow_color
string
caption_shadow_blur
integer
caption_lines
integer
caption_ai_keyword_highlighter
boolean
caption_ai_keyword_highlighter_color
string
caption_highlighter
boolean
caption_highlighter_color
string
preview_url
string
preview_bytes
file