Inputs
Output
Type:Dict
Returns the uploaded file reference.
Fields: file_id
Example:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Uploads an image to OpenAI Ads and returns its file_id
| App | OpenAI Ads |
| Operation ID | openai_ads_upload_media |
| Type | Action |
| Connection | openai_ads (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
image_url | string | Yes | - | URL of the image to upload. Private Markifact file URLs and Google Drive share links are resolved automatically. |
Dict
Returns the uploaded file reference.
Fields: file_id
Example:
{
"file_id": "file_..."
}
