-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDataScraper.json
27 lines (27 loc) · 1.11 KB
/
DataScraper.json
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
{
"schema_version": "v1",
"name_for_model": "DataScraper",
"name_for_human": "URL Data Scraper",
"description_for_model": "scrape urls images or pdfs.",
"description_for_human": "Rapidly get text, PDF, or images from any url.",
"auth": {
"type": "oauth",
"instructions": "",
"client_url": "https://4d5c4ff4c8f744be6658db17b811e448.auth.portal-pluginlab.ai/oauth/authorize",
"scope": "all",
"authorization_url": "https://auth.pluginlab.ai/oauth/token",
"authorization_content_type": "application/json",
"verification_tokens": {
"openai": "4e150f99e7fd493ab6d2180fa2246793"
},
"pkce_required": false,
"token_exchange_method": null
},
"api": {
"type": "openapi",
"url": "https://scr.anygpt.ai/.well-known/pluginlab/openapi.json"
},
"logo_url": "https://lh3.googleusercontent.com/pw/ADCreHcM2EgRMZQHBpiq9-sQISL4aG4Sifs1ne5BWsKtUo6R2fMWnTHdqNhpV921B4oJxl1ox7Qk1DNp0zqacmUm9uKT90bsreapqNZ1zRHXjfKi1BKFrCicuDmzj1nsK-tmDF9UpkCFGWS6Y_5u6V8N2SUj=w500-h500-s-no-gm",
"contact_email": "researchbutler@anygpt.ai",
"legal_info_url": "https://www.scr.anygpt.ai/legal"
}