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