Clipdropは、AIを活用した画像編集サービスを提供する会社であり、画像の編集を迅速かつ簡単に行うことができます。私たちは公式のAPIインターフェースに完全に対応しており、APIのベースURLを置き換えるだけで利用可能です。
ここのAPIはデモ用です。詳しい使い方は公式ドキュメントをご覧ください:https://clipdrop.co/apis/docs/cleanup Request
Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://api.302.ai/clipdrop/image-upscaling/v1/upscale' \
--header 'x-api-key: sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--form 'image_file=@""' \
--form 'target_width=""' \
--form 'target_height=""'
Responses
application/json Modified at 2024-11-28 09:09:44