Last updated 1 year ago
This is my description of the API endpoint
/generate_video_frame_prompt
curl -L \ --request POST \ --url '/generate_video_frame_prompt' \ --header 'Content-Type: multipart/form-data' \ --form 'image=text' \ --form 'standard_filter_id=1' \ --form 'artistic_filter_id=0' \ --form 'all_standard_filters=false' \ --form 'all_artistic_filters=false' \ --form 'raw_captions=false'
{ "content": "text", "media_type": "text" }