Integrera AI-modellen youtube-update-metadata via ett högpresterande API med låg latens och ren förbrukningsbaserad prissättning.
About this model
Få tillgång till youtube-update-metadata programmatiskt på MuAPI med omedelbar skalbarhet, automatisk redundans och minimal latens.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $0.01 每次调用 | Edit title, description, tags, category, privacy, or made-for-kids status on a connected YouTube channel's video via a single API call. |
| Fal.ai | Inte tillgänglig | Does not offer YouTube metadata editing. |
| Replicate | Inte tillgänglig | Does not offer YouTube metadata editing. |
Edit title, description, tags, category, privacy, or made-for-kids status on a connected YouTube channel's video via a single API call.
Does not offer YouTube metadata editing.
Does not offer YouTube metadata editing.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Account ID | integer | ID of the connected YouTube account. | - |
| Video ID | string | YouTube video ID to update (the 'v' parameter of its watch URL). | - |
| Title | string | New video title (max 100 chars). Omit to leave unchanged. | - |
| Description | string | New video description. Omit to leave unchanged. | - |
| Tags | array | New keyword tags. Omit to leave unchanged. | - |
| Category | Enum (15 options) | New YouTube video category. Omit to leave unchanged. | - |
| Privacy | Enum (3 options) | New video visibility. Omit to leave unchanged. | - |
| Made for Kids | boolean | Whether this video is made for kids (COPPA). Omit to leave unchanged. | - |
ID of the connected YouTube account.
-YouTube video ID to update (the 'v' parameter of its watch URL).
-New video title (max 100 chars). Omit to leave unchanged.
-New video description. Omit to leave unchanged.
-New keyword tags. Omit to leave unchanged.
-New YouTube video category. Omit to leave unchanged.
-New video visibility. Omit to leave unchanged.
-Whether this video is made for kids (COPPA). Omit to leave unchanged.
-Developer documentation
Skicka en autentiserad POST-förfrågan till slutpunkten med dina valda parametrar och din MuAPI-nyckel.
Frequently asked