Paste one blog URL—get a tweet thread, LinkedIn post, and email teaser back, all stored in Senso
BLOG → SENSO WORKSPACE (ingest → generate → store) → MARKETER
cli_repurpose.py
) is in the public repo:/generate
create and save new content (save=true
).cli_repurpose.py
)POST /content/raw
; poll GET /content/{id}
until ready.POST /generate
calls: tweet thread, LinkedIn blurb, email teaser (all save:true
).content_id
s; open /content/{generated_id}
to view/edit.POST /content/raw
– upload the scraped articleGET /content/{content_id}
– poll until processing_status == completed
POST /generate
– create & store each asset (save=true
)GET /content/{generated_id}
– verify the asset is stored (optional)