studio-web
latest
false
Studio Web ガイド
- 基本情報
- 管理者向け
- RPA ワークフロー プロジェクト
- アプリ プロジェクト
- エージェンティック プロセス
- Maestro Case
- Maestro Flow
- Agents
- Solutions (ソリューション)
- API ワークフロー
- テスト
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
Convert a file into a Base64-encoded string using a native activity in the Studio Web API workflow designer.
The File to Base64 activity converts a file into a Base64-encoded string directly in the API workflow designer, without writing custom JavaScript code.
Use it when a downstream step expects a file as an inline Base64 string, for example when sending an image or audio file to an AI model or API that accepts Base64-encoded payloads.
Using the File to Base64 activity
To add a File to Base64 activity to your workflow:
- API ワークフロー デザイナー キャンバスで、プラス (+) アイコンを選択します。[ アクティビティを追加 ] メニューが表示されます。
- Select More ..., then File to Base64.
- In the Properties panel, configure the input file and the variable that stores the resulting Base64 string.
- ワークフローをデバッグしてアクティビティを実行し、後で使用する出力フィールドを生成します。