> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sydium.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Quickstart

The Sydium API lets you publish, schedule, read analytics, and generate captions programmatically. Base URL: `https://api.sydium.com`.

```bash theme={null}
curl https://api.sydium.com/v1/accounts -H "Authorization: Bearer sk_live_..."
```

CLI: `npx @sydium/cli auth:login --key sk_live_...` then `sydium accounts:list`.
