Build a media list from one brief.
Send a campaign brief and target list size. Medialyst starts discovery and enrichment immediately, returns a durable job ID, and puts the completed list in the same workspace your team already uses.
- Plain language in describe the story, audience, and geography without building a search grammar.
- Durable async job out poll one status URL while research and enrichment continue in the background.
- Safe to automate idempotency keys prevent duplicate list builds on retries.
{
"prompt": "Find US journalists covering enterprise AI infrastructure and cloud spending",
"target_list_size": 50
}{
"job_id": "job_01HT...",
"status": "pending",
"target_list_size": 50,
"status_url": "/api/v1/jobs/job_01HT..."
}