social

YouTube

economy

YouTube is an cost-effective social provider offering Social Publish, Social Analytics, Social Accounts and 1 more through Aweb's unified API. It features none streaming support with standard-tier latency.

Try YouTubeOfficial docs

Specifications

Categorysocial
Auth Typeoauth
Latency Tierstandard
Streamingnone
Pricing Tiereconomy
Reliabilitypremium
Qualitypremium
Base URLhttps://www.googleapis.com/youtube/v3
SDK Package

Capabilities (4)

Social Publishsocial.publish
Score: 90
Social Analyticssocial.analytics
Score: 92
Social Accountssocial.accounts
Score: 90
Social Deletesocial.delete
Score: 90DEFAULT

Quick start

Use YouTube through Alfred's unified API — no provider-specific SDK needed.

cURL

curl -X POST https://api.alfred-ai.app/v1/execute \
  -H "Authorization: Bearer $ALFRED_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "provider": "youtube",
    "capability": "social.publish",
    "input": { "prompt": "Hello from YouTube!" }
  }'

TypeScript

import { Alfred } from '@alfred/core';

const alfred = new Alfred({ apiKey: process.env.ALFRED_API_KEY });

const result = await alfred.execute({
  provider: 'youtube',
  capability: 'social.publish',
  input: { prompt: 'Hello from YouTube!' },
});

console.log(result.output);

Related social providers

Instagram

economy tier

TikTok

economy tier

X (Twitter)

standard tier

LinkedIn

economy tier

Getting started →API reference →All capabilities →All providers →