Sign in

Create source

documented

Create a user managed source.

PUT /api/1/se/{engine_id}/sourcesSuggestion Engineno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://www.scoop.it/api/1/se/{{$engine_id}}/sources" \
  -X PUT \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"name": "{{$name}}", "type": "{{$type}}", "rssUrl": "{{$rssUrl}}", "twitterUser": "{{$twitterUser}}", "twitterSearchQuery": "{{$twitterSearchQuery}}", "twitterListName": "{{$twitterListName}}"}'
Create source · Scoop.it · OpenIntegrations