@apteva/integrations 0.15.10 → 0.15.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/http-executor.d.ts.map +1 -1
- package/dist/http-executor.js +144 -8
- package/dist/http-executor.js.map +1 -1
- package/dist/mcp-generator.js +24 -0
- package/dist/mcp-generator.js.map +1 -1
- package/dist/types.d.ts +7 -0
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/apps/anthropic-admin.json +183 -0
- package/src/apps/aws-ses.json +1 -1
- package/src/apps/braintree.json +53 -0
- package/src/apps/bunny-stream.json +50 -28
- package/src/apps/ccbill.json +142 -0
- package/src/apps/close.json +238 -301
- package/src/apps/craftcloud.json +251 -202
- package/src/apps/dataforseo.json +1700 -2
- package/src/apps/deepgram.json +288 -1
- package/src/apps/elevenlabs.json +9 -0
- package/src/apps/fal-ai.json +278 -290
- package/src/apps/gladia.json +158 -0
- package/src/apps/gmail.json +2 -5
- package/src/apps/gumroad.json +569 -0
- package/src/apps/imaterialise.json +171 -262
- package/src/apps/jlcpcb.json +43 -0
- package/src/apps/jungle-scout.json +166 -0
- package/src/apps/kling-ai.json +197 -161
- package/src/apps/ko-fi.json +34 -0
- package/src/apps/leadbyte.json +16 -54
- package/src/apps/lemon-squeezy.json +270 -0
- package/src/apps/mollie.json +219 -0
- package/src/apps/paddle.json +199 -9
- package/src/apps/payhip.json +162 -0
- package/src/apps/paystack.json +207 -0
- package/src/apps/pipedrive.json +221 -212
- package/src/apps/razorpay.json +207 -0
- package/src/apps/replicate.json +315 -61
- package/src/apps/ringover.json +69 -0
- package/src/apps/runpod.json +727 -0
- package/src/apps/runway.json +386 -0
- package/src/apps/salesforce-crm.json +192 -233
- package/src/apps/sculpteo.json +98 -180
- package/src/apps/segpay.json +215 -0
- package/src/apps/shapeways.json +114 -136
- package/src/apps/slant3d.json +260 -168
- package/src/apps/soniox.json +194 -0
- package/src/apps/speechmatics.json +167 -0
- package/src/apps/stability-ai.json +356 -0
- package/src/apps/stripe.json +1 -0
- package/src/apps/surfer.json +511 -0
- package/src/apps/twitter-api.json +19 -21
- package/src/apps/verotel.json +124 -0
- package/src/apps/whop.json +364 -0
- package/src/apps/zendesk-sell.json +248 -0
- package/src/apps/zendesk.json +190 -259
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "jungle-scout",
|
|
3
|
+
"name": "Jungle Scout",
|
|
4
|
+
"description": "Jungle Scout Public API for Amazon product research: product database queries, keyword discovery by ASIN or seed keyword, historical search volume, sales estimates, and share of voice.",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=junglescout.com&sz=128",
|
|
6
|
+
"categories": ["amazon", "seo", "marketplace", "ecommerce", "keywords", "product-research"],
|
|
7
|
+
"base_url": "https://developer.junglescout.com",
|
|
8
|
+
"auth": {
|
|
9
|
+
"types": ["api_key"],
|
|
10
|
+
"headers": {
|
|
11
|
+
"Authorization": "{{key_name}}:{{api_key}}",
|
|
12
|
+
"X-API-Type": "{{api_type}}",
|
|
13
|
+
"Accept": "application/vnd.junglescout.v1+json",
|
|
14
|
+
"Content-Type": "application/vnd.api+json"
|
|
15
|
+
},
|
|
16
|
+
"credential_fields": [
|
|
17
|
+
{
|
|
18
|
+
"name": "key_name",
|
|
19
|
+
"label": "Key Name",
|
|
20
|
+
"description": "Jungle Scout API key name from the Developer page."
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "api_key",
|
|
24
|
+
"label": "API Key",
|
|
25
|
+
"description": "Jungle Scout API key. The Authorization header is KEY_NAME:API_KEY."
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "api_type",
|
|
29
|
+
"label": "API Type",
|
|
30
|
+
"description": "Use junglescout for JS accounts or cobalt for Enterprise accounts."
|
|
31
|
+
}
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
"tools": [
|
|
35
|
+
{
|
|
36
|
+
"name": "query_product_database",
|
|
37
|
+
"description": "Search Jungle Scout's Amazon product database using product filters or ASIN/title keywords. Use this for product research, niche discovery, revenue/sales/review filters, seller type, category, and availability filters. Body must be JSON:API data with type product_database_query and attributes.",
|
|
38
|
+
"method": "POST",
|
|
39
|
+
"path": "/api/product_database_query",
|
|
40
|
+
"timeout_ms": 60000,
|
|
41
|
+
"input_schema": {
|
|
42
|
+
"type": "object",
|
|
43
|
+
"properties": {
|
|
44
|
+
"marketplace": { "type": "string", "enum": ["us", "uk", "de", "in", "ca", "fr", "it", "es", "mx", "jp"], "description": "Amazon marketplace country code." },
|
|
45
|
+
"sort": { "type": "string", "description": "Sort field, e.g. revenue, -revenue, sales, -sales, reviews, -reviews, name, -name." },
|
|
46
|
+
"page_size": { "type": "integer", "description": "Results per page, max 100." },
|
|
47
|
+
"page_cursor": { "type": "string", "description": "Pagination cursor from links.next." },
|
|
48
|
+
"data": {
|
|
49
|
+
"type": "object",
|
|
50
|
+
"description": "JSON:API body. Example: {\"type\":\"product_database_query\",\"attributes\":{\"include_keywords\":[\"lamp\"],\"exclude_unavailable_products\":true,\"min_sales\":100}}."
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
"required": ["marketplace", "data"]
|
|
54
|
+
},
|
|
55
|
+
"query_params": ["marketplace", "sort"],
|
|
56
|
+
"query_param_aliases": {
|
|
57
|
+
"page_size": "page[size]",
|
|
58
|
+
"page_cursor": "page[cursor]"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "keywords_by_asin",
|
|
63
|
+
"description": "Return keywords for which the queried ASINs appear in Amazon search results. Query up to 10 ASINs at a time and filter/sort by search volume, trend, PPC bid, ranking ease, relevancy, and organic product count.",
|
|
64
|
+
"method": "POST",
|
|
65
|
+
"path": "/api/keywords/keywords_by_asin_query",
|
|
66
|
+
"timeout_ms": 60000,
|
|
67
|
+
"input_schema": {
|
|
68
|
+
"type": "object",
|
|
69
|
+
"properties": {
|
|
70
|
+
"marketplace": { "type": "string", "enum": ["us", "uk", "de", "in", "ca", "fr", "it", "es", "mx", "jp"] },
|
|
71
|
+
"sort": { "type": "string", "description": "Sort field, default -monthly_search_volume_exact." },
|
|
72
|
+
"page_size": { "type": "integer", "description": "Results per page, max 100." },
|
|
73
|
+
"page_cursor": { "type": "string" },
|
|
74
|
+
"data": {
|
|
75
|
+
"type": "object",
|
|
76
|
+
"description": "JSON:API body with type keywords_by_asin_query and attributes such as asins plus optional filters."
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"required": ["marketplace", "data"]
|
|
80
|
+
},
|
|
81
|
+
"query_params": ["marketplace", "sort"],
|
|
82
|
+
"query_param_aliases": {
|
|
83
|
+
"page_size": "page[size]",
|
|
84
|
+
"page_cursor": "page[cursor]"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "keywords_by_keyword",
|
|
89
|
+
"description": "Return related Amazon keywords and metrics based on a seed keyword. Use this for Amazon keyword expansion, search volume, trends, PPC bids, ranking ease, relevancy, and organic product count.",
|
|
90
|
+
"method": "POST",
|
|
91
|
+
"path": "/api/keywords/keywords_by_keyword_query",
|
|
92
|
+
"timeout_ms": 60000,
|
|
93
|
+
"input_schema": {
|
|
94
|
+
"type": "object",
|
|
95
|
+
"properties": {
|
|
96
|
+
"marketplace": { "type": "string", "enum": ["us", "uk", "de", "in", "ca", "fr", "it", "es", "mx", "jp"] },
|
|
97
|
+
"sort": { "type": "string", "description": "Sort field, default -monthly_search_volume_exact." },
|
|
98
|
+
"page_size": { "type": "integer", "description": "Results per page, max 100." },
|
|
99
|
+
"page_cursor": { "type": "string" },
|
|
100
|
+
"data": {
|
|
101
|
+
"type": "object",
|
|
102
|
+
"description": "JSON:API body with type keywords_by_keyword_query and attributes such as keyword plus optional filters."
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"required": ["marketplace", "data"]
|
|
106
|
+
},
|
|
107
|
+
"query_params": ["marketplace", "sort"],
|
|
108
|
+
"query_param_aliases": {
|
|
109
|
+
"page_size": "page[size]",
|
|
110
|
+
"page_cursor": "page[cursor]"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"name": "historical_search_volume",
|
|
115
|
+
"description": "Return exact keyword search volume in 7-day increments for a date range.",
|
|
116
|
+
"method": "GET",
|
|
117
|
+
"path": "/api/keywords/historical_search_volume",
|
|
118
|
+
"timeout_ms": 60000,
|
|
119
|
+
"input_schema": {
|
|
120
|
+
"type": "object",
|
|
121
|
+
"properties": {
|
|
122
|
+
"marketplace": { "type": "string", "enum": ["us", "uk", "de", "in", "ca", "fr", "it", "es", "mx", "jp"] },
|
|
123
|
+
"keyword": { "type": "string" },
|
|
124
|
+
"start_date": { "type": "string", "description": "Start date in YYYY-MM-DD." },
|
|
125
|
+
"end_date": { "type": "string", "description": "End date in YYYY-MM-DD." }
|
|
126
|
+
},
|
|
127
|
+
"required": ["marketplace", "keyword", "start_date", "end_date"]
|
|
128
|
+
},
|
|
129
|
+
"query_params": ["marketplace", "keyword", "start_date", "end_date"]
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"name": "sales_estimates",
|
|
133
|
+
"description": "Return daily price, rank, and sales estimate data for an ASIN over a period. Variant ASINs return parent-ASIN aggregate estimates.",
|
|
134
|
+
"method": "GET",
|
|
135
|
+
"path": "/api/sales_estimates_query",
|
|
136
|
+
"timeout_ms": 60000,
|
|
137
|
+
"input_schema": {
|
|
138
|
+
"type": "object",
|
|
139
|
+
"properties": {
|
|
140
|
+
"marketplace": { "type": "string", "enum": ["us", "uk", "de", "in", "ca", "fr", "it", "es", "mx", "jp"] },
|
|
141
|
+
"asin": { "type": "string" },
|
|
142
|
+
"start_date": { "type": "string", "description": "Start date in YYYY-MM-DD." },
|
|
143
|
+
"end_date": { "type": "string", "description": "End date in YYYY-MM-DD. Must be before current date." }
|
|
144
|
+
},
|
|
145
|
+
"required": ["marketplace", "asin", "start_date", "end_date"]
|
|
146
|
+
},
|
|
147
|
+
"query_params": ["marketplace", "asin", "start_date", "end_date"]
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"name": "share_of_voice",
|
|
151
|
+
"description": "For a keyword search on Amazon, return brand share across the first 3 result pages, including organic, sponsored, combined share of voice, PPC bid, 30-day search volume, and top-ASIN conversion-rate data.",
|
|
152
|
+
"method": "GET",
|
|
153
|
+
"path": "/api/share_of_voice",
|
|
154
|
+
"timeout_ms": 60000,
|
|
155
|
+
"input_schema": {
|
|
156
|
+
"type": "object",
|
|
157
|
+
"properties": {
|
|
158
|
+
"marketplace": { "type": "string", "enum": ["us", "uk", "de", "in", "ca", "fr", "it", "es", "mx", "jp"] },
|
|
159
|
+
"keyword": { "type": "string" }
|
|
160
|
+
},
|
|
161
|
+
"required": ["marketplace", "keyword"]
|
|
162
|
+
},
|
|
163
|
+
"query_params": ["marketplace", "keyword"]
|
|
164
|
+
}
|
|
165
|
+
]
|
|
166
|
+
}
|
package/src/apps/kling-ai.json
CHANGED
|
@@ -1,206 +1,242 @@
|
|
|
1
1
|
{
|
|
2
2
|
"slug": "kling-ai",
|
|
3
3
|
"name": "Kling AI",
|
|
4
|
-
"description": "
|
|
5
|
-
"logo": "https://www.google.com/s2/favicons?domain=
|
|
6
|
-
"categories": [
|
|
7
|
-
|
|
8
|
-
"video",
|
|
9
|
-
"generation",
|
|
10
|
-
"text-to-video",
|
|
11
|
-
"image-to-video"
|
|
12
|
-
],
|
|
13
|
-
"base_url": "https://api.klingai.com",
|
|
4
|
+
"description": "KlingAI Open Platform API for async text-to-video, image-to-video, video extension, image generation, lip sync, and task polling. Uses bearer-token auth and official /v1 task endpoints.",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=kling.ai&sz=128",
|
|
6
|
+
"categories": ["ai", "video-generation", "image-generation", "text-to-video", "image-to-video"],
|
|
7
|
+
"base_url": "https://api-singapore.klingai.com",
|
|
14
8
|
"auth": {
|
|
15
|
-
"types": [
|
|
16
|
-
"api_key"
|
|
17
|
-
],
|
|
9
|
+
"types": ["bearer"],
|
|
18
10
|
"headers": {
|
|
19
|
-
"
|
|
11
|
+
"Authorization": "Bearer {{api_key}}",
|
|
12
|
+
"Content-Type": "application/json"
|
|
20
13
|
},
|
|
21
14
|
"credential_fields": [
|
|
22
15
|
{
|
|
23
16
|
"name": "api_key",
|
|
24
|
-
"label": "API Key"
|
|
17
|
+
"label": "API Key",
|
|
18
|
+
"type": "password",
|
|
19
|
+
"description": "KlingAI Open Platform API key. The Authorization header is sent as Bearer <key>."
|
|
25
20
|
}
|
|
26
21
|
]
|
|
27
22
|
},
|
|
28
23
|
"tools": [
|
|
29
24
|
{
|
|
30
|
-
"name": "
|
|
31
|
-
"description": "
|
|
25
|
+
"name": "create_text_to_video_task",
|
|
26
|
+
"description": "Create a Kling text-to-video generation task. Returns task_id/task_status; poll get_text_to_video_task.",
|
|
27
|
+
"method": "POST",
|
|
28
|
+
"path": "/v1/videos/text2video",
|
|
29
|
+
"timeout_ms": 120000,
|
|
30
|
+
"input_schema": {
|
|
31
|
+
"type": "object",
|
|
32
|
+
"properties": {
|
|
33
|
+
"model_name": { "type": "string", "description": "Kling video model id, e.g. kling-v2-1, kling-v2-1-master, kling-v2-5-turbo, kling-v3.", "default": "kling-v2-1" },
|
|
34
|
+
"prompt": { "type": "string", "description": "Video prompt." },
|
|
35
|
+
"negative_prompt": { "type": "string", "description": "Things to avoid." },
|
|
36
|
+
"cfg_scale": { "type": "number", "description": "Prompt adherence. Supported on older models.", "minimum": 0, "maximum": 1 },
|
|
37
|
+
"mode": { "type": "string", "description": "Quality/speed mode when supported.", "enum": ["std", "pro"] },
|
|
38
|
+
"camera_control": { "type": "object", "description": "Camera movement control object when supported by the selected model." },
|
|
39
|
+
"aspect_ratio": { "type": "string", "enum": ["16:9", "9:16", "1:1"] },
|
|
40
|
+
"duration": { "type": "string", "description": "Duration in seconds as a string for Kling API compatibility.", "enum": ["5", "10"] },
|
|
41
|
+
"callback_url": { "type": "string", "description": "Optional HTTPS callback URL for task completion." },
|
|
42
|
+
"external_task_id": { "type": "string", "description": "Optional caller-supplied id for idempotency/tracking." }
|
|
43
|
+
},
|
|
44
|
+
"required": ["prompt"]
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "get_text_to_video_task",
|
|
49
|
+
"description": "Get one Kling text-to-video task by task_id.",
|
|
50
|
+
"method": "GET",
|
|
51
|
+
"path": "/v1/videos/text2video/{task_id}",
|
|
52
|
+
"input_schema": {
|
|
53
|
+
"type": "object",
|
|
54
|
+
"properties": {
|
|
55
|
+
"task_id": { "type": "string" }
|
|
56
|
+
},
|
|
57
|
+
"required": ["task_id"]
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "list_text_to_video_tasks",
|
|
62
|
+
"description": "List Kling text-to-video tasks.",
|
|
63
|
+
"method": "GET",
|
|
64
|
+
"path": "/v1/videos/text2video",
|
|
65
|
+
"input_schema": {
|
|
66
|
+
"type": "object",
|
|
67
|
+
"properties": {
|
|
68
|
+
"pageNum": { "type": "integer", "minimum": 1 },
|
|
69
|
+
"pageSize": { "type": "integer", "minimum": 1, "maximum": 500 }
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "create_image_to_video_task",
|
|
75
|
+
"description": "Create a Kling image-to-video generation task. image can be a URL or base64/data URI according to Kling account support.",
|
|
76
|
+
"method": "POST",
|
|
77
|
+
"path": "/v1/videos/image2video",
|
|
78
|
+
"timeout_ms": 120000,
|
|
79
|
+
"input_schema": {
|
|
80
|
+
"type": "object",
|
|
81
|
+
"properties": {
|
|
82
|
+
"model_name": { "type": "string", "description": "Kling video model id, e.g. kling-v2-1, kling-v2-1-master, kling-v2-5-turbo, kling-v3.", "default": "kling-v2-1" },
|
|
83
|
+
"image": { "type": "string", "description": "First-frame image URL/base64/data URI." },
|
|
84
|
+
"image_tail": { "type": "string", "description": "Optional last-frame image URL/base64/data URI." },
|
|
85
|
+
"prompt": { "type": "string", "description": "Motion/action prompt." },
|
|
86
|
+
"negative_prompt": { "type": "string" },
|
|
87
|
+
"cfg_scale": { "type": "number", "minimum": 0, "maximum": 1 },
|
|
88
|
+
"mode": { "type": "string", "enum": ["std", "pro"] },
|
|
89
|
+
"static_mask": { "type": "string", "description": "Optional static mask image when supported." },
|
|
90
|
+
"dynamic_masks": { "type": "array", "description": "Optional dynamic masks when supported.", "items": { "type": "object" } },
|
|
91
|
+
"camera_control": { "type": "object" },
|
|
92
|
+
"duration": { "type": "string", "enum": ["5", "10"] },
|
|
93
|
+
"callback_url": { "type": "string" },
|
|
94
|
+
"external_task_id": { "type": "string" }
|
|
95
|
+
},
|
|
96
|
+
"required": ["image"]
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"name": "get_image_to_video_task",
|
|
101
|
+
"description": "Get one Kling image-to-video task by task_id.",
|
|
102
|
+
"method": "GET",
|
|
103
|
+
"path": "/v1/videos/image2video/{task_id}",
|
|
104
|
+
"input_schema": {
|
|
105
|
+
"type": "object",
|
|
106
|
+
"properties": {
|
|
107
|
+
"task_id": { "type": "string" }
|
|
108
|
+
},
|
|
109
|
+
"required": ["task_id"]
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"name": "list_image_to_video_tasks",
|
|
114
|
+
"description": "List Kling image-to-video tasks.",
|
|
32
115
|
"method": "GET",
|
|
33
|
-
"path": "/
|
|
116
|
+
"path": "/v1/videos/image2video",
|
|
34
117
|
"input_schema": {
|
|
35
118
|
"type": "object",
|
|
36
119
|
"properties": {
|
|
37
|
-
"
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
},
|
|
54
|
-
"
|
|
55
|
-
|
|
56
|
-
"description": "Video aspect ratio",
|
|
57
|
-
"enum": [
|
|
58
|
-
"16:9",
|
|
59
|
-
"9:16",
|
|
60
|
-
"1:1"
|
|
61
|
-
],
|
|
62
|
-
"default": "16:9"
|
|
63
|
-
},
|
|
64
|
-
"mode": {
|
|
65
|
-
"type": "string",
|
|
66
|
-
"description": "Quality mode",
|
|
67
|
-
"enum": [
|
|
68
|
-
"std",
|
|
69
|
-
"pro"
|
|
70
|
-
],
|
|
71
|
-
"default": "std"
|
|
72
|
-
},
|
|
73
|
-
"version": {
|
|
74
|
-
"type": "string",
|
|
75
|
-
"description": "Model version",
|
|
76
|
-
"enum": [
|
|
77
|
-
"1.5",
|
|
78
|
-
"1.6",
|
|
79
|
-
"2.1",
|
|
80
|
-
"2.5",
|
|
81
|
-
"2.6"
|
|
82
|
-
],
|
|
83
|
-
"default": "2.1"
|
|
84
|
-
},
|
|
85
|
-
"enable_audio": {
|
|
86
|
-
"type": "boolean",
|
|
87
|
-
"description": "Generate audio track",
|
|
88
|
-
"default": false
|
|
89
|
-
}
|
|
120
|
+
"pageNum": { "type": "integer", "minimum": 1 },
|
|
121
|
+
"pageSize": { "type": "integer", "minimum": 1, "maximum": 500 }
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"name": "create_video_extend_task",
|
|
127
|
+
"description": "Extend a completed Kling video task when the selected model/account supports video extension.",
|
|
128
|
+
"method": "POST",
|
|
129
|
+
"path": "/v1/videos/video-extend",
|
|
130
|
+
"timeout_ms": 120000,
|
|
131
|
+
"input_schema": {
|
|
132
|
+
"type": "object",
|
|
133
|
+
"properties": {
|
|
134
|
+
"video_id": { "type": "string", "description": "Kling video id or source task video id to extend." },
|
|
135
|
+
"prompt": { "type": "string", "description": "Extension prompt." },
|
|
136
|
+
"negative_prompt": { "type": "string" },
|
|
137
|
+
"callback_url": { "type": "string" },
|
|
138
|
+
"external_task_id": { "type": "string" }
|
|
90
139
|
},
|
|
91
|
-
"required": [
|
|
92
|
-
"prompt"
|
|
93
|
-
]
|
|
140
|
+
"required": ["video_id"]
|
|
94
141
|
}
|
|
95
142
|
},
|
|
96
143
|
{
|
|
97
|
-
"name": "
|
|
98
|
-
"description": "
|
|
144
|
+
"name": "get_video_extend_task",
|
|
145
|
+
"description": "Get one Kling video extension task by task_id.",
|
|
99
146
|
"method": "GET",
|
|
100
|
-
"path": "/
|
|
147
|
+
"path": "/v1/videos/video-extend/{task_id}",
|
|
101
148
|
"input_schema": {
|
|
102
149
|
"type": "object",
|
|
103
150
|
"properties": {
|
|
104
|
-
"
|
|
105
|
-
"type": "string",
|
|
106
|
-
"description": "URL of the source image (<10MB, min 300px sides)"
|
|
107
|
-
},
|
|
108
|
-
"prompt": {
|
|
109
|
-
"type": "string",
|
|
110
|
-
"description": "Optional motion/action description"
|
|
111
|
-
},
|
|
112
|
-
"negative_prompt": {
|
|
113
|
-
"type": "string",
|
|
114
|
-
"description": "Elements to exclude from video"
|
|
115
|
-
},
|
|
116
|
-
"duration": {
|
|
117
|
-
"type": "integer",
|
|
118
|
-
"description": "Video duration in seconds",
|
|
119
|
-
"enum": [
|
|
120
|
-
5,
|
|
121
|
-
10
|
|
122
|
-
],
|
|
123
|
-
"default": 5
|
|
124
|
-
},
|
|
125
|
-
"mode": {
|
|
126
|
-
"type": "string",
|
|
127
|
-
"description": "Quality mode",
|
|
128
|
-
"enum": [
|
|
129
|
-
"std",
|
|
130
|
-
"pro"
|
|
131
|
-
],
|
|
132
|
-
"default": "std"
|
|
133
|
-
},
|
|
134
|
-
"version": {
|
|
135
|
-
"type": "string",
|
|
136
|
-
"description": "Model version",
|
|
137
|
-
"enum": [
|
|
138
|
-
"1.5",
|
|
139
|
-
"1.6",
|
|
140
|
-
"2.1",
|
|
141
|
-
"2.5",
|
|
142
|
-
"2.6"
|
|
143
|
-
],
|
|
144
|
-
"default": "2.1"
|
|
145
|
-
},
|
|
146
|
-
"image_tail_url": {
|
|
147
|
-
"type": "string",
|
|
148
|
-
"description": "End frame image URL for guided generation"
|
|
149
|
-
},
|
|
150
|
-
"enable_audio": {
|
|
151
|
-
"type": "boolean",
|
|
152
|
-
"description": "Generate audio track",
|
|
153
|
-
"default": false
|
|
154
|
-
}
|
|
151
|
+
"task_id": { "type": "string" }
|
|
155
152
|
},
|
|
156
|
-
"required": [
|
|
157
|
-
"image_url"
|
|
158
|
-
]
|
|
153
|
+
"required": ["task_id"]
|
|
159
154
|
}
|
|
160
155
|
},
|
|
161
156
|
{
|
|
162
|
-
"name": "
|
|
163
|
-
"description": "
|
|
157
|
+
"name": "create_image_generation_task",
|
|
158
|
+
"description": "Create a Kling text-to-image/image-generation task.",
|
|
159
|
+
"method": "POST",
|
|
160
|
+
"path": "/v1/images/generations",
|
|
161
|
+
"timeout_ms": 120000,
|
|
162
|
+
"input_schema": {
|
|
163
|
+
"type": "object",
|
|
164
|
+
"properties": {
|
|
165
|
+
"model_name": { "type": "string", "description": "Kling image model id." },
|
|
166
|
+
"prompt": { "type": "string" },
|
|
167
|
+
"negative_prompt": { "type": "string" },
|
|
168
|
+
"image": { "type": "string", "description": "Optional reference image URL/base64/data URI when supported." },
|
|
169
|
+
"aspect_ratio": { "type": "string", "enum": ["16:9", "9:16", "1:1", "4:3", "3:4", "3:2", "2:3"] },
|
|
170
|
+
"n": { "type": "integer", "description": "Number of images.", "minimum": 1, "maximum": 4 },
|
|
171
|
+
"callback_url": { "type": "string" },
|
|
172
|
+
"external_task_id": { "type": "string" }
|
|
173
|
+
},
|
|
174
|
+
"required": ["prompt"]
|
|
175
|
+
}
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"name": "get_image_generation_task",
|
|
179
|
+
"description": "Get one Kling image generation task by task_id.",
|
|
164
180
|
"method": "GET",
|
|
165
|
-
"path": "/
|
|
181
|
+
"path": "/v1/images/generations/{task_id}",
|
|
166
182
|
"input_schema": {
|
|
167
183
|
"type": "object",
|
|
168
184
|
"properties": {
|
|
169
|
-
"task_id": {
|
|
170
|
-
"type": "string",
|
|
171
|
-
"description": "Task ID from generate-video or image-to-video"
|
|
172
|
-
}
|
|
185
|
+
"task_id": { "type": "string" }
|
|
173
186
|
},
|
|
174
|
-
"required": [
|
|
175
|
-
|
|
176
|
-
|
|
187
|
+
"required": ["task_id"]
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"name": "list_image_generation_tasks",
|
|
192
|
+
"description": "List Kling image generation tasks.",
|
|
193
|
+
"method": "GET",
|
|
194
|
+
"path": "/v1/images/generations",
|
|
195
|
+
"input_schema": {
|
|
196
|
+
"type": "object",
|
|
197
|
+
"properties": {
|
|
198
|
+
"pageNum": { "type": "integer", "minimum": 1 },
|
|
199
|
+
"pageSize": { "type": "integer", "minimum": 1, "maximum": 500 }
|
|
200
|
+
}
|
|
177
201
|
}
|
|
178
202
|
},
|
|
179
203
|
{
|
|
180
|
-
"name": "
|
|
181
|
-
"description": "
|
|
204
|
+
"name": "create_lip_sync_task",
|
|
205
|
+
"description": "Create a Kling lip sync task from source video and audio/text when available for the account.",
|
|
206
|
+
"method": "POST",
|
|
207
|
+
"path": "/v1/videos/lip-sync",
|
|
208
|
+
"timeout_ms": 120000,
|
|
209
|
+
"input_schema": {
|
|
210
|
+
"type": "object",
|
|
211
|
+
"properties": {
|
|
212
|
+
"video_id": { "type": "string", "description": "Source video id." },
|
|
213
|
+
"video_url": { "type": "string", "description": "Source video URL if the endpoint is configured for URL input." },
|
|
214
|
+
"audio_url": { "type": "string", "description": "Driving audio URL." },
|
|
215
|
+
"text": { "type": "string", "description": "Text to synthesize/sync when supported." },
|
|
216
|
+
"voice_id": { "type": "string", "description": "Voice id for text-driven lip sync when supported." },
|
|
217
|
+
"callback_url": { "type": "string" },
|
|
218
|
+
"external_task_id": { "type": "string" }
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"name": "get_lip_sync_task",
|
|
224
|
+
"description": "Get one Kling lip sync task by task_id.",
|
|
182
225
|
"method": "GET",
|
|
183
|
-
"path": "/
|
|
226
|
+
"path": "/v1/videos/lip-sync/{task_id}",
|
|
184
227
|
"input_schema": {
|
|
185
228
|
"type": "object",
|
|
186
229
|
"properties": {
|
|
187
|
-
"
|
|
188
|
-
"type": "string",
|
|
189
|
-
"description": "Task ID of the original video to extend"
|
|
190
|
-
},
|
|
191
|
-
"prompt": {
|
|
192
|
-
"type": "string",
|
|
193
|
-
"description": "Optional prompt for the extension"
|
|
194
|
-
},
|
|
195
|
-
"negative_prompt": {
|
|
196
|
-
"type": "string",
|
|
197
|
-
"description": "Elements to exclude"
|
|
198
|
-
}
|
|
230
|
+
"task_id": { "type": "string" }
|
|
199
231
|
},
|
|
200
|
-
"required": [
|
|
201
|
-
"origin_task_id"
|
|
202
|
-
]
|
|
232
|
+
"required": ["task_id"]
|
|
203
233
|
}
|
|
204
234
|
}
|
|
205
|
-
]
|
|
206
|
-
|
|
235
|
+
],
|
|
236
|
+
"webhooks": {
|
|
237
|
+
"registrar": {
|
|
238
|
+
"manual_setup": "Kling supports per-task callbacks through callback_url on task creation. There is no durable account-level webhook registration route in this catalog."
|
|
239
|
+
},
|
|
240
|
+
"events": ["task.succeed", "task.failed"]
|
|
241
|
+
}
|
|
242
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "ko-fi",
|
|
3
|
+
"name": "Ko-fi",
|
|
4
|
+
"description": "Ko-fi creator-commerce webhook integration for payment, donation, shop order, membership, and commission notifications. Ko-fi does not expose a full public catalog/product API for agents to create products or upload audio files.",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=ko-fi.com&sz=128",
|
|
6
|
+
"categories": ["payments", "commerce", "creator-economy", "donations", "memberships", "webhooks"],
|
|
7
|
+
"base_url": "https://ko-fi.com",
|
|
8
|
+
"auth": {
|
|
9
|
+
"types": ["api_key"],
|
|
10
|
+
"headers": {},
|
|
11
|
+
"credential_fields": [
|
|
12
|
+
{
|
|
13
|
+
"name": "verificationToken",
|
|
14
|
+
"label": "Verification Token",
|
|
15
|
+
"required": false,
|
|
16
|
+
"description": "Optional Ko-fi verification token used to match incoming webhook payloads."
|
|
17
|
+
}
|
|
18
|
+
]
|
|
19
|
+
},
|
|
20
|
+
"tools": [],
|
|
21
|
+
"webhooks": {
|
|
22
|
+
"signature_header": "",
|
|
23
|
+
"registration": {
|
|
24
|
+
"manual_setup": "Copy the Apteva webhook URL into Ko-fi's API/Webhooks settings. Ko-fi webhook setup is manual; this integration stores the optional verification token for matching incoming payment payloads."
|
|
25
|
+
},
|
|
26
|
+
"events": [
|
|
27
|
+
{ "name": "payment", "description": "A Ko-fi payment notification such as donation, membership, shop order, or commission, depending on enabled Ko-fi features." },
|
|
28
|
+
{ "name": "donation", "description": "A donation-style Ko-fi payment." },
|
|
29
|
+
{ "name": "membership", "description": "A Ko-fi membership payment." },
|
|
30
|
+
{ "name": "shop_order", "description": "A Ko-fi shop order payment." },
|
|
31
|
+
{ "name": "commission", "description": "A Ko-fi commission payment." }
|
|
32
|
+
]
|
|
33
|
+
}
|
|
34
|
+
}
|