Add a data source to an app.
curl --request POST \ --url http://localhost:8080/{app_id}/add \ -d "source=https://www.forbes.com/profile/elon-musk" \ -d "data_type=web_page"
{ "response": "fec7fe91e6b2d732938a2ec2e32bfe3f" }
The response is of type object.
object
Was this page helpful?