Palette
Photo Developer PlatformVideo Developer PlatformPalette AppPalette Video Colorization (via Neural Love)
  • Palette API & No-code Tools
  • ๐Ÿ‘‹Introduction
    • Key features
    • The AI colorization engine
  • ๐Ÿ“ธImage Processing
    • Subscription plans
    • Bulk Processing with Google Colab and Google Drive
    • API Demo Usage with Google Colab
    • Image python snippets
    • Settings visualized
  • ๐Ÿ“ฝ๏ธVideo Processing
    • Subscription plans
    • Video Colorization with Google Colab
    • Video python snippets
  • ๐Ÿ› ๏ธExtra resources
    • API reference
      • Colorize image with reference image
      • Colorize image with auto prompt
      • Colorize image with auto prompt base64
      • Colorize video frame with prompt
      • Colorize video frame with reference image
      • Generate video frame prompt
      • Generate image prompt
    • Specification
    • Other resources
Powered by GitBook
On this page
  1. Extra resources
  2. API reference

Generate video frame prompt

PreviousColorize video frame with reference imageNextGenerate image prompt

Last updated 2 years ago

๐Ÿ› ๏ธ

Generate Video Frame Prompt

post

This is my description of the API endpoint

Body
imagestring ยท binaryRequired
standard_filter_idstringOptionalDefault: 1
artistic_filter_idstringOptionalDefault: 0
all_standard_filtersstringOptionalDefault: false
all_artistic_filtersstringOptionalDefault: false
raw_captionsstringOptionalDefault: false
Responses
200
Successful Response
application/json
422
Validation Error
application/json
post
POST /generate_video_frame_prompt HTTP/1.1
Host: 
Content-Type: multipart/form-data
Accept: */*
Content-Length: 156

{
  "image": "binary",
  "standard_filter_id": "text",
  "artistic_filter_id": "text",
  "all_standard_filters": "text",
  "all_artistic_filters": "text",
  "raw_captions": "text"
}
{
  "content": "binary",
  "media_type": "text"
}