-
Notifications
You must be signed in to change notification settings - Fork 16
/
placid.app.json
26 lines (26 loc) · 911 Bytes
/
placid.app.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
{
"schema_version": "v1",
"name_for_human": "Placid.app",
"name_for_model": "placid",
"description_for_human": "A design assistant that creates marketing visuals from your templates.",
"description_for_model": "A plugin for generating images, PDFs and videos from templates.",
"auth": {
"type": "oauth",
"instructions": "",
"client_url": "https://placid.app/app/openai/login",
"scope": "project",
"authorization_url": "https://placid.app/api/openai/authorize",
"authorization_content_type": "application/json",
"verification_tokens": {
"openai": "38c12522c1a64ca186ece7b4d49f460f"
}
},
"api": {
"type": "openapi",
"url": "https://placid.app/openapi.json",
"is_user_authenticated": true
},
"logo_url": "https://placid.app/logo-openai.jpg",
"contact_email": "armin@placid.app",
"legal_info_url": "https://placid.app/terms-and-conditions"
}