-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathappypie.com.json
84 lines (84 loc) · 2.81 KB
/
appypie.com.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"schema_version": "v1",
"name_for_model": "AppyPieAIAppBuilder",
"name_for_human": "Appy Pie App Builder",
"description_for_model": "No-code AI App Generator",
"description_for_human": "AI-powered Text-to-App Generator turns your app idea into Android and iOS apps- just provide text input.",
"auth": {
"type": "none"
},
"api": {
"type": "openapi",
"url": "https://www.appypie.com/.well-known/openapi.yaml",
"has_user_authentication": false,
"info": {
"title": "AI App Generator",
"description": "No-code Text to App Generator",
"version": "1.0.0"
},
"paths": {
"/v1": {
"get": {
"summary": "Turn text into a mobile app without any coding",
"description": "This AI-powered API processes the given text input and intelligently generates a bespoke native Android and iOS mobile app, specifically tailored to meet the user's requirements.",
"parameters": [
{
"name": "text",
"in": "query",
"description": "Provide a brief description of your desired app in a sentence or so, and the AI will effortlessly generate the app for you.",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "Response:",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "App name"
},
"title": {
"type": "string",
"description": "App title"
},
"description": {
"type": "string",
"description": "App description"
},
"image_url": {
"type": "string",
"description": "App image URL"
},
"link_url": {
"type": "string",
"description": "App link URL"
}
}
}
}
}
}
}
}
}
}
},
"metadata": {
"name": "Appy Pie App Builder",
"logo": "https://www.appypie.com/.well-known/logo.png",
"version": "1.0.0"
},
"logo_url": "https://www.appypie.com/.well-known/logo.png",
"contact_email": "support@appypie.com",
"legal_info_url": "https://www.appypie.com/terms-of-use",
"verification_tokens": {
"openai": "28d5bf0160c74a2aa015a70667224aa0"
}
}