File size: 376 Bytes
a85c9b8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
openapi: get /{app_id}/data
---

<RequestExample>

```bash Request
curl --request GET \
  --url http://localhost:8080/{app_id}/data
```

</RequestExample>

<ResponseExample>

```json Response
{
  "results": [
    {
      "data_type": "web_page",
      "data_value": "https://www.forbes.com/profile/elon-musk/",
      "metadata": "null"
    }
  ]
}
```

</ResponseExample>