Articles API

articles-api

Stub — fill in with full request/response shape.

Purpose: List existing articles, create new article drafts.

Auth: X-API-Key (preferred) or Authorization: Bearer.

Required scopes:
GETarticles:read
POSTarticles:write

Endpoint:

GET|POST https://<project>.supabase.co/functions/v1/articles-api

Common query params (GET): status (draft/scheduled/published), target (personal/brand).

Errors: 401, 403, 409 (duplicate active source URL), 429.

See Error codes.