Path Parameters
Body
application/json
Response
Successful Response
The response is of type object
.
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" }
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" }
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" }
Successful Response
The response is of type object
.
Was this page helpful?